install:
	echo "installing include files"
	cp sfheader.h ${INCLUDEDIR}
	cp soundfile.h ${INCLUDEDIR}
	cp ugens.h ${INCLUDEDIR}

