-#
-# Makefile : Builds wxWindows utils for Unix.
-#
+# $Id$
+
+CONTRIB_SAMPLES=fl gizmos mmedia net ogl plot stc svg xrc deprecated #applet
all:
- cd mmedia; make
+ @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done
clean:
- cd mmedia; make clean
+ @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE) clean); done