Mercurial > hg > piper-cpp
diff Makefile @ 115:5a716f08e4be
Debug
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 27 Oct 2016 10:28:10 +0100 |
parents | 6fad5154778e |
children | d15cb1151d76 |
line wrap: on
line diff
--- a/Makefile Tue Oct 25 21:06:38 2016 +0100 +++ b/Makefile Thu Oct 27 10:28:10 2016 +0100 @@ -3,9 +3,9 @@ PIPER_DIR := ../piper CXXFLAGS := -Wall -Wextra -Werror -g3 -std=c++11 -INCFLAGS := -I$(VAMPSDK_DIR) -I. -I/usr/local/include - -LDFLAGS := $(VAMPSDK_DIR)/libvamp-hostsdk.a -L/usr/local/lib -lcapnp -lkj -ldl +INCFLAGS := -I$(VAMPSDK_DIR) -I. -I/usr/local/include -I../sv-dependency-builds/win32-mingw/include + +LDFLAGS := -L../sv-dependency-builds/win32-mingw/lib -L../../vamp-plugin-sdk -L/usr/local/lib -lvamp-hostsdk -lcapnp -lkj all: o bin bin/piper-convert bin/piper-vamp-server @@ -21,8 +21,8 @@ bin/piper-vamp-server: o/server.o o/piper.capnp.o c++ $(CXXFLAGS) $^ -o $@ $(LDFLAGS) -vamp-capnp/piper.capnp.h: $(PIPER_DIR)/capnp/piper.capnp - capnp compile -oc++:vamp-capnp --src-prefix=$(PIPER_DIR)/capnp $< +#vamp-capnp/piper.capnp.h: $(PIPER_DIR)/capnp/piper.capnp +# capnp compile -oc++:vamp-capnp --src-prefix=$(PIPER_DIR)/capnp $< o/piper.capnp.o: vamp-capnp/piper.capnp.c++ vamp-capnp/piper.capnp.h c++ $(CXXFLAGS) $(INCFLAGS) -c $< -o $@