diff pyin/Makefile @ 50:ec5b5a9adac2

Overhaul to use Vext for external repos
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 28 Jun 2017 10:49:26 +0100
parents 3b7d1a5b8dde
children
line wrap: on
line diff
--- a/pyin/Makefile	Wed Jun 28 09:34:21 2017 +0100
+++ b/pyin/Makefile	Wed Jun 28 10:49:26 2017 +0100
@@ -1,6 +1,6 @@
 
-PIPER_VAMP_JS_DIR	:= ../../piper-vamp-js
-PLUGIN_SRC_DIR		:= ../../pyin
+PIPER_VAMP_JS_DIR	:= ../ext/piper-vamp-js
+PLUGIN_SRC_DIR		:= ../ext/pyin
 
 MODULE_NAME		:= PYin
 MODULE_SOURCE		:= pyin.cpp
@@ -21,8 +21,7 @@
 
 INCLUDES	:= \
 		-I$(PLUGIN_SRC_DIR) \
-		-I../../DEPENDENCIES/generic/include \
-		-I../../vamp-build-and-test/DEPENDENCIES/generic/include
+		-I../ext/vamp-build-and-test/DEPENDENCIES/generic/include
 
 EMFLAGS		:= -s TOTAL_MEMORY=33554432