]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/Makefile
lots'o' wxpython modules files
[wxWidgets.git] / utils / wxPython / modules / Makefile
1 SUBDIRS = html lseditor glcanvas
2
3 all:
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