view examples/Makefile.vamp-example-plugins @ 122:6d651bfc93b9

Some build fixes (especially: use of realpath for object files meant only those files that already existed in the original directories were being considered as targets)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 10 Nov 2016 13:35:55 +0000
parents d1a99d44812b
children
line wrap: on
line source

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	:= vamp-example-plugins.cpp

include ../Makefile.inc