changeset 251:ea37df6305a8 norm

Don't need to build the flattendynamics plugin, just use the object files
author Chris Cannam
date Tue, 22 Jul 2014 18:41:09 +0100
parents 43617fe1954e
children 34e69544691b
files Makefile.inc Makefile.linux
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.inc	Tue Jul 22 18:24:12 2014 +0100
+++ b/Makefile.inc	Tue Jul 22 18:41:09 2014 +0100
@@ -36,7 +36,7 @@
 
 LIBS	:= $(CQ_DIR)/libcq.a $(VAMPSDK_DIR)/libvamp-sdk.a
 
-all: constant-q-cpp flattendynamics $(PLUGIN)
+all: constant-q-cpp $(PLUGIN)
 
 $(PLUGIN):	$(OBJECTS) $(LIBS)
 	$(CXX) -o $@ $^ $(LIBS) $(PLUGIN_LDFLAGS)
--- a/Makefile.linux	Tue Jul 22 18:24:12 2014 +0100
+++ b/Makefile.linux	Tue Jul 22 18:41:09 2014 +0100
@@ -16,6 +16,3 @@
 constant-q-cpp: 
 	$(MAKE) -C $@ -f Makefile.linux libcq.a
 
-.PHONY: flattendynamics
-flattendynamics: 
-	$(MAKE) -C $@ -f Makefile flattendynamics.so