diff options
author | John Criswell <criswell@uiuc.edu> | 2003-09-29 14:52:28 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-09-29 14:52:28 +0000 |
commit | 4e0797835fbcbd06290140b698a5eb8b5b6e2188 (patch) | |
tree | 9b77b37337e4829a967d869430bbfc4e13d94b8a /autoconf/configure.ac | |
parent | 876b9aa21d6b4fb8497d423754c7b1067f8e22d0 (diff) | |
download | external_llvm-4e0797835fbcbd06290140b698a5eb8b5b6e2188.zip external_llvm-4e0797835fbcbd06290140b698a5eb8b5b6e2188.tar.gz external_llvm-4e0797835fbcbd06290140b698a5eb8b5b6e2188.tar.bz2 |
Moved llvm/lib/Support to llvm/support/lib/Support.
Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r-- | autoconf/configure.ac | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 1a3846b..e7b70c0 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -54,7 +54,6 @@ AC_CONFIG_MAKEFILE(lib/CodeGen/SelectionDAG/Makefile) AC_CONFIG_MAKEFILE(lib/ExecutionEngine/Makefile) AC_CONFIG_MAKEFILE(lib/ExecutionEngine/Interpreter/Makefile) AC_CONFIG_MAKEFILE(lib/ExecutionEngine/JIT/Makefile) -AC_CONFIG_MAKEFILE(lib/Support/Makefile) AC_CONFIG_MAKEFILE(lib/Target/Makefile) AC_CONFIG_MAKEFILE(lib/Target/Sparc/Makefile) AC_CONFIG_MAKEFILE(lib/Target/X86/Makefile) @@ -193,9 +192,6 @@ AC_CONFIG_MAKEFILE(tools/llvm-dis/Makefile) AC_CONFIG_MAKEFILE(tools/llvm-link/Makefile) AC_CONFIG_MAKEFILE(tools/opt/Makefile) AC_CONFIG_MAKEFILE(utils/Makefile) -AC_CONFIG_MAKEFILE(utils/Burg/Makefile) -AC_CONFIG_MAKEFILE(utils/Burg/Doc/Makefile) -AC_CONFIG_MAKEFILE(utils/TableGen/Makefile) AC_CONFIG_MAKEFILE(www/docs/Makefile) AC_CONFIG_MAKEFILE(projects/Makefile) AC_CONFIG_MAKEFILE(projects/sample/Makefile) @@ -209,6 +205,13 @@ AC_CONFIG_MAKEFILE(projects/ModuleMaker/Makefile) AC_CONFIG_MAKEFILE(projects/ModuleMaker/Makefile.common) AC_CONFIG_MAKEFILE(projects/ModuleMaker/tools/Makefile) AC_CONFIG_MAKEFILE(projects/ModuleMaker/tools/ModuleMaker/Makefile) +AC_CONFIG_MAKEFILE(support/Makefile) +AC_CONFIG_MAKEFILE(support/lib/Makefile) +AC_CONFIG_MAKEFILE(support/lib/Support/Makefile) +AC_CONFIG_MAKEFILE(support/tools/Makefile) +AC_CONFIG_MAKEFILE(support/tools/Burg/Makefile) +AC_CONFIG_MAKEFILE(support/tools/Burg/Doc/Makefile) +AC_CONFIG_MAKEFILE(support/tools/TableGen/Makefile) dnl ************************************************************************** dnl * Determine which system we are building on |