Mercurial > hg > piper-vamp-js
annotate Makefile.testplugin.em @ 44:ae292da1cabe
Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
author | Chris Cannam |
---|---|
date | Tue, 11 Oct 2016 14:37:12 +0100 |
parents | 90bf9d9f9c95 |
children |
rev | line source |
---|---|
Chris@20 | 1 |
Chris@20 | 2 MODULE_NAME := VampTestPlugin |
Chris@20 | 3 |
Chris@43 | 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@20 | 13 include Makefile.inc.em |