blob: 9bc001b4e525ed659bdf0a2ac9b98b7890f3858b [file] [log] [blame]
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
HASH_PROGRAM_OUTPUT = 1
include ../../Makefile.multisrc