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 >
Makefile  |  1993-08-03  |  339b  |  13 lines

  1. AR = c:\usr\lib\gcc-ar.ttp
  2. CC = gcc.ttp
  3. CFLAGS = -mint -mshort -O -fstrength-reduce
  4. HDRS = elib.h
  5. OBJS = askuser.o delete.o dirs.o ftimes.o getopt.o hashpjw.o input.o marks.o
  6. SRCS = askuser.c delete.c dirs. ftimes.c getopt.c hashpjw.c input.c marks.c
  7.  
  8. all:    elib16.olb
  9.  
  10. elib16.olb:    $(HDRS) $(OBJS)
  11.     rm.ttp -f elib16.olb
  12.     $(AR) q $@ $(OBJS)
  13.