bind9/lib/tests/Makefile.in

48 lines
1.1 KiB
Makefile
Raw Normal View History

# Copyright (C) 1998-2001, 2003, 2004, 2007, 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
2012-06-28 21:39:47 -04:00
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
2004-03-05 00:14:21 -05:00
# $Id: Makefile.in,v 1.28 2009/12/05 23:31:41 each Exp $
2000-06-22 18:00:42 -04:00
1999-04-30 21:41:14 -04:00
srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
@BIND9_MAKE_INCLUDES@
CINCLUDES = ${DNS_INCLUDES} ${ISC_INCLUDES} ${TEST_INCLUDES}
CDEFINES =
1999-04-30 21:41:14 -04:00
CWARNINGS =
ISCLIBS = ../../lib/isc/libisc.@A@
ISCCCLIBS = ../../lib/isccc/libisccc.@A@
ISCDEPLIBS = ../../lib/isc/libisc.@A@
ISCCCDEPLIBS = libisccc.@A@
1999-09-30 16:10:31 -04:00
OBJS = t_api.@O@
1999-04-30 21:41:14 -04:00
1999-07-13 17:56:59 -04:00
SRCS = t_api.c
1999-04-30 21:41:14 -04:00
SUBDIRS = include
TARGETS = timestamp
@BIND9_MAKE_RULES@
libt_api.@SA@: ${OBJS}
1999-09-30 16:10:31 -04:00
${AR} ${ARFLAGS} $@ ${OBJS}
${RANLIB} $@
1999-04-30 21:41:14 -04:00
libt_api.la: ${OBJS}
${LIBTOOL_MODE_LINK} \
2004-07-20 03:13:43 -04:00
${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libt_api.la -rpath ${libdir} \
${OBJS} ${ISCLIBS} ${LIBS} @LIBTOOL_ALLOW_UNDEFINED@ @LIBTOOL_IN_MAIN@
1999-09-30 16:10:31 -04:00
timestamp: libt_api.@A@
1999-04-30 21:41:14 -04:00
touch timestamp
clean distclean::
1999-09-30 16:10:31 -04:00
rm -f t_api.@O@ libt_api.@A@ timestamp