File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / tools / Makefile-top.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Aug 22 12:33:54 2017 UTC (8 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

# 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


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>