From d328d200f36b78d13750d89093c32cc3862aaeae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 30 Oct 2023 22:58:44 +0900 Subject: Drop autotools support Signed-off-by: Michele Calgaro --- Makefile.am | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 6a9b16e..0000000 --- a/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -SUBDIRS = doc icons libdvdnav k9Mplayer libk9copy k9author k9decmpeg k9devices k9vamps \ - po src - -$(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 - -messages: rc.cpp - $(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp - $(EXTRACTRC) `find . -name "*.rc"` >> rc.cpp - $(XGETTEXT) `find -name "*.cpp"` -o $(podir)/k9copy.pot - -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 - -AM_CXXFLAGS = -O0 -g3 - -- cgit v1.2.3