annotate Makefile.example.em @ 86:e434cb4f850d

Allow user-specified EMFLAGS
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 14 Sep 2016 14:58:34 +0100
parents 604244038b81
children bab85491f6e1
rev   line source
c@84 1
c@84 2 MODULE_NAME := VampExamplePlugins
c@84 3
c@84 4 EXAMPLE_DIR := ../vamp-plugin-sdk/examples
c@84 5
c@84 6 PLUGIN_SOURCES := \
c@84 7 $(EXAMPLE_DIR)/ZeroCrossing.cpp \
c@84 8 $(EXAMPLE_DIR)/SpectralCentroid.cpp \
c@84 9 $(EXAMPLE_DIR)/PercussionOnsetDetector.cpp \
c@84 10 $(EXAMPLE_DIR)/FixedTempoEstimator.cpp \
c@84 11 $(EXAMPLE_DIR)/AmplitudeFollower.cpp \
c@84 12 $(EXAMPLE_DIR)/PowerSpectrum.cpp
c@84 13
c@84 14 MODULE_SOURCE := example.cpp
c@84 15
c@84 16 include Makefile.inc.em