1245163Serwin# Copyright (C) 2004, 2007, 2009, 2012  Internet Systems Consortium, Inc. ("ISC")
2135446Strhodes# Copyright (C) 1998-2001  Internet Software Consortium.
3135446Strhodes#
4193149Sdougb# Permission to use, copy, modify, and/or distribute this software for any
5135446Strhodes# purpose with or without fee is hereby granted, provided that the above
6135446Strhodes# copyright notice and this permission notice appear in all copies.
7135446Strhodes#
8135446Strhodes# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9135446Strhodes# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10135446Strhodes# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11135446Strhodes# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12135446Strhodes# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13135446Strhodes# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14135446Strhodes# PERFORMANCE OF THIS SOFTWARE.
15135446Strhodes
16234010Sdougb# $Id: Makefile.in,v 1.44 2009/12/05 23:31:41 each Exp $
17135446Strhodes
18135446Strhodessrcdir =	@srcdir@
19135446StrhodesVPATH =		@srcdir@
20135446Strhodestop_srcdir =	@top_srcdir@
21135446Strhodes
22135446StrhodesCINCLUDES =	-I${srcdir}/include \
23135446Strhodes		-I${srcdir}/../@ISC_THREAD_DIR@/include \
24135446Strhodes		-I../include \
25135446Strhodes		-I${srcdir}/../include \
26135446Strhodes		-I${srcdir}/..
27135446Strhodes
28135446StrhodesCDEFINES =
29135446StrhodesCWARNINGS =
30135446Strhodes
31135446Strhodes# Alphabetically
32135446StrhodesOBJS =		@ISC_IPV6_O@ \
33135446Strhodes		app.@O@ dir.@O@ entropy.@O@ errno2result.@O@ file.@O@ \
34135446Strhodes		fsaccess.@O@ interfaceiter.@O@ keyboard.@O@ net.@O@ \
35135446Strhodes		os.@O@ resource.@O@ socket.@O@ stdio.@O@ stdtime.@O@ \
36135446Strhodes		strerror.@O@ syslog.@O@ time.@O@
37135446Strhodes
38135446Strhodes# Alphabetically
39135446StrhodesSRCS =		@ISC_IPV6_C@ \
40135446Strhodes		app.c dir.c entropy.c errno2result.c file.c \
41135446Strhodes		fsaccess.c interfaceiter.c keyboard.c net.c \
42135446Strhodes		os.c resource.c socket.c stdio.c stdtime.c \
43135446Strhodes		strerror.c syslog.c time.c
44135446Strhodes
45135446StrhodesSUBDIRS =	include
46135446StrhodesTARGETS =	${OBJS}
47135446Strhodes
48135446Strhodes@BIND9_MAKE_RULES@
49135446Strhodes
50135446Strhodesinterfaceiter.@O@: interfaceiter.c ifiter_ioctl.c ifiter_sysctl.c ifiter_getifaddrs.c
51135446Strhodes
52