Mercurial > hg > piper-vamp-js
diff examples/vamp-example-plugins/Makefile @ 135:c5623bf080bc
Move examples to their own subdirs, tidy up a bit
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 11 Nov 2016 17:02:33 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/vamp-example-plugins/Makefile Fri Nov 11 17:02:33 2016 +0000 @@ -0,0 +1,20 @@ + +PIPER_VAMP_JS_DIR := ../.. +PLUGIN_SRC_DIR := ../../../vamp-plugin-sdk/examples + +MODULE_NAME := VampExamplePlugins +MODULE_SOURCE := vamp-example-plugins.cpp + +SOURCE_FILES := \ + ZeroCrossing.cpp \ + SpectralCentroid.cpp \ + PercussionOnsetDetector.cpp \ + FixedTempoEstimator.cpp \ + AmplitudeFollower.cpp \ + PowerSpectrum.cpp + +PLUGIN_SOURCES := $(addprefix $(PLUGIN_SRC_DIR)/,$(SOURCE_FILES)) + +INCLUDES := -I$(PLUGIN_SRC_DIR) + +include $(PIPER_VAMP_JS_DIR)/Makefile.inc