From 8a5ab0cb65d78b80d7b9654077e24b8078b840df Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 22 Nov 2019 14:06:49 +0100 Subject: Drop automake build support. Add basic cmake build instructions. Add a man page taken from Debian packaging. Delete empty file NEWS. Rework on the README, INSTALL and help page. Signed-off-by: gregory guy --- src/Makefile.am | 3 --- src/app/Makefile.am | 8 -------- src/part/Makefile.am | 19 ------------------- src/part/radialMap/Makefile.am | 4 ---- 4 files changed, 34 deletions(-) delete mode 100644 src/Makefile.am delete mode 100644 src/app/Makefile.am delete mode 100644 src/part/Makefile.am delete mode 100644 src/part/radialMap/Makefile.am (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index d47a98a..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -SUBDIRS = app part -INCLUDES = $(all_includes) -METASOURCES = AUTO diff --git a/src/app/Makefile.am b/src/app/Makefile.am deleted file mode 100644 index 1e72ea4..0000000 --- a/src/app/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -INCLUDES = $(all_includes) -I$(top_srcdir)/src -METASOURCES = AUTO - -# Application -bin_PROGRAMS = filelight -filelight_SOURCES = historyAction.cpp mainWindow.cpp main.cpp -filelight_LDADD = $(LIB_TDEPARTS) $(LIB_TDEUI) -filelight_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor diff --git a/src/part/Makefile.am b/src/part/Makefile.am deleted file mode 100644 index eaaae45..0000000 --- a/src/part/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -SUBDIRS = radialMap -INCLUDES = $(all_includes) -I$(top_srcdir)/src -METASOURCES = AUTO - -#Part -kde_module_LTLIBRARIES = libfilelight.la -libfilelight_la_LIBADD = ./radialMap/libradialmap.la $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TDEUI) $(LIB_TQT) -libfilelight_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui -ltdeio -ltdefx -libfilelight_la_SOURCES = \ - dialog.ui \ - part.cpp \ - scan.cpp \ - progressBox.cpp \ - Config.cpp \ - settingsDialog.cpp \ - fileTree.cpp \ - localLister.cpp \ - remoteLister.cpp \ - summaryWidget.cpp diff --git a/src/part/radialMap/Makefile.am b/src/part/radialMap/Makefile.am deleted file mode 100644 index 989cbe1..0000000 --- a/src/part/radialMap/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src/part $(all_includes) -METASOURCES = AUTO -noinst_LTLIBRARIES = libradialmap.la -libradialmap_la_SOURCES = widget.cpp builder.cpp map.cpp widgetEvents.cpp labels.cpp segmentTip.cpp -- cgit v1.2.3