Mercurial > hg > piper-cpp
diff vamp-client/Makefile @ 98:f55631599988
Plugin that creates its own server
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 13 Oct 2016 19:11:24 +0100 |
parents | 215c9fb6b7a4 |
children |
line wrap: on
line diff
--- a/vamp-client/Makefile Thu Oct 13 18:05:35 2016 +0100 +++ b/vamp-client/Makefile Thu Oct 13 19:11:24 2016 +0100 @@ -216,6 +216,7 @@ Loader.h \ PluginClient.h \ PluginStub.h \ + AutoPlugin.h \ SynchronousTransport.h client.cpp \ ../vamp-capnp/piper.capnp.c++ QMAKE_TARGET = client @@ -566,7 +567,7 @@ distdir: FORCE @test -d $(DISTDIR) || mkdir -p $(DISTDIR) $(COPY_FILE) --parents $(DIST) $(DISTDIR)/ - $(COPY_FILE) --parents ProcessQtTransport.h CapnpRRClient.h Loader.h PluginClient.h PluginStub.h SynchronousTransport.h $(DISTDIR)/ + $(COPY_FILE) --parents ProcessQtTransport.h CapnpRRClient.h Loader.h PluginClient.h PluginStub.h AutoPlugin.h SynchronousTransport.h $(DISTDIR)/ $(COPY_FILE) --parents client.cpp ../vamp-capnp/piper.capnp.c++ $(DISTDIR)/ @@ -612,7 +613,8 @@ CapnpRRClient.h \ Loader.h \ PluginClient.h \ - PluginStub.h + PluginStub.h \ + AutoPlugin.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../o/client.o client.cpp ../o/piper.capnp.o: ../vamp-capnp/piper.capnp.c++ ../vamp-capnp/piper.capnp.h