From 57b50ae915eacaf64b0c6e7a3bebcd8cee26910f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 16 Jun 2021 12:16:58 +0900 Subject: Drop automake build support. Signed-off-by: Michele Calgaro (cherry picked from commit cb247846ee7519c70ed85e536e4cdfa8f3e274db) --- Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index f1b01e2..0000000 --- a/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -SUBDIRS = kdbg po - -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign - -EXTRA_DIST = BUGS ChangeLog-pre-2.2.0 COPYING TODO admin \ - ReleaseNotes-2.2.0 \ - ReleaseNotes-2.2.1 \ - ReleaseNotes-2.2.2 - -$(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 -- cgit v1.2.1