1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Added autoconf support for the sample project.

llvm-svn: 9152
This commit is contained in:
John Criswell 2003-10-16 01:49:07 +00:00
parent 27f6878d71
commit 3e6d68f570

View File

@ -30,6 +30,11 @@ then
fi
fi
if test -d ${srcdir}/projects/sample
then
AC_CONFIG_SUBDIRS(projects/sample)
fi
if test -d ${srcdir}/projects/reopt
then
AC_CONFIG_SUBDIRS(projects/reopt)
@ -206,13 +211,6 @@ AC_CONFIG_MAKEFILE(utils/Burg/Makefile)
AC_CONFIG_MAKEFILE(utils/Burg/Doc/Makefile)
AC_CONFIG_MAKEFILE(utils/TableGen/Makefile)
AC_CONFIG_MAKEFILE(projects/Makefile)
AC_CONFIG_MAKEFILE(projects/sample/Makefile)
AC_CONFIG_MAKEFILE(projects/sample/Makefile.common)
AC_CONFIG_MAKEFILE(projects/sample/Makefile.config)
AC_CONFIG_MAKEFILE(projects/sample/lib/Makefile)
AC_CONFIG_MAKEFILE(projects/sample/lib/sample/Makefile)
AC_CONFIG_MAKEFILE(projects/sample/tools/Makefile)
AC_CONFIG_MAKEFILE(projects/sample/tools/sample/Makefile)
AC_CONFIG_MAKEFILE(projects/ModuleMaker/Makefile)
AC_CONFIG_MAKEFILE(projects/ModuleMaker/Makefile.common)
AC_CONFIG_MAKEFILE(projects/ModuleMaker/tools/Makefile)