diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-06-16 12:16:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-06-16 12:16:58 +0900 |
commit | cb247846ee7519c70ed85e536e4cdfa8f3e274db (patch) | |
tree | 7506f1305ed9621a6db75630cc968c814792cf27 /Makefile.am | |
parent | dbf4baa42b7c61089eeca70033f4231b9fff3698 (diff) | |
download | kdbg-cb247846ee7519c70ed85e536e4cdfa8f3e274db.tar.gz kdbg-cb247846ee7519c70ed85e536e4cdfa8f3e274db.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
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 |