summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-23 23:48:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-23 23:48:45 +0000
commit0acd65f258bb31c327bde921973ea49a92a8c9f7 (patch)
tree21ccaff895dd5b65c11d5eed932326c2af8ce65a /configure
parent65bc4e0bc4a7985e53311e367f5265b955774ab1 (diff)
downloadllvm-0acd65f258bb31c327bde921973ea49a92a8c9f7.tar.gz
llvm-0acd65f258bb31c327bde921973ea49a92a8c9f7.tar.bz2
llvm-0acd65f258bb31c327bde921973ea49a92a8c9f7.tar.xz
Add the configurable configuration files for llvmc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 7ae7426891..1a2ffb435a 100755
--- a/configure
+++ b/configure
@@ -1603,7 +1603,7 @@ done
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 @@ do
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" ;;