xref: /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/Makefile.in (revision cb63e24e8d6aae7ddac1859a9015f48b1d8bd90e)
1# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2#
3# SPDX-License-Identifier: MPL-2.0
4#
5# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0.  If a copy of the MPL was not distributed with this
7# file, you can obtain one at https://mozilla.org/MPL/2.0/.
8#
9# See the COPYRIGHT file distributed with this work for additional
10# information regarding copyright ownership.
11
12srcdir =	@srcdir@
13VPATH =		@srcdir@
14top_srcdir =	@top_srcdir@
15
16CINCLUDES =	-I${srcdir}/include \
17		-I${srcdir}/../unix/include \
18		-I${srcdir}/../pthreads/include \
19		-I../include \
20		-I${srcdir}/../include \
21		-I${srcdir}/.. \
22		${OPENSSL_CFLAGS} \
23		${JSON_C_CFLAGS} \
24		${LIBUV_CFLAGS} \
25		${LIBXML2_CFLAGS}
26
27CDEFINES =
28CWARNINGS =
29
30# Alphabetically
31OBJS =		netmgr.@O@ tcp.@O@ udp.@O@ \
32		tcpdns.@O@ \
33		uverr2result.@O@ uv-compat.@O@
34
35# Alphabetically
36SRCS =		netmgr.c tcp.c udp.c tcpdns.c \
37		uverr2result.c uv-compat.c
38
39TARGETS =	${OBJS}
40
41@BIND9_MAKE_RULES@
42