# Example programs.

include ../Makefile.config

# applications to build in the example directory
TARGETS     = cantor piano myPlayer

ifdef J_HAVE_AWELIB
TARGETS    += sbkload 
endif

ifdef J_HAVE_OSS
TARGETS    += guiThru midiThru midiMonit schedtest midiTick midiFile phraseTest
endif



CPPSRC=${TARGETS:=.cc}

all : ${TARGETS}

debug:  cantor.o ${LIBS} 
	$(CXX)  cantor.o $(LDFLAGS)  ../ef/cppstub.o -o cantor -lefence	-o cantor

include ../Makefile.rules




