Mercurial > hg > piper-vamp-js-builds
diff pyin/Makefile @ 33:935214f16f91
Add pYin build, use Makefile test target
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 11 Nov 2016 11:13:42 +0000 |
parents | |
children | ef46c7108362 41039fd6f2d2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyin/Makefile Fri Nov 11 11:13:42 2016 +0000 @@ -0,0 +1,28 @@ + +PIPER_VAMP_JS_DIR := ../../piper-vamp-js +PLUGIN_SRC_DIR := ../../pyin + +MODULE_NAME := PYin + +SOURCE_FILES := \ + PYinVamp.cpp \ + YinVamp.cpp \ + LocalCandidatePYIN.cpp \ + Yin.cpp \ + YinUtil.cpp \ + MonoNote.cpp \ + MonoPitch.cpp \ + MonoNoteParameters.cpp \ + SparseHMM.cpp \ + MonoNoteHMM.cpp \ + MonoPitchHMM.cpp + +PLUGIN_SOURCES := $(addprefix $(PLUGIN_SRC_DIR)/,$(SOURCE_FILES)) + +INCLUDES := -I$(PLUGIN_SRC_DIR) -I../../vamp-build-and-test/DEPENDENCIES/generic/include + +MODULE_SOURCE := pyin.cpp + +EMFLAGS := -s TOTAL_MEMORY=100000000 + +include $(PIPER_VAMP_JS_DIR)/Makefile.inc