Mercurial > hg > piper-vamp-js
annotate Makefile.testplugin.em @ 98:22a09aca4b4a
Remove use of excessively bulky RequestOrResponse type, also reducing amount of code the library implementation
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 19 Sep 2016 16:35:05 +0100 |
parents | 498f36aab7d4 |
children | 90bf9d9f9c95 |
rev | line source |
---|---|
c@89 | 1 |
c@89 | 2 MODULE_NAME := VampTestPlugin |
c@89 | 3 |
c@89 | 4 TESTPLUGIN_DIR := ../../vamp-test-plugin |
c@89 | 5 |
c@89 | 6 INCPATH := -I$(TESTPLUGIN_DIR) |
c@89 | 7 |
c@89 | 8 PLUGIN_SOURCES := \ |
c@89 | 9 $(TESTPLUGIN_DIR)/VampTestPlugin.cpp |
c@89 | 10 |
c@89 | 11 MODULE_SOURCE := vamp-test-plugin.cpp |
c@89 | 12 |
c@89 | 13 include Makefile.inc.em |