annotate examples/vamp-test-plugin/Makefile @ 153:38675dcea44f

Bring the stub generator into this repo (from piper-vamp-cpp)
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 14 Jun 2017 10:06:30 +0100
parents c5623bf080bc
children
rev   line source
c@135 1
c@135 2 PIPER_VAMP_JS_DIR := ../..
c@135 3 PLUGIN_SRC_DIR := ../../../vamp-test-plugin
c@135 4
c@135 5 MODULE_NAME := VampTestPlugin
c@135 6 MODULE_SOURCE := vamp-test-plugin.cpp
c@135 7
c@135 8 PLUGIN_SOURCES := $(PLUGIN_SRC_DIR)/VampTestPlugin.cpp
c@135 9 INCLUDES := -I$(PLUGIN_SRC_DIR)
c@135 10
c@135 11 include $(PIPER_VAMP_JS_DIR)/Makefile.inc