home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 443.lha / FontConvert_v1.0 / MakeFile < prev    next >
Encoding:
Makefile  |  1990-12-05  |  288 b   |  12 lines

  1. CFLAGS            = -so -wu -hi FontConvert.SYM
  2. OBJS            = FontConvert.o
  3.  
  4. all:            FontConvert.SYM FontConvert
  5.  
  6. FontConvert:        $(OBJS) Resident.o
  7.             LN -m +q +CD -o FontConvert $(OBJS) Resident.o -Lreq -Lc
  8.             Protect FontConvert +p
  9.  
  10. FontConvert.SYM:    PreInclude.c
  11.             CC -ho FontConvert.SYM PreInclude.c
  12.