home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-05 | 359 b | 13 lines |
- AR = c:\usr\lib\gcc-ar.ttp
- CC = c:\usr\bin\gcc.ttp
- CFLAGS = -mshort -O -fstrength-reduce -fcombine-regs
- HDRS = elib.h
- OBJS = askuser.o delete.o dirs.o ftimes.o getopt.o hashpjw.o input.o marks.o
- SRCS = askuser.c delete.c dirs. ftimes.c getopt.c hashpjw.c input.c marks.c
-
- all: elib16.olb
-
- elib16.olb: $(HDRS) $(OBJS)
- rm.ttp -f elib16.olb
- $(AR) q $@ $(OBJS)
-