]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/Makefile.in
merged 2.4 branch into the trunk
[wxWidgets.git] / contrib / samples / Makefile.in
1 # $Id$
2
3 CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc svg xrc #applet
4
5 all:
6 @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done
7
8 clean:
9 @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE) clean); done
10