makefiles changes (@top_srcdir@ adjusted)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-01-31 18:31:18 +00:00
parent 2224580a41
commit 48fe83743a
77 changed files with 5160 additions and 92 deletions

26
utils/configure.in Normal file
View File

@@ -0,0 +1,26 @@
dnl Process this file with autoconf to produce a configure script.
AC_REVISION($Id$)dnl
AC_INIT(Makefile.in)
GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
AC_SUBST(GL_TOOLKIT_DIR)
AC_OUTPUT([
Makefile
wxMMedia2/Makefile
wxMMedia2/lib/Makefile
wxMMedia2/sample/Makefile
glcanvas/Makefile
glcanvas/${GL_TOOLKIT_DIR}/Makefile
ogl/Makefile
ogl/src/Makefile
makegen/Makefile
HelpGen/Makefile
HelpGen/src/Makefile
tex2rtf/Makefile
tex2rtf/src/Makefile
hhp2cached/Makefile
dialoged/Makefile
dialoged/src/Makefile
])