]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/configure.in
removed 68K targets and preferences and renamed output libraries
[wxWidgets.git] / samples / configure.in
index 5d888d3a3dda35148d61d45920854098405e1f6f..b20d8f454ade9cb205acc4a0db0b519173dd509e 100644 (file)
@@ -6,16 +6,21 @@ AC_INIT(Makefile.in)
 SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
 AC_SUBST(SAMPLES_SUBDIRS)
 
 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
 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(PATH_IFS)
 AC_SUBST(PROGRAM_EXT)
 AC_SUBST(WX_TARGET_LIBRARY)
+AC_SUBST(WX_TARGET_LIBRARY_GL)
 
 AC_OUTPUT([
             Makefile
 
 AC_OUTPUT([
             Makefile
+            artprov/Makefile
             caret/Makefile
             calendar/Makefile
             checklst/Makefile
             caret/Makefile
             calendar/Makefile
             checklst/Makefile
@@ -60,6 +65,7 @@ AC_OUTPUT([
             sashtest/Makefile
             scroll/Makefile
             scrollsub/Makefile
             sashtest/Makefile
             scroll/Makefile
             scrollsub/Makefile
+            sockets/Makefile
             splitter/Makefile
             statbar/Makefile
             text/Makefile
             splitter/Makefile
             statbar/Makefile
             text/Makefile
@@ -69,7 +75,7 @@ AC_OUTPUT([
             treelay/Makefile
             typetest/Makefile
             validate/Makefile
             treelay/Makefile
             typetest/Makefile
             validate/Makefile
-            sockets/Makefile
+            widgets/Makefile
             wizard/Makefile
             html/Makefile
             html/about/Makefile
             wizard/Makefile
             html/Makefile
             html/about/Makefile