Blame bin/named/unix/Makefile.in

Packit 5ce601
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
Packit 5ce601
#
Packit 5ce601
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 5ce601
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit Service 704ed8
# file, you can obtain one at https://mozilla.org/MPL/2.0/.
Packit 5ce601
#
Packit 5ce601
# See the COPYRIGHT file distributed with this work for additional
Packit 5ce601
# information regarding copyright ownership.
Packit 5ce601
Packit 5ce601
srcdir =	@srcdir@
Packit 5ce601
VPATH =		@srcdir@
Packit 5ce601
top_srcdir =	@top_srcdir@
Packit 5ce601
Packit 5ce601
@BIND9_MAKE_INCLUDES@
Packit 5ce601
Packit 5ce601
CINCLUDES =	-I${srcdir}/include -I${srcdir}/../include \
Packit 5ce601
		${ISCCFG_INCLUDES} ${ISCCC_INCLUDES} \
Packit 5ce601
		${DNS_INCLUDES} ${ISC_INCLUDES} @DST_OPENSSL_INC@
Packit 5ce601
Packit 5ce601
CDEFINES =	@CRYPTO@
Packit 5ce601
CWARNINGS =
Packit 5ce601
Packit 5ce601
OBJS =		os.@O@ dlz_dlopen_driver.@O@
Packit 5ce601
Packit 5ce601
SRCS =		os.c dlz_dlopen_driver.c
Packit 5ce601
Packit 5ce601
TARGETS =	${OBJS}
Packit 5ce601
Packit 5ce601
@BIND9_MAKE_RULES@