home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
diskutil
/
docp
/
elib
/
makefile
< prev
next >
Wrap
Makefile
|
1993-08-03
|
339b
|
13 lines
AR = c:\usr\lib\gcc-ar.ttp
CC = gcc.ttp
CFLAGS = -mint -mshort -O -fstrength-reduce
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)