From 75c266a791f2ef04362029f479c56fb7f27a8ea9 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 15 Apr 2020 21:51:56 +0200 Subject: Drop automake build support. Add basic cmake build instructions. Rework of the README file. Add the MODULE directive to the build. Some cosmetics. Signed-off-by: gregory guy (cherry picked from commit 634aaabc8f08f2f28442c00207bed03c186f8ea5) --- tdeio_ftps/CMakeLists.txt | 11 ++++++++--- tdeio_ftps/Makefile.am | 26 -------------------------- tdeio_ftps/configure.in.in | 5 ----- 3 files changed, 8 insertions(+), 34 deletions(-) delete mode 100644 tdeio_ftps/Makefile.am delete mode 100644 tdeio_ftps/configure.in.in (limited to 'tdeio_ftps') diff --git a/tdeio_ftps/CMakeLists.txt b/tdeio_ftps/CMakeLists.txt index e61038b..1548296 100644 --- a/tdeio_ftps/CMakeLists.txt +++ b/tdeio_ftps/CMakeLists.txt @@ -14,9 +14,14 @@ link_directories( ##### tdeio_ftps (kpart) -tde_add_kpart( tdeio_ftps AUTOMOC - SOURCES ftp.cc - LINK tdecore-shared tdeio-shared +tde_add_kpart( tdeio_ftps MODULE AUTOMOC + + SOURCES + ftp.cc + LINK + tdecore-shared + tdeio-shared + DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/tdeio_ftps/Makefile.am b/tdeio_ftps/Makefile.am deleted file mode 100644 index f18fad9..0000000 --- a/tdeio_ftps/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ - -# all_includes definiert alle Verzeichnisnamen fr ben�igte Headerdateien -# INCLUDES wird zum Kompilieren benutzt. -INCLUDES= $(all_includes) - -# lib_ bedeutet, dass das folgende in libdir installiert werden soll -# _LTLIBRARIES bedeutet, dass es sich hierbei um libtool (also shared) -# Bibliotheken handelt -kde_module_LTLIBRARIES = tdeio_ftps.la - -# Die Quellen fr tdeio_hello.la (Punkt durch _ ersetzt) -tdeio_ftps_la_SOURCES = ftp.cc ftp.h - -# Die Bibliothek libtdesycoca wird fr Slaves ben�igt -tdeio_ftps_la_LIBADD = $(LIB_TDESYCOCA) - -# Die Link-Pfade inklusive all_libraries (siehe oben) -# -module gibt an, dass es von anderen Programmen geladen wird und -# nicht wirklich als Bibliothek benutzt wird. $(KDE_PLUGIN) enth�t -# Standardflags fr KDE Module, z.B. um die Versionsnummern zu unter- -# drcken -tdeio_ftps_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) - -# kde_services_ installiert in kde_servicesdir ($TDEDIR/share/services) -# _DATA sind einfache Dateien -kde_services_DATA = ftps.protocol diff --git a/tdeio_ftps/configure.in.in b/tdeio_ftps/configure.in.in deleted file mode 100644 index 341ecaf..0000000 --- a/tdeio_ftps/configure.in.in +++ /dev/null @@ -1,5 +0,0 @@ -dnl For tdeio_ftps -AC_LANG_SAVE -AC_LANG_CPLUSPLUS -AC_CHECK_FUNCS( setfsent ) -AC_LANG_RESTORE -- cgit v1.2.1