Makefile.in revision 1fa26403d7679235a30fbf6289f68fed5872df30
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
53e8ebc8f0f7315d4af29401a856d45f10ee2bd8Tinderbox User# Copyright (C) 2001 Internet Software Consortium.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Permission to use, copy, modify, and distribute this software for any
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# purpose with or without fee is hereby granted, provided that the above
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# copyright notice and this permission notice appear in all copies.
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# PERFORMANCE OF THIS SOFTWARE.
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews# $Id: Makefile.in,v 1.2 2004/03/16 05:22:23 marka Exp $
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrewssrcdir = @srcdir@
a903095bf4512dae561c7f6fc7854a51bebf334aMark AndrewsVPATH = @srcdir@
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrewstop_srcdir = @top_srcdir@
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews@BIND9_MAKE_RULES@
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/sys
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrewsinstall:: installdirs
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews for i in ${HEADERS}; do \
b7e40659efd6cf6f5e6b3b1f904f16f74efb0d16Evan Hunt ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}; \
b7e40659efd6cf6f5e6b3b1f904f16f74efb0d16Evan Hunt for i in ${SHEADERS}; do \
b7e40659efd6cf6f5e6b3b1f904f16f74efb0d16Evan Hunt ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/sys; \