home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 581a.lha / MemMan_v2.0 / LMKfile next >
Text File  |  1991-12-04  |  184b  |  14 lines

  1. los = MemManLib.o MemMan.o
  2. lib = memman.library
  3.  
  4. .asm.o:
  5.     a68k -iinclude: $*.asm
  6.  
  7. all: $(lib) test
  8.  
  9. $(lib): $(los)
  10.     blink from $(los) to $(lib) sc sd nd
  11.  
  12. test: test.c
  13.         lc -L $*
  14.