X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11concurrency-benchmarks.git;a=blobdiff_plain;f=gdax-orderbook-hpp%2Fdemo%2FMakefile;h=39d9da30e0d76726641b41a8afb9ec3b7afe6052;hp=9d4f8c23b2d68774176690d2f2823247f5dcf4b0;hb=07c7f8ee689f696204e10d3dae0d36f794923271;hpb=ed8d734eb7eec004feb2f81a2f3201ba67bb5a65 diff --git a/gdax-orderbook-hpp/demo/Makefile b/gdax-orderbook-hpp/demo/Makefile index 9d4f8c2..39d9da3 100644 --- a/gdax-orderbook-hpp/demo/Makefile +++ b/gdax-orderbook-hpp/demo/Makefile @@ -13,11 +13,11 @@ LIBS += -lssl # needed for websocketpp's TLS support (req'd by GDAX) LIBS += -lcrypto # needed for websocketpp's TLS support (req'd by GDAX) LIBS += -lcds -test: demo - LD_LIBRARY_PATH=$(CDSLIBDIR) ./demo +#test: demo +# LD_LIBRARY_PATH=$(CDSLIBDIR) ./demo -debug: demo - LD_LIBRARY_PATH=$(CDSLIBDIR) gdb ./demo +#debug: demo +# LD_LIBRARY_PATH=$(CDSLIBDIR) gdb ./demo demo: demo.cpp ../gdax-orderbook.hpp \ | dependencies/libcds-2.3.2/build-release/bin/libcds.so \ @@ -28,8 +28,8 @@ demo: demo.cpp ../gdax-orderbook.hpp \ dependencies/libcds-2.3.2/build-release/bin/libcds.so: \ | dependencies/libcds-2.3.2 cd dependencies/libcds-2.3.2 ; if [ ! -d build-release ]; then mkdir build-release; fi - cd dependencies/libcds-2.3.2/build-release ; export PATH=`pwd`/../..:$(PATH); CC=clang CXX=clang++ cmake -DCMAKE\_BUILD_TYPE=RELEASE ../ - cd dependencies/libcds-2.3.2/build-release ; export PATH=`pwd`/../..:$(PATH); make -j4 + cd dependencies/libcds-2.3.2/build-release ; export PATH=$(PWD)/../..:$(PATH); CC=clang CXX=clang++ cmake -DCMAKE\_BUILD_TYPE=RELEASE ../ + cd dependencies/libcds-2.3.2/build-release ; export PATH=$(PWD)/../..:$(PATH); make -j4 clean: rm -rf demo dependencies/libcds-2.3.2/build-release