X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=bf12c05825a09ea8001fd9bc943f6c712b3ae660;hb=7db5a6df78749bf0cd37870fcefe08b8849e38e6;hp=73659cfb8459589cf225295a4a3310d1fc536f7c;hpb=0021c31b60706f0a35f0858c112ebdc709f3d3e7;p=oota-llvm.git diff --git a/Makefile.config.in b/Makefile.config.in index 73659cfb845..bf12c05825a 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -84,17 +84,19 @@ LLVMGCCDIR := @LLVMGCCDIR@ BYTECODE_REPOSITORY := @BCR@ # SPEC benchmarks: -# Set the USE_SPEC variable to enable the use of the SPEC benchmarks. +# If these are set then run the SPEC benchmarks. # You must provide the SPEC benchmarks on your own. -@USE_SPEC@ +@USE_SPEC2000@ @USE_SPEC95@ -# Path to the SPEC benchmarks. If you have the SPEC benchmarks, place the -# path here. -#SPEC_ROOT := /home/vadve/shared/benchmarks/speccpu2000/benchspec -SPEC_ROOT := @SPEC_ROOT@ +# Path to the SPEC benchmarks. +SPEC2000_ROOT := @SPEC2000_ROOT@ SPEC95_ROOT := @SPEC95_ROOT@ +# Path to the Povray source code. +@USE_POVRAY@ +POVRAY_ROOT := @POVRAY_ROOT@ + # Path to the PAPI code. This is used by the reoptimizer only. #PAPIDIR := /home/vadve/shared/papi-2.3.4.1 PAPIDIR := @PAPIDIR@