Makefile.in revision da49cb62e02793a1b31ec877dcbfddc8911dbcb8
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# Copyright (C) 1999, 2000 Internet Software Consortium.
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw#
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# Permission to use, copy, modify, and distribute this software for any
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# purpose with or without fee is hereby granted, provided that the above
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# copyright notice and this permission notice appear in all copies.
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw#
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw# SOFTWARE.
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw
c5c4113dfcabb1eed3d4bdf7609de5170027a794nwsrcdir = @srcdir@
c5c4113dfcabb1eed3d4bdf7609de5170027a794nwVPATH = @srcdir@
c5c4113dfcabb1eed3d4bdf7609de5170027a794nwtop_srcdir = @top_srcdir@
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw@BIND9_INCLUDES@
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw
c5c4113dfcabb1eed3d4bdf7609de5170027a794nwCINCLUDES = ${TEST_INCLUDES} ${ISC_INCLUDES}
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw
c5c4113dfcabb1eed3d4bdf7609de5170027a794nwCDEFINES =
c5c4113dfcabb1eed3d4bdf7609de5170027a794nwCWARNINGS =
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw
c5c4113dfcabb1eed3d4bdf7609de5170027a794nwISCLIBS = ../../../lib/isc/libisc.@A@
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw
c5c4113dfcabb1eed3d4bdf7609de5170027a794nwISCDEPLIBS = ../../../lib/isc/libisc.@A@
c5c4113dfcabb1eed3d4bdf7609de5170027a794nw
c5c4113dfcabb1eed3d4bdf7609de5170027a794nwDEPLIBS = ${ISCDEPLIBS}
LIBS = ${ISCLIBS} @LIBS@
TLIB = ../../../lib/tests/libt_api.@A@
TARGETS = t_timers
SRCS = t_timers.c
@BIND9_MAKE_RULES@
t_timers: t_timers.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL} ${CC} -o $@ t_timers.@O@ ${TLIB} ${LIBS}
test:
-@./t_timers -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a
testhelp:
@./t_timers -h
clean distclean::
rm -f ${TARGETS}