Makefile.in revision 36444427e487f0414b62cce6f881640b01c4615f
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# Copyright (C) 1998, 1999 Internet Software Consortium.
6825f304c5f0cc2d4ba22fa2b6f7a431f9c1de59Tinderbox User# Permission to use, copy, modify, and distribute this software for any
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont# purpose with or without fee is hereby granted, provided that the above
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# copyright notice and this permission notice appear in all copies.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupontsrcdir = @srcdir@
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserVPATH = @srcdir@
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Duponttop_srcdir = @top_srcdir@
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont@BIND9_VERSION@
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont@BIND9_INCLUDES@
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCINCLUDES = -I${srcdir}/include ${DNS_INCLUDES} ${ISC_INCLUDES}
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserDEPLIBS = ../../lib/dns/libdns.@A@ \
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserLIBS = ${DEPLIBS} \
de283bda6a902c2102a795192eeab3a769001c7dTinderbox UserTARGETS = named
de283bda6a902c2102a795192eeab3a769001c7dTinderbox UserOBJS = client.@O@ interfacemgr.@O@ main.@O@ query.@O@ rootns.@O@ \
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont server.@O@ update.@O@ xfrin.@O@ xfrout.@O@
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox UserSRCS = client.c interfacemgr.c main.c query.c rootns.c server.c \
de283bda6a902c2102a795192eeab3a769001c7dTinderbox User@BIND9_MAKE_RULES@
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont ${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" -c $?
de283bda6a902c2102a795192eeab3a769001c7dTinderbox Userprintmsg.@O@: ${srcdir}/../tests/printmsg.c
de283bda6a902c2102a795192eeab3a769001c7dTinderbox User ${CC} -c -o printmsg.@O@ ${ALL_CFLAGS} -I${srcdir}/../tests \
de283bda6a902c2102a795192eeab3a769001c7dTinderbox Usernamed: ${OBJS} ${DEPLIBS}
de283bda6a902c2102a795192eeab3a769001c7dTinderbox User ${LIBTOOL} ${CC} -o $@ ${OBJS} ${LIBS}
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox Userclean distclean::
de283bda6a902c2102a795192eeab3a769001c7dTinderbox User rm -f ${TARGETS}