Makefile.in revision 6ebd91a0c7f4c62a501b67adce4a6800d8b7dfac
63b0524b961b6dce1aa18488d7175ca4ee17778fTinderbox User# Copyright (C) 2004, 2006-2008 Internet Systems Consortium, Inc. ("ISC")
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# Copyright (C) 2000-2002 Internet Software Consortium.
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# Permission to use, copy, modify, and/or distribute this software for any
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# purpose with or without fee is hereby granted, provided that the above
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# copyright notice and this permission notice appear in all copies.
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
7bd455641455950eff7d21be652c8142b134d32fTinderbox User# PERFORMANCE OF THIS SOFTWARE.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# $Id: Makefile.in,v 1.29 2008/08/29 23:47:22 tbox Exp $
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewssrcdir = @srcdir@
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark AndrewsVPATH = @srcdir@
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewstop_srcdir = @top_srcdir@
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews@BIND9_VERSION@
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews@BIND9_MAKE_INCLUDES@
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark AndrewsCINCLUDES = ${LWRES_INCLUDES} ${DNS_INCLUDES} ${BIND9_INCLUDES} \
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews ${ISC_INCLUDES} @DST_GSSAPI_INC@
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid LawrenceCDEFINES = @USE_GSSAPI@
bff64bf12b58a6f80e740e94f2e42a32df18113aEvan HuntLWRESLIBS = ../../lib/lwres/liblwres.@A@
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid LawrenceDNSLIBS = ../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid LawrenceBIND9LIBS = ../../lib/bind9/libbind9.@A@
92b796c963e7ba0217debfa27a0709f94934f5d5Mark AndrewsISCLIBS = ../../lib/isc/libisc.@A@
03e200df5dc283f24a6a349f0b31d3eab26da893Mark AndrewsISCCFGLIBS = ../../lib/isccfg/libisccfg.@A@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleyLWRESDEPLIBS = ../../lib/lwres/liblwres.@A@
63dd46733010bb9622810faa17d88c3e3c28b730Mark AndrewsDNSDEPLIBS = ../../lib/dns/libdns.@A@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleyBIND9DEPLIBS = ../../lib/bind9/libbind9.@A@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleyISCDEPLIBS = ../../lib/isc/libisc.@A@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleyISCCFGDEPLIBS = ../../lib/isccfg/libisccfg.@A@
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark AndrewsDEPLIBS = ${DNSDEPLIBS} ${BIND9DEPLIBS} ${ISCDEPLIBS} ${ISCCFGDEPLIBS}
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark AndrewsLIBS = ${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} ${ISCLIBS} ${ISCCFGLIBS} @LIBS@
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark AndrewsTARGETS = nsupdate@EXEEXT@
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark AndrewsOBJS = nsupdate.@O@
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael GraffMANPAGES = nsupdate.1
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael GraffMANOBJS = ${MANPAGES} ${HTMLPAGES}
3d776d762914d1b675b4fd49728ce353ccf6f77eBrian Wellington@BIND9_MAKE_RULES@
6b66ee9147e940572a0e873ecbd67456ccb85c39Mark Andrewsnsupdate@EXEEXT@: nsupdate.@O@ ${UOBJS} ${DEPLIBS}
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ nsupdate.@O@ ${UOBJS} ${LIBS}
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrewsdoc man:: ${MANOBJS}
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrewsdocclean manclean maintainer-clean::
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews rm -f ${MANOBJS}
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrewsclean distclean::
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews rm -f ${TARGETS}
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir}
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
11463c0ac24692e229ec87f307f5e7df3c0a7e10Evan Huntinstall:: nsupdate@EXEEXT@ installdirs
1c1290afabb3c8f4dd498170ac9592e5be450161Mark Andrews ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} nsupdate@EXEEXT@ ${DESTDIR}${bindir}
1c1290afabb3c8f4dd498170ac9592e5be450161Mark Andrews ${INSTALL_DATA} ${srcdir}/nsupdate.1 ${DESTDIR}${mandir}/man1