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 fa322d1f92
commit a4d32ad1d2
1 changed files with 5 additions and 7 deletions

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)