Lines Matching full:makefile
28 dnl Determine the LLVM version, which may be required by the current Makefile
40 AC_CONFIG_SRCDIR(["Makefile.common.in"])
271 dnl Set the "OS" Makefile variable based on the platform type so the
272 dnl makefile can configure itself to specific build hosts
277 dnl Set the LINKALL and NOLINKALL Makefile variables based on the platform
653 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/Makefile ; then
656 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/Disassembler/Makefile ; then
667 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/Makefile ; then
671 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/Disassembler/Makefile ; then
689 if test -f ${srcdir}/lib/Target/${target_to_build}/AsmParser/Makefile ; then
692 if test -f ${srcdir}/lib/Target/${target_to_build}/Disassembler/Makefile ; then
1357 # information into substitutions that will end up in Makefile.config.in
1483 dnl Configure a common Makefile
1484 AC_CONFIG_FILES(Makefile.common)
1485 AC_CONFIG_FILES(Makefile.llvm.config)
1488 dnl List every Makefile that exists within your source tree
1489 AC_CONFIG_MAKEFILE(Makefile)
1490 AC_CONFIG_MAKEFILE(lib/Makefile)
1491 AC_CONFIG_MAKEFILE(lib/sample/Makefile)
1492 AC_CONFIG_MAKEFILE(tools/Makefile)
1493 AC_CONFIG_MAKEFILE(tools/sample/Makefile)