Makefile.in revision da114656ce2ef6df516180f8c21a0d891069fe27
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence# Copyright (C) 1998-2000 Internet Software Consortium.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
4c1132f34493327abc632196f5876a89aa573687Bob Halley# Permission to use, copy, modify, and 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.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
15a44745412679c30a6d022733925af70a38b715David Lawrence# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
15a44745412679c30a6d022733925af70a38b715David Lawrence# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
15a44745412679c30a6d022733925af70a38b715David Lawrence# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
15a44745412679c30a6d022733925af70a38b715David Lawrence# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
15a44745412679c30a6d022733925af70a38b715David Lawrence# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
15a44745412679c30a6d022733925af70a38b715David Lawrence# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
15a44745412679c30a6d022733925af70a38b715David Lawrence# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
da114656ce2ef6df516180f8c21a0d891069fe27Andreas Gustafsson# $Id: Makefile.in,v 1.34 2000/12/01 02:12:26 gson Exp $
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halleysrcdir = @srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob HalleyVPATH = @srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halleytop_srcdir = @top_srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halley
d0ad0044249ab08201ce8a1029253f2c6ef41147Bob Halley@BIND9_VERSION@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
da114656ce2ef6df516180f8c21a0d891069fe27Andreas GustafssonSUBDIRS = make lib bin doc
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleyTARGETS =
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley@BIND9_MAKE_RULES@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
93593fa445f77a5517103be29544f9ecef0e2d2dBob Halleydistclean::
2f2e3e1c38aabeef784566870d885adfa7f00a48David Lawrence rm -f config.cache config.h config.log config.status TAGS
2f2e3e1c38aabeef784566870d885adfa7f00a48David Lawrence rm -f libtool isc-config.sh
2f2e3e1c38aabeef784566870d885adfa7f00a48David Lawrence rm -f util/conf.sh
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafssoninstalldirs:
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir}
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafssoninstall:: isc-config.sh installdirs
3ee5e4d6a40fdc413c6216048e7c162eb5e6b295Brian Wellington ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir}
3ee5e4d6a40fdc413c6216048e7c162eb5e6b295Brian Wellington
93593fa445f77a5517103be29544f9ecef0e2d2dBob Halleytags:
93593fa445f77a5517103be29544f9ecef0e2d2dBob Halley rm -f TAGS
8e06cea14c857429ab7e7299af2dce5eeeaa5ff0Michael Graff find lib bin -name "*.[ch]" -print | @ETAGS@ -
a0d172f105ac277a9e56e1b61e6863d279f2ff75Andreas Gustafsson
a0d172f105ac277a9e56e1b61e6863d279f2ff75Andreas Gustafssoncheck: test
a0d172f105ac277a9e56e1b61e6863d279f2ff75Andreas Gustafsson
a0d172f105ac277a9e56e1b61e6863d279f2ff75Andreas Gustafssontest:
a0d172f105ac277a9e56e1b61e6863d279f2ff75Andreas Gustafsson (cd bin/tests && ${MAKE} ${MAKEDEFS} test)