Makefile.in revision a53151d99555248f01798aebf379d3cba628c9a1
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# Copyright (C) 1998-2000 Internet Software Consortium.
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# purpose with or without fee is hereby granted, provided that the above
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# copyright notice and this permission notice appear in all copies.
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# $Id: Makefile.in,v 1.27 2000/07/26 23:40:08 mws Exp $
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrewssrcdir = @srcdir@
718c4becc5711be71e23202a87f3aaea1aedde79Mark AndrewsVPATH = @srcdir@
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrewstop_srcdir = @top_srcdir@
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews@BIND9_VERSION@
718c4becc5711be71e23202a87f3aaea1aedde79Mark AndrewsSUBDIRS = make lib bin
718c4becc5711be71e23202a87f3aaea1aedde79Mark AndrewsDISTFILES = CHANGES COPYRIGHT Makefile.in README \
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews acconfig.h aclocal.m4 config.guess config.h.in config.h.win32 \
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews config.status.win32 config.sub configure configure.in \
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews isc-config.sh.in install-sh libtool.m4 ltconfig ltmain.sh \
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews lib make contrib \
718c4becc5711be71e23202a87f3aaea1aedde79Mark AndrewsDOCDISTFILES = arm draft misc rfc
718c4becc5711be71e23202a87f3aaea1aedde79Mark AndrewsBINDISTFILES = Makefile.in dig dnssec named nsupdate rndc tests
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews@BIND9_MAKE_RULES@
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews rm -f config.cache config.h config.log config.status TAGS
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir}
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrewskit: kitclean
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews mkdir bind-${VERSION}
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews @(cd bind-${VERSION}; for i in ${DISTFILES}; do ln -s ../$$i $$i; done)
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews mkdir bind-${VERSION}/doc
gtar -c -v -z -h --exclude '*CVS*' -f bind-${VERSION}.tar.gz \