summaryrefslogtreecommitdiff
path: root/wolfram_link/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wolfram_link/Makefile')
-rw-r--r--wolfram_link/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/wolfram_link/Makefile b/wolfram_link/Makefile
deleted file mode 100644
index 9d65623..0000000
--- a/wolfram_link/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-
-CC = clang
-WSPREP = /opt/Mathematica/SystemFiles/Links/WSTP/DeveloperKit/Linux-x86-64/CompilerAdditions/wsprep
-CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-field-initializers -flto -fopenmp=libiomp5 -I/usr/lib/gcc/x86_64-linux-gnu/4.8/include/ -march=native -I/opt/Mathematica/SystemFiles/Links/WSTP/DeveloperKit/Linux-x86-64/CompilerAdditions/ -I../lib/
-LDFLAGS = -L/opt/Mathematica/SystemFiles/Links/WSTP/DeveloperKit/Linux-x86-64/CompilerAdditions -lm -lpthread -lrt -lstdc++ -ldl -luuid -l WSTP64i4
-
-convex.o: ../lib/convex.c
- @${CC} -c -o $@ $< ${CFLAGS}
-
-convexminorant: convexminorant.tm convex.o
- @${WSPREP} $< -o $@.c
- @${CC} -o $@ convex.o $@.c ${CFLAGS} ${LDFLAGS}
-