Makefile.in revision 3398334b3acda24b086957286288ca9852662b12
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# Copyright (C) 2004, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# Copyright (C) 2000, 2001 Internet Software Consortium.
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Permission to use, copy, modify, and/or 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.
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews#
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# PERFORMANCE OF THIS SOFTWARE.
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews# $Id: Makefile.in,v 1.31 2008/09/25 04:02:38 tbox Exp $
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews
8398f0015625495e228eea195e3adccfcf59ffccMark Andrewssrcdir = @srcdir@
8398f0015625495e228eea195e3adccfcf59ffccMark AndrewsVPATH = @srcdir@
8398f0015625495e228eea195e3adccfcf59ffccMark Andrewstop_srcdir = @top_srcdir@
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews@BIND9_MAKE_INCLUDES@
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews
8398f0015625495e228eea195e3adccfcf59ffccMark AndrewsSUBDIRS = lwresd tkey
8398f0015625495e228eea195e3adccfcf59ffccMark AndrewsTARGETS =
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews@BIND9_MAKE_RULES@
# Running the scripts below is bypassed when a separate
# build directory is used.
check: test
test: subdirs
if test -f ./runall.sh; then sh ./runall.sh; fi
testclean clean distclean::
if test -f ./cleanall.sh; then sh ./cleanall.sh; fi
distclean::
rm -f conf.sh
installdirs:
install::