Fix output of live intervals to show correctly its closed, open
[oota-llvm.git] / Makefile.config.in
index fcb1746e75cd95661c627efde40471bcb3cdf29e..a461a280d24adf14319049929e102c1158f04029 100644 (file)
@@ -58,19 +58,20 @@ AR_PATH = @AR@
 #
 # The pathnames of the Flex and Bison programs, respectively.
 #
-BISON    = @YACC@
+YACC     = @YACC@
+BISON    = @BISON@
 FLEX     = @LEX@
 
 #
 # Paths to miscellaneous programs.
 #
-RPWD    = @RPWD@
-SED     = @SED@
-RM      = @RM@
-ECHO    = @ECHO@
+RPWD    = pwd
+SED     = sed
+RM      = rm
+ECHO    = echo
 MKDIR   = @abs_top_srcdir@/autoconf/mkinstalldirs
-DATE    = @DATE@
-MV      = @MV@
+DATE    = date
+MV      = mv
 INSTALL = @INSTALL@
 DOT     = @DOT@
 ETAGS   = @ETAGS@
@@ -108,11 +109,6 @@ LLVMGCCDIR := @LLVMGCCDIR@
 #
 BYTECODE_REPOSITORY := @BCR@
 
-# Path to location for purify, this is only needed if you build with
-# ENABLE_PURIFY=1
-# 
-PURIFY = @PURIFY@
-
 #
 # SPEC benchmarks:
 #      Set the USE_SPEC variable to enable the use of the SPEC benchmarks.
@@ -154,12 +150,6 @@ PAPIDIR := @PAPIDIR@
 #
 #VERBOSE = 1
 
-# When ENABLE_PURIFY is set to 1, the LLVM tools are linked with purify (which
-# must be locally installed) to allow for some automated memory error debugging.
-#
-#ENABLE_PURIFY = 1
-@ENABLE_PURIFY@
-
 #
 # Enable JIT for this platform
 #
@@ -233,3 +223,30 @@ ifndef LLVM_SRC_ROOT
 LLVM_SRC_ROOT := $(BUILD_SRC_ROOT)
 endif
 
+#
+# Set SourceDir for backwards compatbility.
+#
+ifndef SourceDir
+SourceDir=$(BUILD_SRC_DIR)
+endif
+
+# Installation directories, as provided by the configure script.
+
+exec_prefix = @exec_prefix@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@ 
+localstatedir = @localstatedir@
+libdir = @libdir@
+includedir = @includedir@
+infodir = @infodir@
+mandir = @mandir@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_DATA = @INSTALL_DATA@
+