home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma58.dms / ma58.adf / superplay-lib_DEV / Programmers / Example_Tools / SampleListPlay / smakefile < prev   
Encoding:
Makefile  |  1996-05-27  |  329 b   |  17 lines

  1. SLP : SLP.o SLP_Subs.o AsmSupport.o
  2.  
  3.                SLINK LIB:c.o,SLP.o,SLP_Subs.o,AsmSupport.o TO SLP LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.                Delete SLP.info
  5.  
  6. SLP.o : SLP.c
  7.  
  8.                SC SLP.c
  9.  
  10. SLP_Subs.o : SLP_Subs.c
  11.  
  12.                SC SLP_Subs.c
  13.  
  14. AsmSupport.o : AsmSupport.a
  15.  
  16.                Asm AsmSupport.a
  17.