comparison vamp-client/Makefile @ 93:fbce91785d35

Having a class called PipedXX is too confusing with all the Piper classes; give up and rename it
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 13 Oct 2016 12:07:41 +0100
parents 21f8af53eaf0
children a660dca988f8
comparison
equal deleted inserted replaced
92:21f8af53eaf0 93:fbce91785d35
203 /usr/lib/qt/mkspecs/features/unix/thread.prf \ 203 /usr/lib/qt/mkspecs/features/unix/thread.prf \
204 /usr/lib/qt/mkspecs/features/file_copies.prf \ 204 /usr/lib/qt/mkspecs/features/file_copies.prf \
205 /usr/lib/qt/mkspecs/features/testcase_targets.prf \ 205 /usr/lib/qt/mkspecs/features/testcase_targets.prf \
206 /usr/lib/qt/mkspecs/features/yacc.prf \ 206 /usr/lib/qt/mkspecs/features/yacc.prf \
207 /usr/lib/qt/mkspecs/features/lex.prf \ 207 /usr/lib/qt/mkspecs/features/lex.prf \
208 client.pro PipedQProcessTransport.h \ 208 client.pro PiperQProcessTransport.h \
209 PiperCapnpClient.h \ 209 PiperCapnpClient.h \
210 PiperClient.h \ 210 PiperClient.h \
211 PiperPluginStub.h \ 211 PiperPluginStub.h \
212 SynchronousTransport.h client.cpp \ 212 SynchronousTransport.h client.cpp \
213 ../vamp-capnp/piper.capnp.c++ 213 ../vamp-capnp/piper.capnp.c++
545 (cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR) 545 (cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)
546 546
547 distdir: FORCE 547 distdir: FORCE
548 @test -d $(DISTDIR) || mkdir -p $(DISTDIR) 548 @test -d $(DISTDIR) || mkdir -p $(DISTDIR)
549 $(COPY_FILE) --parents $(DIST) $(DISTDIR)/ 549 $(COPY_FILE) --parents $(DIST) $(DISTDIR)/
550 $(COPY_FILE) --parents PipedQProcessTransport.h PiperCapnpClient.h PiperClient.h PiperPluginStub.h SynchronousTransport.h $(DISTDIR)/ 550 $(COPY_FILE) --parents PiperQProcessTransport.h PiperCapnpClient.h PiperClient.h PiperPluginStub.h SynchronousTransport.h $(DISTDIR)/
551 $(COPY_FILE) --parents client.cpp ../vamp-capnp/piper.capnp.c++ $(DISTDIR)/ 551 $(COPY_FILE) --parents client.cpp ../vamp-capnp/piper.capnp.c++ $(DISTDIR)/
552 552
553 553
554 clean: compiler_clean 554 clean: compiler_clean
555 -$(DEL_FILE) $(OBJECTS) 555 -$(DEL_FILE) $(OBJECTS)
586 compiler_lex_clean: 586 compiler_lex_clean:
587 compiler_clean: 587 compiler_clean:
588 588
589 ####### Compile 589 ####### Compile
590 590
591 ../o/client.o: client.cpp PipedQProcessTransport.h \ 591 ../o/client.o: client.cpp PiperQProcessTransport.h \
592 SynchronousTransport.h \ 592 SynchronousTransport.h \
593 PiperCapnpClient.h \ 593 PiperCapnpClient.h \
594 PiperClient.h \ 594 PiperClient.h \
595 PiperPluginStub.h 595 PiperPluginStub.h
596 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../o/client.o client.cpp 596 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../o/client.o client.cpp