summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 2221101d2b332bf02fcb1209ce5ae5116f88f581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated automatically from Makefile-top.in by configure.
# Makefile for in place build of BIRD
# (c) 1999 Martin Mares <mj@ucw.cz>

objdir=obj

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

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
	rm -rf $(objdir)
	rm -f config.* configure sysdep/autoconf.h Makefile