Makefile.in revision 9b367fcfe6817265ea441733ce53a0b6ec495786
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Permission to use, copy, modify, and/or distribute this software for any
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley# purpose with or without fee is hereby granted, provided that the above
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley# copyright notice and this permission notice appear in all copies.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
15a44745412679c30a6d022733925af70a38b715David Lawrence# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15a44745412679c30a6d022733925af70a38b715David Lawrence# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
15a44745412679c30a6d022733925af70a38b715David Lawrence# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15a44745412679c30a6d022733925af70a38b715David Lawrence# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15a44745412679c30a6d022733925af70a38b715David Lawrence# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15a44745412679c30a6d022733925af70a38b715David Lawrence# PERFORMANCE OF THIS SOFTWARE.
15a44745412679c30a6d022733925af70a38b715David Lawrence# $Id: Makefile.in,v 1.3 2010/09/29 23:47:05 tbox Exp $
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halleysrcdir = @srcdir@
70c91849c3a3d808125d690a46af5fd225a4c291Andreas GustafssonVPATH = @srcdir@
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrencetop_srcdir = @top_srcdir@
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley@BIND9_MAKE_INCLUDES@
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob HalleyCINCLUDES = ${TEST_INCLUDES} ${ISC_INCLUDES}
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob HalleyISCLIBS = ../../../lib/isc/libisc.@A@ @DNS_CRYPTO_LIBS@
364a82f7c25b62967678027043425201a5e5171aBob HalleyISCDEPLIBS = ../../../lib/isc/libisc.@A@
435532822dc571a904207d8176e063cc8731eef5Bob HalleyDEPLIBS = ${ISCDEPLIBS}
435532822dc571a904207d8176e063cc8731eef5Bob HalleyLIBS = ${ISCLIBS} @LIBS@
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob HalleyTLIB = ../../../lib/tests/libt_api.@A@
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob HalleyTARGETS = t_hashes@EXEEXT@
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley@BIND9_MAKE_RULES@
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halleyt_hashes@EXEEXT@: t_hashes.@O@ ${DEPLIBS} ${TLIB}
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ t_hashes.@O@ ${TLIB} ${LIBS}
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halleytest: t_hashes@EXEEXT@
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley -@./t_hashes@EXEEXT@ -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a
dcf8825fd74f3f83b1882af4793270083b125ee5David Lawrence @./t_hashes@EXEEXT@ -h
dcf8825fd74f3f83b1882af4793270083b125ee5David Lawrenceclean distclean::
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley rm -f ${TARGETS}