]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
Removed some old cruft from wxBitmap, moved wxMotif- and
[wxWidgets.git] / contrib / samples / Makefile.in
index 072d0a2d16cc021b0360f27f686e87d1e5e27879..30675ebf48548a97c2f39a766a66018d87cc185b 100644 (file)
@@ -1,10 +1,10 @@
-#
-# Makefile : Builds wxWindows utils for Unix.
-#
+# $Id$
+
+CONTRIB_SAMPLES=fl gizmos mmedia net ogl plot stc svg xrc #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