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.
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# 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# $Id: Makefile.in,v 1.36 2009/12/05 23:31:40 each Exp $
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafssonsrcdir = @srcdir@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas GustafssonVPATH = @srcdir@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafssontop_srcdir = @top_srcdir@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson@BIND9_VERSION@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson@BIND9_MAKE_INCLUDES@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas GustafssonREADLINE_LIB = @READLINE_LIB@
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas GustafssonCINCLUDES = ${LWRES_INCLUDES} ${DNS_INCLUDES} ${BIND9_INCLUDES} \
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@
SRCS = nsupdate.c
HTMLPAGES = nsupdate.html
nsupdate.@O@: nsupdate.c
-DSESSION_KEYFILE=\"${localstatedir}/run/named/session.key\" \
-c ${srcdir}/nsupdate.c