all:
	cd MULTICOMB; make
	cd COMBIT; make
	cd MIX; make
	cd AM; make
	cd IIR; make
	cd WAVETABLE; make
	cd CLAR; make
	cd FMINST; make
	cd SCULPT; make
	cd STRUM; make
	cd STEREO; make
	cd WSHAPE; make
	cd METAFLUTE; make
	cd clar; make
	cd combit; make
	cd fir; make
	cd fminst; make
	cd iir; make
	cd move; make
	cd multicomb; make
	cd noise; make
	cd place; make
	cd sculpt; make
	cd strum; make
	cd wah; make
	cd wahwah; make
	cd wavetable; make
	cd wshape; make
	cd metaflute; make
	cd trans; make
	cd am; make
	cd pvoc; make
	cd rotate; make
	cd mrotate; make
	cd convolve; make
clean:
	cd CLAR; rm -rf *~ core *.o CLAR  
	cd COMBIT; rm -rf *~ core *.o COMBIT  
	cd FMINST; rm -rf *~ core *.o FMINST  
	cd MIX; rm -rf *~ core -f *.o MIX  
	cd SCULPT; rm -rf *~ core *.o SCULPT  
	cd STEREO; rm -rf *~ core *.o STEREO
	cd STRUM; rm -rf *~ core *.o STRUM  
	cd WAVETABLE; rm -rf *~ core *.o WAVETABLE  
	cd WSHAPE; rm -rf *~ core *.o WSH  
	cd METAFLUTE; rm -rf *~ core *.o METAFLUTE
	cd MULTICOMB; rm -rf *~ core *.o MULTICOMB
	cd AM; rm -rf *~ core *.o AM
	cd IIR; rm -rf *~ core *.o IIR
	cd clar; rm -rf *~ core *.o clar  
	cd combit; rm -rf *~ core *.o combit  
	cd fir; rm -rf *~ core *.o fir  
	cd fminst; rm -rf *~ core *.o fminst  
	cd iir; rm -rf *~ core -f *.o iir  
	cd move; rm -rf *~ core *.o move  
	cd multicomb; rm -rf *~ core *.o multicomb  
	cd noise; rm -rf *~ core *.o noise  
	cd place; rm -rf *~ core *.o place  
	cd sculpt; rm -rf *~ core *.o sculpt  
	cd strum; rm -rf *~ core *.o strum  
	cd wah; rm -rf *~ core *.o wah  
	cd wahwah; rm -rf *~ core *.o wahwah  
	cd wavetable; rm -rf *~ core *.o wavetable  
	cd wshape; rm -rf *~ core *.o wsh  
	cd metaflute; rm -rf *~ core *.o metaflute
	cd trans; rm -rf *~ core *.o trans
	cd am; rm -rf *~ core *.o am
	cd pvoc; rm -rf *~ core *.o pvoc
	cd rotate; rm -rf *~ core *.o rotate
	cd mrotate; rm -rf *~ core *.o mrotate
	cd convolve; rm -rf *~ core *.o convolve





