diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-01 13:09:31 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-01 13:09:31 +0200 |
commit | 8059247488b06fc27da5bab427f25e1ed94a25ea (patch) | |
tree | 82ff1850200fa84cd7a87b4dd90e961f9b0fe5f2 /src/Makefile.am | |
parent | 6124c3bfbd38b5dfa1df605153dd508246344f12 (diff) | |
download | kcpuload-8059247488b06fc27da5bab427f25e1ed94a25ea.tar.gz kcpuload-8059247488b06fc27da5bab427f25e1ed94a25ea.zip |
Drop automake build support.
Move AUTHORS, COPYING, ChangeLog, INSTALL, README and TODO files
from the "src" folder to the root of the package.
Add basic build instructions with cmake in the INSTALL file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index b2b0e42..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,50 +0,0 @@ - -############################################################################ -# # -# Main KCPULoad sources. # -# # -# KCPULoad is copyright (c) 1999-2000, Markus Gustavsson # -# (c) 2002, Ben Burton # -# # -# This program is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -############################################################################ - -INCLUDES = $(all_includes) - -bin_PROGRAMS = kcpuload - -kcpuload_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -kcpuload_LDADD = $(LIB_TDEUI) - -kcpuload_SOURCES = \ - icontoggleaction.cpp \ - kcpudock.cpp \ - kcpuload.cpp \ - kcpuproc.cpp \ - main.cpp \ - statdock.cpp \ - speeddialog.cpp \ - statpopup.cpp - -noinst_HEADERS = \ - icontoggleaction.h \ - kcpudock.h \ - kcpuload.h \ - kcpuproc.h \ - speeddialog.h \ - statdock.h \ - statpopup.h - -METASOURCES = AUTO - -appsdir = $(kde_appsdir)/System -apps_DATA = kcpuload.desktop - -KDE_ICON = kcpuload - -EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO |