# See common.mk for most variable definitions COMMON_SOURCES=emotions_test.cpp Emotions1.cpp ${MPT}/Libraries/featuredetector/src/simplematrix.cpp ${MPT}/Libraries/featuredetector/src/svd.cpp CUSTOM_INCLUDES=-I${ALIGNDIR} -I${AUDIR} -I${MPT_SRC}/featuredetector/src -I${FEATURES} -I../AUCoderDemo -I${MISCDIR} -I${MPT}/Build -I${AUDIR}/threadpool -I${MPT_SRC}/blinkdetector/src boost_file=-L${boost_lib} -lboost_filesystem boost_thread=-L${boost_lib} -lboost_thread FRAMEWORKS=-framework AppKit -framework QTKit CERT?=../.. #DEBUG=1 all: include ${MPT}/Build/common.mk all: emotions emotions: ${COMMON_OBJECTS} ${CXX} $^ ${COMMON_INCLUDES} ${boost_file} ${boost_ser} ${LDFLAGS} ${FRAMEWORKS} -o $@ @echo "make ${-*-command-variables-*-} $@" > Make.last install: all # ${INSTALLDATA} ${MEXEXE} ${CERT}/Source clean: common_clean %.o: %.m $(COMPILE.m) $(OUTPUT_OPTION) $< %.o: %.mm $(COMPILE.m) $(OUTPUT_OPTION) $<