Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > ec9ca887d430b19d033c790063f793df > files > 1006

lib64wxgtk2.8-devel-2.8.8-1.4mdvmes5.x86_64.rpm

#
# Makefile : Builds wxWindows samples for Unix.
#

SAMPLES_SUBDIRS=@SAMPLES_SUBDIRS@

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

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