cwtoy: cwtoy.o audiotools2.o consolestuff.o 
	ln -g -o CWToy audiotools2.o consolestuff.o cwtoy.o -lm32 -lc32
	
cwtoy.o: cwtoy.c include.pre
	cc -n +L +Iinclude.pre cwtoy.c
	
audiotools2.o: audiotools2.c 
	cc -n +L audiotools2.c

consolestuff.o: consolestuff.c include.pre
	cc -n +L +Iinclude.pre consolestuff.c

include.pre: cwtoy.h makefile
	cc -n +L +Hinclude.pre cwtoy.h
