aboutsummaryrefslogtreecommitdiff
path: root/redist/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-03-17 20:20:47 -0400
committercnlohr <lohr85@gmail.com>2018-03-18 22:21:59 -0400
commit51d3954e38e01e2c327f561cc27f6d8abbc9907d (patch)
tree0d19dc72897bf2b3c1ef8d2a54f819f10f7e4f23 /redist/Makefile
parent8e7baa44fac6b47aced36e5225d62bf3db365e02 (diff)
downloadlibsurvive-51d3954e38e01e2c327f561cc27f6d8abbc9907d.tar.gz
libsurvive-51d3954e38e01e2c327f561cc27f6d8abbc9907d.tar.bz2
Make build target for dcl test
Diffstat (limited to 'redist/Makefile')
-rw-r--r--redist/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/redist/Makefile b/redist/Makefile
index 2aa5ef1..0d74106 100644
--- a/redist/Makefile
+++ b/redist/Makefile
@@ -1,4 +1,4 @@
-all : jsmntest lintest
+all : jsmntest lintest test_dcl
jsmntest : jsmntest.c jsmn.c
gcc -g -O0 -o $@ $^
@@ -6,6 +6,9 @@ jsmntest : jsmntest.c jsmn.c
lintest : lintest.c linmath.c linmath.h
gcc -g -O0 -o $@ $^ -lm
+test_dcl : test_dcl.c dclhelpers.c minimal_opencv.c ../src/epnp/epnp.c
+ gcc -o $@ $^ os_generic.c -DFLT=double -lpthread -lcblas -lm -llapacke
+
clean :
rm -rf *.o *~ jsmntest lintest