Makefile.in revision 9c3531d72aeaad6c5f01efe6a1c82023e1379e4d
ca485ab26fffa241a3eac1899b2d2012dd1fdb73Andreas Gustafsson# Copyright (C) 1999, 2000 Internet Software Consortium.
a134177ed9f82189504191d90f3ed9e97c2b47cbTinderbox User#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# 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.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
ca485ab26fffa241a3eac1899b2d2012dd1fdb73Andreas Gustafsson# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
ca485ab26fffa241a3eac1899b2d2012dd1fdb73Andreas Gustafsson# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
9a14f870ddc0108402d2daa7a7ff84b6e20f08b4Automatic Updater# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupont# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupont# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# SOFTWARE.
ccb185b94294955bb3afe1d9dd58e3ee96912643Mark Andrews
ca485ab26fffa241a3eac1899b2d2012dd1fdb73Andreas Gustafsson# $Id: Makefile.in,v 1.21 2000/06/22 21:51:04 tale Exp $
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrewssrcdir = @srcdir@
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark AndrewsVPATH = @srcdir@
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrewstop_srcdir = @top_srcdir@
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews@BIND9_INCLUDES@
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark AndrewsCINCLUDES = ${TEST_INCLUDES} ${DNS_INCLUDES} ${ISC_INCLUDES}
ccb185b94294955bb3afe1d9dd58e3ee96912643Mark Andrews
ccb185b94294955bb3afe1d9dd58e3ee96912643Mark AndrewsCDEFINES =
ccb185b94294955bb3afe1d9dd58e3ee96912643Mark AndrewsCWARNINGS =
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews
ccb185b94294955bb3afe1d9dd58e3ee96912643Mark AndrewsDNSLIBS = ../../../lib/dns/libdns.@A@ @DNS_OPENSSL_LIBS@
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark AndrewsISCLIBS = ../../../lib/isc/libisc.@A@
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark AndrewsDNSDEPLIBS = ../../../lib/dns/libdns.@A@
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark AndrewsISCDEPLIBS = ../../../lib/isc/libisc.@A@
3931325c6d124b8b8d52cb4a9eff11f4b7d82161Andreas Gustafsson
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark AndrewsDEPLIBS = ${DNSDEPLIBS} ${ISCDEPLIBS}
ccb185b94294955bb3afe1d9dd58e3ee96912643Mark Andrews
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark AndrewsLIBS = ${DNSLIBS} ${ISCLIBS} @LIBS@
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark AndrewsTLIB = ../../../lib/tests/libt_api.@A@
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews
ccb185b94294955bb3afe1d9dd58e3ee96912643Mark AndrewsTARGETS = dst_test t_dst
ca485ab26fffa241a3eac1899b2d2012dd1fdb73Andreas Gustafsson
92ef1a9b9dbd48ecb507b42ac62c15afefdaf838David LawrenceSRCS = dst_test.c t_dst.c
92ef1a9b9dbd48ecb507b42ac62c15afefdaf838David Lawrence
ca485ab26fffa241a3eac1899b2d2012dd1fdb73Andreas Gustafsson@BIND9_MAKE_RULES@
ca485ab26fffa241a3eac1899b2d2012dd1fdb73Andreas Gustafsson
ca485ab26fffa241a3eac1899b2d2012dd1fdb73Andreas Gustafssondst_test: dst_test.@O@ ${DEPLIBS}
ca485ab26fffa241a3eac1899b2d2012dd1fdb73Andreas Gustafsson ${LIBTOOL} ${CC} -o $@ dst_test.@O@ ${LIBS}
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews
846f974d5737710588eb676b64ba138da27c45ddMark Andrewst_dst: t_dst.@O@ ${DEPLIBS} ${TLIB}
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews ${LIBTOOL} ${CC} -o $@ t_dst.@O@ ${TLIB} ${LIBS}
846f974d5737710588eb676b64ba138da27c45ddMark Andrews
846f974d5737710588eb676b64ba138da27c45ddMark Andrewstest: t_dst
846f974d5737710588eb676b64ba138da27c45ddMark Andrews -@ ./t_dst -b @srcdir@ -q 1800 -a
846f974d5737710588eb676b64ba138da27c45ddMark Andrews
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrewsclean distclean::
846f974d5737710588eb676b64ba138da27c45ddMark Andrews rm -f ${TARGETS}
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews