blob: f8ee65ba2c849ea84cf8b4d8fba72e982fb099e5 [file] [log] [blame] [edit]
LEVEL = ../../../../../..
PROG = neural
CPPFLAGS = -DVERSION='"1.00"' -DCOMPDATE="\"today\"" -DCFLAGS='""' -DHOSTNAME="\"thishost\""
LDFLAGS = -lm
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = ref.in
else
RUN_OPTIONS = test.in
endif
include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc