# Generated automatically from Makefile.in by configure.
#
# Makefile : Builds wxWindows samples for Unix.
#

SAMPLES_SUBDIRS=calendar caret checklst config controls db dialogs dialup dnd docview docvwmdi dragimag drawing dynamic erase event exec font grid help html image internat joytest layout listctrl mdi menu minifram minimal newgrid notebook opengl png printing proplist resource richedit rotate sashtest scroll scrollsub sockets splitter statbar tab text thread toolbar treectrl treelay typetest validate widgets wizard 

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

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