diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-08-13 15:41:59 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-08-13 15:41:59 +0200 |
commit | 679214ce9a37406c4930dd265c2438baa2a31405 (patch) | |
tree | 4915d0b6fa21e067da56b7d6cd35035480f0eaa0 /Makefile.am | |
parent | a13c2f7b4641ad9f70188f9db090eac57beb0585 (diff) | |
download | tde-systemsettings-679214ce9a37406c4930dd265c2438baa2a31405.tar.gz tde-systemsettings-679214ce9a37406c4930dd265c2438baa2a31405.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README file.
Move files HACKING and LAYOUT.html at the root of the module.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index cd619ab..0000000 --- a/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -## (C) 1997 Stephan Kulow - -AUTOMAKE_OPTIONS = foreign -DISTCLEANFILES = inst-apps - -install-data-local: - @echo "" - @echo "" - @echo "*************** Important *************************" - @echo "" - @echo "This module contains unreleased software." - @echo "" - @echo "The software may compile and work, but it may just" - @echo "as well neither compile nor work." - @echo "" - @echo "****************************************************" - @echo "" - -include admin/deps.am -include admin/Doxyfile.am - -SUBDIRS=$(TOPSUBDIRS) |