summaryrefslogtreecommitdiffstats
path: root/tools/Makefile-top.in
blob: cf59f7a1742717f5d3a70e4291f7a23be6513528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Makefile for in place build of BIRD
# (c) 1999--2000 Martin Mares <mj@ucw.cz>

objdir=@objdir@

all depend tags install install-docs:
	$(MAKE) -C $(objdir) $@

docs userdocs progdocs:
	$(MAKE) -C doc $@

clean:
	$(MAKE) -C $(objdir) clean
	find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f

distclean: clean
	$(MAKE) -C doc distclean
	rm -rf $(objdir) autom4te.cache
	rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile