[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Tue Nov 23 15:48:56 PST 2004
Changes in directory llvm:
configure updated: 1.136 -> 1.137
---
Log message:
Add the configurable configuration files for llvmc.
---
Diffs of the changes: (+5 -1)
Index: llvm/configure
diff -u llvm/configure:1.136 llvm/configure:1.137
--- llvm/configure:1.136 Thu Nov 18 03:47:36 2004
+++ llvm/configure Tue Nov 23 17:48:45 2004
@@ -1603,7 +1603,7 @@
ac_config_headers="$ac_config_headers include/llvm/Config/config.h"
- ac_config_files="$ac_config_files Makefile.config"
+ ac_config_files="$ac_config_files Makefile.config tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll tools/llvmc/c"
ac_config_headers="$ac_config_headers include/llvm/Support/DataTypes.h"
@@ -25074,6 +25074,10 @@
case "$ac_config_target" in
# Handling of arguments.
"Makefile.config" ) CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
+ "tools/llvmc/st" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/st" ;;
+ "tools/llvmc/cpp" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/cpp" ;;
+ "tools/llvmc/ll" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/ll" ;;
+ "tools/llvmc/c" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/c" ;;
"lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$platform_type" ;;
"Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
"Makefile.common" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile.common" ;;
More information about the llvm-commits
mailing list