diff vamp-client/Makefile @ 94:a660dca988f8

More renaming
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 13 Oct 2016 14:10:55 +0100
parents fbce91785d35
children 215c9fb6b7a4
line wrap: on
line diff
--- a/vamp-client/Makefile	Thu Oct 13 12:07:41 2016 +0100
+++ b/vamp-client/Makefile	Thu Oct 13 14:10:55 2016 +0100
@@ -205,10 +205,11 @@
 		/usr/lib/qt/mkspecs/features/testcase_targets.prf \
 		/usr/lib/qt/mkspecs/features/yacc.prf \
 		/usr/lib/qt/mkspecs/features/lex.prf \
-		client.pro PiperQProcessTransport.h \
-		PiperCapnpClient.h \
-		PiperClient.h \
-		PiperPluginStub.h \
+		client.pro ProcessQtTransport.h \
+		CapnpClient.h \
+		Loader.h \
+		PluginClient.h \
+		PluginStub.h \
 		SynchronousTransport.h client.cpp \
 		../vamp-capnp/piper.capnp.c++
 QMAKE_TARGET  = client
@@ -547,7 +548,7 @@
 distdir: FORCE
 	@test -d $(DISTDIR) || mkdir -p $(DISTDIR)
 	$(COPY_FILE) --parents $(DIST) $(DISTDIR)/
-	$(COPY_FILE) --parents PiperQProcessTransport.h PiperCapnpClient.h PiperClient.h PiperPluginStub.h SynchronousTransport.h $(DISTDIR)/
+	$(COPY_FILE) --parents ProcessQtTransport.h CapnpClient.h Loader.h PluginClient.h PluginStub.h SynchronousTransport.h $(DISTDIR)/
 	$(COPY_FILE) --parents client.cpp ../vamp-capnp/piper.capnp.c++ $(DISTDIR)/
 
 
@@ -588,11 +589,7 @@
 
 ####### Compile
 
-../o/client.o: client.cpp PiperQProcessTransport.h \
-		SynchronousTransport.h \
-		PiperCapnpClient.h \
-		PiperClient.h \
-		PiperPluginStub.h
+../o/client.o: client.cpp 
 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../o/client.o client.cpp
 
 ../o/piper.capnp.o: ../vamp-capnp/piper.capnp.c++ ../vamp-capnp/piper.capnp.h