Mercurial > hg > piper-vamp-js
annotate Makefile.example.em @ 107:f272e46f5615
Fix dumb typo
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 30 Sep 2016 19:20:23 +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 |