[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile
Bill Wendling
isanbard at gmail.com
Fri Sep 1 16:30:08 PDT 2006
Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench:
Makefile added (r1.1)
---
Log message:
Added perlbench Makefile.
---
Diffs of the changes: (+36 -0)
Makefile | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+)
Index: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile
diff -c /dev/null llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.1
*** /dev/null Fri Sep 1 18:30:01 2006
--- llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile Fri Sep 1 18:29:51 2006
***************
*** 0 ****
--- 1,36 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 400.perlbench
+ # test.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ LEVEL = ../../../..
+
+ Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
+ av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c mg.c \
+ numeric.c op.c pad.c perl.c perlapi.c perlio.c perlmain.c perly.c pp.c \
+ pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c regexec.c run.c \
+ scope.c sv.c taint.c toke.c universal.c utf8.c util.c xsutils.c Base64.c \
+ Cwd.c Dumper.c HiRes.c IO.c Peek.c attrs.c poll.c stdio.c DynaLoader.c \
+ MD5.c Storable.c Parser.c specrand.c Hostname.c Opcode.c)
+
+ include ../../Makefile.spec2006
+
+ CPPFLAGS += -DPERL_CORE
+
+ ifeq ($(OS),Darwin)
+ ifeq ($(ARCH),PowerPC)
+ CPPFLAGS += -DSPEC_CPU_MACOSX_PPC
+ else
+ ifeq ($(ARCH),x86)
+ CPPFLAGS += -DSPEC_CPU_MACOSX_IA32
+ endif
+ endif
+ endif
+
+ ifeq ($(RUN_TYPE),test)
+ RUN_OPTIONS = xxx
+ else
+ RUN_OPTIONS = xxx
+ endif
More information about the llvm-commits
mailing list