etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / bin / tests / hashes / Makefile.in
blobd0fe11cb1035330dbc33e52a25a0f2932053a8be
1 # Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
3 # Permission to use, copy, modify, and/or distribute this software for any
4 # purpose with or without fee is hereby granted, provided that the above
5 # copyright notice and this permission notice appear in all copies.
7 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8 # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9 # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
10 # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13 # PERFORMANCE OF THIS SOFTWARE.
15 # Id: Makefile.in,v 1.3 2010/09/29 23:47:05 tbox Exp
17 srcdir = @srcdir@
18 VPATH = @srcdir@
19 top_srcdir = @top_srcdir@
21 @BIND9_MAKE_INCLUDES@
23 CINCLUDES = ${TEST_INCLUDES} ${ISC_INCLUDES}
25 CDEFINES =
26 CWARNINGS =
28 ISCLIBS = ../../../lib/isc/libisc.@A@ @ISC_OPENSSL_LIBS@
30 ISCDEPLIBS = ../../../lib/isc/libisc.@A@
32 DEPLIBS = ${ISCDEPLIBS}
34 LIBS = ${ISCLIBS} ${ISCLIBS} @LIBS@
36 TLIB = ../../../lib/tests/libt_api.@A@
38 TARGETS = t_hashes@EXEEXT@
40 SRCS = t_hashes.c
42 @BIND9_MAKE_RULES@
44 t_hashes@EXEEXT@: t_hashes.@O@ ${DEPLIBS} ${TLIB}
45 ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ t_hashes.@O@ ${TLIB} ${LIBS}
47 test: t_hashes@EXEEXT@
48 -@./t_hashes@EXEEXT@ -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a
50 testhelp:
51 @./t_hashes@EXEEXT@ -h
53 clean distclean::
54 rm -f ${TARGETS}