]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/Makefile.in
get rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not used nor defined anywhere
[wxWidgets.git] / contrib / samples / Makefile.in
1 # $Id$
2
3 CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg deprecated #applet net
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