1# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2#
3# This Source Code Form is subject to the terms of the Mozilla Public
4# License, v. 2.0. If a copy of the MPL was not distributed with this
5# file, you can obtain one at https://mozilla.org/MPL/2.0/.
6#
7# See the COPYRIGHT file distributed with this work for additional
8# information regarding copyright ownership.
9
10srcdir =	@srcdir@
11VPATH =		@srcdir@
12top_srcdir =	@top_srcdir@
13
14SUBDIRS =
15TARGETS =
16
17@BIND9_MAKE_RULES@
18
19VERSION=@BIND9_VERSION@
20
21# Until and unless we decide to ship all umptyzillion Doxygen output
22# files, distclean for this directory implies docclean.
23
24doc docclean distclean::
25	rm -rf html xml
26
27doc::
28	BIND9_VERSION='${VERSION}' @DOXYGEN@
29
30distclean::
31	rm -f Doxyfile doxygen-input-filter
32