LEVEL = ../../../..

PROG     = health
CPPFLAGS = -DTORONTO
LDFLAGS  = -lm

FP_TOLERANCE = 0.001

ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 10 40 1
else
ifdef SMALL_PROBLEM_SIZE
RUN_OPTIONS = 8 15 1
else
RUN_OPTIONS = 9 20 1
ifeq ($(ARCH),XCore)
XCORE_TARGET_NEEDS_MEMORY := 64
endif
endif
endif

include $(LEVEL)/MultiSource/Makefile.multisrc
