Mercurial > hg > piper-vamp-js
diff Makefile.example.em @ 84:604244038b81
More build files, add Silvet build
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 14 Sep 2016 14:41:32 +0100 |
parents | |
children | bab85491f6e1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.example.em Wed Sep 14 14:41:32 2016 +0100 @@ -0,0 +1,16 @@ + +MODULE_NAME := VampExamplePlugins + +EXAMPLE_DIR := ../vamp-plugin-sdk/examples + +PLUGIN_SOURCES := \ + $(EXAMPLE_DIR)/ZeroCrossing.cpp \ + $(EXAMPLE_DIR)/SpectralCentroid.cpp \ + $(EXAMPLE_DIR)/PercussionOnsetDetector.cpp \ + $(EXAMPLE_DIR)/FixedTempoEstimator.cpp \ + $(EXAMPLE_DIR)/AmplitudeFollower.cpp \ + $(EXAMPLE_DIR)/PowerSpectrum.cpp + +MODULE_SOURCE := example.cpp + +include Makefile.inc.em