2016-06-27 00:56:38 -04:00
|
|
|
# Copyright (C) 1999-2001, 2004, 2005, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
|
2012-06-28 21:39:47 -04:00
|
|
|
#
|
2016-06-27 00:56:38 -04: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 13:43:12 -05:00
|
|
|
|
2007-06-19 19:47:24 -04:00
|
|
|
# $Id: includes.in,v 1.21 2007/06/19 23:47:24 tbox Exp $
|
2000-06-22 18:00:42 -04:00
|
|
|
|
2000-07-31 21:33:37 -04:00
|
|
|
# Search for machine-generated header files in the build tree,
|
2000-02-22 20:53:22 -05: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 15:52:30 -04: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 01:32:50 -04:00
|
|
|
-I${top_srcdir}/lib/isc/@ISC_THREAD_DIR@/include \
|
|
|
|
|
-I${top_srcdir}/lib/isc/@ISC_ARCH_DIR@/include
|
1999-10-05 15:52:30 -04:00
|
|
|
|
2001-03-26 19:44:59 -05:00
|
|
|
ISCCC_INCLUDES = @BIND9_ISCCC_BUILDINCLUDE@ \
|
|
|
|
|
-I${top_srcdir}/lib/isccc/include
|
|
|
|
|
|
2001-02-14 23:14:15 -05:00
|
|
|
ISCCFG_INCLUDES = @BIND9_ISCCFG_BUILDINCLUDE@ \
|
|
|
|
|
-I${top_srcdir}/lib/isccfg/include
|
|
|
|
|
|
1999-10-05 15:52:30 -04:00
|
|
|
DNS_INCLUDES = @BIND9_DNS_BUILDINCLUDE@ \
|
2004-12-08 20:41:25 -05:00
|
|
|
-I${top_srcdir}/lib/dns/include
|
1999-10-05 15:52:30 -04:00
|
|
|
|
2014-02-16 16:03:17 -05:00
|
|
|
IRS_INCLUDES = @BIND9_IRS_BUILDINCLUDE@ \
|
|
|
|
|
-I${top_srcdir}/lib/irs/include
|
|
|
|
|
|
2000-01-14 15:22:28 -05:00
|
|
|
LWRES_INCLUDES = @BIND9_LWRES_BUILDINCLUDE@ \
|
2001-07-10 15:59:03 -04:00
|
|
|
-I${top_srcdir}/lib/lwres/unix/include \
|
2000-01-14 15:22:28 -05:00
|
|
|
-I${top_srcdir}/lib/lwres/include
|
|
|
|
|
|
2001-09-20 11:17:07 -04:00
|
|
|
BIND9_INCLUDES = @BIND9_BIND9_BUILDINCLUDE@ \
|
|
|
|
|
-I${top_srcdir}/lib/bind9/include
|
|
|
|
|
|
1999-10-05 15:52:30 -04:00
|
|
|
TEST_INCLUDES = \
|
|
|
|
|
-I${top_srcdir}/lib/tests/include
|