~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to bcc32/Makefile.sub

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-09-24 19:16:17 UTC
  • mfrom: (1.1.8 upstream) (13.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110924191617-o1qz4rcmqjot8zuy
Tags: 1.9.3~rc1-1
* New upstream release: 1.9.3 RC1.
  + Includes load.c fixes. Closes: #639959.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
 
249
249
config.status: $(CONFIG_H)
250
250
 
 
251
guard = INCLUDE_RUBY_CONFIG_H
 
252
 
251
253
$(CONFIG_H): $(MKFILES) $(srcdir)/bcc32/Makefile.sub
252
254
        @if not exist $(arch_hdrdir:/=\) md $(arch_hdrdir:/=\)
253
255
        @if not exist $(arch_hdrdir:/=\)\ruby md $(arch_hdrdir:/=\)\ruby
254
256
        @$(IFCHANGE) $(RUBY_CONFIG_H:/=\) &&|
 
257
\#ifndef $(guard)
 
258
\#define $(guard) 1
255
259
\#define NO_BIG_INLINE 1
256
260
\#define HAVE_SYS_TYPES_H 1
257
261
\#define HAVE_SYS_STAT_H 1
364
368
\#define DLEXT ".so"
365
369
\#define RUBY_LIB_PREFIX "/lib/ruby"
366
370
\#define RUBY_PLATFORM "$(ARCH)-$(OS)"
 
371
\#endif /* $(guard) */
367
372
|
368
373
        @exit > $(@:/=\)
369
374