~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to PCR-Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
CPPFLAGS = $(INCLUDE) $(CONFIG_CPPFLAGS) \
15
15
        -DPCR_NO_RENAME -DPCR_NO_HOSTDEP_ERR
16
 
#CFLAGS = -DPCR -DSILENT $(CONFIG_CFLAGS)
 
16
#CFLAGS = -DPCR $(CONFIG_CFLAGS)
17
17
CFLAGS  = -DPCR $(CONFIG_CFLAGS)
18
18
SPECIALCFLAGS =         # For code involving asm's
19
19
 
54
54
mach_dep.o: mach_dep.c mips_mach_dep.s rs6000_mach_dep.s if_mach if_not_there
55
55
        rm -f mach_dep.o
56
56
        ./if_mach MIPS "" as -o mach_dep.o mips_mach_dep.s
57
 
        ./if_mach RS6000 "" as -o mach_dep.o rs6000_mach_dep.s
 
57
        ./if_mach POWERPC AIX as -o mach_dep.o rs6000_mach_dep.s
58
58
        ./if_mach ALPHA "" as -o mach_dep.o alpha_mach_dep.s
59
 
        ./if_mach SPARC SUNOS5 as -o mach_dep.o sparc_mach_dep.s
 
59
        ./if_mach SPARC SOLARIS as -o mach_dep.o sparc_mach_dep.s
60
60
        ./if_not_there mach_dep.o $(CC) -c $(SPECIALCFLAGS) mach_dep.c
61
61
 
62
62
if_mach: if_mach.c gcconfig.h