Makefile.in revision e20788e1216ed720aefa84f3295f7899d9f28c22
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# Copyright (C) 2004, 2006-2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (C) 2000-2002 Internet Software Consortium.
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Permission to use, copy, modify, and/or distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# purpose with or without fee is hereby granted, provided that the above
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# copyright notice and this permission notice appear in all copies.
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson#
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# PERFORMANCE OF THIS SOFTWARE.
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# $Id: Makefile.in,v 1.36 2009/12/05 23:31:40 each Exp $
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafssonsrcdir = @srcdir@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas GustafssonVPATH = @srcdir@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafssontop_srcdir = @top_srcdir@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson@BIND9_VERSION@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson@BIND9_MAKE_INCLUDES@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas GustafssonREADLINE_LIB = @READLINE_LIB@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas GustafssonCINCLUDES = ${LWRES_INCLUDES} ${DNS_INCLUDES} ${BIND9_INCLUDES} \
${ISC_INCLUDES} ${ISCCFG_INCLUDES} ${ISCPK11_INCLUDES} \
@DST_GSSAPI_INC@
CDEFINES = @USE_GSSAPI@
CWARNINGS =
LWRESLIBS = ../../lib/lwres/liblwres.@A@
DNSLIBS = ../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
BIND9LIBS = ../../lib/bind9/libbind9.@A@
ISCLIBS = ../../lib/isc/libisc.@A@
ISCNOSYMLIBS = ../../lib/isc/libisc-nosymtbl.@A@
ISCCFGLIBS = ../../lib/isccfg/libisccfg.@A@
ISCPK11LIBS = ../../lib/iscpk11/libiscpk11.@A@
LWRESDEPLIBS = ../../lib/lwres/liblwres.@A@
DNSDEPLIBS = ../../lib/dns/libdns.@A@
BIND9DEPLIBS = ../../lib/bind9/libbind9.@A@
ISCDEPLIBS = ../../lib/isc/libisc.@A@
ISCCFGDEPLIBS = ../../lib/isccfg/libisccfg.@A@
ISCPK11DEPLIBS = ../../lib/iscpk11/libiscpk11.@A@
DEPLIBS = ${DNSDEPLIBS} ${BIND9DEPLIBS} ${ISCDEPLIBS} ${ISCCFGDEPLIBS} \
${ISCPK11DEPLIBS}
LIBS = ${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} ${ISCCFGLIBS} \
${ISCLIBS} ${ISCPK11LIBS} @LIBS@
NOSYMLIBS = ${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} ${ISCCFGLIBS} \
${ISCNOSYMLIBS} ${ISCPK11LIBS} @LIBS@
SUBDIRS =
TARGETS = nsupdate@EXEEXT@
OBJS = nsupdate.@O@
UOBJS =
SRCS = nsupdate.c
MANPAGES = nsupdate.1
HTMLPAGES = nsupdate.html
MANOBJS = ${MANPAGES} ${HTMLPAGES}
@BIND9_MAKE_RULES@
nsupdate.@O@: nsupdate.c
${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} \
-DSESSION_KEYFILE=\"${localstatedir}/run/named/session.key\" \
-c ${srcdir}/nsupdate.c
nsupdate@EXEEXT@: nsupdate.@O@ ${UOBJS} ${DEPLIBS}
export BASEOBJS="nsupdate.@O@ ${READLINE_LIB} ${UOBJS}"; \
${FINALBUILDCMD}
doc man:: ${MANOBJS}
docclean manclean maintainer-clean::
rm -f ${MANOBJS}
clean distclean::
rm -f ${TARGETS}
installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir}
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
install:: nsupdate@EXEEXT@ installdirs
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} nsupdate@EXEEXT@ ${DESTDIR}${bindir}
${INSTALL_DATA} ${srcdir}/nsupdate.1 ${DESTDIR}${mandir}/man1