Makefile.in revision 8d0ee7a153381d98f6c1e6e9bfe6b73659433666
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# Copyright (C) 2000, 2001 Internet Software Consortium.
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews#
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# Permission to use, copy, modify, and distribute this software for any
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# purpose with or without fee is hereby granted, provided that the above
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# copyright notice and this permission notice appear in all copies.
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews#
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
8d0ee7a153381d98f6c1e6e9bfe6b73659433666Brian Wellington# $Id: Makefile.in,v 1.10 2001/03/03 23:11:32 bwelling Exp $
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrewssrcdir = @srcdir@
9e77d51069a97a21c68184134a0c9847e95490ffMark AndrewsVPATH = @srcdir@
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrewstop_srcdir = @top_srcdir@
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews@BIND9_INCLUDES@
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
8d0ee7a153381d98f6c1e6e9bfe6b73659433666Brian WellingtonCINCLUDES = ${DNS_INCLUDES} ${ISCCFG_INCLUDES} ${ISC_INCLUDES}
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
9e77d51069a97a21c68184134a0c9847e95490ffMark AndrewsCDEFINES =
9e77d51069a97a21c68184134a0c9847e95490ffMark AndrewsCWARNINGS =
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
9e77d51069a97a21c68184134a0c9847e95490ffMark AndrewsDNSLIBS = ../../lib/dns/libdns.@A@ @DNS_OPENSSL_LIBS@ @DNS_GSSAPI_LIBS@
8d0ee7a153381d98f6c1e6e9bfe6b73659433666Brian WellingtonISCCFGLIBS = ../../lib/isccfg/libisccfg.@A@
9e77d51069a97a21c68184134a0c9847e95490ffMark AndrewsISCLIBS = ../../lib/isc/libisc.@A@
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
9e77d51069a97a21c68184134a0c9847e95490ffMark AndrewsDNSDEPLIBS = ../../lib/dns/libdns.@A@
8d0ee7a153381d98f6c1e6e9bfe6b73659433666Brian WellingtonISCCFGDEPLIBS = ../../lib/isccfg/libisccfg.@A@
9e77d51069a97a21c68184134a0c9847e95490ffMark AndrewsISCDEPLIBS = ../../lib/isc/libisc.@A@
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
9e77d51069a97a21c68184134a0c9847e95490ffMark AndrewsLIBS = @LIBS@
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
e99691e566c10f8901b3f66a6b6629705cf78c52Mark AndrewsSUBDIRS =
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# Alphabetically
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas GustafssonTARGETS = named-checkconf named-checkzone
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews# Alphabetically
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas GustafssonSRCS = named-checkconf.c named-checkzone.c check-tool.c
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian WellingtonMANPAGES = named-checkconf.8 named-checkzone.8
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews@BIND9_MAKE_RULES@
9e77d51069a97a21c68184134a0c9847e95490ffMark Andrews
8d0ee7a153381d98f6c1e6e9bfe6b73659433666Brian Wellingtonnamed-checkconf: named-checkconf.@O@ check-tool.@O@ ${ISCDEPLIBS} ${ISCCFGDEPLIBS}
524222cfb8dd5fb895e3c9005016019f786cf1faStephen Jacob ${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ named-checkconf.@O@ \
8d0ee7a153381d98f6c1e6e9bfe6b73659433666Brian Wellington check-tool.@O@ ${ISCCFGLIBS} ${ISCLIBS} ${LIBS}
e99691e566c10f8901b3f66a6b6629705cf78c52Mark Andrews
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafssonnamed-checkzone: named-checkzone.@O@ check-tool.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
524222cfb8dd5fb895e3c9005016019f786cf1faStephen Jacob ${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ named-checkzone.@O@ \
524222cfb8dd5fb895e3c9005016019f786cf1faStephen Jacob check-tool.@O@ ${DNSLIBS} ${ISCLIBS} ${LIBS}
bb01a40e659564bcb9571eca0319762eb20b7a01Andreas Gustafsson
bb01a40e659564bcb9571eca0319762eb20b7a01Andreas Gustafssonclean distclean::
bb01a40e659564bcb9571eca0319762eb20b7a01Andreas Gustafsson rm -f ${TARGETS}
bb01a40e659564bcb9571eca0319762eb20b7a01Andreas Gustafsson
bb01a40e659564bcb9571eca0319762eb20b7a01Andreas Gustafssoninstalldirs:
4137fd1295f3c6242a1c641352c8811378912820Andreas Gustafsson $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sbindir}
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8
bb01a40e659564bcb9571eca0319762eb20b7a01Andreas Gustafsson
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellingtoninstall:: named-checkconf named-checkzone installdirs
4137fd1295f3c6242a1c641352c8811378912820Andreas Gustafsson ${LIBTOOL} ${INSTALL_PROGRAM} named-checkconf ${DESTDIR}${sbindir}
4137fd1295f3c6242a1c641352c8811378912820Andreas Gustafsson ${LIBTOOL} ${INSTALL_PROGRAM} named-checkzone ${DESTDIR}${sbindir}
f91dc72b422479b5a0caf1fe54c4054d25ae6055Brian Wellington for m in ${MANPAGES}; do ${INSTALL_DATA} $$m ${DESTDIR}${mandir}/man8; done