summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-25 10:22:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-05-25 10:22:12 +0900
commitac6a48a6de26dee06245e4d41cad14808d2c2cd3 (patch)
tree43568e23c4cddb2f199ede50abd743b0d801ac1f
parent08705a9e9ab8fc7286aabf45d75a3a680f804dd7 (diff)
downloadktorrent-drop/autotools.tar.gz
ktorrent-drop/autotools.zip
Drop support for autotoolsdrop/autotools
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--.gitmodules3
-rw-r--r--Makefile.am14
-rw-r--r--NEWS0
m---------admin0
-rw-r--r--config.h.in300
-rw-r--r--configure.in.in228
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/en/Makefile.am2
-rw-r--r--doc/man/Makefile.am3
-rw-r--r--src/Makefile.am1
-rw-r--r--src/apps/Makefile.am1
-rw-r--r--src/apps/ktcachecheck/Makefile.am12
-rw-r--r--src/apps/ktorrent/Makefile.am64
-rw-r--r--src/apps/ktorrent/groups/Makefile.am15
-rw-r--r--src/apps/ktorrent/newui/Makefile.am8
-rw-r--r--src/apps/kttorinfo/Makefile.am10
-rw-r--r--src/apps/ktupnptest/Makefile.am10
-rw-r--r--src/libktorrent/Makefile.am22
-rw-r--r--src/libktorrent/datachecker/Makefile.am8
-rw-r--r--src/libktorrent/interfaces/Makefile.am15
-rw-r--r--src/libktorrent/kademlia/Makefile.am12
-rw-r--r--src/libktorrent/migrate/Makefile.am7
-rw-r--r--src/libktorrent/mse/Makefile.am9
-rw-r--r--src/libktorrent/net/Makefile.am10
-rw-r--r--src/libktorrent/torrent/Makefile.am32
-rw-r--r--src/libktorrent/util/Makefile.am18
-rw-r--r--src/plugins/Makefile.am4
-rw-r--r--src/plugins/infowidget/Makefile.am47
-rw-r--r--src/plugins/infowidget/geoip/Makefile.am41
-rw-r--r--src/plugins/ipfilter/Makefile.am31
-rw-r--r--src/plugins/logviewer/Makefile.am33
-rw-r--r--src/plugins/partfileimport/Makefile.am26
-rw-r--r--src/plugins/rssfeed/Makefile.am30
-rw-r--r--src/plugins/rssfeed/rss/Makefile.am20
-rw-r--r--src/plugins/scanfolder/Makefile.am31
-rw-r--r--src/plugins/scheduler/Makefile.am36
-rw-r--r--src/plugins/search/Makefile.am28
-rw-r--r--src/plugins/stats/Makefile.am17
-rw-r--r--src/plugins/upnp/Makefile.am38
-rw-r--r--src/plugins/webinterface/Makefile.am34
-rw-r--r--src/plugins/webinterface/www/Makefile.am5
-rw-r--r--src/plugins/webinterface/www/coldmilk/Makefile.am8
-rw-r--r--src/plugins/webinterface/www/coldmilk/icons/16x16/Makefile.am6
-rw-r--r--src/plugins/webinterface/www/coldmilk/icons/22x22/Makefile.am6
-rw-r--r--src/plugins/webinterface/www/coldmilk/icons/32x32/Makefile.am6
-rw-r--r--src/plugins/webinterface/www/coldmilk/icons/48x48/Makefile.am6
-rw-r--r--src/plugins/webinterface/www/coldmilk/icons/64x64/Makefile.am6
-rw-r--r--src/plugins/webinterface/www/coldmilk/icons/Makefile.am1
-rw-r--r--src/plugins/webinterface/www/default/Makefile.am9
-rw-r--r--src/plugins/webinterface/www/mobile/Makefile.am8
-rw-r--r--src/plugins/zeroconf/Makefile.am21
-rw-r--r--src/scripts/Makefile.am1
-rw-r--r--src/utests/Makefile.am12
-rw-r--r--subdirs3
-rw-r--r--translations/Makefile.am1
-rw-r--r--translations/messages/Makefile.am1
56 files changed, 0 insertions, 1323 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 934def7..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "admin"]
- path = admin
- url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index ca487be..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-SUBDIRS = doc src translations
-
-# $(UTESTS_DIR)
-
-EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO
-
-messages: rc.cpp
- $(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui" -o -name "*.kcfg"` > rc.cpp
- LIST=`find . -name \*.h -o -name \*.cpp`; \
- if test -n "$$LIST"; then \
- $(XGETTEXT) $$LIST -o $(podir)/ktorrent.pot; \
- fi
- rm -f rc.cpp
-
diff --git a/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/NEWS
+++ /dev/null
diff --git a/admin b/admin
deleted file mode 160000
-Subproject 4185112a621d8c5bc88984b117f434c9560e2cc
diff --git a/config.h.in b/config.h.in
deleted file mode 100644
index d48d310..0000000
--- a/config.h.in
+++ /dev/null
@@ -1,300 +0,0 @@
-/* config.h.in. Generated from configure.in by autoheader. */
-
-/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
-#undef HAVE_CARBON_CARBON_H
-
-/* Define if you have the CoreAudio API */
-#undef HAVE_COREAUDIO
-
-/* Define to 1 if you have the <crt_externs.h> header file. */
-#undef HAVE_CRT_EXTERNS_H
-
-/* Defines if your system has the crypt function */
-#undef HAVE_CRYPT
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the `fopen64' function. */
-#undef HAVE_FOPEN64
-
-/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
-#undef HAVE_FSEEKO
-
-/* Define to 1 if you have the `fseeko64' function. */
-#undef HAVE_FSEEKO64
-
-/* Define to 1 if you have the `fstat64' function. */
-#undef HAVE_FSTAT64
-
-/* Define to 1 if you have the `ftello64' function. */
-#undef HAVE_FTELLO64
-
-/* Define to 1 if you have the `ftruncate64' function. */
-#undef HAVE_FTRUNCATE64
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define if you have libjpeg */
-#undef HAVE_LIBJPEG
-
-/* Define if you have libpng */
-#undef HAVE_LIBPNG
-
-/* Define if you have a working libpthread (will enable threaded code) */
-#undef HAVE_LIBPTHREAD
-
-/* Define if you have libz */
-#undef HAVE_LIBZ
-
-/* Define to 1 if you have the `lseek64' function. */
-#undef HAVE_LSEEK64
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the `mmap64' function. */
-#undef HAVE_MMAP64
-
-/* Define to 1 if you have the `munmap64' function. */
-#undef HAVE_MUNMAP64
-
-/* Define if your system needs _NSGetEnviron to set up the environment */
-#undef HAVE_NSGETENVIRON
-
-/* Define to 1 if you have the `posix_fallocate' function. */
-#undef HAVE_POSIX_FALLOCATE
-
-/* Define to 1 if you have the `posix_fallocate64' function. */
-#undef HAVE_POSIX_FALLOCATE64
-
-/* Define if you have res_init */
-#undef HAVE_RES_INIT
-
-/* Define if you have the res_init prototype */
-#undef HAVE_RES_INIT_PROTO
-
-/* Define if you have a STL implementation by SGI */
-#undef HAVE_SGI_STL
-
-/* Define to 1 if you have the `snprintf' function. */
-#undef HAVE_SNPRINTF
-
-/* Define to 1 if you have the `stat64' function. */
-#undef HAVE_STAT64
-
-/* Define to 1 if you have the `statvfs' function. */
-#undef HAVE_STATVFS
-
-/* Define to 1 if you have the `statvfs64' function. */
-#undef HAVE_STATVFS64
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define if you have strlcat */
-#undef HAVE_STRLCAT
-
-/* Define if you have the strlcat prototype */
-#undef HAVE_STRLCAT_PROTO
-
-/* Define if you have strlcpy */
-#undef HAVE_STRLCPY
-
-/* Define if you have the strlcpy prototype */
-#undef HAVE_STRLCPY_PROTO
-
-/* Define to 1 if you have the <sys/bitypes.h> header file. */
-#undef HAVE_SYS_BITYPES_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to 1 if you have the `vsnprintf' function. */
-#undef HAVE_VSNPRINTF
-
-/* Define to 1 if you have the <xfs/xfs.h> header file. */
-#undef HAVE_XFS_XFS_H
-
-/* Define to 1 if the system has the type `__s64'. */
-#undef HAVE___S64
-
-/* Define to 1 if the system has the type `__u64'. */
-#undef HAVE___U64
-
-/* Suffix for lib directories */
-#undef KDELIBSUFF
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* The size of `char *', as computed by sizeof. */
-#undef SIZEOF_CHAR_P
-
-/* The size of `int', as computed by sizeof. */
-#undef SIZEOF_INT
-
-/* The size of `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
-/* The size of `short', as computed by sizeof. */
-#undef SIZEOF_SHORT
-
-/* The size of `size_t', as computed by sizeof. */
-#undef SIZEOF_SIZE_T
-
-/* The size of `unsigned long', as computed by sizeof. */
-#undef SIZEOF_UNSIGNED_LONG
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Use system geoip */
-#undef USE_SYSTEM_GEOIP
-
-/* Version number of package */
-#undef VERSION
-
-/* Defined if compiling without arts */
-#undef WITHOUT_ARTS
-
-/*
- * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
- * headers and I'm too lazy to write a configure test as long as only
- * unixware is related
- */
-#ifdef _UNIXWARE
-#define HAVE_BOOLEAN
-#endif
-
-
-
-/*
- * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
- * that defines bzero.
- */
-
-#if defined(_AIX)
-#include <strings.h>
-#endif
-
-
-
-#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
-# include <sys/time.h>
-# include <crt_externs.h>
-# define environ (*_NSGetEnviron())
-#endif
-
-
-/* Number of bits in a file offset, on hosts where this is settable. */
-#undef _FILE_OFFSET_BITS
-
-
-#if !defined(HAVE_RES_INIT_PROTO)
-#ifdef __cplusplus
-extern "C" {
-#endif
-int res_init(void);
-#ifdef __cplusplus
-}
-#endif
-#endif
-
-
-
-#if !defined(HAVE_STRLCAT_PROTO)
-#ifdef __cplusplus
-extern "C" {
-#endif
-unsigned long strlcat(char*, const char*, unsigned long);
-#ifdef __cplusplus
-}
-#endif
-#endif
-
-
-
-#if !defined(HAVE_STRLCPY_PROTO)
-#ifdef __cplusplus
-extern "C" {
-#endif
-unsigned long strlcpy(char*, const char*, unsigned long);
-#ifdef __cplusplus
-}
-#endif
-#endif
-
-
-/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
-#undef _LARGEFILE_SOURCE
-
-/* Define for large files, on AIX-style hosts. */
-#undef _LARGE_FILES
-
-
-/*
- * On HP-UX, the declaration of vsnprintf() is needed every time !
- */
-
-#if !defined(HAVE_VSNPRINTF) || defined(hpux)
-#if __STDC__
-#include <stdarg.h>
-#include <stdlib.h>
-#else
-#include <varargs.h>
-#endif
-#ifdef __cplusplus
-extern "C"
-#endif
-int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
-#ifdef __cplusplus
-extern "C"
-#endif
-int snprintf(char *str, size_t n, char const *fmt, ...);
-#endif
-
-
-
-#if defined(__SVR4) && !defined(__svr4__)
-#define __svr4__ 1
-#endif
-
-
-/* type to use in place of socklen_t if not defined */
-#undef kde_socklen_t
-
-/* type to use in place of socklen_t if not defined (deprecated, use
- kde_socklen_t) */
-#undef ksize_t
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index 1cab8c0..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,228 +0,0 @@
-#MIN_CONFIG(3.3)
-
-AM_INIT_AUTOMAKE(ktorrent,2.2.8)
-
-dnl #### Check for FSEEK variants
-AC_SYS_LARGEFILE
-AC_FUNC_FSEEKO
-AC_CHECK_FUNCS(fopen64, ktorrent_cv_func_fopen64=yes, ktorrent_cv_func_fopen64=no)
-AC_CHECK_FUNCS(fseeko64, ktorrent_cv_func_fseek64=yes, ktorrent_cv_func_fseek64=no)
-AC_CHECK_FUNCS(ftello64, ktorrent_cv_func_ftell64=yes, ktorrent_cv_func_ftell64=no)
-AC_CHECK_FUNCS(fstat64, ktorrent_cv_func_fstat64=yes, ktorrent_cv_func_fstat64=no)
-AC_CHECK_FUNCS(stat64, ktorrent_cv_func_stat64=yes, ktorrent_cv_func_stat64=no)
-AC_CHECK_FUNCS(ftruncate64, ktorrent_cv_func_ftruncate64=yes, ktorrent_cv_func_ftruncate64=no)
-AC_CHECK_FUNCS(lseek64, ktorrent_cv_func_lseek64=yes, ktorrent_cv_func_lseek64=no)
-AC_CHECK_FUNCS(mmap64, ktorrent_cv_func_mmap64=yes, ktorrent_cv_func_mmap64=no)
-AC_CHECK_FUNCS(munmap64, ktorrent_cv_func_munmap64=yes, ktorrent_cv_func_munmap64=no)
-AC_CHECK_FUNCS(posix_fallocate, ktorrent_cv_func_posix_fallocate=yes,ktorrent_cv_func_posix_fallocate=no)
-AC_CHECK_FUNCS(posix_fallocate64, ktorrent_cv_func_posix_fallocate64=yes,ktorrent_cv_func_posix_fallocate64=no)
-AC_CHECK_FUNCS(statvfs, ktorrent_cv_func_statvfs=yes,ktorrent_cv_func_statvfs=no)
-AC_CHECK_FUNCS(statvfs64, ktorrent_cv_func_statvfs64=yes,ktorrent_cv_func_statvfs64=no)
-
-AC_LANG_PUSH([C++])
-AC_CHECK_HEADERS([xfs/xfs.h])
-AC_CHECK_TYPES([__u64, __s64], [], [], [#include <xfs/xfs.h>])
-AC_LANG_POP
-
-if test "$ktorrent_cv_func_posix_fallocate" = yes ; then
- AC_DEFINE(HAVE_POSIX_FALLOCATE, 1)
-else
- AC_DEFINE(HAVE_POSIX_FALLOCATE, 0)
-fi
-
-if test "$ktorrent_cv_func_posix_fallocate64" = yes ; then
- AC_DEFINE(HAVE_POSIX_FALLOCATE64, 1)
-else
- AC_DEFINE(HAVE_POSIX_FALLOCATE64, 0)
-fi
-
-if test "$ktorrent_cv_func_fopen64" = yes ; then
- AC_DEFINE(HAVE_FOPEN64, 1)
-else
- AC_DEFINE(HAVE_FOPEN64, 0)
-fi
-
-if test "$ktorrent_cv_func_fseek64" = yes -a "$ktorrent_cv_func_ftell64" = yes; then
- AC_DEFINE(HAVE_FSEEKO64, 1)
-else
- AC_DEFINE(HAVE_FSEEKO64, 0)
-fi
-
-if test "$ktorrent_cv_func_fstat64" = yes -a "$ktorrent_cv_func_stat64" = yes ; then
- AC_DEFINE(HAVE_STAT64,1)
-else
- AC_DEFINE(HAVE_STAT64,0)
-fi
-
-if test "$ktorrent_cv_func_ftruncate64" = yes ; then
- AC_DEFINE(HAVE_FTRUNCATE64,1)
-else
- AC_DEFINE(HAVE_FTRUNCATE64,0)
-fi
-
-if test "$ktorrent_cv_func_lseek64" = yes ; then
- AC_DEFINE(HAVE_LSEEK64,1)
-else
- AC_DEFINE(HAVE_LSEEK64,0)
-fi
-
-if test "$ktorrent_cv_func_mmap64" = yes ; then
- AC_DEFINE(HAVE_MMAP64, 1)
-else
- AC_DEFINE(HAVE_MMAP64, 0)
-fi
-
-if test "$ktorrent_cv_func_munmap64" = yes ; then
- AC_DEFINE(HAVE_MUNMAP64, 1)
-else
- AC_DEFINE(HAVE_MUNMAP64, 0)
-fi
-
-if test "$ktorrent_cv_func_statvfs" = yes ; then
- AC_DEFINE(HAVE_STATVFS, 1)
-else
- AC_DEFINE(HAVE_STATVFS, 0)
-fi
-
-if test "$ktorrent_cv_func_statvfs64" = yes ; then
- AC_DEFINE(HAVE_STATVFS64, 1)
-else
- AC_DEFINE(HAVE_STATVFS64, 0)
-fi
-
-KDE_ENABLE_HIDDEN_VISIBILITY
-
-KDE_CHECK_LIB(gmp, __gmpz_init, [have_gmp=yes],
- [
- have_gmp=no
- AC_MSG_ERROR(libgmp is required to install this program)
- ])
-
-KDE_CHECK_HEADER(gmp.h, [have_gmp=yes],
- [
- have_gmp=no
- AC_MSG_ERROR(libgmp is required to install this program)
- ])
-
-KDE_CHECK_HEADER(GeoIP.h, [have_system_geoip=yes], [have_system_geoip=no])
-
-KDE_INIT_DOXYGEN([The API Reference], [Version $VERSION])
-
-AC_ARG_ENABLE(
- memleak-check,
- [AS_HELP_STRING(--enable-memleak-check,[Enable memory leak checking])],
- [CXXFLAGS="$CXXFLAGS -DKT_LEAKTRACE"])
-
-AC_ARG_ENABLE(
- profile,
- [AS_HELP_STRING(--enable-profile,[Enable profiling])],
- [CXXFLAGS="$CXXFLAGS -DKT_PROFILE"])
-
-
-AC_ARG_ENABLE(geoip,
- [AS_HELP_STRING(--enable-geoip,[Enables builtin GeoIP database installation])],
- [case "${enableval}" in
- yes) geoip=true ;;
- no) geoip=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-geoip) ;;
- esac],[geoip=true])
-
-AC_ARG_ENABLE(system-geoip,
- [AS_HELP_STRING(--enable-system-geoip,[Enables use of system-wide GeoIP database (implies --disable-geoip) (auto by default)])],
- [case "${enableval}" in
- yes) if test "$have_system_geoip" = yes; then
- system_geoip=true
- geoip=false
- else
- AC_MSG_ERROR(cannot enable system geoip. GeoIP library headers were not found on your system)
- fi ;;
- no) system_geoip=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-system-geoip) ;;
- esac],[system_geoip=auto])
-
-if test x$system_geoip = xauto; then
- if test "$have_system_geoip" = yes; then
- system_geoip=true
- geoip=false
- else
- system_geoip=false
- fi
-fi
-
-AM_CONDITIONAL(ENABLE_GEOIP, test x$geoip = xtrue)
-AM_CONDITIONAL(USE_SYSTEM_GEOIP, test x$system_geoip = xtrue)
-
-if test x$system_geoip = xtrue; then
- AC_DEFINE(USE_SYSTEM_GEOIP, 1, [Use system geoip])
-fi
-
-
-AC_ARG_ENABLE(builtin-country-flags,
- [AS_HELP_STRING(--enable-builtin-country-flags,[Install and prefer builtin country flags to the ones provided by KDE (auto by default)])],
- [case "${enableval}" in
- yes) builtin_country_flags=true ;;
- no) builtin_country_flags=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-builtin-country-flags) ;;
- esac],[builtin_country_flags=auto])
-
-if test x$builtin_country_flags = xauto; then
- if test x$geoip = xtrue; then
- builtin_country_flags=true
- else
- builtin_country_flags=false
- fi
-fi
-
-AM_CONDITIONAL(ENABLE_BUILTIN_COUNTRY_FLAGS, test x$builtin_country_flags = xtrue)
-
-AC_ARG_ENABLE(torrent-mimetype,
- [ --enable-torrent-mimetype Enables the installation of the torrent mimetype which uses a KTorrent based icon],
- [case "${enableval}" in
- yes) mimetype_install=true ;;
- no) mimetype_install=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-torrent-mimetype) ;;
- esac],[mimetype_install=false])
-
-AM_CONDITIONAL(ENABLE_TORRENT_MIMETYPE, test x$mimetype_install = xtrue)
-
-## -- BEGIN -- ADDED BY Kevin ---
-
-# Check for pkg-config manually first, as if its not installed the
-# PKG_PROG_PKG_CONFIG macro won't be defined.
-AC_CHECK_PROG(have_pkg_config, pkg-config, yes, no)
-
-if test x"$have_pkg_config" = "xno"; then
- AC_MSG_ERROR(pkg-config is required to install this program)
-fi
-
-m4_pattern_allow(PKG_CONFIG_MIN_VERSION)
-PKG_PROG_PKG_CONFIG
-
-AC_ARG_WITH([avahi], AS_HELP_STRING([--without-avahi], [Build without avahi/ZeroConf support (default: test)]))
-
-avahi=false
-if test "x$with_avahi" != "xno"; then
- PKG_CHECK_MODULES( AVAHI, avahi-client >= 0.6.10,
- [
- AC_SUBST(AVAHI_CFLAGS)
- AC_SUBST(AVAHI_LIBS)
- avahi=true
- ],
- [
- missing_avahi_warning=yes
- avahi=false
- ])
-
- PKG_CHECK_MODULES( AVAHI_TQT, avahi-tqt >= 0.6.10,
- [
- AC_SUBST(AVAHI_TQT_CFLAGS)
- AC_SUBST(AVAHI_TQT_LIBS)
- avahi=true
- ],
- [
- missing_avahi_warning=yes
- avahi=false
- ])
-fi
-
-AM_CONDITIONAL(COMPILE_ZEROCONF, test x$avahi = xtrue)
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index 5c0b20e..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-KDE_LANG = en
-KDE_DOCS = AUTO
-SUBDIRS = $(AUTODIRS)
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
deleted file mode 100644
index 67788de..0000000
--- a/doc/en/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_LANG = en
-KDE_DOCS = ktorrent
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
deleted file mode 100644
index 701cd64..0000000
--- a/doc/man/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-tmpdir = $(mandir)/man1
-tmp_DATA= ktorrent.1
-EXTRA_DIST=$(tmp_DATA)
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index c697655..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = libktorrent plugins apps scripts
diff --git a/src/apps/Makefile.am b/src/apps/Makefile.am
deleted file mode 100644
index 09a6602..0000000
--- a/src/apps/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = ktorrent ktcachecheck kttorinfo ktupnptest
diff --git a/src/apps/ktcachecheck/Makefile.am b/src/apps/ktcachecheck/Makefile.am
deleted file mode 100644
index a9f5d3e..0000000
--- a/src/apps/ktcachecheck/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-
-bin_PROGRAMS = ktcachecheck
-
-ktcachecheck_SOURCES = cachecheck.cpp cachechecker.cpp singlecachechecker.cpp \
- multicachechecker.cpp
-ktcachecheck_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-ktcachecheck_LDADD = $(LIB_TDEPARTS) ../../libktorrent/libktorrent.la \
- $(LIB_TDEFILE) $(LIB_TDEIO)
-noinst_HEADERS = cachechecker.h singlecachechecker.h multicachechecker.h
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/apps/ktorrent/Makefile.am b/src/apps/ktorrent/Makefile.am
deleted file mode 100644
index 4df281b..0000000
--- a/src/apps/ktorrent/Makefile.am
+++ /dev/null
@@ -1,64 +0,0 @@
-## Makefile.am for ktorrent
-SUBDIRS = groups newui
-# this is the program that gets installed. it's name is used for all
-# of the other Makefile.am variables
-bin_PROGRAMS = ktorrent
-
-
-
-# set the include path for X, qt and KDE
-INCLUDES = -I$(top_srcdir)/src/libktorrent -I$(top_builddir)/src/libktorrent $(all_includes)
-
-# the library search path.
-ktorrent_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-# the libraries to link against.
-ktorrent_LDADD = ../../apps/ktorrent/newui/libnewui.la $(LIB_TDEFILE) \
- $(LIB_TDEIO) $(LIB_TDEPARTS) ../../apps/ktorrent/groups/libgroups.la \
- ../../libktorrent/libktorrent.la
-
-# which sources should be compiled for ktorrent
-ktorrent_SOURCES = addpeerwidget.cpp addpeerwidget.h addpeerwidgetbase.ui \
- advancedpref.ui dcopinterface.skel downloadpref.ui fileselectdlg.cpp \
- fileselectdlgbase.ui generalpref.ui ipfilterwidget.cpp ipfilterwidgetbase.ui ktorrent.cpp \
- ktorrentapp.cpp ktorrentcore.cpp ktorrentdcop.cpp ktorrentview.cpp ktorrentviewitem.cpp \
- ktorrentviewmenu.cpp leaktrace.cpp main.cpp pastedialog.cpp pastedlgbase.ui pref.cpp \
- queuedialog.cpp queuedialog.h queuedlg.ui scandialog.cpp scandlgbase.ui \
- speedlimitsdlg.cpp speedlimitsdlgbase.ui torrentcreatordlg.cpp torrentcreatordlg.h \
- torrentcreatordlgbase.ui trayhoverpopup.cpp trayicon.cpp viewmanager.cpp filterbar.cpp
-
-xdg_apps_DATA = ktorrent.desktop
-
-
-# these are the headers for your project
-noinst_HEADERS = dcopinterface.h fileselectdlg.h ipfilterwidget.h ktorrent.h \
- ktorrentcore.h ktorrentdcop.h ktorrentview.h ktorrentviewitem.h ktorrentviewmenu.h \
- pastedialog.h pref.h scandialog.h speedlimitsdlg.h trayhoverpopup.h trayicon.h \
- viewmanager.h
-
-# client stuff
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/ktorrent.pot
-
-# this is where the XML-GUI resource file goes
-rcdir = $(kde_datadir)/ktorrent
-rc_DATA = ktorrentui.rc
-
-KDE_ICON= torrent ktorrent
-
-appicondir = $(kde_datadir)/ktorrent/icons
-appicon_ICON = ktencrypted ktremove ktstart_all ktstart ktstop_all ktstop ktplugins ktinfowidget ktqueuemanager ktupnp ktprefdownloads
-
-kde_servicetypes_DATA = ktorrentplugin.desktop
-EXTRA_DIST = ktorrentplugin.desktop
-
-if ENABLE_TORRENT_MIMETYPE
-mimedir = $(kde_mimedir)/application
-mime_DATA = x-bittorrent.desktop
-endif
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/apps/ktorrent/groups/Makefile.am b/src/apps/ktorrent/groups/Makefile.am
deleted file mode 100644
index c1c3308..0000000
--- a/src/apps/ktorrent/groups/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDES = -I$(srcdir)/../../../libktorrent $(all_includes)
-METASOURCES = AUTO
-libgroups_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libgroups.la
-noinst_HEADERS = activedownloadsgroup.h activegroup.h activeuploadsgroup.h \
- allgroup.h downloadgroup.h group.h groupmanager.h groupview.h \
- inactivedownloadsgroup.h inactivegroup.h inactiveuploadsgroup.h queueddownloadsgroup.h \
- queueduploadsgroup.h torrentdrag.h torrentgroup.h uploadgroup.h userdownloadsgroup.h \
- useruploadsgroup.h
-libgroups_la_SOURCES = activedownloadsgroup.cpp activegroup.cpp \
- activeuploadsgroup.cpp allgroup.cpp downloadgroup.cpp group.cpp groupmanager.cpp groupview.cpp \
- inactivedownloadsgroup.cpp inactivegroup.cpp inactiveuploadsgroup.cpp queueddownloadsgroup.cpp \
- queueduploadsgroup.cpp torrentdrag.cpp torrentgroup.cpp uploadgroup.cpp userdownloadsgroup.cpp \
- useruploadsgroup.cpp
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/apps/ktorrent/newui/Makefile.am b/src/apps/ktorrent/newui/Makefile.am
deleted file mode 100644
index 871fbb1..0000000
--- a/src/apps/ktorrent/newui/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src/libktorrent -I$(top_builddir)/src/libktorrent/ $(all_includes)
-
-METASOURCES = AUTO
-noinst_LTLIBRARIES = libnewui.la
-libnewui_la_LDFLAGS = $(all_libraries)
-libnewui_la_SOURCES = button.cpp button.h buttonbar.cpp buttonbar.h comdefs.h \
- ddockwindow.cpp ddockwindow.h dmainwindow.cpp dmainwindow.h docksplitter.cpp \
- docksplitter.h dtabwidget.cpp dtabwidget.h
diff --git a/src/apps/kttorinfo/Makefile.am b/src/apps/kttorinfo/Makefile.am
deleted file mode 100644
index 0736208..0000000
--- a/src/apps/kttorinfo/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-
-bin_PROGRAMS = kttorinfo
-kttorinfo_SOURCES = main.cpp
-kttorinfo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-kttorinfo_LDADD = ../../libktorrent/libktorrent.la $(LIB_TDEPARTS) $(LIB_TDEFILE) \
- $(LIB_TDEIO)
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/apps/ktupnptest/Makefile.am b/src/apps/ktupnptest/Makefile.am
deleted file mode 100644
index 9920c54..0000000
--- a/src/apps/ktupnptest/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent -I$(srcdir)/../.. $(all_includes)
-METASOURCES = AUTO
-bin_PROGRAMS = ktupnptest
-
-ktupnptest_SOURCES = main.cpp upnptestapp.cpp mainwidget.ui
-ktupnptest_LDADD = ../../plugins/upnp/libktupnp.la \
- ../../libktorrent/libktorrent.la $(LIB_TDEIO)
-ktupnptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-noinst_HEADERS = upnptestapp.h
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/libktorrent/Makefile.am b/src/libktorrent/Makefile.am
deleted file mode 100644
index 6238869..0000000
--- a/src/libktorrent/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-INCLUDES = -I$(srcdir)/. $(all_includes)
-SUBDIRS = util torrent kademlia interfaces migrate mse datachecker net
-METASOURCES = AUTO
-
-lib_LTLIBRARIES = libktorrent.la
-libktorrent_la_LDFLAGS = ${KDE_RPATH} $(all_libraries) -release $(VERSION)
-
-kde_kcfg_DATA = ktorrent.kcfg
-
-# make sure settings.h is built before anything else
-BUILT_SOURCES=settings.h
-
-noinst_HEADERS = expandablewidget.h functions.h ktversion.h labelview.h \
- pluginmanager.h pluginmanagerprefpage.h libktorrent_export.h
-libktorrent_la_SOURCES = expandablewidget.cpp functions.cpp labelview.cpp \
- labelviewitembase.ui pluginmanager.cpp pluginmanagerprefpage.cpp pluginmanagerwidget.ui \
- settings.kcfgc
-libktorrent_la_LIBADD = ../libktorrent/net/libnet.la \
- ../libktorrent/datachecker/libdatachecker.la ../libktorrent/mse/libmse.la ../libktorrent/migrate/libmigrate.la \
- ../libktorrent/util/libutil.la ../libktorrent/torrent/libtorrent.la \
- ../libktorrent/kademlia/libkademlia.la ../libktorrent/interfaces/libinterfaces.la $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_TQT) $(LIB_TDEUI)
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/libktorrent/datachecker/Makefile.am b/src/libktorrent/datachecker/Makefile.am
deleted file mode 100644
index b5e9ee0..0000000
--- a/src/libktorrent/datachecker/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(srcdir)/.. -I$(srcdir)/. $(all_includes)
-METASOURCES = AUTO
-libdatachecker_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libdatachecker.la
-libdatachecker_la_SOURCES = datachecker.cpp multidatachecker.cpp \
- singledatachecker.cpp datacheckerlistener.cpp datacheckerthread.cpp
-noinst_HEADERS = datacheckerlistener.h datacheckerthread.h
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/libktorrent/interfaces/Makefile.am b/src/libktorrent/interfaces/Makefile.am
deleted file mode 100644
index dca1a4a..0000000
--- a/src/libktorrent/interfaces/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDES = -I$(srcdir)/.. $(all_includes)
-METASOURCES = AUTO
-libinterfaces_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libinterfaces.la
-noinst_HEADERS = plugin.h coreinterface.h guiinterface.h torrentinterface.h \
- monitorinterface.h chunkdownloadinterface.h peerinterface.h torrentfileinterface.h \
- filetreeitem.h filetreediritem.h logmonitorinterface.h ipblockinginterface.h \
- trackerslist.h peersource.h exitoperation.h
-libinterfaces_la_SOURCES = plugin.cpp coreinterface.cpp guiinterface.cpp \
- prefpageinterface.cpp torrentinterface.cpp monitorinterface.cpp chunkdownloadinterface.cpp \
- peerinterface.cpp torrentfileinterface.cpp filetreeitem.cpp filetreediritem.cpp \
- functions.cpp logmonitorinterface.cpp ipblockinginterface.cpp trackerslist.cpp \
- peersource.cpp exitoperation.cpp
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/libktorrent/kademlia/Makefile.am b/src/libktorrent/kademlia/Makefile.am
deleted file mode 100644
index 1b567b2..0000000
--- a/src/libktorrent/kademlia/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-INCLUDES = -I$(srcdir)/.. $(all_includes)
-METASOURCES = AUTO
-libkademlia_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libkademlia.la
-noinst_HEADERS = key.h node.h kbucket.h rpccall.h rpcserver.h database.h dht.h \
- rpcmsg.h kclosestnodessearch.h nodelookup.h task.h pack.h \
- taskmanager.h announcetask.h dhttrackerbackend.h dhtbase.h
-libkademlia_la_SOURCES = key.cpp node.cpp kbucket.cpp rpccall.cpp rpcserver.cpp \
- database.cpp dht.cpp rpcmsg.cpp kclosestnodessearch.cpp nodelookup.cpp task.cpp \
- pack.cpp taskmanager.cpp announcetask.cpp \
- dhttrackerbackend.cpp dhtbase.cpp
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/libktorrent/migrate/Makefile.am b/src/libktorrent/migrate/Makefile.am
deleted file mode 100644
index 9bb5528..0000000
--- a/src/libktorrent/migrate/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(srcdir)/.. $(all_includes)
-METASOURCES = AUTO
-libmigrate_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libmigrate.la
-noinst_HEADERS = migrate.h ccmigrate.h cachemigrate.h
-libmigrate_la_SOURCES = migrate.cpp ccmigrate.cpp cachemigrate.cpp
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/libktorrent/mse/Makefile.am b/src/libktorrent/mse/Makefile.am
deleted file mode 100644
index d6a8ac5..0000000
--- a/src/libktorrent/mse/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-INCLUDES = -I$(srcdir)/.. $(all_includes)
-METASOURCES = AUTO
-libmse_la_LDFLAGS = -lgmp $(all_libraries)
-noinst_LTLIBRARIES = libmse.la
-noinst_HEADERS = bigint.h rc4encryptor.h streamsocket.h encryptedauthenticate.h \
- encryptedserverauthenticate.h functions.h
-libmse_la_SOURCES = bigint.cpp rc4encryptor.cpp streamsocket.cpp \
- encryptedauthenticate.cpp encryptedserverauthenticate.cpp functions.cpp
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/libktorrent/net/Makefile.am b/src/libktorrent/net/Makefile.am
deleted file mode 100644
index e67354c..0000000
--- a/src/libktorrent/net/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-INCLUDES = -I$(srcdir)/.. -I$(srcdir)/. $(all_includes)
-METASOURCES = AUTO
-libnet_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libnet.la
-noinst_HEADERS = address.h bufferedsocket.h circularbuffer.h downloadthread.h \
- networkthread.h portlist.h socket.h socketmonitor.h speed.h uploadthread.h
-libnet_la_SOURCES = address.cpp bufferedsocket.cpp circularbuffer.cpp \
- downloadthread.cpp networkthread.cpp portlist.cpp socket.cpp socketgroup.cpp \
- socketmonitor.cpp speed.cpp uploadthread.cpp
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/libktorrent/torrent/Makefile.am b/src/libktorrent/torrent/Makefile.am
deleted file mode 100644
index 2f7ba68..0000000
--- a/src/libktorrent/torrent/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src/libktorrent -I$(top_builddir)/src/libktorrent $(all_includes)
-
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libtorrent.la
-libtorrent_la_LDFLAGS = $(all_libraries)
-noinst_HEADERS = advancedchokealgorithm.h announcelist.h authenticate.h \
- authenticatebase.h authenticationmonitor.h bdecoder.h bencoder.h bnode.h cache.h \
- cachefile.h cap.h choker.h chunk.h chunkcounter.h chunkdownload.h chunkmanager.h \
- chunkselector.h dndfile.h downloadcap.h downloader.h globals.h httptracker.h \
- ipblocklist.h movedatafilesjob.h multifilecache.h newchokealgorithm.h \
- oldchokealgorithm.h packet.h packetreader.h packetwriter.h peer.h peerdownloader.h peerid.h \
- peermanager.h peersourcemanager.h peeruploader.h piece.h preallocationthread.h \
- queuemanager.h request.h server.h serverauthenticate.h singlefilecache.h \
- speedestimater.h statsfile.h timeestimator.h torrent.h torrentcontrol.h torrentcreator.h \
- torrentfile.h tracker.h udptracker.h udptrackersocket.h uploadcap.h uploader.h \
- upspeedestimater.h utpex.h value.h
-
-libtorrent_la_SOURCES = advancedchokealgorithm.cpp announcelist.cpp \
- authenticate.cpp authenticatebase.cpp authenticationmonitor.cpp bdecoder.cpp \
- bencoder.cpp bnode.cpp cache.cpp cachefile.cpp cap.cpp choker.cpp chunk.cpp \
- chunkcounter.cpp chunkdownload.cpp chunkmanager.cpp chunkselector.cpp dndfile.cpp \
- downloadcap.cpp downloader.cpp globals.cpp httptracker.cpp ipblocklist.cpp \
- movedatafilesjob.cpp multifilecache.cpp newchokealgorithm.cpp packet.cpp packetreader.cpp \
- packetwriter.cpp peer.cpp peerdownloader.cpp peerid.cpp peermanager.cpp \
- peersourcemanager.cpp peeruploader.cpp piece.cpp preallocationthread.cpp queuemanager.cpp \
- request.cpp server.cpp serverauthenticate.cpp singlefilecache.cpp \
- speedestimater.cpp statsfile.cpp timeestimator.cpp torrent.cpp torrentcontrol.cpp \
- torrentcreator.cpp torrentfile.cpp tracker.cpp udptracker.cpp udptrackersocket.cpp \
- uploadcap.cpp uploader.cpp upspeedestimater.cpp utpex.cpp value.cpp
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/libktorrent/util/Makefile.am b/src/libktorrent/util/Makefile.am
deleted file mode 100644
index c7f46ae..0000000
--- a/src/libktorrent/util/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libutil.la
-libutil_la_LDFLAGS = $(all_libraries)
-
-
-libutil_la_SOURCES = array.cpp autorotatelogjob.cpp bitset.cpp error.cpp \
- file.cpp fileops.cpp functions.cpp httprequest.cpp log.cpp mmapfile.cpp \
- profiler.cpp ptrmap.cpp sha1hash.cpp sha1hashgen.cpp timer.cpp urlencoder.cpp \
- waitjob.cpp
-
-
-
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
-noinst_HEADERS = autorotatelogjob.h profiler.h
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
deleted file mode 100644
index ad2e28c..0000000
--- a/src/plugins/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-INCLUDES =
-METASOURCES = AUTO
-SUBDIRS = search infowidget ipfilter logviewer upnp partfileimport scheduler \
- scanfolder rssfeed webinterface zeroconf stats
diff --git a/src/plugins/infowidget/Makefile.am b/src/plugins/infowidget/Makefile.am
deleted file mode 100644
index ace5e0d..0000000
--- a/src/plugins/infowidget/Makefile.am
+++ /dev/null
@@ -1,47 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-
-if USE_SYSTEM_GEOIP
-libgeoip_system = -lGeoIP
-else
-libgeoip_builtin = libgeoip_builtin.la
-endif
-
-noinst_LTLIBRARIES = $(libgeoip_builtin)
-
-kde_module_LTLIBRARIES = ktinfowidgetplugin.la
-noinst_HEADERS = infowidgetplugin.h infowidgetprefpage.h trackerview.h GeoIP.h \
- statustab.h fileview.h
-ktinfowidgetplugin_la_SOURCES = infowidgetplugin.cpp availabilitychunkbar.cpp \
- chunkbar.cpp chunkdownloadview.cpp downloadedchunkbar.cpp flagdb.cpp peerview.cpp \
- ktorrentmonitor.cpp iwfiletreediritem.cpp iwfiletreeitem.cpp infowidgetprefpage.cpp \
- infowidgetpluginsettings.kcfgc iwpref.ui trackerviewbase.ui trackerview.cpp floatspinbox.cpp \
- localefloatvalidator.cpp chunkdownloadviewbase.ui statustabbase.ui statustab.cpp fileview.cpp
-
-libgeoip_builtin_la_SOURCES = GeoIP.c
-
-# Libs needed by the plugin
-ktinfowidgetplugin_la_LIBADD = ../../libktorrent/libktorrent.la \
- $(LIB_TDEHTML) $(LIB_TDEPARTS) $(LIB_TQT) \
- $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
- $(libgeoip_builtin)
-
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktinfowidgetplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(libgeoip_system)
-
-# rc file containing the GUI for the plugin
-# pluginsdir = $(kde_datadir)/ktsearchplugin
-# plugins_DATA = ktsearchpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-kde_services_DATA = ktinfowidgetplugin.desktop
-
-kde_kcfg_DATA = ktinfowidgetplugin.kcfg
-
-ktdatadir = $(kde_datadir)/ktorrent/geoip
-
-SUBDIRS = geoip
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/infowidget/geoip/Makefile.am b/src/plugins/infowidget/geoip/Makefile.am
deleted file mode 100644
index 1a7d6c4..0000000
--- a/src/plugins/infowidget/geoip/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-
-ktdatadir = $(kde_datadir)/ktorrent/geoip
-
-if ENABLE_GEOIP
-GEOIP_FILES = geoip.dat GeoIP-LICENSE.txt
-else
-GEOIP_FILES =
-endif
-
-if ENABLE_BUILTIN_COUNTRY_FLAGS
-FLAG_FILES = ad.png ae.png af.png ag.png ai.png al.png am.png an.png ao.png \
- aq.png ar.png as.png at.png au.png aw.png az.png ba.png bb.png bd.png be.png \
- bf.png bg.png bh.png bi.png bj.png bm.png bn.png bo.png br.png bs.png bt.png \
- bv.png bw.png by.png bz.png ca.png cc.png cd.png cf.png cg.png ch.png ci.png \
- ck.png cl.png cm.png cn.png co.png cr.png cs.png cu.png cv.png cx.png cy.png \
- cz.png de.png dj.png dk.png dm.png do.png dz.png ec.png ee.png eg.png eh.png \
- er.png es.png et.png eu.png fi.png fj.png fk.png fm.png fo.png fr.png ga.png \
- gb.png gd.png ge.png gf.png gh.png gi.png gl.png gm.png gn.png gp.png gq.png \
- gr.png gs.png gt.png gu.png gw.png gy.png hk.png hm.png hn.png hr.png ht.png \
- hu.png id.png ie.png il.png in.png io.png iq.png ir.png is.png it.png jm.png \
- jo.png jp.png ke.png kg.png kh.png ki.png km.png kn.png kp.png kr.png kw.png \
- ky.png kz.png la.png lb.png lc.png li.png lk.png lr.png ls.png lt.png lu.png \
- lv.png ly.png ma.png mc.png md.png mg.png mh.png mk.png ml.png mm.png mn.png \
- mo.png mp.png mq.png mr.png ms.png mt.png mu.png mv.png mw.png mx.png my.png \
- mz.png na.png nc.png ne.png nf.png ng.png ni.png nl.png no.png np.png nr.png \
- nu.png nz.png om.png pa.png pe.png pf.png pg.png ph.png pk.png pl.png pm.png \
- pn.png pr.png ps.png pt.png pw.png py.png qa.png re.png ro.png ru.png rw.png \
- sa.png sb.png sc.png sd.png se.png sg.png sh.png si.png sj.png sk.png sl.png \
- sm.png sn.png so.png sr.png st.png sv.png sy.png sz.png tc.png td.png tf.png \
- tg.png th.png tj.png tk.png tl.png tm.png tn.png to.png tp.png tr.png tt.png \
- tv.png tw.png tz.png ua.png ug.png um.png us.png uy.png uz.png va.png vc.png \
- ve.png vg.png vi.png vn.png vu.png wf.png ws.png ye.png yt.png yu.png za.png \
- zm.png zw.png FLAGS_LICENCE
-else
-FLAG_FILES =
-endif
-
-ktdata_DATA = $(FLAG_FILES) $(GEOIP_FILES)
-
diff --git a/src/plugins/ipfilter/Makefile.am b/src/plugins/ipfilter/Makefile.am
deleted file mode 100644
index c2395b0..0000000
--- a/src/plugins/ipfilter/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-kde_module_LTLIBRARIES = ktipfilterplugin.la
-noinst_HEADERS = ipfilterplugin.h ipblockingprefpage.h antip2p.h \
- convertdialog.h
-ktipfilterplugin_la_SOURCES = ipfilterplugin.cpp ipblockingpref.ui \
- ipblockingprefpage.cpp ipfilterpluginsettings.kcfgc antip2p.cpp convert_dlg.ui \
- convertdialog.cpp
-
-# Libs needed by the plugin
-ktipfilterplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEPARTS) \
- ../../libktorrent/libktorrent.la $(LIB_TQT) \
- $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
-
-
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktipfilterplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-
-# rc file containing the GUI for the plugin
-# pluginsdir = $(kde_datadir)/ktsearchplugin
-# plugins_DATA = ktsearchpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-kde_services_DATA = ktipfilterplugin.desktop
-
-kde_kcfg_DATA = ktipfilterplugin.kcfg
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/logviewer/Makefile.am b/src/plugins/logviewer/Makefile.am
deleted file mode 100644
index e11e126..0000000
--- a/src/plugins/logviewer/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-
-METASOURCES = AUTO
-kde_module_LTLIBRARIES = ktlogviewerplugin.la
-
-
-# Libs needed by the plugin
-ktlogviewerplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEPARTS) \
- ../../libktorrent/libktorrent.la $(LIB_TQT) \
- $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
-
-
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktlogviewerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-
-# rc file containing the GUI for the plugin
-# pluginsdir = $(kde_datadir)/ktsearchplugin
-# plugins_DATA = ktsearchpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-kde_services_DATA = ktlogviewerplugin.desktop
-
-kde_kcfg_DATA = ktlogviewerplugin.kcfg
-
-noinst_HEADERS = logviewerplugin.h logviewer.h logprefpage.h logprefwidget.h \
- logflags.h
-ktlogviewerplugin_la_SOURCES = logviewerplugin.cpp logviewer.cpp \
- logprefpage.cpp logprefwidgetbase.ui logprefwidget.cpp logviewerpluginsettings.kcfgc \
- logflags.cpp
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/partfileimport/Makefile.am b/src/plugins/partfileimport/Makefile.am
deleted file mode 100644
index 45fb6ba..0000000
--- a/src/plugins/partfileimport/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-kde_module_LTLIBRARIES = ktpartfileimportplugin.la
-noinst_HEADERS = partfileimportplugin.h importdialog.h
-ktpartfileimportplugin_la_SOURCES = partfileimportplugin.cpp importdlgbase.ui importdialog.cpp
-
-# Libs needed by the plugin
-ktpartfileimportplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEPARTS) \
- ../../libktorrent/libktorrent.la \
- $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktpartfileimportplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-
-# rc file containing the GUI for the plugin
-rcdir = $(kde_datadir)/ktorrent
-rc_DATA = ktpartfileimportpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-kde_services_DATA = ktpartfileimportplugin.desktop
-
-# kde_kcfg_DATA = ktpartfileimportplugin.kcfg
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/rssfeed/Makefile.am b/src/plugins/rssfeed/Makefile.am
deleted file mode 100644
index e5fa2ed..0000000
--- a/src/plugins/rssfeed/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-kde_module_LTLIBRARIES = ktrssfeedplugin.la
-
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktrssfeedplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-
-# rc file containing the GUI for the plugin
-# pluginsdir = $(kde_datadir)/ktrssfeedplugin
-# plugins_DATA = ktrssfeedpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-
-rcdir = $(kde_datadir)/ktorrent
-
-kde_kcfg_DATA = ktrssfeedplugin.kcfg
-kde_services_DATA = ktrssfeedplugin.desktop
-
-noinst_HEADERS = rssfeedplugin.h rssfeedmanager.h rssfeed.h rssfilter.h \
- rssarticle.h rsslinkdownloader.h
-ktrssfeedplugin_la_SOURCES = rssfeedplugin.cpp rssfeedmanager.cpp \
- rssfeedwidget.ui rssfeed.cpp rssfilter.cpp rssarticle.cpp rsslinkdownloader.cpp
-ktrssfeedplugin_la_LIBADD = $(LIB_TDEIO) $(LIB_TQT) rss/librsslocal.la \
- ../../libktorrent/libktorrent.la $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_TDEPARTS)
-
-SUBDIRS = rss
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/rssfeed/rss/Makefile.am b/src/plugins/rssfeed/rss/Makefile.am
deleted file mode 100644
index 8053f92..0000000
--- a/src/plugins/rssfeed/rss/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir)/src \
- $(all_includes)
-
-noinst_LTLIBRARIES = \
- librsslocal.la
-
-noinst_HEADERS = article.h document.h global.h image.h textinput.h \
- loader.h librss.h
-
-librsslocal_la_SOURCES = article.cpp document.cpp image.cpp textinput.cpp \
- tools_p.cpp loader.cpp
-
-librsslocal_la_METASOURCES = AUTO
-
-check_PROGRAMS = testlibrss
-testlibrss_SOURCES = testlibrss.cpp
-testlibrss_LDFLAGS = $(all_libraries)
-testlibrss_LDADD = librsslocal.la $(LIB_TDEIO)
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/scanfolder/Makefile.am b/src/plugins/scanfolder/Makefile.am
deleted file mode 100644
index 49ba5a7..0000000
--- a/src/plugins/scanfolder/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-kde_module_LTLIBRARIES = ktscanfolderplugin.la
-
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktscanfolderplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-
-# rc file containing the GUI for the plugin
-# pluginsdir = $(kde_datadir)/ktscanfolderplugin
-# plugins_DATA = ktscanfolderpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-
-rcdir = $(kde_datadir)/ktorrent
-
-kde_kcfg_DATA = ktscanfolderplugin.kcfg
-kde_services_DATA = ktscanfolderplugin.desktop
-
-noinst_HEADERS = scanfolderplugin.h scanfolderprefpage.h \
- scanfolderprefpagewidget.h scanfolder.h
-ktscanfolderplugin_la_SOURCES = scanfolderplugin.cpp \
- scanfolderpluginsettings.kcfgc scanfolderprefpage.cpp sfprefwidgetbase.ui scanfolderprefpagewidget.cpp \
- scanfolder.cpp
-ktscanfolderplugin_la_LIBADD = $(LIB_TDEPARTS) ../../libktorrent/libktorrent.la \
- $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
-
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/scheduler/Makefile.am b/src/plugins/scheduler/Makefile.am
deleted file mode 100644
index 5b388eb..0000000
--- a/src/plugins/scheduler/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-kde_module_LTLIBRARIES = ktschedulerplugin.la
-noinst_HEADERS = schedulerplugin.h bwscheduler.h schedulerprefpagewidget.h \
- bwsprefpagewidget.h bwswidget.h schedulerprefpage.h
-ktschedulerplugin_la_SOURCES = schedulerplugin.cpp \
- schedulerpluginsettings.kcfgc bwscheduler.cpp schedulerprefpagewidget.cpp schedulerpage.ui bwspage.ui \
- bwsprefpagewidget.cpp bwswidget.cpp schedulerprefpage.cpp
-
-# Libs needed by the plugin
-ktschedulerplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEPARTS) \
- ../../libktorrent/libktorrent.la \
- $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktschedulerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-
-# rc file containing the GUI for the plugin
-# pluginsdir = $(kde_datadir)/ktschedulerplugin
-# plugins_DATA = ktschedulerpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-kde_services_DATA = ktschedulerplugin.desktop
-
-kde_kcfg_DATA = ktschedulerplugin.kcfg
-
-kticonsdir = $(kde_datadir)/ktorrent/icons
-
-kticons_DATA = cell-a-0000.png cell-a-0001.png cell-a-0002.png cell-a-0003.png\
- cell-a-0004.png cell-b-0000.png cell-b-0001.png cell-b-0002.png\
- cell-b-0003.png cell-b-0004.png
-rcdir = $(kde_datadir)/ktorrent
-rc_DATA = ktschedulerpluginui.rc
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/search/Makefile.am b/src/plugins/search/Makefile.am
deleted file mode 100644
index 9e5b312..0000000
--- a/src/plugins/search/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-kde_module_LTLIBRARIES = ktsearchplugin.la
-noinst_HEADERS = searchplugin.h searchprefpage.h searchtab.h searchenginelist.h
-ktsearchplugin_la_SOURCES = searchplugin.cpp htmlpart.cpp searchbar.ui \
- searchpref.ui searchwidget.cpp searchprefpage.cpp searchpluginsettings.kcfgc \
- searchtab.cpp searchenginelist.cpp
-
-# Libs needed by the plugin
-ktsearchplugin_la_LIBADD = ../../libktorrent/libktorrent.la \
- $(LIB_TDEHTML) $(LIB_TDEPARTS) $(LIB_TQT) \
- $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktsearchplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-
-# rc file containing the GUI for the plugin
-# pluginsdir = $(kde_datadir)/ktsearchplugin
-# plugins_DATA = ktsearchpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-kde_services_DATA = ktsearchplugin.desktop
-
-kde_kcfg_DATA = ktsearchplugin.kcfg
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/stats/Makefile.am b/src/plugins/stats/Makefile.am
deleted file mode 100644
index efe26b6..0000000
--- a/src/plugins/stats/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src/libktorrent -I$(top_builddir)/src/libktorrent $(all_includes)
-
-METASOURCES = AUTO
-
-kde_module_LTLIBRARIES = ktstatsplugin.la
-
-ktstatsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(all_libraries)
-ktstatsplugin_la_SOURCES = ChartDrawerData.cpp ChartDrawer.cpp statsspdwgt.ui statsconwgt.ui StatsSpd.cpp StatsCon.cpp sprefwgt.ui statspluginsettings.kcfgc \
- StatsPluginPrefsPage.cpp StatsPluginPrefs.cpp statsplugin.cpp
-
-ktstatsplugin_la_LIBADD = $(LIB_TQT) ../../libktorrent/libktorrent.la
-
-noinst_HEADERS = ChartDrawerData.h ChartDrawer.h StatsSpd.h StatsCon.h StatsPluginPrefsPage.h StatsPluginPrefs.h statsplugin.h
-
-kde_services_DATA = ktstatsplugin.desktop
-kde_kcfg_DATA = ktstatsplugin.kcfg
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/upnp/Makefile.am b/src/plugins/upnp/Makefile.am
deleted file mode 100644
index 467ebc4..0000000
--- a/src/plugins/upnp/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-
-libktupnp_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libktupnp.la
-libktupnp_la_SOURCES = soap.cpp upnpdescriptionparser.cpp upnpmcastsocket.cpp\
- upnprouter.cpp
-
-kde_module_LTLIBRARIES = ktupnpplugin.la
-noinst_HEADERS = upnpplugin.h upnpmcastsocket.h upnprouter.h upnpprefpage.h \
- upnpprefwidget.h upnpdescriptionparser.h soap.h
-ktupnpplugin_la_SOURCES = upnpplugin.cpp upnpprefpage.cpp upnpwidget.ui \
- upnpprefwidget.cpp upnppluginsettings.kcfgc
-
-# Libs needed by the plugin
-ktupnpplugin_la_LIBADD = libktupnp.la \
- $(LIB_TDEPARTS) ../../libktorrent/libktorrent.la \
- $(LIB_TQT) \
- $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
-
-
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktupnpplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-
-# rc file containing the GUI for the plugin
-# pluginsdir = $(kde_datadir)/ktsearchplugin
-# plugins_DATA = ktsearchpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-kde_services_DATA = ktupnpplugin.desktop
-
-kde_kcfg_DATA = ktupnpplugin.kcfg
-
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/webinterface/Makefile.am b/src/plugins/webinterface/Makefile.am
deleted file mode 100644
index 5492966..0000000
--- a/src/plugins/webinterface/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src/libktorrent -I$(top_builddir)/src/libktorrent $(all_includes)
-
-METASOURCES = AUTO
-kde_module_LTLIBRARIES = ktwebinterfaceplugin.la
-noinst_HEADERS = webinterfaceplugin.h httpserver.h php_handler.h \
- php_interface.h webinterfaceprefwidget.h webinterfaceprefpage.h httpclienthandler.h \
- httpresponseheader.h
-ktwebinterfaceplugin_la_SOURCES = webinterfaceplugin.cpp httpserver.cpp \
- php_handler.cpp php_interface.cpp webinterfacepref.ui \
- webinterfacepluginsettings.kcfgc webinterfaceprefwidget.cpp webinterfaceprefpage.cpp \
- httpclienthandler.cpp httpresponseheader.cpp
-# Libs needed by the plugin
-ktwebinterfaceplugin_la_LIBADD = ../../libktorrent/libktorrent.la \
- $(LIB_TDEHTML) $(LIB_TDEPARTS) $(LIB_TQT) \
- $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
-
-# LD flags for the plugin
-# -module says: this is a module, i.e. something you're going to dlopen
-# so e.g. it has no version number like a normal shared lib would have.
-ktwebinterfaceplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-
-# rc file containing the GUI for the plugin
-# pluginsdir = $(kde_datadir)/ktsearchplugin
-# plugins_DATA = ktsearchpluginui.rc
-
-# Install the desktop file needed to detect the plugin
-kde_services_DATA = ktwebinterfaceplugin.desktop
-
-kde_kcfg_DATA = ktwebinterfaceplugin.kcfg
-
-ktdatadir = $(kde_datadir)/ktorrent/www
-
-SUBDIRS = www
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/src/plugins/webinterface/www/Makefile.am b/src/plugins/webinterface/www/Makefile.am
deleted file mode 100644
index 8a92573..0000000
--- a/src/plugins/webinterface/www/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-METASOURCES = AUTO
-SUBDIRS = default mobile coldmilk
-
-
-
diff --git a/src/plugins/webinterface/www/coldmilk/Makefile.am b/src/plugins/webinterface/www/coldmilk/Makefile.am
deleted file mode 100644
index d6a5f08..0000000
--- a/src/plugins/webinterface/www/coldmilk/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-
-ktdatadir = $(kde_datadir)/ktorrent/www/coldmilk
-
-ktdata_DATA = favicon.ico icon.png interface.js interface.php login.html page_update.js rest.php shutdown.php style.css
-
-SUBDIRS= icons
diff --git a/src/plugins/webinterface/www/coldmilk/icons/16x16/Makefile.am b/src/plugins/webinterface/www/coldmilk/icons/16x16/Makefile.am
deleted file mode 100644
index 7380c25..0000000
--- a/src/plugins/webinterface/www/coldmilk/icons/16x16/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-METASOURCES = AUTO
-
-ktdatadir = $(kde_datadir)/ktorrent/www/coldmilk/icons/16x16/
-
-ktdata_DATA = edit_user.png high_priority.png low_priority.png normal_priority.png only_seed.png
-
diff --git a/src/plugins/webinterface/www/coldmilk/icons/22x22/Makefile.am b/src/plugins/webinterface/www/coldmilk/icons/22x22/Makefile.am
deleted file mode 100644
index 2bd411f..0000000
--- a/src/plugins/webinterface/www/coldmilk/icons/22x22/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-METASOURCES = AUTO
-
-ktdatadir = $(kde_datadir)/ktorrent/www/coldmilk/icons/22x22/
-
-ktdata_DATA = exit.png ktstart_all.png ktstop_all.png remove.png start.png stop.png
-
diff --git a/src/plugins/webinterface/www/coldmilk/icons/32x32/Makefile.am b/src/plugins/webinterface/www/coldmilk/icons/32x32/Makefile.am
deleted file mode 100644
index a2b93df..0000000
--- a/src/plugins/webinterface/www/coldmilk/icons/32x32/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-METASOURCES = AUTO
-
-ktdatadir = $(kde_datadir)/ktorrent/www/coldmilk/icons/32x32/
-
-ktdata_DATA = configure.png extender_opened.png fileopen.png folder1.png
-
diff --git a/src/plugins/webinterface/www/coldmilk/icons/48x48/Makefile.am b/src/plugins/webinterface/www/coldmilk/icons/48x48/Makefile.am
deleted file mode 100644
index 9318a0c..0000000
--- a/src/plugins/webinterface/www/coldmilk/icons/48x48/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-METASOURCES = AUTO
-
-ktdatadir = $(kde_datadir)/ktorrent/www/coldmilk/icons/48x48/
-
-ktdata_DATA = exit.png switchuser.png
-
diff --git a/src/plugins/webinterface/www/coldmilk/icons/64x64/Makefile.am b/src/plugins/webinterface/www/coldmilk/icons/64x64/Makefile.am
deleted file mode 100644
index 3ff3ae0..0000000
--- a/src/plugins/webinterface/www/coldmilk/icons/64x64/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-METASOURCES = AUTO
-
-ktdatadir = $(kde_datadir)/ktorrent/www/coldmilk/icons/64x64/
-
-ktdata_DATA = down.png folder1_man.png looknfeel.png
-
diff --git a/src/plugins/webinterface/www/coldmilk/icons/Makefile.am b/src/plugins/webinterface/www/coldmilk/icons/Makefile.am
deleted file mode 100644
index cbe7db5..0000000
--- a/src/plugins/webinterface/www/coldmilk/icons/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS= 16x16 22x22 32x32 48x48 64x64
diff --git a/src/plugins/webinterface/www/default/Makefile.am b/src/plugins/webinterface/www/default/Makefile.am
deleted file mode 100644
index 01f09df..0000000
--- a/src/plugins/webinterface/www/default/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-
-ktdatadir = $(kde_datadir)/ktorrent/www/default
-
-ktdata_DATA = details.php only_seed.png favicon.ico grad1.jpg grad2.jpg menu_bg.png \
- header_tile.png high_priority.png icon.png interface.php ktorrentwebinterfacelogo.png \
- login.html low_priority.png normal_priority.png remove.png shutdown.php start.png \
- stop.png style.css stylen.css wz_tooltip.js
diff --git a/src/plugins/webinterface/www/mobile/Makefile.am b/src/plugins/webinterface/www/mobile/Makefile.am
deleted file mode 100644
index 3aae8b4..0000000
--- a/src/plugins/webinterface/www/mobile/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-
-ktdatadir = $(kde_datadir)/ktorrent/www/mobile
-
-
-
-ktdata_DATA = favicon.ico interface.php ktorrentwebinterfacelogo.png login.html remove.png start.png stop.png settings.php torrent.php
diff --git a/src/plugins/zeroconf/Makefile.am b/src/plugins/zeroconf/Makefile.am
deleted file mode 100644
index 594adf8..0000000
--- a/src/plugins/zeroconf/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src/libktorrent -I$(top_builddir)/src/libktorrent $(all_includes)
-
-METASOURCES = AUTO
-
-if COMPILE_ZEROCONF
-kde_module_LTLIBRARIES = ktzeroconfplugin.la
-endif
-
-ktzeroconfplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(AVAHI_LIBS) $(AVAHI_TQT_LIBS)
-ktzeroconfplugin_la_SOURCES = localbrowser.cpp avahiservice.cpp \
- zeroconfplugin.cpp
-
-ktzeroconfplugin_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TDEUI)\
- $(LIB_TQT) ../../libktorrent/libktorrent.la
-
-noinst_HEADERS = zeroconfplugin.h
-
-kde_services_DATA = ktzeroconfplugin.desktop
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
-
-
diff --git a/src/scripts/Makefile.am b/src/scripts/Makefile.am
deleted file mode 100644
index 2c6a020..0000000
--- a/src/scripts/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-bin_SCRIPTS=ktshell
diff --git a/src/utests/Makefile.am b/src/utests/Makefile.am
deleted file mode 100644
index 78de5ad..0000000
--- a/src/utests/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-INCLUDES = -I$(srcdir)/../libktorrent -I$(srcdir)/.. $(all_includes)
-METASOURCES = AUTO
-noinst_HEADERS = unittest.h testrunner.h upnpparsedescriptiontest.h \
- upnpparseresponsetest.h dhtmsgparsetest.h biginttest.h rc4test.h difflehellmantest.h
-bin_PROGRAMS = ktutester
-ktutester_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-ktutester_SOURCES = unittest.cpp testrunner.cpp main.cpp \
- upnpparsedescriptiontest.cpp upnpparseresponsetest.cpp dhtmsgparsetest.cpp biginttest.cpp \
- rc4test.cpp difflehellmantest.cpp
-ktutester_LDADD = ../plugins/upnp/libktupnp.la \
- ../libktorrent/libktorrent.la
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/subdirs b/subdirs
deleted file mode 100644
index 51d9b55..0000000
--- a/subdirs
+++ /dev/null
@@ -1,3 +0,0 @@
-doc
-src
-translations
diff --git a/translations/Makefile.am b/translations/Makefile.am
deleted file mode 100644
index 54cb7de..0000000
--- a/translations/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = $(AUTODIRS)
diff --git a/translations/messages/Makefile.am b/translations/messages/Makefile.am
deleted file mode 100644
index 0fa209c..0000000
--- a/translations/messages/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-POFILES = AUTO