aboutsummaryrefslogtreecommitdiffstats
path: root/test/spass/Makefile.bak
diff options
context:
space:
mode:
Diffstat (limited to 'test/spass/Makefile.bak')
-rw-r--r--test/spass/Makefile.bak13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/spass/Makefile.bak b/test/spass/Makefile.bak
new file mode 100644
index 00000000..320f6221
--- /dev/null
+++ b/test/spass/Makefile.bak
@@ -0,0 +1,13 @@
+LEVEL = ../../..
+PROG = SPASS
+
+CPPFLAGS = -DCLOCK_NO_TIMING -fno-strict-aliasing -w
+LDFLAGS = -lm
+
+ifdef SMALL_PROBLEM_SIZE
+RUN_OPTIONS="$(PROJ_SRC_DIR)/small_problem.dfg"
+else
+RUN_OPTIONS="$(PROJ_SRC_DIR)/problem.dfg"
+endif
+
+include ../../Makefile.multisrc