X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85f7de5c78264d9c9f23a0ffd78d50db53e9df4d..33b494d643e42a2e2963987cbc3637f4593ea43a:/samples/configure diff --git a/samples/configure b/samples/configure index 0d057c1e6c..a28a31bb8b 100755 --- a/samples/configure +++ b/samples/configure @@ -526,9 +526,13 @@ fi SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs +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 + + @@ -648,6 +652,7 @@ ac_given_srcdir=$srcdir trap 'rm -fr `echo " Makefile + artprov/Makefile caret/Makefile calendar/Makefile checklst/Makefile @@ -663,6 +668,8 @@ trap 'rm -fr `echo " dragimag/Makefile drawing/Makefile dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -671,6 +678,7 @@ trap 'rm -fr `echo " internat/Makefile ipc/Makefile joytest/Makefile + keyboard/Makefile layout/Makefile listctrl/Makefile mdi/Makefile @@ -678,6 +686,8 @@ trap 'rm -fr `echo " memcheck/Makefile minifram/Makefile minimal/Makefile + mobile/Makefile + mobile/wxedit/Makefile newgrid/Makefile notebook/Makefile png/Makefile @@ -690,6 +700,7 @@ trap 'rm -fr `echo " sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile @@ -699,7 +710,7 @@ trap 'rm -fr `echo " treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile @@ -747,9 +758,11 @@ s%@oldincludedir@%$oldincludedir%g s%@infodir@%$infodir%g s%@mandir@%$mandir%g s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g +s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g s%@PATH_IFS@%$PATH_IFS%g s%@PROGRAM_EXT@%$PROGRAM_EXT%g s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g +s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g CEOF EOF @@ -792,6 +805,7 @@ EOF cat >> $CONFIG_STATUS <