summaryrefslogtreecommitdiffstats
path: root/src/part
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-11-22 14:06:49 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-11-27 23:07:06 +0900
commit9a2ffe6c188b2049f76c8cf608a3b530a6c23d28 (patch)
tree573b1e41d549851839e381b63e4707776992d98c /src/part
parente2e116f8adc3a7f732ac70a3c795deaedf8b3f4c (diff)
downloadfilelight-9a2ffe6c188b2049f76c8cf608a3b530a6c23d28.tar.gz
filelight-9a2ffe6c188b2049f76c8cf608a3b530a6c23d28.zip
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 <gregory-tde@laposte.net> (cherry picked from commit 8a5ab0cb65d78b80d7b9654077e24b8078b840df)
Diffstat (limited to 'src/part')
-rw-r--r--src/part/Makefile.am19
-rw-r--r--src/part/radialMap/Makefile.am4
2 files changed, 0 insertions, 23 deletions
diff --git a/src/part/Makefile.am b/src/part/Makefile.am
deleted file mode 100644
index aa3c0ad..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_QT)
-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