blob: 123f3e393de5f4c836c2c04b23ae9dca68a7571f [file] [log] [blame]
##===- Makefile.spec95 -------------------------------------*- Makefile -*-===##
#
# This makefile contains information for building SPEC95 as an external test.
#
##===----------------------------------------------------------------------===##
include $(LEVEL)/Makefile.config
SPEC_ROOT := $(SPEC95_ROOT)
CPPFLAGS += -DSPEC_CPU95
# RUN_TYPE - Either ref, test, or train. May be specified on the command line.
# individual tests may override this to provide better input sizes
ifndef RUN_TYPE
ifdef LARGE_PROBLEM_SIZE
RUN_TYPE := ref
else
RUN_TYPE := train
endif
endif
include $(LEVEL)/test/Programs/External/SPEC/Makefile.spec