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)
|
|
|
|
|
2003-01-15 22:04:32 +00:00
|
|
|
dnl we need the values the main configure determined for us, so refuse
|
|
|
|
dnl to run if we don't have them
|
|
|
|
if test "x$wx_cv_path_ifs" = "x"; then
|
|
|
|
AC_MSG_ERROR([Please run configure from the top level directory.])
|
|
|
|
fi
|
|
|
|
|
2000-03-05 19:03:21 +00:00
|
|
|
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
|
2002-12-04 14:11:26 +00:00
|
|
|
WX_LIBRARY_BASENAME=$wx_cv_library_basename
|
|
|
|
WX_RELEASE=$wx_cv_release
|
|
|
|
WX_CURRENT=$wx_cv_current
|
|
|
|
WX_REVISION=$wx_cv_revision
|
|
|
|
WX_AGE=$wx_cv_age
|
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)
|
2002-12-04 14:11:26 +00:00
|
|
|
AC_SUBST(WX_LIBRARY_BASENAME)
|
|
|
|
AC_SUBST(WX_RELEASE)
|
|
|
|
AC_SUBST(WX_CURRENT)
|
|
|
|
AC_SUBST(WX_REVISION)
|
|
|
|
AC_SUBST(WX_AGE)
|
2000-03-05 19:03:21 +00:00
|
|
|
|
|
|
|
dnl -----------
|
|
|
|
dnl File output
|
|
|
|
|
|
|
|
|
|
|
|
AC_OUTPUT([
|
|
|
|
src/Makefile
|
|
|
|
src/ogl/Makefile
|
|
|
|
src/mmedia/Makefile
|
2000-03-14 16:00:24 +00:00
|
|
|
src/stc/Makefile
|
2002-06-21 09:46:32 +00:00
|
|
|
src/svg/Makefile
|
2001-06-09 22:18:45 +00:00
|
|
|
src/xrc/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
|
2001-05-06 17:41:54 +00:00
|
|
|
src/applet/Makefile
|
2001-07-24 15:27:12 +00:00
|
|
|
src/fl/Makefile
|
2001-08-21 09:11:20 +00:00
|
|
|
src/net/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
|
2002-12-04 14:11:26 +00:00
|
|
|
samples/svg/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
|
2001-06-09 22:18:45 +00:00
|
|
|
samples/gizmos/editlbox/Makefile
|
2001-08-22 15:02:40 +00:00
|
|
|
samples/gizmos/dynsash/Makefile
|
|
|
|
samples/gizmos/dynsash_switch/Makefile
|
2002-12-04 14:11:26 +00:00
|
|
|
samples/gizmos/multicell/Makefile
|
|
|
|
samples/gizmos/splittree/Makefile
|
|
|
|
samples/gizmos/led/Makefile
|
2001-06-09 22:18:45 +00:00
|
|
|
samples/xrc/Makefile
|
2001-01-16 11:33:29 +00:00
|
|
|
samples/plot/Makefile
|
2001-05-06 17:41:54 +00:00
|
|
|
samples/applet/Makefile
|
2001-08-12 00:11:55 +00:00
|
|
|
samples/fl/Makefile
|
2001-08-03 15:20:35 +00:00
|
|
|
samples/fl/fl_demo1/Makefile
|
|
|
|
samples/fl/fl_demo2/Makefile
|
|
|
|
samples/fl/fl_sample1/Makefile
|
|
|
|
samples/fl/fl_sample2/Makefile
|
|
|
|
samples/fl/fl_sample3/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
|
|
|
])
|