changes to allow making samples/demos with non GNU make as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-25 11:59:25 +00:00
parent b7043674e7
commit 22c3fb2ba3
6 changed files with 19 additions and 3 deletions

3
samples/configure vendored
View File

@@ -526,6 +526,7 @@ 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
@@ -536,6 +537,7 @@ WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
@@ -752,6 +754,7 @@ 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