annotate examples/Makefile.vamp-example-plugins @ 126:c678dd8cf811
Update for current namespaces
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Thu, 10 Nov 2016 15:07:10 +0000 |
parents |
d1a99d44812b |
children |
|
rev |
line source |
c@121
|
1
|
c@121
|
2 MODULE_NAME := VampExamplePlugins
|
c@121
|
3
|
c@121
|
4 EXAMPLE_DIR := ../../vamp-plugin-sdk/examples
|
c@121
|
5
|
c@121
|
6 PLUGIN_SOURCES := \
|
c@121
|
7 $(EXAMPLE_DIR)/ZeroCrossing.cpp \
|
c@121
|
8 $(EXAMPLE_DIR)/SpectralCentroid.cpp \
|
c@121
|
9 $(EXAMPLE_DIR)/PercussionOnsetDetector.cpp \
|
c@121
|
10 $(EXAMPLE_DIR)/FixedTempoEstimator.cpp \
|
c@121
|
11 $(EXAMPLE_DIR)/AmplitudeFollower.cpp \
|
c@121
|
12 $(EXAMPLE_DIR)/PowerSpectrum.cpp
|
c@121
|
13
|
c@121
|
14 MODULE_SOURCE := vamp-example-plugins.cpp
|
c@121
|
15
|
c@121
|
16 include ../Makefile.inc
|