1 include build/Makefile.incl
3 targets = render cwmcc obcl kernel plugins engines themes data
6 @for i in $(targets); do \
7 $(MAKE) -$(MAKEFLAGS) -f build/Makefile.$$i $@; \
11 @for i in $(targets); do \
12 $(MAKE) -$(MAKEFLAGS) -f build/Makefile.$$i $@; \
16 @for i in $(targets); do \
17 $(MAKE) -$(MAKEFLAGS) -f build/Makefile.$$i $@; \
21 @for i in $(targets); do \
22 $(MAKE) -$(MAKEFLAGS) -f build/Makefile.$$i $@; \
27 $(RM) configure Makefile.incl
30 LIBTOOL_DEPS = @LIBTOOL_DEPS@
31 libtool: $(LIBTOOL_DEPS)
32 $(SHELL) ./config.status --recheck
34 .PHONY: all clean distclean install uninstall