Makefile.in revision bf8267aa453e5d2a735ed732a043b77a0b355b20
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (C) 2000-2003 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.
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# PERFORMANCE OF THIS SOFTWARE.
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# $Id: Makefile.in,v 1.36 2009/12/05 23:31:40 each Exp $
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graffsrcdir = @srcdir@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffVPATH = @srcdir@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Grafftop_srcdir = @top_srcdir@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff@BIND9_VERSION@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff@BIND9_MAKE_INCLUDES@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffCINCLUDES = ${BIND9_INCLUDES} ${DNS_INCLUDES} ${ISCCFG_INCLUDES} \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff ${ISC_INCLUDES}
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffCDEFINES = -DNAMED_CONFFILE=\"${sysconfdir}/named.conf\"
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffDNSLIBS = ../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffISCCFGLIBS = ../../lib/isccfg/libisccfg.@A@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffISCLIBS = ../../lib/isc/libisc.@A@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffISCNOSYMLIBS = ../../lib/isc/libisc-nosymtbl.@A@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffBIND9LIBS = ../../lib/bind9/libbind9.@A@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffDNSDEPLIBS = ../../lib/dns/libdns.@A@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffISCCFGDEPLIBS = ../../lib/isccfg/libisccfg.@A@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffISCDEPLIBS = ../../lib/isc/libisc.@A@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffBIND9DEPLIBS = ../../lib/bind9/libbind9.@A@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffLIBS = ${ISCLIBS} @LIBS@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffNOSYMLIBS = ${ISCNOSYMLIBS} @LIBS@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# Alphabetically
aed3b8cb4e1e9274df734b61844845ea0e33e79bBrian WellingtonTARGETS = named-checkconf@EXEEXT@ named-checkzone@EXEEXT@
aed3b8cb4e1e9274df734b61844845ea0e33e79bBrian Wellington# Alphabetically
aed3b8cb4e1e9274df734b61844845ea0e33e79bBrian WellingtonSRCS = named-checkconf.c named-checkzone.c check-tool.c
aed3b8cb4e1e9274df734b61844845ea0e33e79bBrian WellingtonMANPAGES = named-checkconf.8 named-checkzone.8
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffHTMLPAGES = named-checkconf.html named-checkzone.html
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffMANOBJS = ${MANPAGES} ${HTMLPAGES}
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff@BIND9_MAKE_RULES@
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graffnamed-checkconf.@O@: named-checkconf.c
153d59973f4434d80adfa6097a31d1e349f2d3baBrian Wellington ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} \
153d59973f4434d80adfa6097a31d1e349f2d3baBrian Wellington -DVERSION=\"${VERSION}\" \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graffnamed-checkzone.@O@: named-checkzone.c
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff -DVERSION=\"${VERSION}\" \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graffnamed-checkconf@EXEEXT@: named-checkconf.@O@ check-tool.@O@ ${ISCDEPLIBS} \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff ${ISCCFGDEPLIBS} ${BIND9DEPLIBS}
9f95b0199c3f1b0ef3d40c1854a7501d72112e5aMichael Graff export BASEOBJS="named-checkconf.@O@ check-tool.@O@"; \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff export LIBS0="${BIND9LIBS} ${ISCCFGLIBS} ${DNSLIBS}"; \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff ${FINALBUILDCMD}
9f95b0199c3f1b0ef3d40c1854a7501d72112e5aMichael Graffnamed-checkzone@EXEEXT@: named-checkzone.@O@ check-tool.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
9f95b0199c3f1b0ef3d40c1854a7501d72112e5aMichael Graff export BASEOBJS="named-checkzone.@O@ check-tool.@O@"; \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff export LIBS0="${ISCCFGLIBS} ${DNSLIBS}"; \
1f1d36a87b65186d9f89aac7f456ab1fd2a39ef6Andreas Gustafsson ${FINALBUILDCMD}
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graffdoc man:: ${MANOBJS}
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graffdocclean manclean maintainer-clean::
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff rm -f ${MANOBJS}
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sbindir}
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8
153d59973f4434d80adfa6097a31d1e349f2d3baBrian Wellingtoninstall:: named-checkconf@EXEEXT@ named-checkzone@EXEEXT@ installdirs
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-checkconf@EXEEXT@ ${DESTDIR}${sbindir}
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-checkzone@EXEEXT@ ${DESTDIR}${sbindir}
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff (cd ${DESTDIR}${sbindir}; rm -f named-compilezone@EXEEXT@; ${LINK_PROGRAM} named-checkzone@EXEEXT@ named-compilezone@EXEEXT@)
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man8; done
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff (cd ${DESTDIR}${mandir}/man8; rm -f named-compilezone.8; ${LINK_PROGRAM} named-checkzone.8 named-compilezone.8)
153d59973f4434d80adfa6097a31d1e349f2d3baBrian Wellingtonclean distclean::
153d59973f4434d80adfa6097a31d1e349f2d3baBrian Wellington rm -f ${TARGETS} r1.htm