# This link is necessary if you are compiling the new multi-header version.

INCLUDEDIR = /musr/H

all:
	@echo "nothing to be done for all."

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

clean:
	@echo "No cleaning needed in H."
