diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-30 10:38:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-02 17:14:13 +0900 |
commit | e365033d55c6264b3fece6bb85616553dab7d61e (patch) | |
tree | d814b1898bdd63b3b81f889bcc867b14e129170c /conduits | |
parent | 3a26f40faec18c989cffe11a323e451566c8b1fc (diff) | |
download | kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.tar.gz kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits')
-rw-r--r-- | conduits/Makefile.am | 30 | ||||
-rw-r--r-- | conduits/abbrowserconduit/Makefile.am | 24 | ||||
-rw-r--r-- | conduits/configure.in.bot | 14 | ||||
-rw-r--r-- | conduits/configure.in.in | 241 | ||||
-rw-r--r-- | conduits/docconduit/Icons/Makefile.am | 7 | ||||
-rw-r--r-- | conduits/docconduit/Makefile.am | 40 | ||||
-rw-r--r-- | conduits/knotes/Makefile.am | 21 | ||||
-rw-r--r-- | conduits/malconduit/Makefile.am | 18 | ||||
-rw-r--r-- | conduits/memofileconduit/Makefile.am | 16 | ||||
-rw-r--r-- | conduits/notepadconduit/Makefile.am | 14 | ||||
-rw-r--r-- | conduits/null/Makefile.am | 15 | ||||
-rw-r--r-- | conduits/popmail/Makefile.am | 24 | ||||
-rw-r--r-- | conduits/recordconduit/Makefile.am | 15 | ||||
-rw-r--r-- | conduits/sysinfoconduit/Makefile.am | 24 | ||||
-rw-r--r-- | conduits/timeconduit/Makefile.am | 22 | ||||
-rw-r--r-- | conduits/vcalconduit/Makefile.am | 41 |
16 files changed, 0 insertions, 566 deletions
diff --git a/conduits/Makefile.am b/conduits/Makefile.am deleted file mode 100644 index fed4498..0000000 --- a/conduits/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -### -### The NULL conduit is a neat programming example, but shouldn't be -### installed on user systems. -### - -if include_malconduit -MAL_SUBDIR = malconduit -else -MAL_SUBDIR = -endif - -SUBDIRS = \ - abbrowserconduit \ - docconduit \ - knotes \ - $(MAL_SUBDIR) \ - memofileconduit \ - notepadconduit \ - popmail \ - sysinfoconduit \ - timeconduit \ - vcalconduit - -### -### Subdirs you might have for experimental purposes: -### -### null - a conduit that just logs a single message. -### $(PERL_SUBDIR) - fires off a perl interpreter in a thread. -### $(PYTHON_SUBDIR) - starts a python interpreter in a thread. -### diff --git a/conduits/abbrowserconduit/Makefile.am b/conduits/abbrowserconduit/Makefile.am deleted file mode 100644 index 0b99ba1..0000000 --- a/conduits/abbrowserconduit/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes) - -kde_module_LTLIBRARIES = conduit_address.la - -conduit_address_la_SOURCES = \ - resolutionDialog_base.ui \ - kaddressbookConduit.ui \ - abbrowserSettings.kcfgc \ - resolutionDialog.cpp \ - abbrowser-factory.cpp \ - abbrowser-setup.cpp \ - tdeabcRecord.cpp \ - abbrowser-conduit.cpp -conduit_address_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -conduit_address_la_LIBADD = ../../lib/libkpilot.la -ltdeabc -ltdeabc_file - -servicedir = $(kde_servicesdir) -service_DATA = abbrowser_conduit.desktop -kde_kcfg_DATA = abbrowserconduit.kcfg - -tdeabcustompagedir = $(kde_datadir)/kaddressbook/contacteditorpages -tdeabcustompage_DATA = KPilotCustomFieldEditor.ui - -METASOURCES = AUTO diff --git a/conduits/configure.in.bot b/conduits/configure.in.bot deleted file mode 100644 index 688f775..0000000 --- a/conduits/configure.in.bot +++ /dev/null @@ -1,14 +0,0 @@ -dnl Configure.in.bot for KPilot conduits. -dnl -dnl Copyright (C) 2000,2001 Adriaan de Groot -dnl Copyright (C) 2002 Reinhold Kainhofer -dnl -dnl This file is released under the terms of the Gnu General Public -dnl Licence (GPL) Version 2. - -if test "$with_mal" = NOTFOUND -o "$with_mal" = no ; then - echo "" - echo "KPILOT: MAL headers or library not found. AvantGo conduit will not be compiled." - echo "KPILOT: Download libmal>=0.20 from http://jasonday.home.att.net/code/libmal/" - echo "" -fi diff --git a/conduits/configure.in.in b/conduits/configure.in.in deleted file mode 100644 index ae2359d..0000000 --- a/conduits/configure.in.in +++ /dev/null @@ -1,241 +0,0 @@ -dnl Configure.in.in for KPilot conduits. -dnl -dnl Copyright (C) 2000,2001 Adriaan de Groot -dnl Copyright (C) 2002 Reinhold Kainhofer -dnl -dnl This file is released under the terms of the Gnu General Public -dnl Licence (GPL) Version 2. - - - - -dnl ---------------------------------------------------------------------------- -dnl -dnl checks for the MAL conduit -dnl -dnl ---------------------------------------------------------------------------- - -dnl -dnl -dnl Check to see if MAL header and library are available -dnl - -dnl -dnl Questions and comments can be sent to kde-pim@kde.org -dnl -dnl This was copied and adapted from tdeabc's ldap configure.in.in - - -AC_DEFUN([KPILOT_CHECK_MAL], -[ -AC_REQUIRE([KDE_CHECK_LIB64]) -AC_REQUIRE([KPILOT_CHECK_PISOCK]) - -AC_MSG_CHECKING(for libmal (for KPilots MAL conduit)) -AC_ARG_WITH(mal, -[ --with-mal=PATH set path for libmal files @<:@default=check@:>@], -[ case "$withval" in - yes) - with_mal=CHECK - ;; - esac ], -[ with_mal=CHECK ] -)dnl - -if test "x$with_mal" = "xCHECK" ; then - with_mal=NOTFOUND - search_incs_tmp="$kde_includes /usr/include /usr/local/include" - dnl build the list of include dirs, both with and without libmal appended - search_incs=""; - for idir in $search_incs_tmp; do - search_incs="$search_incs $idir $idir/libmal" - done - AC_FIND_FILE(libmal.h, $search_incs, mal_incdir) - if test -r $mal_incdir/libmal.h ; then - test "x$mal_incdir" != "x/usr/include" && MAL_INCLUDE="-I$mal_incdir" - with_mal=FOUND - fi - if test $with_mal = FOUND ; then - with_mal=NOTFOUND - for ext in la so sl a ; do - AC_FIND_FILE(libmal.$ext, $kde_libraries $libdir /usr/lib$tdelibsuff /usr/local/lib$tdelibsuff $libdir/libmal /usr/lib/libmal /usr/local/lib/libmal, - mal_libdir) - if test -r $mal_libdir/libmal.$ext ; then - if test "x$mal_libdir" != "x/usr/lib$tdelibsuff" ; then - MAL_LIB="-L$mal_libdir " - test "$USE_RPATH" = yes && MAL_RPATH="-R $mal_libdir" - fi - MAL_LIB="${MAL_LIB}-lmal" - with_mal=FOUND - break - fi - done - fi -fi - -case "$with_mal" in -no) AC_MSG_RESULT(no) ;; -NOTFOUND) AC_MSG_RESULT(searched but not found) ;; -*) - if test "x$with_mal" = "xFOUND" ; then - msg="incs=$mal_incdir libs=$mal_libdir" - else - msg="$with_mal" - MAL_ROOT="$with_mal" - if test "x$MAL_ROOT" != "x/usr" ; then - MAL_INCLUDE="-I${MAL_ROOT}/include" - MAL_LIB="-L${MAL_ROOT}/lib$tdelibsuff " - if test "$USE_RPATH" = "yes" ; then - MAL_RPATH="-R ${MAL_ROOT}/lib$tdelibsuff" - fi - fi - MAL_LIB="${MAL_LIBS}-lmal" - fi - - kde_save_LIBS="$LIBS" - kde_save_CFLAGS="$CFLAGS" - kde_save_CPPFLAGS="$CPPFLAGS" - kde_save_LDFLAGS="$LDFLAGS" - LIBS="$LIBS $PISOCK_LIB $MAL_LIB" - CFLAGS="$CFLAGS $MAL_INCLUDE" - CPPFLAGS="$CPPFLAGS $all_includes $PISOCK_INCLUDE $MAL_INCLUDE" - LDFLAGS="$LDFLAGS $PISOCK_LDFLAGS $all_libraries" - AC_LANG_SAVE - AC_LANG_CPLUSPLUS - AC_TRY_LINK(dnl - [ - #include <libmal.h> - ], - [ - PalmSyncInfo *psi; - ], - , with_mal=no - ) - if test "$with_mal" = "no" ; then - MAL_LIB="$MAL_LIB -ldl" - LIBS="$LIBS $PISOCK_LIB $MAL_LIB" - with_mal=yes - AC_TRY_LINK(dnl - [ - #include <libmal.h> - ], - [ - PalmSyncInfo *psi; - ], - , with_mal=no - ) - fi - if test "$with_mal" = "no" ; then - MAL_INCLUDE= - MAL_LIB= - MAL_RPATH= - AC_MSG_RESULT(no (but first try gave $msg)) - else - AC_DEFINE(HAVE_LIBMAL, 1, [Define if you have MAL libraries]) - dnl check which version we have (pre 0.40 or >=0.40): - AC_TRY_LINK(dnl - [#include <libmal.h>], - [ - PalmSyncInfo *psi; - psi->httpProxy; - ], - , mal_version20=yes - ) - if test "$mal_version20" = "yes" ; then - AC_DEFINE(LIBMAL20, 1, [Define if we have the old libmal version (<0.40)]) - fi - HAVE_LIBMAL=1 - AC_MSG_RESULT($msg) - fi - AC_LANG_RESTORE - CFLAGS=$kde_save_CFLAGS - CPPFLAGS=$kde_save_CPPFLAGS - LIBS=$kde_save_LIBS - LDFLAGS=$kde_save_LDFLAGS - ;; -esac - -AC_SUBST(MAL_INCLUDE) -AC_SUBST(MAL_LIB) -AC_SUBST(MAL_RPATH) - -AM_CONDITIONAL(include_malconduit, test "$HAVE_LIBMAL" = 1) - -]) - -dnl ---------------------------------------------------------------------------- -dnl -dnl checks for the addressbook conduit -dnl -dnl ---------------------------------------------------------------------------- - -AC_DEFUN([KPILOT_CHECK_KABC],[HAVE_KABC=0 -kpilot_save_cflags="$CPPFLAGS -Itderesources/factory.h" -KDE_CHECK_HEADER(tderesources/factory.h,HAVE_KABC=1, - AC_MSG_WARN([KPILOT: No tderesources/factory.h found. No address book conduit will be compiled.])) -AM_CONDITIONAL(include_abc, test "$HAVE_KABC" = 1) -]) - -dnl ---------------------------------------------------------------------------- -dnl -dnl checks for the notepad conduit -dnl -dnl ---------------------------------------------------------------------------- - -AC_DEFUN([KPILOT_CHECK_NOTEPAD],[HAVE_NOTEPAD=0 -kpilot_save_cflags="$CPPFLAGS -Ipi-notepad.h" -kpilot_save_ldflags="$LDFLAGS" - -test -z "$PISOCK_INCLUDE" || CPPFLAGS="$CPPFLAGS $PISOCK_INCLUDE" -KDE_CHECK_HEADER(pi-notepad.h,HAVE_NOTEPAD=1, - AC_MSG_WARN([KPILOT: No notepad.h for pilot-link found. No notepad conduit will be compiled.])) - -CPPFLAGS="$kpilot_save_cflags" -LDFLAGS="$kpilot_save_ldflags" -unset kpilot_save_cflags -unset kpilot_save_ldflags - -AM_CONDITIONAL(include_notepad, test "$HAVE_NOTEPAD" = 1) -]) - -dnl ---------------------------------------------------------------------------- -dnl -dnl checks for embedded language conduits -dnl -dnl ---------------------------------------------------------------------------- - -AC_DEFUN([KPILOT_CHECK_PERL],[HAVE_PERL=0 -AC_MSG_CHECKING([for Perl embedding]) -if perl -MExtUtils::Embed -e ccopts > /dev/null 2> /dev/null ; then - PERL_CFLAGS=`perl -MExtUtils::Embed -e ccopts 2> /dev/null` - PERL_LDFLAGS=`perl -MExtUtils::Embed -e ldopts 2> /dev/null` - HAVE_PERL=1 - AC_MSG_RESULT(yes) -else - PERL_CFLAGS="" - PERL_LDFLAGS="" - AC_MSG_RESULT(no) -fi -AC_SUBST(PERL_CFLAGS) -AC_SUBST(PERL_LDFLAGS) -AM_CONDITIONAL(include_perl, test "$HAVE_PERL" = 1) -]) - -AC_DEFUN([KPILOT_CHECK_PYTHON],[HAVE_PYTHON=0 -AC_MSG_CHECKING([for Python embedding]) -AM_CONDITIONAL(include_python, test "$HAVE_PYTHON" = 1) -AC_MSG_RESULT(N/A) -]) - -dnl ---------------------------------------------------------------------------- -dnl -dnl actually call the checks -dnl -dnl ---------------------------------------------------------------------------- - -KPILOT_CHECK_MAL -KPILOT_CHECK_KABC -KPILOT_CHECK_PERL -KPILOT_CHECK_PYTHON -KPILOT_CHECK_NOTEPAD - diff --git a/conduits/docconduit/Icons/Makefile.am b/conduits/docconduit/Icons/Makefile.am deleted file mode 100644 index f371f4a..0000000 --- a/conduits/docconduit/Icons/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -METASOURCES = AUTO - -kpalmdocicondir = $(kde_datadir)/kpilot/icons -kpalmdocicon_ICON = kpalmdoc - -KDE_ICON = kpalmdoc - diff --git a/conduits/docconduit/Makefile.am b/conduits/docconduit/Makefile.am deleted file mode 100644 index 98398c2..0000000 --- a/conduits/docconduit/Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ -### Makefile for KPilot's doc conduit -### -### The doc conduit is Copyright (C) 2002 by Reinhold Kainhofer -### the files makedoc9.{h,cpp} are also Copyright (C) 2000 by Pat Beirne - -SUBDIRS = Icons - -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes) -METASOURCES = AUTO - - -servicedir = $(kde_servicesdir) -service_DATA = doc_conduit.desktop - -noinst_LTLIBRARIES = libpalmdoc_shared.la -kde_module_LTLIBRARIES = conduit_doc.la -bin_PROGRAMS = kpalmdoc - -libpalmdoc_shared_la_SOURCES = makedoc9.cpp pilotDOCHead.cpp pilotDOCEntry.cpp pilotDOCBookmark.cpp DOC-converter.cpp -libpalmdoc_shared_la_LDFLAGS = $(PISOCK_LDFLAGS) $(PISOCK_LIB) -libpalmdoc_shared_la_LIBADD = $(PISOCK_LDFLAGS) $(PISOCK_LIB) - -conduit_doc_la_SOURCES = docconduitSettings.kcfgc doc-factory.cpp doc-setup.cpp doc-conduit.cpp doc-setupdialog.ui doc-conflictdialog.cpp -conduit_doc_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LDFLAGS) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -conduit_doc_la_LIBADD = ../../lib/libkpilot.la libpalmdoc_shared.la \ - $(LIB_TDEUI) $(LIB_TDEFILE) $(PISOCK_LDFLAGS) $(PISOCK_LIB) - -##libpalmdoc_shared.la - -kpalmdoc_SOURCES = kpalmdocSettings.kcfgc kpalmdoc_dlgbase.ui kpalmdoc_dlg.cpp kpalmdoc.cpp -kpalmdoc_LDFLAGS = $(PISOCK_LDFLAGS) $(PISOCK_LIB) $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -kpalmdoc_LDADD = $(LIB_TDEFILE) $(PISOCK_LDFLAGS) $(PISOCK_LIB) ../../lib/libkpilot.la libpalmdoc_shared.la - -xdg_apps_DATA = kpalmdoc.desktop -servicetypedir = $(kde_servicetypesdir) -kde_kcfg_DATA = docconduit.kcfg kpalmdoc.kcfg - -update_DATA = kpalmdoc.upd -updatedir = $(kde_datadir)/tdeconf_update - diff --git a/conduits/knotes/Makefile.am b/conduits/knotes/Makefile.am deleted file mode 100644 index e6cf13b..0000000 --- a/conduits/knotes/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir) -I$(top_srcdir)/lib $(all_includes) - -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = knotes-conduit.desktop - -kde_module_LTLIBRARIES = conduit_knotes.la - - -conduit_knotes_la_SOURCES = \ - knotesconduitSettings.kcfgc \ - knotes-factory.cpp \ - knotes-setup.cpp \ - knotes-action.cpp \ - setup_base.ui - -conduit_knotes_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lkcal -conduit_knotes_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) - -kde_kcfg_DATA = knotesconduit.kcfg diff --git a/conduits/malconduit/Makefile.am b/conduits/malconduit/Makefile.am deleted file mode 100644 index e190ba7..0000000 --- a/conduits/malconduit/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -### Makefile for the avantgo conduit -### -### The mal conduit is Copyright (C) 2002 by Reinhold Kainhofer - - -INCLUDES= $(PISOCK_INCLUDE) $(MAL_INCLUDE) -I$(top_srcdir)/lib $(all_includes) -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = mal_conduit.desktop -kde_kcfg_DATA = malconduit.kcfg - -kde_module_LTLIBRARIES = conduit_mal.la - -conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cpp mal-setup.cpp mal-conduit.cpp -conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -conduit_mal_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_TDEUI) - diff --git a/conduits/memofileconduit/Makefile.am b/conduits/memofileconduit/Makefile.am deleted file mode 100644 index 9521cae..0000000 --- a/conduits/memofileconduit/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes) - -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = memofile-conduit.desktop - -kde_module_LTLIBRARIES = conduit_memofile.la - - -conduit_memofile_la_SOURCES = memofileSettings.kcfgc setup_base.ui \ - memofile-factory.cpp memofile.cpp memofiles.cpp memofile-conduit.cpp -conduit_memofile_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -conduit_memofile_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_TDEFILE) - -kde_kcfg_DATA = memofileconduit.kcfg diff --git a/conduits/notepadconduit/Makefile.am b/conduits/notepadconduit/Makefile.am deleted file mode 100644 index 05c8730..0000000 --- a/conduits/notepadconduit/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes) - -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = notepad-conduit.desktop - -kde_module_LTLIBRARIES = conduit_notepad.la - -conduit_notepad_la_SOURCES = notepadconduit.kcfgc notepad-setup.ui \ - notepad-conduit.cpp notepad-factory.cpp -conduit_notepad_la_LDFLAGS= -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -conduit_notepad_la_LIBADD= ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_TDEIO) - diff --git a/conduits/null/Makefile.am b/conduits/null/Makefile.am deleted file mode 100644 index 9560cc5..0000000 --- a/conduits/null/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes) - -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = null-conduit.desktop - -kde_module_LTLIBRARIES = conduit_null.la - - -conduit_null_la_SOURCES = nullSettings.kcfgc setup_base.ui null-conduit.cpp null-factory.cpp -conduit_null_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -conduit_null_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) - -kde_kcfg_DATA = nullconduit.kcfg diff --git a/conduits/popmail/Makefile.am b/conduits/popmail/Makefile.am deleted file mode 100644 index fe88987..0000000 --- a/conduits/popmail/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -### Makefile for the popmail conduit -### - -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes) -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = popmail-conduit.desktop -kde_kcfg_DATA = popmail.kcfg - -####### This part is very kpilot specific -# you can add here more. This one gets installed -kde_module_LTLIBRARIES = conduit_popmail.la - -# Which sources should be compiled for popmail_conduit -conduit_popmail_la_SOURCES = popmailSettings.kcfgc setup-dialog.ui \ - popmail-factory.cpp setupDialog.cpp \ - popmail-conduit.cpp -conduit_popmail_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lDCOP -conduit_popmail_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEIO) - -# this option you can leave out. Just, if you use "make dist", you need it -noinst_HEADERS = popmail-conduit.h setupDialog.h - diff --git a/conduits/recordconduit/Makefile.am b/conduits/recordconduit/Makefile.am deleted file mode 100644 index dbefe35..0000000 --- a/conduits/recordconduit/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes) - -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = record-conduit.desktop - -kde_module_LTLIBRARIES = conduit_record.la - - -conduit_record_la_SOURCES = settings.kcfgc setup_base.ui factory.cpp -conduit_record_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -conduit_record_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) - -kde_kcfg_DATA = settings.kcfg diff --git a/conduits/sysinfoconduit/Makefile.am b/conduits/sysinfoconduit/Makefile.am deleted file mode 100644 index be840c2..0000000 --- a/conduits/sysinfoconduit/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -### Makefile for the sysinfo conduit -### -### The sysinfo conduit is Copyright (C) 2003 by Reinhold Kainhofer - -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes) -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = sysinfo_conduit.desktop - -kde_module_LTLIBRARIES = conduit_sysinfo.la - -conduit_sysinfo_la_SOURCES = sysinfoSettings.kcfgc \ - sysinfo-factory.cpp \ - sysinfo-setup.cpp \ - sysinfo-conduit.cpp \ - sysinfo-setup_dialog.ui -conduit_sysinfo_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -conduit_sysinfo_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_TDEIO) - -kpilot_sysinfo_data_DATA = Template.html Template.txt -kpilot_sysinfo_datadir = $(kde_datadir)/kpilot/sysinfoconduit -EXTRA_DIST = $(kpilot_sysinfo_data_DATA) -kde_kcfg_DATA = sysinfoconduit.kcfg diff --git a/conduits/timeconduit/Makefile.am b/conduits/timeconduit/Makefile.am deleted file mode 100644 index 2d8c8ae..0000000 --- a/conduits/timeconduit/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -### Makefile for the time conduit -### -### The time conduit is Copyright (C) 2002 by Reinhold Kainhofer - -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes) -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = time_conduit.desktop - -kde_module_LTLIBRARIES = conduit_time.la - - -conduit_time_la_SOURCES = timeConduitSettings.kcfgc \ - time-factory.cpp \ - time-setup.cpp \ - time-conduit.cpp \ - time-setup_dialog.ui -conduit_time_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -conduit_time_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) - -kde_kcfg_DATA = timeconduit.kcfg diff --git a/conduits/vcalconduit/Makefile.am b/conduits/vcalconduit/Makefile.am deleted file mode 100644 index 67cbb91..0000000 --- a/conduits/vcalconduit/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ -### -### Makefile for vcal and todo conduits. These two conduits share most code, -### so it seems logical to put them in one place. -### - -INCLUDES= -I$(top_srcdir)/lib -I$(top_srcdir) \ - $(PISOCK_INCLUDE) $(all_includes) - -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = vcal-conduit.desktop todo-conduit.desktop - -kde_module_LTLIBRARIES = conduit_vcal.la conduit_todo.la -noinst_LTLIBRARIES = libvcalconduit_shared.la - -libvcalconduit_shared_la_SOURCES = vcalconduitSettings.kcfgc \ - korganizerConduit.ui \ - kcalRecord.cpp \ - vcal-setupbase.cpp \ - vcal-conduitbase.cpp \ - cleanupstate.cpp deleteunsyncedhhstate.cpp deleteunsyncedpcstate.cpp \ - hhtopcstate.cpp initstate.cpp pctohhstate.cpp teststate.cpp - -conduit_vcal_la_SOURCES = vcal-conduit.cpp vcalRecord.cpp \ - vcal-factory.cpp vcal-setup.cpp -conduit_vcal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lkcal -ltderesources -conduit_vcal_la_LIBADD = ../../lib/libkpilot.la \ - libvcalconduit_shared.la -conduit_vcal_la_COMPILE_FIRST = vcalconduitSettings.h korganizerConduit.h - -conduit_todo_la_SOURCES = todo-conduit.cpp todoRecord.cpp \ - todo-factory.cpp todo-setup.cpp -conduit_todo_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lkcal -ltderesources -conduit_todo_la_LIBADD = ../../lib/libkpilot.la \ - libvcalconduit_shared.la -conduit_todo_la_COMPILE_FIRST = vcalconduitSettings.h korganizerConduit.h - - -kde_kcfg_DATA = vcalconduitbase.kcfg - |