create samples makefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-07 22:15:20 +00:00
parent 87e7f16682
commit 8772a1a78d
2 changed files with 36 additions and 34 deletions

67
configure vendored

File diff suppressed because one or more lines are too long

View File

@@ -5834,6 +5834,7 @@ for subdir in `echo $SUBDIRS`; do
if test ${subdir} = "samples"; then if test ${subdir} = "samples"; then
dnl only take those samples which compile in the current dnl only take those samples which compile in the current
dnl configuration and which exist dnl configuration and which exist
makefiles="samples/Makefile.in $makefiles"
for sample in `echo $SAMPLES_SUBDIRS`; do for sample in `echo $SAMPLES_SUBDIRS`; do
if test -d $srcdir/samples/$sample; then if test -d $srcdir/samples/$sample; then
makefiles="samples/$sample/Makefile.in $makefiles" makefiles="samples/$sample/Makefile.in $makefiles"
@@ -5846,7 +5847,7 @@ for subdir in `echo $SUBDIRS`; do
dnl don't take all samples/utils, just those which build with dnl don't take all samples/utils, just those which build with
dnl wxBase dnl wxBase
if test ${subdir} = "samples"; then if test ${subdir} = "samples"; then
makefiles="samples/console/Makefile.in" makefiles="samples/Makefile.in samples/console/Makefile.in"
else dnl utils else dnl utils
makefiles="utils/HelpGen/Makefile.in \ makefiles="utils/HelpGen/Makefile.in \
utils/HelpGen/src/Makefile.in \ utils/HelpGen/src/Makefile.in \