[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile

Bill Wendling isanbard at gmail.com
Fri Sep 1 16:27:57 PDT 2006



Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM:

Makefile added (r1.1)
---
Log message:

Initial commit for the SPEC2006 floating point Makefiles.


---
Diffs of the changes:  (+14 -0)

 Makefile |   14 ++++++++++++++
 1 files changed, 14 insertions(+)


Index: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile:1.1
*** /dev/null	Fri Sep  1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile	Fri Sep  1 18:27:13 2006
***************
*** 0 ****
--- 1,14 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 cactusADM test.
+ #
+ ##===----------------------------------------------------------------------===##
+ 
+ LEVEL = ../../../..
+ 
+ include ../../Makefile.spec2006
+ include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
+ 
+ CPPFLAGS += -DCCODE -I$(SPEC_BENCH_DIR)/src/include
+ 
+ STDOUT_FILENAME := cactusADM.out






More information about the llvm-commits mailing list