Changes in directory llvm-test/External/SPEC/CINT2006/401.bzip2:
Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+17 -0) Makefile | 17 +++++++++++++++++ 1 files changed, 17 insertions(+) Index: llvm-test/External/SPEC/CINT2006/401.bzip2/Makefile diff -c /dev/null llvm-test/External/SPEC/CINT2006/401.bzip2/Makefile:1.1 *** /dev/null Thu Aug 31 14:26:45 2006 --- llvm-test/External/SPEC/CINT2006/401.bzip2/Makefile Thu Aug 31 14:26:35 2006 *************** *** 0 **** --- 1,17 ---- + ##===- Makefile --------------------------------------------*- Makefile -*-===## + # + # This makefile contains information for building the SPEC2006 bzip2 test. + # + ##===----------------------------------------------------------------------===## + + LEVEL = ../../../.. + + RUN_OPTIONS = `head -n 1 $(REF_IN_DIR)control` + + ifeq ($(RUN_TYPE),test) + STDOUT_FILENAME := input.compressed.out + else + STDOUT_FILENAME := input.combined.out + endif + + include ../../Makefile.spec2006 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits