CFLAGS = -g
CPPFLAGS = -g
CC = gcc
CPP = g++
WSH = wsh.o
LDFLAGS =  ../../sys/cmix.o ../../lib/genlib.a ../../rtstuff/rtprofile.o \
	-lm


wsh:  ../../H/ugens.h  $(WSH) ../../sys/cmix.o
	$(CPP) -o wsh $(WSH) $(LDFLAGS)

clean:
	rm -rf *~ *.o core wsh
