here's the entire toplevel Makefile for BIND 8.2.2 PL1

Paul Vixie vixie at mibh.net
Sat Oct 30 16:55:06 UTC 1999


Subsequent src,doc,contrib tarballs will include this.

## Copyright (c) 1996,1999 by Internet Software Consortium, Inc.
##
## Permission to use, copy, modify, and distribute this software for any
## purpose with or without fee is hereby granted, provided that the above
## copyright notice and this permission notice appear in all copies.
##
## THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
## ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
## OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
## CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
## DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
## PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
## ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
## SOFTWARE.

# $Id: Makefile,v 1.8 1999/10/30 06:05:12 vixie Exp $

# This is just for making distributions.  For the real Makefile, cd src.

all clean depend: FRC
	@echo go to the ./src directory, you cannot make '"'$@'"' here.
	@false

tar: bind-doc.tar.gz bind-src.tar.gz bind-contrib.tar.gz

pgp: bind-doc.tar.gz.asc bind-src.tar.gz.asc bind-contrib.tar.gz.asc

bind-doc.tar.gz: Makefile
	cd doc/bog; make clean file.psf file.lst
	cd doc/man; make clean all
	cd doc/man; make MANROFF="groff -t" OUT_EXT=psf clean all
	tar cf - doc | gzip > bind-doc.tar.gz
	cd doc/man; make clean
	cd doc/man; make MANROFF="groff -t" OUT_EXT=psf clean

bind-src.tar.gz: Makefile
	cd src; make distclean
	cd src/bin/nslookup; make commands.c
	cd src/bin/named; make ns_parser.c
	tar cf - src | gzip > bind-src.tar.gz

bind-contrib.tar.gz: Makefile
	tar cf - contrib | gzip > bind-contrib.tar.gz

bind-doc.tar.gz.asc: bind-doc.tar.gz
	rm -f bind-doc.tar.gz.asc
	pgp -sba bind-doc.tar.gz

bind-src.tar.gz.asc: bind-src.tar.gz
	rm -f bind-src.tar.gz.asc
	pgp -sba bind-src.tar.gz

bind-contrib.tar.gz.asc: bind-contrib.tar.gz
	rm -f bind-contrib.tar.gz.asc
	pgp -sba bind-contrib.tar.gz

noesw: src/Version src/lib/Makefile src/lib/dst/Makefile \
	src/lib/cylink/. src/lib/dnssafe/.
	perl -pi.BAK -e 's/$$/-NOESW/' src/Version
	perl -pi.BAK -e 's/ cylink dnssafe//' src/lib/Makefile
	perl -pi.BAK -e 's:-I../cylink::' src/lib/dst/Makefile
	perl -pi.BAK -e 's:-I../dnssafe::' src/lib/dst/Makefile
	perl -pi.BAK -e 's/-DCYLINK_DSS//' src/lib/dst/Makefile
	perl -pi.BAK -e 's/-DDNSSAFE//' src/lib/dst/Makefile
	rm -rf src/lib/cylink src/lib/dnssafe

FRC:


More information about the bind-announce mailing list