# # Copyright (C) 1997-2000 SpellCaster Telecommunications Inc. # $Id: Makefile.in,v 1.5 2004/07/15 03:59:12 bcrl Exp $ # Released under the GNU Public License. See LICENSE file for details. # SUBDIRS=\ conf \ drivers \ kernel \ src \ testing \ tools \ bin include common.mak .PHONY: check-kheaders: ./check-hdrs subdirs-all: check-kheaders subdirs-install: check-kheaders all: subdirs-all clean: subdirs-clean $(RM) babylon.start `find . -type f -a -name core` distclean: subdirs-distclean $(RM) babylon.start `find . -type f -a -name core` $(RM) Makefile common.mak config.cache config.log config.status `find . -type f -a -name .\* | grep -v \\.cvs | grep -v \\.git` pre-install: $(RM) babylon.start subdirs-install: pre-install install: subdirs-install touch babylon.start dist: mkdir -p $$HOME/dist/babylon-$(VERSION) cvs -Q ci -m 'Release $(VERSION)' cvs -Q tag $(VER_TAG) ( cd $$HOME/dist/babylon-$(VERSION) && cvs -Q co -ko -r $(VER_TAG) -d babylon-$(VERSION) babylon ) ( cd $$HOME/dist/babylon-$(VERSION) && tar --exclude=CVS -cf $$HOME/dist/babylon-$(VERSION).tar babylon-$(VERSION) ) gzip -9v $$HOME/dist/babylon-$(VERSION).tar rm -rf $$HOME/dist/babylon-$(VERSION) config: .phony sh configure echo "You should now run 'make install'."