Home | History | Annotate | Download | only in autoconf

Lines Matching full:makefile

368 dnl Set the "OS" Makefile variable based on the platform type so the
369 dnl makefile can configure itself to specific build hosts
374 dnl Set the LINKALL and NOLINKALL Makefile variables based on the platform
887 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/Makefile ; then
890 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/Disassembler/Makefile ; then
901 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/Makefile ; then
905 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/Disassembler/Makefile ; then
923 if test -f ${srcdir}/lib/Target/${target_to_build}/AsmParser/Makefile ; then
926 if test -f ${srcdir}/lib/Target/${target_to_build}/Disassembler/Makefile ; then
1773 dnl information into substitutions that will end up in Makefile.config.in
1904 dnl you MUST also update Makefile so that the variable FilesToConfig
1918 dnl Configure the makefile's configuration data
1919 AC_CONFIG_FILES([Makefile.config])
1942 dnl Add --program-prefix value to Makefile.rules. Already an ARG variable.
1949 AC_CONFIG_MAKEFILE(Makefile)
1950 AC_CONFIG_MAKEFILE(Makefile.common)
1951 AC_CONFIG_MAKEFILE(examples/Makefile)
1952 AC_CONFIG_MAKEFILE(lib/Makefile)
1953 AC_CONFIG_MAKEFILE(runtime/Makefile)
1954 AC_CONFIG_MAKEFILE(test/Makefile)
1955 AC_CONFIG_MAKEFILE(test/Makefile.tests)
1956 AC_CONFIG_MAKEFILE(unittests/Makefile)
1957 AC_CONFIG_MAKEFILE(tools/Makefile)
1958 AC_CONFIG_MAKEFILE(utils/Makefile)
1959 AC_CONFIG_MAKEFILE(projects/Makefile)
1960 AC_CONFIG_MAKEFILE(bindings/Makefile)
1961 AC_CONFIG_MAKEFILE(bindings/ocaml/Makefile.ocaml)