diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-06 02:09:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-06 02:09:25 +0000 |
commit | 5c866e13c435f83b36b562c73b1322b4a0689e1d (patch) | |
tree | 91e641fb3397d9ff74e09c3a112a46e5755cfd4c /autoconf | |
parent | 69091be83bfcfcf52f9d0b1faba94675826607db (diff) | |
download | external_llvm-5c866e13c435f83b36b562c73b1322b4a0689e1d.zip external_llvm-5c866e13c435f83b36b562c73b1322b4a0689e1d.tar.gz external_llvm-5c866e13c435f83b36b562c73b1322b4a0689e1d.tar.bz2 |
Changes for the move of the support directory back into utils
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 7ee06f6..94417a9 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -64,6 +64,7 @@ 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) @@ -202,6 +203,10 @@ AC_CONFIG_MAKEFILE(tools/llvm-as/Makefile) 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) @@ -215,13 +220,6 @@ 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 |