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

SAMPLES_SUBDIRS=caret checklst config controls dialogs dialup dnd docview docvwmdi dragimag drawing dynamic event font fractal grid help html image internat joytest layout listctrl mdi menu minifram minimal newgrid notebook png printing resource richedit sashtest scroll scrollsub sockets splitter statbar thread toolbar treectrl typetest validate 

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

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