Makefile.in revision ec5347e2c775f027573ce5648b910361aa926c01
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
dc2a85bed7fcfceab0df1867fbc1d35796261dedTinderbox User# Copyright (C) 2001 Internet Software Consortium.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
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.
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley#
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# 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,
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
0042d68e2f0d655d5a1088dd5f8be3c79c2477a6Brian Wellington# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
0042d68e2f0d655d5a1088dd5f8be3c79c2477a6Brian Wellington# PERFORMANCE OF THIS SOFTWARE.
d9059b0c38bd630c367d81424d72b1308cd74b04Tatuya JINMEI 神明達哉
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# $Id: Makefile.in,v 1.5 2007/06/18 23:47:34 tbox Exp $
25c5d8e89efc6e6299a351eabcf55ac7e6005ebfMark Andrews
8c9fba44a41e3ea23e7e8405029980aba672f7ceEvan Huntsrcdir = @srcdir@
e7857b5ee05414961bb11f9e57f654163fae6acbckbVPATH = @srcdir@
d9059b0c38bd630c367d81424d72b1308cd74b04Tatuya JINMEI 神明達哉top_srcdir = @top_srcdir@
630b2d0c5a04cfc8b08d4585b7a0d997c00d7341Evan Hunt
440be4c866f6935ac069db79a414304507a664c2Michael GraffHEADERS=fd_setsize.h hesiod.h irp.h irs.h netdb.h netgroup.h res_update.h \
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley resolv.h
501f6a2fa5541c0384640d7f6dc4d592acebfee9Andreas GustafssonAHEADERS= arpa/inet.h arpa/nameser.h arpa/nameser_compat.h
a8783019814daa36dd57afe3f527462822834c3bEvan HuntIHEADERS= isc/assertions.h isc/ctl.h isc/dst.h isc/eventlib.h isc/heap.h \
ad26c868910d4a7368fae94e5d7389d4139f7225Andreas Gustafsson isc/irpmarshall.h isc/list.h isc/logging.h isc/memcluster.h \
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt isc/misc.h isc/tree.h
b4d79725458782ce4ae781255fc7a22614a8b484Bob Halley
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsall:
e334405421979688f2d838805ac67ee47bd62976Mark Andrews
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews@BIND9_MAKE_RULES@
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley
b4d79725458782ce4ae781255fc7a22614a8b484Bob Halleyinstalldirs:
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir} \
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews ${DESTDIR}${includedir}/arpa ${DESTDIR}${includedir}/isc
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews
b4d79725458782ce4ae781255fc7a22614a8b484Bob Halleyinstall:: installdirs
e9f6414d40ac21743db777007260053323570835Andreas Gustafsson for i in ${HEADERS}; do \
9ab8a7477d6a31275ca7d1f6b5f37c23a8a7e6cbBob Halley ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}; \
b4d79725458782ce4ae781255fc7a22614a8b484Bob Halley done
b4d79725458782ce4ae781255fc7a22614a8b484Bob Halley for i in ${IHEADERS}; do \
2ebe19d1a2b5381dcd6dce5882dfd5c98ab6db6dAndreas Gustafsson ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/isc; \
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid Lawrence done
4fdb67f4ebec8003fe8d4e34c2c1389725a4f793Bob Halley for i in ${AHEADERS}; do \
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid Lawrence ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/arpa; \
ce1f5b8d0ae5936fd187c1f414ff12a7e3b0aa37Andreas Gustafsson done
90ace4c9e063e67fb452907d11bf29eae618a355Brian Wellington
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid Lawrence