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:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user