summaryrefslogtreecommitdiffstats
path: root/src/apps
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps')
-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
7 files changed, 0 insertions, 120 deletions
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)