0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (C) 1999-2001, 2004, 2005, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# file, You can obtain one at http://mozilla.org/MPL/2.0/.
d019fb186c73eca87d1ab8feb74c8164a1a91f5fBob Halley
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater# $Id: includes.in,v 1.21 2007/06/19 23:47:24 tbox Exp $
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Search for machine-generated header files in the build tree,
e1926adbd1c71de5a79953ab3709f1d2114f9ae7Andreas Gustafsson# and for normal headers in the source tree (${top_srcdir}).
e1926adbd1c71de5a79953ab3709f1d2114f9ae7Andreas Gustafsson# We only need to look in OS-specific subdirectories for the
e1926adbd1c71de5a79953ab3709f1d2114f9ae7Andreas Gustafsson# latter case, because there are no machine-generated OS-specific
e1926adbd1c71de5a79953ab3709f1d2114f9ae7Andreas Gustafsson# headers.
e1926adbd1c71de5a79953ab3709f1d2114f9ae7Andreas Gustafsson
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob HalleyISC_INCLUDES = @BIND9_ISC_BUILDINCLUDE@ \
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley -I${top_srcdir}/lib/isc \
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley -I${top_srcdir}/lib/isc/include \
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley -I${top_srcdir}/lib/isc/unix/include \
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 -I${top_srcdir}/lib/isc/@ISC_THREAD_DIR@/include \
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 -I${top_srcdir}/lib/isc/@ISC_ARCH_DIR@/include
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonISCCC_INCLUDES = @BIND9_ISCCC_BUILDINCLUDE@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -I${top_srcdir}/lib/isccc/include
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonISCCFG_INCLUDES = @BIND9_ISCCFG_BUILDINCLUDE@ \
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson -I${top_srcdir}/lib/isccfg/include
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob HalleyDNS_INCLUDES = @BIND9_DNS_BUILDINCLUDE@ \
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews -I${top_srcdir}/lib/dns/include
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan HuntIRS_INCLUDES = @BIND9_IRS_BUILDINCLUDE@ \
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt -I${top_srcdir}/lib/irs/include
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt
a3ab70dae26d009bf78b0594b2ab5eb9208f4b91Michael GraffLWRES_INCLUDES = @BIND9_LWRES_BUILDINCLUDE@ \
aba68518250f32f08bbda324236273b87ead8743Andreas Gustafsson -I${top_srcdir}/lib/lwres/unix/include \
a3ab70dae26d009bf78b0594b2ab5eb9208f4b91Michael Graff -I${top_srcdir}/lib/lwres/include
a3ab70dae26d009bf78b0594b2ab5eb9208f4b91Michael Graff
c2bc56dc65b4b103a5600565680eb5f33fa4c90bMark AndrewsBIND9_INCLUDES = @BIND9_BIND9_BUILDINCLUDE@ \
c2bc56dc65b4b103a5600565680eb5f33fa4c90bMark Andrews -I${top_srcdir}/lib/bind9/include
c2bc56dc65b4b103a5600565680eb5f33fa4c90bMark Andrews
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob HalleyTEST_INCLUDES = \
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley -I${top_srcdir}/lib/tests/include