SCM Repository
[smlnj] / sml / branches / idlbasis-devel / src / runtime / objs / mk.ppc-aix |
View of /sml/branches/idlbasis-devel/src/runtime/objs/mk.ppc-aix
Parent Directory
|
Revision Log
Revision 848 -
(download)
(annotate)
Mon Jun 25 19:29:29 2001 UTC (19 years, 9 months ago)
File size: 653 byte(s)
Mon Jun 25 19:29:29 2001 UTC (19 years, 9 months ago)
File size: 653 byte(s)
This commit was manufactured by cvs2svn to create branch 'idlbasis-devel'.
# mk.ppc-aix # SHELL = /bin/sh # note: the vendor cpp isn't expanding nested macro applications correctly. CC = cc CFLAGS = -O2 CPP = /lib/cpp #CC = gcc -ansi #CFLAGS = -O2 #CPP = gcc -x c -E -P -ansi XOBJS = XLIBS = LD_LIBS = BASE_DEFS = DEFS = $(BASE_DEFS) -DHOST_PPC -DTARGET_PPC -DOPSYS_UNIX -DOPSYS_AIX -DUNBOXEDFLOAT=1 TARGET = PPC VERSION = v-ppc-aix RUNTIME = run.ppc-aix all: (make RUNTIME="$(RUNTIME)" VERSION="$(VERSION)" CC="$(CC)" CPP="$(CPP)" CFLAGS="$(CFLAGS)" AS="$(AS)" TARGET=$(TARGET) DEFS="$(DEFS)" XOBJS="$(XOBJS)" XLIBS="$(XLIBS)" LD_LIBS="$(LD_LIBS)" $(RUNTIME))
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |