From: Václav Slavík Date: Sun, 20 Aug 2000 21:53:09 +0000 (+0000) Subject: added contrib/gizmos to configure X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/007194393636588b166e0718357f00f6b3e1e743 added contrib/gizmos to configure git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/samples/Makefile.in b/contrib/samples/Makefile.in index c054aa6453..743f2eabb9 100644 --- a/contrib/samples/Makefile.in +++ b/contrib/samples/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SAMPLES=mmedia ogl stc +CONTRIB_SAMPLES=mmedia ogl stc gizmos all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done diff --git a/contrib/samples/gizmos/Makefile.in b/contrib/samples/gizmos/Makefile.in new file mode 100644 index 0000000000..eddc848241 --- /dev/null +++ b/contrib/samples/gizmos/Makefile.in @@ -0,0 +1,10 @@ +# $Id$ + +CONTRIB_SAMPLES=multicell splittree + +all: + @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done + +clean: + @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE) clean); done +