File: Makefile.am

package info (click to toggle)
transmission 3.00-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,160 kB
  • sloc: ansic: 81,055; objc: 18,449; cpp: 16,303; sh: 4,470; javascript: 4,281; makefile: 1,081; xml: 139
file content (61 lines) | stat: -rw-r--r-- 967 bytes parent folder | download | duplicates (2)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
ACLOCAL_AMFLAGS = -I m4

if BUILD_CLI
  CLI_DIR = cli
endif
if BUILD_DAEMON
if !WIN32
  DAEMON_DIR = daemon
endif
endif
if BUILD_GTK
  GTK_DIR = gtk po
endif
if BUILD_MAC
  MAC_DIR = macosx
endif

SUBDIRS = \
  extras \
  third-party \
  libtransmission \
  utils \
  $(DAEMON_DIR) \
  $(CLI_DIR) \
  $(GTK_DIR) \
  $(MAC_DIR) \
  web

EXTRA_DIST = \
  qt \
  NEWS.md \
  AUTHORS \
  COPYING \
  README.md \
  autogen.sh \
  update-version-h.sh \
  Transmission.xcodeproj/project.pbxproj

EXTRA_DIST += \
  CMakeLists.txt \
  cmake \
  cli/CMakeLists.txt \
  daemon/CMakeLists.txt \
  gtk/CMakeLists.txt \
  libtransmission/CMakeLists.txt \
  libtransmission/version.h.in \
  po/CMakeLists.txt \
  qt/CMakeLists.txt \
  utils/CMakeLists.txt

if HAVE_REVISION_FILE
  EXTRA_DIST += REVISION
endif

dist-hook:
	find "$(distdir)/qt" "$(distdir)/cmake" -name .svn -exec rm -rf '{}' '+' -prune

DISTCLEANFILES = \
  intltool-extract \
  intltool-merge \
  intltool-update