#								RESCALE Makef
# macros passed from csound/Makefile
#	INCLUDE CFLAGS DEST

SHELL	=	/bin/sh

rescale:	$(INCLUDE)/sfheader.h rescale.h
		cc $(CFLAGS) -o rescale rescale.c ../../sfcodes.o

install:	rescale
		-strip rescale
		rm -f $(DEST)/rescale
		cp rescale $(DEST)

clean:
		-rm rescale

rmbak:
		-rm *.bak *~
