#
# Makefile : Builds wxWindows samples for Unix.
#

SAMPLES_SUBDIRS=artprov calendar caret checklst config console controls dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event except exec font grid help htlbox html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip image internat joytest layout listctrl mdi menu minifram minimal notebook opengl opengl/cube opengl/isosurf opengl/penguin png printing propsize render rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar tab taskbar text thread toolbar treectrl typetest validate widgets wizard xrc 

all:
	@for d in $(SAMPLES_SUBDIRS); do (cd $$d && $(MAKE)); done

clean:
	@for d in $(SAMPLES_SUBDIRS); do (cd $$d && $(MAKE) clean); done
