home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / libraries / ptreplay420.lha / PTReplay / examples / smakefile < prev    next >
Encoding:
Makefile  |  1994-12-30  |  562 b   |  23 lines

  1. #
  2. #$VER: PTReplay Examples V2.0 (28.12.94)
  3. #
  4.  
  5. ALL:    SmallPlay PT-Player
  6.  
  7.  
  8. SmallPlay: SmallPlay.c
  9.     sc SmallPlay.c nodebug link opt strmerge startup=c
  10.  
  11. PT-Player: PT-Player.o Control.o Control_temp.o
  12.     slink LIB:cback.o PT-Player.o Control.o control_temp.o to \
  13.     PT-PLayer LIB LIB:sc.lib STRIPDBG SC SD 
  14.  
  15. PT-Player.o: PT-Player.c Control.h
  16.     sc PT-Player.c nodebug UtilLib opt strmerge
  17.  
  18. Control.o: Control.c Control.h
  19.     sc Control.c  nodebug UtilLib opt strmerge ignore 147+154
  20.  
  21. Control_temp.o: Control_temp.c control.h
  22.     sc Control_temp.c nodebug UtilLib opt strmerge
  23.