2016-06-27 14:56:38 +10:00
|
|
|
# Copyright (C) 1999-2001, 2004, 2005, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
|
2012-06-29 11:39:47 +10:00
|
|
|
#
|
2016-06-27 14:56:38 +10:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
1999-10-31 18:43:12 +00:00
|
|
|
|
2007-06-19 23:47:24 +00:00
|
|
|
# $Id: includes.in,v 1.21 2007/06/19 23:47:24 tbox Exp $
|
2000-06-22 22:00:42 +00:00
|
|
|
|
2000-08-01 01:33:37 +00:00
|
|
|
# Search for machine-generated header files in the build tree,
|
2000-02-23 01:53:22 +00:00
|
|
|
# and for normal headers in the source tree (${top_srcdir}).
|
|
|
|
# We only need to look in OS-specific subdirectories for the
|
|
|
|
# latter case, because there are no machine-generated OS-specific
|
|
|
|
# headers.
|
|
|
|
|
1999-10-05 19:52:30 +00:00
|
|
|
ISC_INCLUDES = @BIND9_ISC_BUILDINCLUDE@ \
|
|
|
|
-I${top_srcdir}/lib/isc \
|
|
|
|
-I${top_srcdir}/lib/isc/include \
|
|
|
|
-I${top_srcdir}/lib/isc/unix/include \
|
2005-06-04 05:32:50 +00:00
|
|
|
-I${top_srcdir}/lib/isc/@ISC_THREAD_DIR@/include \
|
|
|
|
-I${top_srcdir}/lib/isc/@ISC_ARCH_DIR@/include
|
1999-10-05 19:52:30 +00:00
|
|
|
|
2001-03-27 00:44:59 +00:00
|
|
|
ISCCC_INCLUDES = @BIND9_ISCCC_BUILDINCLUDE@ \
|
|
|
|
-I${top_srcdir}/lib/isccc/include
|
|
|
|
|
2001-02-15 04:14:15 +00:00
|
|
|
ISCCFG_INCLUDES = @BIND9_ISCCFG_BUILDINCLUDE@ \
|
|
|
|
-I${top_srcdir}/lib/isccfg/include
|
|
|
|
|
1999-10-05 19:52:30 +00:00
|
|
|
DNS_INCLUDES = @BIND9_DNS_BUILDINCLUDE@ \
|
2004-12-09 01:41:25 +00:00
|
|
|
-I${top_srcdir}/lib/dns/include
|
1999-10-05 19:52:30 +00:00
|
|
|
|
2014-02-16 13:03:17 -08:00
|
|
|
IRS_INCLUDES = @BIND9_IRS_BUILDINCLUDE@ \
|
|
|
|
-I${top_srcdir}/lib/irs/include
|
|
|
|
|
2000-01-14 20:22:28 +00:00
|
|
|
LWRES_INCLUDES = @BIND9_LWRES_BUILDINCLUDE@ \
|
2001-07-10 19:59:03 +00:00
|
|
|
-I${top_srcdir}/lib/lwres/unix/include \
|
2000-01-14 20:22:28 +00:00
|
|
|
-I${top_srcdir}/lib/lwres/include
|
|
|
|
|
2001-09-20 15:17:07 +00:00
|
|
|
BIND9_INCLUDES = @BIND9_BIND9_BUILDINCLUDE@ \
|
|
|
|
-I${top_srcdir}/lib/bind9/include
|
|
|
|
|
1999-10-05 19:52:30 +00:00
|
|
|
TEST_INCLUDES = \
|
|
|
|
-I${top_srcdir}/lib/tests/include
|