diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-31 02:59:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-01-31 02:59:11 +0100 |
commit | 2804b98494a2800b48e6d8a4131a158e582ea4f6 (patch) | |
tree | 377bf0fae7fb0479e2220683c7e0b59814460135 /Makefile.am | |
parent | c54d210192fe846d3aef9deb7617b64358e25de6 (diff) | |
download | kopete-otr-2804b98494a2800b48e6d8a4131a158e582ea4f6.tar.gz kopete-otr-2804b98494a2800b48e6d8a4131a158e582ea4f6.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index efc0b67..0000000 --- a/Makefile.am +++ /dev/null @@ -1,23 +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 - @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > 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 - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs -METASOURCES = AUTO |