]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/modules/Makefile
started adding modules tree...
[wxWidgets.git] / utils / wxPython / modules / Makefile
CommitLineData
05394a18
HH
1SUBDIRS = html lseditor glcanvas
2
3all:
4 -for i in $(SUBDIRS); do \
5 if test ! -r $$i/Makefile ; then \
6 make -C $$i -f Makefile.pre.in boot ; \
7 fi ; \
8 make -C $$i; \
9 done
10
11# Generic target for i.e. install, clean, distclean...
12%:
13 -for i in $(SUBDIRS); do \
14 if test ! -r $$i/Makefile ; then \
15 make -C $$i -f Makefile.pre.in boot ; \
16 fi ; \
17 make -C $$i $@; \
18 done
19
20
21
22