diff options
author | Michele Calgaro <[email protected]> | 2022-08-28 21:57:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-28 21:57:16 +0900 |
commit | 795bcd2584759310a0fe512bff3c90841a47a5e4 (patch) | |
tree | 467174902e8f3a5dcda4f71117f40a10e57e6448 /Makefile.am | |
parent | cbf7f06c177ef5101df183c684ed52e0b9d10d36 (diff) | |
download | tdepowersave-795bcd2584759310a0fe512bff3c90841a47a5e4.tar.gz tdepowersave-795bcd2584759310a0fe512bff3c90841a47a5e4.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 8a2284f..0000000 --- a/Makefile.am +++ /dev/null @@ -1,22 +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 |