home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gfx / superview-lib-9.12.lha / SuperView-Lib / Programmers / Example_Tools / ListSVPs / smakefile < prev   
Makefile  |  1994-12-28  |  358b  |  16 lines

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