aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-17 09:32:22 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-17 09:32:22 -0600
commit0b9e66ad2ff686a4dcf8a6838f33edb203a1bff5 (patch)
tree2ccc16e01e625901f00c59cc85535286116b1792 /Makefile
parent7c97cfe7f63650fc79ce4fa7f081b556ce275475 (diff)
downloadlibsurvive-0b9e66ad2ff686a4dcf8a6838f33edb203a1bff5.tar.gz
libsurvive-0b9e66ad2ff686a4dcf8a6838f33edb203a1bff5.tar.bz2
Fixed gemm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9239c39..dfcb9f4 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,13 @@ calibrate_client : calibrate_client.c ./lib/libsurvive.so redist/os_generic.c $
static_calibrate : calibrate.c redist/os_generic.c $(DRAWFUNCTIONS) $(LIBSURVIVE_C)
tcc -o $@ $^ $(CFLAGS) $(LDFLAGS) -DTCC
-test_dcl: ./redist/test_dcl.c ./redist/dclhelpers.c
+./redist/dclhelpers_debuggable.c : ./redist/dclhelpers.c ./redist/dclhelpers.h ./redist/dclapack.h
+ gcc -E ./redist/dclhelpers.c > ./redist/dclhelpers_debuggable.c
+ clang-format -i ./redist/dclhelpers_debuggable.c
+ sed -i 's/#/\/\/#/g' ./redist/dclhelpers_debuggable.c
+
+
+test_dcl: ./redist/test_dcl.c ./redist/dclhelpers_debuggable.c ./redist/dclhelpers.h ./redist/dclapack.h
$(CC) -o $@ $^ $(LDFLAGS) $(CFLAGS) -DFLT=double -fsanitize=address -fsanitize=undefined
test_minimal_cv: ./src/epnp/test_minimal_cv.c ./lib/libsurvive.so