Changes in directory llvm-test/External/SPEC/CINT2006/471.omnetpp:
Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+24 -0) Makefile | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+) Index: llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile diff -c /dev/null llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile:1.1 *** /dev/null Thu Aug 31 14:26:46 2006 --- llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile Thu Aug 31 14:26:36 2006 *************** *** 0 **** --- 1,24 ---- + ##===- Makefile --------------------------------------------*- Makefile -*-===## + # + # This makefile contains information for building the SPEC2006 omnetpp test. + # + ##===----------------------------------------------------------------------===## + + LEVEL = ../../../.. + + FP_ABSTOLERANCE = 0.000001 + FP_TOLERANCE = 0.00001 + + CPPFLAGS += -DNDEBUG=1 \ + -I$(SPEC_BENCH_DIR)/src/omnet_include \ + -I$(SPEC_BENCH_DIR)/src/libs/envir + + include ../../Makefile.spec2006 + + RUN_OPTIONS = omnetpp.ini + + ifeq ($(RUN_TYPE),test) + STDOUT_FILENAME := test.out + else + STDOUT_FILENAME := train.out + endif _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
