From: Julian Smart Date: Sun, 30 Mar 2003 19:48:54 +0000 (+0000) Subject: Makefile for deprecated samples X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f3aa39c7acc8da8e8b8354bb6d210af0e4f00968 Makefile for deprecated samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/samples/deprecated/Makefile.in b/contrib/samples/deprecated/Makefile.in new file mode 100644 index 0000000000..4b4a73bf44 --- /dev/null +++ b/contrib/samples/deprecated/Makefile.in @@ -0,0 +1,10 @@ +# $Id$ + +CONTRIB_SAMPLES=proplist resources treelay + +all: + @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done + +clean: + @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE) clean); done +