home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / fontconvert_393.lzh / FontConvert / MakeFile < prev    next >
Makefile  |  1990-10-28  |  288b  |  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.