0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# file, You can obtain one at http://mozilla.org/MPL/2.0/.
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
9b367fcfe6817265ea441733ce53a0b6ec495786Automatic Updater# $Id: Makefile.in,v 1.3 2010/09/29 23:47:05 tbox Exp $
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrewssrcdir = @srcdir@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark AndrewsVPATH = @srcdir@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrewstop_srcdir = @top_srcdir@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews@BIND9_MAKE_INCLUDES@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold KrecickiCINCLUDES = ${TEST_INCLUDES} ${ISC_INCLUDES} @DST_OPENSSL_INC@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold KrecickiCDEFINES = @CRYPTO@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark AndrewsCWARNINGS =
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2729aea3c1a720269aaae92ce3a84af1ba0a75ebMark AndrewsISCLIBS = ../../../lib/isc/libisc.@A@ @ISC_OPENSSL_LIBS@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark AndrewsISCDEPLIBS = ../../../lib/isc/libisc.@A@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
dbb012765c735ee0d82dedb116cdc7cf18957814Evan HuntDEPLIBS = ${ISCDEPLIBS}
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
dbb012765c735ee0d82dedb116cdc7cf18957814Evan HuntLIBS = ${ISCLIBS} ${ISCLIBS} @LIBS@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark AndrewsTLIB = ../../../lib/tests/libt_api.@A@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark AndrewsTARGETS = t_hashes@EXEEXT@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark AndrewsSRCS = t_hashes.c
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews@BIND9_MAKE_RULES@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrewst_hashes@EXEEXT@: t_hashes.@O@ ${DEPLIBS} ${TLIB}
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ t_hashes.@O@ ${TLIB} ${LIBS}
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrewstest: t_hashes@EXEEXT@
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews -@./t_hashes@EXEEXT@ -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrewstesthelp:
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews @./t_hashes@EXEEXT@ -h
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrewsclean distclean::
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews rm -f ${TARGETS}