home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / audio / MultiPlayer132sr.lha / Bovs / MemMan / LMKfile next >
Encoding:
Text File  |  1991-12-04  |  184 b   |  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.