transmission/Makefile.am

63 lines
977 B
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 = \
extras \
2007-10-24 17:20:50 +00:00
third-party \
libtransmission \
utils \
$(DAEMON_DIR) \
$(CLI_DIR) \
2007-10-24 17:20:50 +00:00
$(GTK_DIR) \
$(MAC_DIR) \
web \
tests
EXTRA_DIST = \
2009-04-30 22:31:27 +00:00
qt \
NEWS.md \
2007-10-24 17:20:50 +00:00
AUTHORS \
2008-07-04 14:07:49 +00:00
COPYING \
2016-09-02 19:34:29 +00:00
README.md \
2008-08-15 15:50:35 +00:00
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
2007-10-24 17:20:50 +00:00
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update