# Copyright (C) 1998, 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../../lib/isc/unix/include \ -I${srcdir}/../../lib/isc/unix/include \ -I${srcdir}/../../lib/isc/pthreads/include \ -I${srcdir}/include \ -I../../lib/dns/include \ -I${top_srcdir}/lib/dns/include \ -I${top_srcdir}/lib/isc/include \ -I../dns/include \ -I../isc/include CDEFINES = CWARNINGS = # Note: we are not using libtool with this library. OBJS = t_api.@O@ SRCS = t_api.c SUBDIRS = include TARGETS = timestamp @BIND9_MAKE_RULES@ libt_api.@A@: ${OBJS} ${AR} ${ARFLAGS} $@ ${OBJS} ${RANLIB} $@ timestamp: libt_api.@A@ touch timestamp clean distclean:: rm -f t_api.@O@ libt_api.@A@ timestamp