diff options
author | Michele Calgaro <[email protected]> | 2022-08-29 14:40:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-29 16:47:52 +0900 |
commit | 9745a2b423ce03fb59ce229728113c316262a84f (patch) | |
tree | 6a0caa1880d60245a8a0ad4319418267e3f8d67e /Makefile.am | |
parent | f63c81cb030b779f93eb014602f58f0d3df9c359 (diff) | |
download | tastymenu-9745a2b423ce03fb59ce229728113c316262a84f.tar.gz tastymenu-9745a2b423ce03fb59ce229728113c316262a84f.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 264c1f9..0000000 --- a/Makefile.am +++ /dev/null @@ -1,25 +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 - -messages: rc.cpp - $(XGETTEXT) *.cpp *.h -o $(podir)/mypotfile.pot - -EXTRA_DIST = admin COPYING configure.in.in debian/changelog debian/control debian/copyright debian/rules - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs |