summaryrefslogtreecommitdiff
path: root/lib/Automake/Makefile.inc
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-02-25 23:03:05 +0100
committerMathieu Lirzin <mthl@gnu.org>2018-02-25 23:03:05 +0100
commitbe971a1d87d84d94cc073fcd5dbc6e7105b4d011 (patch)
treef530fc501658a6cc29d10fa3d5d9c1c08b193766 /lib/Automake/Makefile.inc
parent9ec19184fe3df21f20417c4f73ffe46f9610b5c7 (diff)
parent4f73bb80d1583441ed4a1c681a843fe4d9d5e26c (diff)
downloadautomake-maint.tar.gz
Merge branch 'release' into maintmaint
Diffstat (limited to 'lib/Automake/Makefile.inc')
-rw-r--r--lib/Automake/Makefile.inc57
1 files changed, 0 insertions, 57 deletions
diff --git a/lib/Automake/Makefile.inc b/lib/Automake/Makefile.inc
deleted file mode 100644
index c0d8a4729..000000000
--- a/lib/Automake/Makefile.inc
+++ /dev/null
@@ -1,57 +0,0 @@
-## Included by top-level Makefile for Automake.
-
-## Copyright (C) 1995-2017 Free Software Foundation, Inc.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2, or (at your option)
-## any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-## ---------------------------------------------------- ##
-## Private perl modules used by automake and aclocal. ##
-## ---------------------------------------------------- ##
-
-perllibdir = $(pkgvdatadir)/Automake
-
-dist_perllib_DATA = \
- %D%/ChannelDefs.pm \
- %D%/Channels.pm \
- %D%/Condition.pm \
- %D%/Configure_ac.pm \
- %D%/DisjConditions.pm \
- %D%/FileUtils.pm \
- %D%/General.pm \
- %D%/Getopt.pm \
- %D%/Item.pm \
- %D%/ItemDef.pm \
- %D%/Language.pm \
- %D%/Location.pm \
- %D%/Options.pm \
- %D%/Rule.pm \
- %D%/RuleDef.pm \
- %D%/Variable.pm \
- %D%/VarDef.pm \
- %D%/Version.pm \
- %D%/XFile.pm \
- %D%/Wrap.pm
-
-nodist_perllib_DATA = %D%/Config.pm
-CLEANFILES += $(nodist_perllib_DATA)
-
-%D%/Config.pm: %D%/Config.in Makefile
- $(AM_V_at)rm -f $@ $@-t
- $(AM_V_at)$(MKDIR_P) %D%
- $(AM_V_GEN)in=Config.in \
- && $(do_subst) <$(srcdir)/%D%/Config.in >$@-t
- $(generated_file_finalize)
-EXTRA_DIST += %D%/Config.in
-
-# vim: ft=automake noet