File: Makefile.am

package info (click to toggle)
filezilla 3.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 23,396 kB
  • sloc: cpp: 79,304; ansic: 36,304; sh: 10,470; makefile: 1,221; xml: 262
file content (38 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
ACLOCAL_AMFLAGS = -I m4

AUTOMAKE_OPTIONS = 1.6

if !LOCALES_ONLY
  MAYBE_SRCDIR = src
  MAYBE_DATADIR = data
if HAS_CPPUNIT
  MAYBE_TESTS = tests
endif
endif

if LOCALES
  MAYBE_LOCALES = locales
endif
SUBDIRS = . $(MAYBE_SRCDIR) $(MAYBE_LOCALES) $(MAYBE_DATADIR) $(MAYBE_TESTS)

dist_noinst_SCRIPTS = autogen.sh

dist_noinst_DATA = filezilla.kdevelop GPL.html

dist_noinst_DATA += docs/iconspecs.htm

docsdir = $(pkgdatadir)/docs

dist_docs_DATA = docs/fzdefaults.xml.example

dist_man1_MANS = docs/filezilla.man \
		 docs/fzputtygen.man \
		 docs/fzsftp.man
dist_man5_MANS = docs/fzdefaults.xml.man

if !LOCALES_ONLY
if MACAPPBUNDLE
clean-local:
	rm -rf FileZilla.app
endif
endif