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

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