blob: 24593635fe2804dea3c019c15caea9cc6fcb279c [file] [log] [blame]
LEVEL = ../../../..
PROG = bh
CPPFLAGS = -fcommon -DTORONTO
CFLAGS += -Wno-implicit-int
LDFLAGS = -lm
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 40000 30
else
ifdef SMALL_PROBLEM_SIZE
RUN_OPTIONS = 2000 5
else
RUN_OPTIONS = 20000 20
endif
endif
include $(LEVEL)/MultiSource/Makefile.multisrc