File: Makefile.am

package info (click to toggle)
bind9 1%3A9.20.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,220 kB
  • sloc: ansic: 316,435; sh: 53,541; python: 19,591; perl: 3,951; makefile: 2,251
file content (15 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = .

if HAVE_PERL
SUBDIRS += misc
endif

# Do not change this line to "SUBDIRS = man" at the top of this file: in
# maintainer mode, the "man" subdirectory depends on the "misc" subdirectory.
if BUILD_MANPAGES
SUBDIRS += man
endif BUILD_MANPAGES

if HAVE_SPHINX_BUILD
SUBDIRS += arm
endif HAVE_SPHINX_BUILD