transmission/Makefile.am

101 lines
2.3 KiB
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4
if BUILD_CLI
CLI_DIR = cli
endif
if BUILD_DAEMON
if !WIN32
DAEMON_DIR = daemon
endif
endif
if BUILD_GTK
2007-10-24 17:20:50 +00:00
GTK_DIR = gtk po
endif
if BUILD_MAC
MAC_DIR = macosx
endif
2007-10-24 17:20:50 +00:00
SUBDIRS = \
doc \
2007-10-24 17:20:50 +00:00
third-party \
libtransmission \
$(DAEMON_DIR) \
$(CLI_DIR) \
2007-10-24 17:20:50 +00:00
$(BEOS_DIR) \
$(GTK_DIR) \
2009-03-09 23:55:56 +00:00
$(MAC_DIR)
EXTRA_DIST = \
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 \
Transmission.xcodeproj/project.pbxproj
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
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 \
web/javascript/jquery/jquery.transmenu.min.js
clutch_imagesdir = $(clutchdir)/images
clutch_images_DATA = \
web/images/favicon.ico \
web/images/favicon.png \
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 \
web/images/graphics/filter_icon.png \
2009-02-19 23:20:06 +00:00
web/images/graphics/transfer_arrows.png
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 \
web/images/buttons/info_activity.png \
web/images/buttons/file_priority_buttons.png \
web/images/buttons/file_wanted_buttons.png \
web/images/buttons/info_files.png
2007-10-24 17:20:50 +00:00
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update