Makefile.in revision b6384e6f77cc6743567fc01e4ecb88eab6e92894
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Copyright (C) 1998-2002 Internet Software Consortium.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Permission to use, copy, modify, and/or distribute this software for any
4c1132f34493327abc632196f5876a89aa573687Bob Halley# purpose with or without fee is hereby granted, provided that the above
4c1132f34493327abc632196f5876a89aa573687Bob Halley# copyright notice and this permission notice appear in all copies.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# PERFORMANCE OF THIS SOFTWARE.
8731a2bd2f5483f50d82cf28e315090b7ceeed54Mark Andrews# $Id: Makefile.in,v 1.50 2007/09/03 00:36:53 marka Exp $
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halleysrcdir = @srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob HalleyVPATH = @srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halleytop_srcdir = @top_srcdir@
d0ad0044249ab08201ce8a1029253f2c6ef41147Bob Halley@BIND9_VERSION@
9ed37e8b9ccd53bc37b546fffe487b9547dda3a0Mark AndrewsSUBDIRS = make lib bin doc @LIBBIND@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley@BIND9_MAKE_RULES@
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews @if [ "X@LIBBIND@" = "X" ] ; then \
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews echo "making $@ in `pwd`/$$i"; \
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews (cd $$i; ${MAKE} ${MAKEDEFS} $@) || exit 1; \
2f2e3e1c38aabeef784566870d885adfa7f00a48David Lawrence rm -f config.cache config.h config.log config.status TAGS
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews rm -f util/conf.sh docutil/docbook2man-wrapper.sh
ca5cbad980fb78b3e79787bbdf049b1e5dfb3376Bob Halley# XXX we should clean libtool stuff too. Only do this after we add rules
ca5cbad980fb78b3e79787bbdf049b1e5dfb3376Bob Halley# to make it.
ca5cbad980fb78b3e79787bbdf049b1e5dfb3376Bob Halleymaintainer-clean::
ca5cbad980fb78b3e79787bbdf049b1e5dfb3376Bob Halley rm -f configure
7d7f929274e48808b4771162d6302a99e69865d8Mark Andrews $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} \
7d7f929274e48808b4771162d6302a99e69865d8Mark Andrews ${DESTDIR}${localstatedir}/run ${DESTDIR}${sysconfdir}
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafssoninstall:: isc-config.sh installdirs
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson ${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
8e06cea14c857429ab7e7299af2dce5eeeaa5ff0Michael Graff find lib bin -name "*.[ch]" -print | @ETAGS@ -
a0d172f105ac277a9e56e1b61e6863d279f2ff75Andreas Gustafsson (cd bin/tests && ${MAKE} ${MAKEDEFS} test)
94a8c22d559fe1f977ed41d6fe0b2513ecee7ff9Rob Austein ${XSLTPROC} doc/xsl/isc-docbook-text.xsl FAQ.xml | \
8731a2bd2f5483f50d82cf28e315090b7ceeed54Mark Andrews LC_ALL=C ${W3M} -T text/html -dump -cols 72 >$@.tmp
94a8c22d559fe1f977ed41d6fe0b2513ecee7ff9Rob Austein mv $@.tmp $@