Blame lib/isccc/tests/Makefile.in

Packit Service ae04f2
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
Packit Service ae04f2
#
Packit Service ae04f2
# This Source Code Form is subject to the terms of the Mozilla Public
Packit Service ae04f2
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit Service ae04f2
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit Service ae04f2
#
Packit Service ae04f2
# See the COPYRIGHT file distributed with this work for additional
Packit Service ae04f2
# information regarding copyright ownership.
Packit Service ae04f2
Packit Service ae04f2
srcdir =	@srcdir@
Packit Service ae04f2
VPATH =		@srcdir@
Packit Service ae04f2
top_srcdir =	@top_srcdir@
Packit Service ae04f2
Packit Service ae04f2
# Attempt to disable parallel processing.
Packit Service ae04f2
.NOTPARALLEL:
Packit Service ae04f2
.NO_PARALLEL:
Packit Service ae04f2
Packit Service ae04f2
VERSION=@BIND9_VERSION@
Packit Service ae04f2
Packit Service ae04f2
@BIND9_MAKE_INCLUDES@
Packit Service ae04f2
Packit Service ae04f2
CINCLUDES =	-I. -Iinclude ${ISCCC_INCLUDES} ${ISC_INCLUDES}
Packit Service ae04f2
CDEFINES =
Packit Service ae04f2
Packit Service ae04f2
ISCLIBS =	../../isc/libisc.@A@ @ISC_OPENSSL_LIBS@
Packit Service ae04f2
ISCDEPLIBS =	../../isc/libisc.@A@
Packit Service ae04f2
ISCCCLIBS =	../libisccc.@A@
Packit Service ae04f2
ISCCCDEPLIBS =	../libisccc.@A@
Packit Service ae04f2
Packit Service ae04f2
CFLAGS =	@CFLAGS@ @CMOCKA_CFLAGS@
Packit Service ae04f2
LIBS =		@LIBS@ @CMOCKA_LIBS@
Packit Service ae04f2
Packit Service ae04f2
OBJS =
Packit Service ae04f2
SRCS =		result_test.c
Packit Service ae04f2
SUBDIRS =
Packit Service ae04f2
TARGETS =	result_test@EXEEXT@
Packit Service ae04f2
Packit Service ae04f2
@BIND9_MAKE_RULES@
Packit Service ae04f2
Packit Service ae04f2
result_test@EXEEXT@: result_test.@O@ ${ISCDEPLIBS} ${ISCCCDEPLIBS}
Packit Service ae04f2
	${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} \
Packit Service ae04f2
		${LDFLAGS} -o $@ result_test.@O@ \
Packit Service ae04f2
		${ISCCCLIBS} ${ISCLIBS} ${LIBS}
Packit Service ae04f2
Packit Service ae04f2
unit::
Packit Service ae04f2
	sh ${top_builddir}/unit/unittest.sh
Packit Service ae04f2
Packit Service ae04f2
clean distclean::
Packit Service ae04f2
	rm -f ${TARGETS}
Packit Service ae04f2
	rm -f atf.out