File: Makefile.am

package info (click to toggle)
libfilezilla 0.54.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,504 kB
  • sloc: cpp: 31,105; sh: 4,241; makefile: 375; xml: 37
file content (18 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ACLOCAL_AMFLAGS = -I m4

AUTOMAKE_OPTIONS = 1.6

if !LOCALES_ONLY
MAYBE_LIB = lib
MAYBE_DEMOS = demos
MAYBE_DOC = doc
if HAVE_CPPUNIT
MAYBE_TESTS = tests
endif
endif

if LOCALES
MAYBE_LOCALES = locales
endif

SUBDIRS = . $(MAYBE_LIB) $(MAYBE_DEMOS) $(MAYBE_LOCALES) $(MAYBE_TESTS) $(MAYBE_DOC)