]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
mark slider as being transparent, otherwise it has ugly solid grey background when...
[wxWidgets.git] / contrib / samples / Makefile.in
index 072d0a2d16cc021b0360f27f686e87d1e5e27879..87a10c91f61ad52e0ab08a501c7a019d0030b994 100644 (file)
@@ -1,10 +1,10 @@
-#
-# Makefile : Builds wxWindows utils for Unix.
-#
+# $Id$
+
+CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg deprecated #applet net
 
 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