#
# Makefile : Builds wxWindows samples for Unix.
#

SAMPLES_SUBDIRS=png thread sound debugrpt config internat keyboard typetest sockets layout mdi docview docvwmdi help printing ipc dnd calendar caret checklst grid listbox listctrl notebook sashtest scroll scrollsub splitter statbar text toolbar treectrl dialup dragimag except html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox xrc menu minifram validate splash wizard artprov controls dialogs drawing dynamic erase event exec font image minimal mobile mobile/wxedit mobile/styles propsize render richedit rotate shaped vscroll widgets console ownerdrw 

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

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