Makefile.in revision 5f121757c60f158ebdb69db074869ea91e37c863
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence# Copyright (C) 1998, 1999 Internet Software Consortium.
07dcadc6e24f4572f2b7d7cae7d47d0f5256d129Andreas Gustafsson# Permission to use, copy, modify, and distribute this software for any
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence# purpose with or without fee is hereby granted, provided that the above
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence# copyright notice and this permission notice appear in all copies.
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrencesrcdir = @srcdir@
4cd765650776027d05fe7fca248478918e02e63bDavid LawrenceVPATH = @srcdir@
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austeintop_srcdir = @top_srcdir@
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein@BIND9_INCLUDES@
4cd765650776027d05fe7fca248478918e02e63bDavid LawrenceCINCLUDES = ${DNS_INCLUDES} ${ISC_INCLUDES}
4cd765650776027d05fe7fca248478918e02e63bDavid LawrenceDNSLIBS = ../../lib/dns/libdns.@A@
4cd765650776027d05fe7fca248478918e02e63bDavid LawrenceISCLIBS = ../../lib/isc/libisc.@A@
4cd765650776027d05fe7fca248478918e02e63bDavid LawrenceDNSDEPLIBS = ../../lib/dns/libdns.@A@
4cd765650776027d05fe7fca248478918e02e63bDavid LawrenceISCDEPLIBS = ../../lib/isc/libisc.@A@
4cd765650776027d05fe7fca248478918e02e63bDavid LawrenceSUBDIRS = db dst master mem names rbt tasks timers
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence# Alphabetically
4cd765650776027d05fe7fca248478918e02e63bDavid LawrenceTARGETS = adb_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence compress_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence dispatch_tcp_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence dispatch_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence master_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence mempool_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence rwlock_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence serial_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence shutdown_test \
SRCS = adb_test.c \
keygen.c \
nxtify.c \
sdig.c \
signer.c \