home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume6 / glib / part01 / amigmake < prev    next >
Encoding:
Text File  |  1989-05-14  |  477 b   |  20 lines

  1. # $Id: amigmake,v 1.6 89/05/06 17:13:11 lee Exp $
  2. # Alan Bland
  3. # $Log:    amigmake,v $
  4. # Revision 1.6  89/05/06  17:13:11  lee
  5. # rel. to comp.sources.misc
  6. # this makefile is for the AMIGA using the LMK utility and Lattice 5.02
  7. #
  8.  
  9. OBJ = machdep.o glib.o list.o dx100.o tx81z.o tx81p.o dw8000.o yama_com.o k5.o
  10. # OBJ = machdep.o glib.o list.o k5.o
  11.  
  12. .c.o :
  13.     lc:lc -cw -cs -v $*
  14.  
  15. glib : $(OBJ)
  16.     lc:blink from lib:c.o $(OBJ) lib lib:lc.lib lib:amiga.lib \
  17.     batch nodebug to glib
  18.