Mercurial > hg > piper-vamp-js
comparison 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 |
comparison
equal
deleted
inserted
replaced
134:c0256c2debf5 | 135:c5623bf080bc |
---|---|
1 | |
2 PIPER_VAMP_JS_DIR := ../.. | |
3 PLUGIN_SRC_DIR := ../../../vamp-plugin-sdk/examples | |
4 | |
5 MODULE_NAME := VampExamplePlugins | |
6 MODULE_SOURCE := vamp-example-plugins.cpp | |
7 | |
8 SOURCE_FILES := \ | |
9 ZeroCrossing.cpp \ | |
10 SpectralCentroid.cpp \ | |
11 PercussionOnsetDetector.cpp \ | |
12 FixedTempoEstimator.cpp \ | |
13 AmplitudeFollower.cpp \ | |
14 PowerSpectrum.cpp | |
15 | |
16 PLUGIN_SOURCES := $(addprefix $(PLUGIN_SRC_DIR)/,$(SOURCE_FILES)) | |
17 | |
18 INCLUDES := -I$(PLUGIN_SRC_DIR) | |
19 | |
20 include $(PIPER_VAMP_JS_DIR)/Makefile.inc |