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

SAMPLES_SUBDIRS=artprov calendar caret checklst config controls 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 png printing proplist propsize rotate sashtest scroll scrollsub sockets splitter statbar 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
