#
# Makefile : Builds wxWindows samples for Unix.
#

SAMPLES_SUBDIRS=artprov calendar caret checklst config console controls debugrpt 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 ipc keyboard layout listbox listctrl mdi menu minifram minimal mobile mobile/styles mobile/wxedit multimon notebook png popup printing propsize render richedit rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll 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
