home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / example_c_dt / dt_source / smakefile < prev    next >
Makefile  |  1996-10-25  |  408b  |  19 lines

  1. samplePNM.datatype: StartUp.o LibInit.o libfuncs.o
  2.  
  3.              SLINK WITH smakefile.wth
  4.              Copy /devs/datatypes devs:datatypes all
  5.              Copy samplePNM.datatype /classes/Datatypes
  6.              Copy samplePNM.datatype SYS:Classes/Datatypes
  7.  
  8. StartUp.o: StartUp.c
  9.  
  10.              SC StartUp.c
  11.  
  12. LibInit.o: LibInit.c
  13.  
  14.              SC LibInit.c
  15.  
  16. libfuncs.o: libfuncs.c
  17.  
  18.              SC libfuncs.c
  19.