view Makefile.testplugin.em @ 37:e3b070ae24eb

Add QM Vamp Plugins build, and separate out object file builds (so we can use the C compiler for .c files). Problem is we are now building in the "client project"'s own directory, so conflicting with its own native .o files -- to be revised.
author Chris Cannam
date Fri, 30 Sep 2016 19:06:02 +0100
parents 44826e1782c1
children 90bf9d9f9c95
line wrap: on
line source

MODULE_NAME	:= VampTestPlugin

TESTPLUGIN_DIR	:= ../../vamp-test-plugin

INCPATH		:= -I$(TESTPLUGIN_DIR)

PLUGIN_SOURCES	:= \
		$(TESTPLUGIN_DIR)/VampTestPlugin.cpp

MODULE_SOURCE	:= vamp-test-plugin.cpp

include Makefile.inc.em