1 SUBDIRS = html lseditor glcanvas
4 -for i in $(SUBDIRS); do \
5 if test ! -r $$i/Makefile ; then \
6 make -C $$i -f Makefile.pre.in boot ; \
11 # Generic target for i.e. install, clean, distclean...
13 -for i in $(SUBDIRS); do \
14 if test ! -r $$i/Makefile ; then \
15 make -C $$i -f Makefile.pre.in boot ; \