2000-01-31 18:31:18 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_REVISION($Id$)dnl
|
|
|
|
|
|
|
|
AC_INIT(Makefile.in)
|
|
|
|
|
2002-05-18 23:36:55 +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_samplesubdirs" = "x"; then
|
|
|
|
AC_MSG_ERROR([Please run configure from the top level directory.])
|
|
|
|
fi
|
|
|
|
|
2000-02-07 17:33:23 +00:00
|
|
|
SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
|
|
|
|
AC_SUBST(SAMPLES_SUBDIRS)
|
|
|
|
|
2002-01-25 11:59:25 +00:00
|
|
|
IF_GNU_MAKE=$wx_cv_if_gnu_make
|
2000-03-05 19:03:21 +00:00
|
|
|
PATH_IFS=$wx_cv_path_ifs
|
|
|
|
PROGRAM_EXT=$wx_cv_program_ext
|
|
|
|
WX_TARGET_LIBRARY=$wx_cv_target_library
|
2001-07-21 06:48:40 +00:00
|
|
|
WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
|
2000-03-05 19:03:21 +00:00
|
|
|
|
2002-01-25 11:59:25 +00:00
|
|
|
AC_SUBST(IF_GNU_MAKE)
|
2000-03-05 19:03:21 +00:00
|
|
|
AC_SUBST(PATH_IFS)
|
|
|
|
AC_SUBST(PROGRAM_EXT)
|
|
|
|
AC_SUBST(WX_TARGET_LIBRARY)
|
2001-07-21 06:48:40 +00:00
|
|
|
AC_SUBST(WX_TARGET_LIBRARY_GL)
|
2000-03-05 19:03:21 +00:00
|
|
|
|
2000-01-31 18:31:18 +00:00
|
|
|
AC_OUTPUT([
|
|
|
|
Makefile
|
2002-03-25 23:28:07 +00:00
|
|
|
artprov/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
caret/Makefile
|
|
|
|
calendar/Makefile
|
|
|
|
checklst/Makefile
|
|
|
|
config/Makefile
|
|
|
|
controls/Makefile
|
|
|
|
console/Makefile
|
|
|
|
db/Makefile
|
|
|
|
dialogs/Makefile
|
2000-02-10 18:43:33 +00:00
|
|
|
dialup/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
docview/Makefile
|
|
|
|
docvwmdi/Makefile
|
|
|
|
dnd/Makefile
|
2000-03-01 11:05:49 +00:00
|
|
|
dragimag/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
drawing/Makefile
|
2000-07-15 19:51:35 +00:00
|
|
|
dynamic/Makefile
|
2001-06-11 20:03:00 +00:00
|
|
|
erase/Makefile
|
2001-01-31 16:00:00 +00:00
|
|
|
event/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
exec/Makefile
|
|
|
|
font/Makefile
|
|
|
|
grid/Makefile
|
|
|
|
help/Makefile
|
|
|
|
image/Makefile
|
|
|
|
internat/Makefile
|
|
|
|
ipc/Makefile
|
2000-03-19 23:04:18 +00:00
|
|
|
joytest/Makefile
|
2002-04-08 16:02:30 +00:00
|
|
|
keyboard/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
layout/Makefile
|
|
|
|
listctrl/Makefile
|
|
|
|
mdi/Makefile
|
2000-03-01 23:37:09 +00:00
|
|
|
menu/Makefile
|
2000-09-07 15:21:37 +00:00
|
|
|
memcheck/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
minifram/Makefile
|
|
|
|
minimal/Makefile
|
2002-04-18 16:41:35 +00:00
|
|
|
mobile/Makefile
|
|
|
|
mobile/wxedit/Makefile
|
2002-04-26 18:28:30 +00:00
|
|
|
mobile/styles/Makefile
|
2002-12-04 14:11:26 +00:00
|
|
|
multimon/Makefile
|
|
|
|
nativedlg/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
newgrid/Makefile
|
|
|
|
notebook/Makefile
|
2002-12-04 14:11:26 +00:00
|
|
|
oleauto/Makefile
|
|
|
|
ownerdrw/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
png/Makefile
|
|
|
|
printing/Makefile
|
|
|
|
proplist/Makefile
|
|
|
|
propsize/Makefile
|
2002-12-04 14:11:26 +00:00
|
|
|
regtest/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
resource/Makefile
|
2000-02-06 17:13:14 +00:00
|
|
|
rotate/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
sashtest/Makefile
|
|
|
|
scroll/Makefile
|
|
|
|
scrollsub/Makefile
|
2001-07-03 19:38:19 +00:00
|
|
|
sockets/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
splitter/Makefile
|
2000-02-04 20:27:10 +00:00
|
|
|
statbar/Makefile
|
2002-08-21 18:41:23 +00:00
|
|
|
taskbar/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
text/Makefile
|
|
|
|
thread/Makefile
|
|
|
|
toolbar/Makefile
|
|
|
|
treectrl/Makefile
|
2000-03-05 17:49:58 +00:00
|
|
|
treelay/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
typetest/Makefile
|
|
|
|
validate/Makefile
|
2001-07-03 19:38:19 +00:00
|
|
|
widgets/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
wizard/Makefile
|
|
|
|
html/Makefile
|
|
|
|
html/about/Makefile
|
|
|
|
html/help/Makefile
|
|
|
|
html/printing/Makefile
|
|
|
|
html/helpview/Makefile
|
|
|
|
html/test/Makefile
|
|
|
|
html/zip/Makefile
|
|
|
|
html/virtual/Makefile
|
|
|
|
html/widget/Makefile
|
2000-03-01 20:11:17 +00:00
|
|
|
opengl/Makefile
|
|
|
|
opengl/cube/Makefile
|
|
|
|
opengl/penguin/Makefile
|
|
|
|
opengl/isosurf/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
])
|