File: Makefile.am

package info (click to toggle)
wzdftpd 0.8.1-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,440 kB
  • ctags: 3,559
  • sloc: ansic: 40,580; sh: 9,306; lex: 2,082; makefile: 528; sql: 206; perl: 18
file content (20 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AUTOMAKE_OPTIONS = 1.5	# Require Automake 1.5 or better.

if HAVE_PERL
  MAYBE_PERL = perl
endif

if HAVE_TCL
  MAYBE_TCL = tcl
endif

if HAVE_ZEROCONF
  MAYBE_ZEROCONF = zeroconf
endif

SUBDIRS = debug sfv test $(MAYBE_PERL) $(MAYBE_TCL) $(MAYBE_ZEROCONF)

# we need to include all subdirs in distribution, else the next
# ./configure will fail because it won't be able to find
# $SOMEDIR/Makefile.in
DIST_SUBDIRS = debug sfv test perl tcl zeroconf