xref: /netbsd-src/external/bsd/libbind/dist/make/includes.in (revision 5bbd2a12505d72a8177929a37b5cee489d0a1cfd)
1*b5677b36Schristos# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
2*b5677b36Schristos# Copyright (C) 2001  Internet Software Consortium.
3*b5677b36Schristos#
4*b5677b36Schristos# Permission to use, copy, modify, and/or distribute this software for any
5*b5677b36Schristos# purpose with or without fee is hereby granted, provided that the above
6*b5677b36Schristos# copyright notice and this permission notice appear in all copies.
7*b5677b36Schristos#
8*b5677b36Schristos# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9*b5677b36Schristos# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10*b5677b36Schristos# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11*b5677b36Schristos# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12*b5677b36Schristos# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13*b5677b36Schristos# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14*b5677b36Schristos# PERFORMANCE OF THIS SOFTWARE.
15*b5677b36Schristos
16*b5677b36Schristos# Id: includes.in,v 1.4 2007/06/19 23:47:13 tbox Exp
17*b5677b36Schristos
18*b5677b36Schristos# Search for machine-generated header files in the build tree,
19*b5677b36Schristos# and for normal headers in the source tree (${top_srcdir}).
20*b5677b36Schristos# We only need to look in OS-specific subdirectories for the
21*b5677b36Schristos# latter case, because there are no machine-generated OS-specific
22*b5677b36Schristos# headers.
23*b5677b36Schristos
24*b5677b36SchristosISC_INCLUDES = @BIND9_ISC_BUILDINCLUDE@ \
25*b5677b36Schristos	-I${top_srcdir}/lib/isc \
26*b5677b36Schristos	-I${top_srcdir}/lib/isc/include \
27*b5677b36Schristos	-I${top_srcdir}/lib/isc/unix/include \
28*b5677b36Schristos	-I${top_srcdir}/lib/isc/@ISC_THREAD_DIR@/include
29*b5677b36Schristos
30*b5677b36SchristosISCCFG_INCLUDES = @BIND9_ISCCFG_BUILDINCLUDE@ \
31*b5677b36Schristos       -I${top_srcdir}/lib/isccfg/include
32*b5677b36Schristos
33*b5677b36SchristosDNS_INCLUDES = @BIND9_DNS_BUILDINCLUDE@ \
34*b5677b36Schristos	-I${top_srcdir}/lib/dns/include \
35*b5677b36Schristos	-I${top_srcdir}/lib/dns/sec/dst/include
36*b5677b36Schristos
37*b5677b36SchristosOMAPI_INCLUDES = @BIND9_OMAPI_BUILDINCLUDE@ \
38*b5677b36Schristos	-I${top_srcdir}/lib/omapi/include
39*b5677b36Schristos
40*b5677b36SchristosLWRES_INCLUDES = @BIND9_LWRES_BUILDINCLUDE@ \
41*b5677b36Schristos	-I${top_srcdir}/lib/lwres/include
42*b5677b36Schristos
43*b5677b36SchristosTEST_INCLUDES = \
44*b5677b36Schristos	-I${top_srcdir}/lib/tests/include
45