summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-05-02 13:16:47 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-03 19:04:16 +0900
commitfce76be97164bd8d6be3645ed7b979e768f24981 (patch)
tree47e2c0339fb6b32fd9b6906db6ec525adedc8bcd /Makefile.am
parent75e5eba91cd4d393d446e564bae829c64faa01da (diff)
downloadtdeio-sword-fce76be97164bd8d6be3645ed7b979e768f24981.tar.gz
tdeio-sword-fce76be97164bd8d6be3645ed7b979e768f24981.zip
Drop automake build support.
Add basic cmake build instructions. Rework of the README and help files. Delete the NEWS file. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 9b0f1edee518a8c69bb51b25e0dbf56ae9b32843)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 2f07a96..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-SUBDIRS = $(TOPSUBDIRS)
-
-$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
-
-$(top_srcdir)/subdirs:
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
-
-$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/sword.m4
- @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in sword.m4 > acinclude.m4
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
-
-package-messages:
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages
- $(MAKE) -C po merge
-
-EXTRA_DIST = admin COPYING configure.in.in debian sword_1_5_8_fix.patch
-
-dist-hook:
- cd $(top_distdir) && perl admin/am_edit -padmin
- cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
- -rm -rf `find $(top_distdir)/admin -name .svn`
- -rm -rf `find $(top_distdir)/debian -name .svn`