2000-03-05 19:03:21 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_REVISION($Id$)dnl
|
|
|
|
|
|
|
|
AC_INIT(Makefile.in)
|
|
|
|
|
|
|
|
dnl ---------------
|
|
|
|
dnl MMedia specific
|
|
|
|
dnl ---------------
|
|
|
|
|
|
|
|
dnl Check for ESD
|
|
|
|
|
|
|
|
ESD_LINK=
|
|
|
|
AC_CHECK_HEADER(esd.h, [
|
|
|
|
AC_CHECK_LIB(esd, esd_close, [
|
|
|
|
ESD_LINK="-lesd"
|
|
|
|
])
|
|
|
|
])
|
|
|
|
|
2000-03-10 11:33:19 +00:00
|
|
|
if test "$ESD_LINK" != "" ; then
|
2000-03-05 19:03:21 +00:00
|
|
|
echo "ESound detected"
|
|
|
|
fi
|
|
|
|
|
|
|
|
dnl -----------
|
|
|
|
dnl Final subst
|
|
|
|
|
|
|
|
PATH_IFS=$wx_cv_path_ifs
|
|
|
|
WX_TARGET_LIBRARY=$wx_cv_target_library
|
2000-03-19 04:09:08 +00:00
|
|
|
WX_TARGET_LIBRARY_TYPE=$wx_cv_target_libtype
|
2000-03-05 19:03:21 +00:00
|
|
|
|
|
|
|
AC_SUBST(PATH_IFS)
|
|
|
|
AC_SUBST(ESD_LINK)
|
|
|
|
AC_SUBST(WX_TARGET_LIBRARY)
|
2000-03-19 04:09:08 +00:00
|
|
|
AC_SUBST(WX_TARGET_LIBRARY_TYPE)
|
2000-03-05 19:03:21 +00:00
|
|
|
|
|
|
|
dnl -----------
|
|
|
|
dnl File output
|
|
|
|
|
|
|
|
|
|
|
|
AC_OUTPUT([
|
|
|
|
Makefile
|
|
|
|
src/Makefile
|
|
|
|
src/ogl/Makefile
|
|
|
|
src/mmedia/Makefile
|
2000-03-14 16:00:24 +00:00
|
|
|
src/stc/Makefile
|
2000-07-25 18:47:21 +00:00
|
|
|
src/xml/Makefile
|
2000-08-29 08:54:17 +00:00
|
|
|
src/canvas/Makefile
|
|
|
|
src/gizmos/Makefile
|
2001-01-16 11:33:29 +00:00
|
|
|
src/plot/Makefile
|
2000-03-05 19:03:21 +00:00
|
|
|
samples/Makefile
|
|
|
|
samples/mmedia/Makefile
|
2000-07-15 19:51:35 +00:00
|
|
|
samples/ogl/Makefile
|
|
|
|
samples/ogl/ogledit/Makefile
|
|
|
|
samples/ogl/studio/Makefile
|
2000-03-14 16:00:24 +00:00
|
|
|
samples/stc/Makefile
|
2000-08-29 08:54:17 +00:00
|
|
|
samples/canvas/Makefile
|
|
|
|
samples/canvas/test/Makefile
|
2000-11-24 20:19:39 +00:00
|
|
|
samples/canvas/simple/Makefile
|
2000-08-29 08:54:17 +00:00
|
|
|
samples/gizmos/Makefile
|
|
|
|
samples/gizmos/multicell/Makefile
|
|
|
|
samples/gizmos/splittree/Makefile
|
2000-09-17 19:20:16 +00:00
|
|
|
samples/xml/Makefile
|
2001-01-16 11:33:29 +00:00
|
|
|
samples/plot/Makefile
|
2000-07-25 18:47:21 +00:00
|
|
|
utils/Makefile
|
|
|
|
utils/wxrc/Makefile
|
|
|
|
utils/wxrcedit/Makefile
|
2000-09-26 21:59:37 +00:00
|
|
|
utils/convertrc/Makefile
|
2000-03-05 19:03:21 +00:00
|
|
|
])
|