Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > b0e97864d7e54c640c7e304f0b72dada > files > 600

lib64wxgtk2.6-devel-2.6.4-14mdv2008.1.x86_64.rpm

#
# 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 joytest keyboard layout listbox listctrl mdi menu minifram minimal mobile mobile/styles mobile/wxedit multimon notebook opengl opengl/cube opengl/isosurf opengl/penguin 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