Files
bind9/bin/tests/dst/Makefile.in
Andreas Gustafsson ced719e92b DEPLIBS
1999-07-30 13:58:00 +00:00

55 lines
1.6 KiB
Makefile

# Copyright (C) 1999 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
CINCLUDES = -I${srcdir}/../../../lib/isc/unix/include \
-I${srcdir}/../../../lib/isc/pthreads/include \
-I${srcdir}/../../../lib/isc/include \
-I${srcdir}/../../../lib/dns/include \
-I${srcdir}/../../../lib/dns/sec/dst/include \
-I${srcdir}/../../../lib/tests/include
CDEFINES =
CWARNINGS =
DEPLIBS = ../../../lib/dns/libdns.@A@ \
../../../lib/isc/libisc.@A@
LIBS = ${DEPLIBS} \
@LIBS@
TLIB = ../../../lib/tests/libt_api.@A@
TARGETS = dst_test t_dst
SRCS = dst_test.c t_dst.c
@BIND9_MAKE_RULES@
dst_test: dst_test.o
${LIBTOOL} ${CC} -o $@ dst_test.o ${LIBS}
t_dst: t_dst.o ${DEPLIBS} ${TLIB}
${LIBTOOL} ${CC} -o $@ t_dst.o ${LIBS} ${TLIB}
test:
-@ ./t_dst -a
clean distclean::
rm -f ${TARGETS}