summaryrefslogtreecommitdiffstats
path: root/Makefile.am.in
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-08-13 15:41:59 +0200
committergregory guy <gregory-tde@laposte.net>2021-08-13 15:41:59 +0200
commit679214ce9a37406c4930dd265c2438baa2a31405 (patch)
tree4915d0b6fa21e067da56b7d6cd35035480f0eaa0 /Makefile.am.in
parenta13c2f7b4641ad9f70188f9db090eac57beb0585 (diff)
downloadtde-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.in')
-rw-r--r--Makefile.am.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.am.in b/Makefile.am.in
deleted file mode 100644
index 2e3fdd4..0000000
--- a/Makefile.am.in
+++ /dev/null
@@ -1,21 +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
-