bbe34d8933d90b26fbf0cd6d464f8774b0871811
[mp-xquery-moved-to-github.git] / Makefile
1 SUBDIRS = src doc
2 .PHONY: $(SUBDIRS) all
3
4 all: $(SUBDIRS)
5
6 CDEP=doc/common/common.ent
7
8 $(SUBDIRS): $(CDEP)
9         $(MAKE) -C $@
10
11 clean install: $(CDEP)
12         for d in $(SUBDIRS); do \
13                 $(MAKE) -C $$d $@; \
14         done
15
16 $(CDEP):
17         git submodule init
18         git submodule update