X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2286341c8d8c72b3eb65ffe23cfc8756f841b1c3..f9a3f576cccfd2c2296a24d74b05b9543c47fac7:/samples/configure.in diff --git a/samples/configure.in b/samples/configure.in index 3803a44d3e..6152ff2426 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -3,6 +3,19 @@ AC_REVISION($Id$)dnl AC_INIT(Makefile.in) +SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs +AC_SUBST(SAMPLES_SUBDIRS) + +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(PATH_IFS) +AC_SUBST(PROGRAM_EXT) +AC_SUBST(WX_TARGET_LIBRARY) +AC_SUBST(WX_TARGET_LIBRARY_GL) + AC_OUTPUT([ Makefile caret/Makefile @@ -13,10 +26,15 @@ AC_OUTPUT([ console/Makefile db/Makefile dialogs/Makefile + dialup/Makefile docview/Makefile docvwmdi/Makefile dnd/Makefile + dragimag/Makefile drawing/Makefile + dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -24,12 +42,14 @@ AC_OUTPUT([ image/Makefile internat/Makefile ipc/Makefile + joytest/Makefile layout/Makefile listctrl/Makefile mdi/Makefile + menu/Makefile + memcheck/Makefile minifram/Makefile minimal/Makefile - dialup/Makefile newgrid/Makefile notebook/Makefile png/Makefile @@ -38,18 +58,21 @@ AC_OUTPUT([ propsize/Makefile richedit/Makefile resource/Makefile + rotate/Makefile 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 @@ -60,4 +83,8 @@ AC_OUTPUT([ html/zip/Makefile html/virtual/Makefile html/widget/Makefile + opengl/Makefile + opengl/cube/Makefile + opengl/penguin/Makefile + opengl/isosurf/Makefile ])