Changes in directory llvm-test/External/SPEC/CINT2006/445.gobmk:
Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+19 -0) Makefile | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+) Index: llvm-test/External/SPEC/CINT2006/445.gobmk/Makefile diff -c /dev/null llvm-test/External/SPEC/CINT2006/445.gobmk/Makefile:1.1 *** /dev/null Thu Aug 31 14:26:46 2006 --- llvm-test/External/SPEC/CINT2006/445.gobmk/Makefile Thu Aug 31 14:26:36 2006 *************** *** 0 **** --- 1,19 ---- + ##===- Makefile --------------------------------------------*- Makefile -*-===## + # + # This makefile contains information for building the SPEC2006 gobmk test. + # + ##===----------------------------------------------------------------------===## + + LEVEL = ../../../.. + + include ../../Makefile.spec2006 + + CPPFLAGS += -DHAVE_CONFIG_H + + ifeq ($(RUN_TYPE),test) + RUN_OPTIONS := --quiet --mode gtp capture.tst + STDOUT_FILENAME := capture.out + else + RUN_OPTIONS := --quiet --mode gtp arb.tst + STDOUT_FILENAME := arb.out + endif _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits