2007-08-16 15:20:11 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2008-01-13 17:29:50 +00:00
|
|
|
if BUILD_CLI
|
|
|
|
CLI_DIR = cli
|
|
|
|
endif
|
|
|
|
if BUILD_DAEMON
|
2008-09-05 15:13:03 +00:00
|
|
|
if !WIN32
|
2008-01-13 17:29:50 +00:00
|
|
|
DAEMON_DIR = daemon
|
|
|
|
endif
|
2008-09-05 15:13:03 +00:00
|
|
|
endif
|
2008-01-13 17:29:50 +00:00
|
|
|
if BUILD_GTK
|
2007-10-24 17:20:50 +00:00
|
|
|
GTK_DIR = gtk po
|
|
|
|
endif
|
2008-08-15 21:01:02 +00:00
|
|
|
if BUILD_MAC
|
|
|
|
MAC_DIR = macosx
|
|
|
|
endif
|
2007-07-18 23:04:26 +00:00
|
|
|
|
2007-10-24 17:20:50 +00:00
|
|
|
SUBDIRS = \
|
2008-05-21 14:31:43 +00:00
|
|
|
doc \
|
2007-10-24 17:20:50 +00:00
|
|
|
third-party \
|
|
|
|
libtransmission \
|
2008-01-13 17:29:50 +00:00
|
|
|
$(DAEMON_DIR) \
|
|
|
|
$(CLI_DIR) \
|
2007-10-24 17:20:50 +00:00
|
|
|
$(GTK_DIR) \
|
2009-03-09 23:55:56 +00:00
|
|
|
$(MAC_DIR)
|
2007-07-18 23:04:26 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2008-07-11 04:07:14 +00:00
|
|
|
web \
|
2009-04-30 22:31:27 +00:00
|
|
|
qt \
|
2007-10-24 17:20:50 +00:00
|
|
|
NEWS \
|
|
|
|
AUTHORS \
|
2008-07-04 14:07:49 +00:00
|
|
|
COPYING \
|
2007-10-24 17:20:50 +00:00
|
|
|
README \
|
2008-08-15 15:50:35 +00:00
|
|
|
autogen.sh \
|
2009-06-04 21:41:21 +00:00
|
|
|
update-version-h.sh \
|
2009-05-19 04:51:53 +00:00
|
|
|
Transmission.xcodeproj/project.pbxproj
|
2008-07-11 04:07:14 +00:00
|
|
|
|
|
|
|
clutchdir = $(datadir)/transmission/web
|
|
|
|
clutch_DATA = \
|
|
|
|
web/index.html \
|
|
|
|
web/LICENSE
|
|
|
|
|
|
|
|
clutch_cssdir = $(clutchdir)/stylesheets
|
|
|
|
clutch_css_DATA = \
|
|
|
|
web/stylesheets/iphone.css \
|
2009-02-19 23:22:16 +00:00
|
|
|
web/stylesheets/common.css \
|
2009-02-19 23:20:06 +00:00
|
|
|
web/stylesheets/ie6.css \
|
|
|
|
web/stylesheets/ie7.css
|
2008-07-11 04:07:14 +00:00
|
|
|
|
|
|
|
clutch_jsdir = $(clutchdir)/javascript
|
|
|
|
clutch_js_DATA = \
|
|
|
|
web/javascript/menu.js \
|
|
|
|
web/javascript/dialog.js \
|
|
|
|
web/javascript/transmission.js \
|
|
|
|
web/javascript/transmission.remote.js \
|
|
|
|
web/javascript/common.js \
|
|
|
|
web/javascript/torrent.js
|
|
|
|
|
|
|
|
clutch_jquerydir = $(clutch_jsdir)/jquery
|
|
|
|
clutch_jquery_DATA = \
|
|
|
|
web/javascript/jquery/json.min.js \
|
|
|
|
web/javascript/jquery/jquery.contextmenu.min.js \
|
|
|
|
web/javascript/jquery/jquery.min.js \
|
|
|
|
web/javascript/jquery/jquery.form.min.js \
|
2009-03-10 23:00:17 +00:00
|
|
|
web/javascript/jquery/jquery.transmenu.min.js
|
2008-07-11 04:07:14 +00:00
|
|
|
|
|
|
|
clutch_imagesdir = $(clutchdir)/images
|
|
|
|
clutch_images_DATA = \
|
|
|
|
web/images/favicon.ico \
|
2008-09-19 16:17:35 +00:00
|
|
|
web/images/favicon.png \
|
2008-07-11 04:07:14 +00:00
|
|
|
web/images/webclip-icon.png
|
|
|
|
|
|
|
|
clutch_graphicsdir = $(clutch_imagesdir)/graphics
|
|
|
|
clutch_graphics_DATA = \
|
|
|
|
web/images/graphics/logo.png \
|
|
|
|
web/images/graphics/chrome.png \
|
|
|
|
web/images/graphics/iphone_chrome.png \
|
|
|
|
web/images/graphics/filter_bar.png \
|
2008-09-18 21:37:27 +00:00
|
|
|
web/images/graphics/filter_icon.png \
|
2009-02-19 23:20:06 +00:00
|
|
|
web/images/graphics/transfer_arrows.png
|
2008-07-11 04:07:14 +00:00
|
|
|
|
|
|
|
clutch_progressdir = $(clutch_imagesdir)/progress
|
|
|
|
clutch_progress_DATA = \
|
|
|
|
web/images/progress/progress.png
|
|
|
|
|
|
|
|
clutch_buttonsdir = $(clutch_imagesdir)/buttons
|
|
|
|
clutch_buttons_DATA = \
|
|
|
|
web/images/buttons/tab_backgrounds.png \
|
|
|
|
web/images/buttons/toolbar_buttons.png \
|
|
|
|
web/images/buttons/info_general.png \
|
|
|
|
web/images/buttons/torrent_buttons.png \
|
2009-04-28 16:22:07 +00:00
|
|
|
web/images/buttons/info_activity.png \
|
|
|
|
web/images/buttons/file_priority_buttons.png \
|
|
|
|
web/images/buttons/file_wanted_buttons.png \
|
2009-09-19 00:03:10 +00:00
|
|
|
web/images/buttons/info_files.png \
|
|
|
|
web/images/buttons/cancel.png
|
2007-10-24 17:20:50 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
|
|
|
intltool-update
|