~ubuntu-branches/ubuntu/dapper/ruby1.9/dapper

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2006-05-08 22:23:12 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060508222312-w2wqeaz030ifi59j
Tags: 1.9.0+20060423-3ubuntu1
* Resynchronized with Debian.
* Only change from Debian is the addition of
  debian/patches/903_sparc_fix_define.patch to fix illegal instructions
  at runtime on sparc. (change from 1.9.0+20050921-1ubuntu1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
EXTOUT = @EXTOUT@
31
31
RIDATADIR = $(DESTDIR)$(datadir)/ri/$(MAJOR).$(MINOR)/system
32
32
 
33
 
OUTFLAG = -o 
 
33
empty =
 
34
OUTFLAG = @OUTFLAG@$(empty)
34
35
CFLAGS = @CFLAGS@ @XCFLAGS@ @ARCH_FLAG@
35
 
CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@
 
36
XCFLAGS = -I. -I$(srcdir)
 
37
CPPFLAGS = @CPPFLAGS@
36
38
LDFLAGS = @STATIC@ $(CFLAGS) @LDFLAGS@
37
39
EXTLDFLAGS = 
38
40
XLDFLAGS = @XLDFLAGS@ $(EXTLDFLAGS)
156
158
        $(YACC) $(YFLAGS) -o $@ $<
157
159
 
158
160
.c.@OBJEXT@:
159
 
        $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
 
161
        $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) -c $<
160
162
 
161
163
clean-local::
162
164
        @$(RM) ext/extinit.c ext/extinit.$(OBJEXT)