home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 242.lha / GenericLIBrarian / source / amiga-make < prev    next >
Encoding:
Text File  |  1989-04-07  |  342 b   |  14 lines

  1. #
  2. # this makefile is for the AMIGA using the LMK utility and Lattice 5.02
  3. #
  4.  
  5. OBJ = machdep.o glib.o list.o dx100.o tx81z.o tx81p.o dw8000.o yama_com.o k5.o
  6. # OBJ = machdep.o glib.o list.o k5.o
  7.  
  8. .c.o :
  9.         lc:lc -cw -cs -v $*
  10.  
  11. glib : $(OBJ)
  12.         lc:blink from lib:c.o $(OBJ) lib lib:lc.lib lib:amiga.lib \
  13.         batch nodebug to glib
  14.