home *** CD-ROM | disk | FTP | other *** search
- # This file is generated from maketmpl by mm.c
- # This is file Maketmpl
- #
- # Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
- #
- # This file is distributed under the terms listed in the document
- # "copying.dj", available from DJ Delorie at the address above.
- # A copy of "copying.dj" should accompany this file; if not, a copy
- # should be available from where this file was obtained. This file
- # may not be distributed without a verbatim copy of "copying.dj".
- #
- # This file is distributed WITHOUT ANY WARRANTY; without even the implied
- # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- #
-
- # History:4,12
- # Makefile for libgcc.a
- #
- # This makefile is set up for use with NDMAKE
- #
-
- VPATH=.;gpp;io;gnu
-
- ENDOFLIST=
-
- CFLAGS = -O
-
- LIB=..\..\lib
-
- .S.o :
- gcc $(PG) $(CFLAGS) -c $(<D)/$(<F) -o $(ODIR)/$(@F)
-
- .c.o :
- gcc $(PG) $(CFLAGS) -c $(<D)/$(<F) -o $(ODIR)/$(@F)
-
- .cc.o :
- gcc $(PG) $(CFLAGS) -c $(<D)/$(<F) -o $(ODIR)/$(@F)
-
- OBJS = \
- $(ODIR)/obstack.o \
- $(ODIR)/alloca.o \
- $(ODIR)/acg.o \
- $(ODIR)/allocrin.o \
- $(ODIR)/discunif.o \
- $(ODIR)/bitstrin.o \
- $(ODIR)/bitset.o \
- $(ODIR)/fix.o \
- $(ODIR)/integer.o \
- $(ODIR)/erlang.o \
- $(ODIR)/obstack.o \
- $(ODIR)/eh.o \
- $(ODIR)/geom.o \
- $(ODIR)/ioob.o \
- $(ODIR)/fix16.o \
- $(ODIR)/fix24.o \
- $(ODIR)/hypgeom.o \
- $(ODIR)/getopt.o \
- $(ODIR)/lognorm.o \
- $(ODIR)/negexp.o \
- $(ODIR)/mlcg.o \
- $(ODIR)/normal.o \
- $(ODIR)/uniform.o \
- $(ODIR)/poisson.o \
- $(ODIR)/rng.o \
- $(ODIR)/rational.o \
- $(ODIR)/string.o \
- $(ODIR)/rndint.o \
- $(ODIR)/sample.o \
- $(ODIR)/smplhist.o \
- $(ODIR)/smplstat.o \
- $(ODIR)/complex.o \
- $(ODIR)/weibull.o \
- $(ODIR)/bcopy.o \
- $(ODIR)/builtin.o \
- $(ODIR)/chr.o \
- $(ODIR)/compare.o \
- $(ODIR)/ctype.o \
- $(ODIR)/delete.o \
- $(ODIR)/dtoa.o \
- $(ODIR)/error.o \
- $(ODIR)/fmtq.o \
- $(ODIR)/gcd.o \
- $(ODIR)/hash.o \
- $(ODIR)/lg.o \
- $(ODIR)/math.o \
- $(ODIR)/minmax.o \
- $(ODIR)/new.o \
- $(ODIR)/pow.o \
- $(ODIR)/sqrt.o \
- $(ODIR)/str.o \
- $(ODIR)/timer.o \
- $(ODIR)/binomial.o \
- $(ODIR)/editbuf.o \
- $(ODIR)/filebuf.o \
- $(ODIR)/fstream.o \
- $(ODIR)/igetline.o \
- $(ODIR)/indstrea.o \
- $(ODIR)/iostream.o \
- $(ODIR)/makebuf.o \
- $(ODIR)/parsestr.o \
- $(ODIR)/plotfile.o \
- $(ODIR)/sbufvfor.o \
- $(ODIR)/sbufvsca.o \
- $(ODIR)/sfile.o \
- $(ODIR)/sgetline.o \
- $(ODIR)/stdstrbu.o \
- $(ODIR)/stdstrea.o \
- $(ODIR)/stream.o \
- $(ODIR)/streambu.o \
- $(ODIR)/strstrea.o \
- $(ODIR)/strtoul.o \
- $(ENDOFLIST)
-
- $(LIB)\libgcc$(PS).a : $(OBJS)
- -del $@
- @>lib$(PS).rf $(OBJS)
- ar rs $@ @lib$(PS).rf
-