Mercurial > hg > piper-vamp-js
annotate examples/Makefile.vamp-test-plugin @ 52:9aa535cc3939
Trim down examples, tidy
author | Chris Cannam |
---|---|
date | Thu, 10 Nov 2016 12:07:51 +0000 |
parents | Makefile.testplugin.em@90bf9d9f9c95 |
children | 7729c7632071 |
rev | line source |
---|---|
Chris@20 | 1 |
Chris@20 | 2 MODULE_NAME := VampTestPlugin |
Chris@20 | 3 |
Chris@52 | 4 TESTPLUGIN_DIR := ../../vamp-test-plugin |
Chris@20 | 5 |
Chris@20 | 6 INCPATH := -I$(TESTPLUGIN_DIR) |
Chris@20 | 7 |
Chris@20 | 8 PLUGIN_SOURCES := \ |
Chris@20 | 9 $(TESTPLUGIN_DIR)/VampTestPlugin.cpp |
Chris@20 | 10 |
Chris@20 | 11 MODULE_SOURCE := vamp-test-plugin.cpp |
Chris@20 | 12 |
Chris@52 | 13 include ../Makefile.inc |