home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / filereq.lzh / FILEREQ / MAKEFILE.LATTICE < prev    next >
Encoding:
Text File  |  1991-08-16  |  410 b   |  21 lines

  1. ############################
  2. # MakeFile for FileRequest #
  3. #                          #
  4. #    (c) Copyright 1989    #
  5. #                          #
  6. #    by Jonathan Potter    #
  7. ############################
  8.  
  9. # LATTICE
  10.  
  11. .c.o:
  12.     lc $*.c
  13.  
  14. OBJS = FileReq.o FileReq_demo.o
  15.  
  16. FileReq.demo : $(OBJS)
  17.     blink from lib:c.o $(OBJS) to FileReq_demo lib lib:lc.lib lib:amiga.lib SC SD ND
  18.  
  19. FileReq.o : FileReq.c
  20.     lc -ad FileReq.c
  21.