summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-02-06 18:16:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-02-07 13:46:19 +0100
commitd781e995e520cda507e75d6be288df85201f63ed (patch)
treebfe1306c1a1f086874ef4ca610541305c364b948 /Makefile.am
parent84cc6afb8fb93c832d61985a595a8fc9ee56ea48 (diff)
downloadkxmleditor-d781e995e520cda507e75d6be288df85201f63ed.tar.gz
kxmleditor-d781e995e520cda507e75d6be288df85201f63ed.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b23da3e4306a3b92b39be1bf53abf48e4bd9323e)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index dd5d960..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-SUBDIRS = part kxmleditor po doc
-
-EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO kxmleditor.lsm admin
-
-####### tdevelop will overwrite this part!!! (end)############
-# not a GNU package. You can remove this line, if
-# have all needed files, that a GNU package needs
-AUTOMAKE_OPTIONS = foreign
-
-$(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
- @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
-
-package-messages:
- $(MAKE) -f admin/Makefile.common package-messages
- $(MAKE) -C po merge
-
-dist-hook:
- cd $(top_distdir) && perl admin/am_edit -padmin
- cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs