summaryrefslogtreecommitdiff
path: root/test/spass/Makefile.bak
blob: 320f6221bff8f98d6d05e4eb0177439042b5e7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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