home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d517 / cwtoy.lha / CWToy / src / makefile < prev   
Makefile  |  1991-07-20  |  375b  |  15 lines

  1. cwtoy: cwtoy.o audiotools2.o consolestuff.o 
  2.     ln -g -o CWToy audiotools2.o consolestuff.o cwtoy.o -lm32 -lc32
  3.     
  4. cwtoy.o: cwtoy.c include.pre
  5.     cc -n +L +Iinclude.pre cwtoy.c
  6.     
  7. audiotools2.o: audiotools2.c 
  8.     cc -n +L audiotools2.c
  9.  
  10. consolestuff.o: consolestuff.c include.pre
  11.     cc -n +L +Iinclude.pre consolestuff.c
  12.  
  13. include.pre: cwtoy.h makefile
  14.     cc -n +L +Hinclude.pre cwtoy.h
  15.