Makefile.in revision 02cae3f3257aeb0ae28613245b3f65d7202b27f2
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Copyright (C) 1998, 1999 Internet Software Consortium.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Permission to use, copy, modify, and distribute this software for any
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# purpose with or without fee is hereby granted, provided that the above
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# copyright notice and this permission notice appear in all copies.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrewssrcdir = @srcdir@
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsVPATH = @srcdir@
3761c433912beabe43abeed2c3513b6201c59f64Mark Andrewstop_srcdir = @top_srcdir@
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews@BIND9_INCLUDES@
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsCINCLUDES = ${TEST_INCLUDES} ${DNS_INCLUDES} ${ISC_INCLUDES}
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsDEPLIBS = ../../../lib/dns/libdns.@A@ \
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsLIBS = ${DEPLIBS} \
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsTARGETS = t_tasks
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews@BIND9_MAKE_RULES@
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrewst_tasks: t_tasks.@O@ ${DEPLIBS}
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews ${LIBTOOL} ${CC} -o $@ t_tasks.@O@ ${LIBS}
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews -@./t_tasks -c @top_srcdir@/t_config -b @srcdir@ -a
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews @./t_tasks -h
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrewsclean distclean::
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews rm -f ${TARGETS}