2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-27 12:38:24 +00:00
bind/make/includes.in

43 lines
1.4 KiB
Plaintext
Raw Normal View History

# Copyright (C) 1999-2001, 2004, 2005, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
2012-06-29 11:39:47 +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
# Search for machine-generated header files in the build tree,
# 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.
ISC_INCLUDES = @BIND9_ISC_BUILDINCLUDE@ \
-I${top_srcdir}/lib/isc \
-I${top_srcdir}/lib/isc/include \
-I${top_srcdir}/lib/isc/unix/include \
-I${top_srcdir}/lib/isc/@ISC_THREAD_DIR@/include \
-I${top_srcdir}/lib/isc/@ISC_ARCH_DIR@/include
ISCCC_INCLUDES = @BIND9_ISCCC_BUILDINCLUDE@ \
-I${top_srcdir}/lib/isccc/include
ISCCFG_INCLUDES = @BIND9_ISCCFG_BUILDINCLUDE@ \
-I${top_srcdir}/lib/isccfg/include
DNS_INCLUDES = @BIND9_DNS_BUILDINCLUDE@ \
-I${top_srcdir}/lib/dns/include
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
BIND9_INCLUDES = @BIND9_BIND9_BUILDINCLUDE@ \
-I${top_srcdir}/lib/bind9/include
TEST_INCLUDES = \
-I${top_srcdir}/lib/tests/include