X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/335258dcdd1a1ad091cf08321d898f5ace350fa9..df055cbbdc988141dc9687c98eb3889f332d03c0:/samples/configure.in?ds=sidebyside diff --git a/samples/configure.in b/samples/configure.in index 94f132c96b..b20d8f454a 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -6,8 +6,21 @@ AC_INIT(Makefile.in) SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs AC_SUBST(SAMPLES_SUBDIRS) +IF_GNU_MAKE=$wx_cv_if_gnu_make +PATH_IFS=$wx_cv_path_ifs +PROGRAM_EXT=$wx_cv_program_ext +WX_TARGET_LIBRARY=$wx_cv_target_library +WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl + +AC_SUBST(IF_GNU_MAKE) +AC_SUBST(PATH_IFS) +AC_SUBST(PROGRAM_EXT) +AC_SUBST(WX_TARGET_LIBRARY) +AC_SUBST(WX_TARGET_LIBRARY_GL) + AC_OUTPUT([ Makefile + artprov/Makefile caret/Makefile calendar/Makefile checklst/Makefile @@ -22,6 +35,9 @@ AC_OUTPUT([ dnd/Makefile dragimag/Makefile drawing/Makefile + dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -29,14 +45,16 @@ AC_OUTPUT([ image/Makefile internat/Makefile ipc/Makefile + joytest/Makefile layout/Makefile listctrl/Makefile mdi/Makefile + menu/Makefile + memcheck/Makefile minifram/Makefile minimal/Makefile newgrid/Makefile notebook/Makefile - plot/Makefile png/Makefile printing/Makefile proplist/Makefile @@ -47,15 +65,17 @@ AC_OUTPUT([ sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile thread/Makefile toolbar/Makefile treectrl/Makefile + treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile