summaryrefslogtreecommitdiff
path: root/lib/Automake/local.mk
diff options
context:
space:
mode:
authorMatthias Paulmier <matt@mpaulmier.home>2018-05-15 13:50:34 +0200
committerMatthias Paulmier <matt@mpaulmier.home>2018-05-15 15:12:32 +0200
commit6c0b2a2aa25be6f765da44da2f9afeaf805749e0 (patch)
tree879888d8ce663dd829fcf324cb49b24fa7d710a3 /lib/Automake/local.mk
parent596e9e130f38ae068ac6150b2d62eafd544900f6 (diff)
downloadautomake-gsoc-refactoring.tar.gz
automake.in: Move out var/const declarationsgsoc-refactoring
This is the first step in modularizing Automake for the Summer of Code project "Modularize Automake to improve its test-suite". The goal here is to move out as much as possible from bin/automake.in in order for it to eventually only call methods from the different modules. * lib/Automake/Global.pm: The Automake::Global package will now hold variable and constant declarations in order to move subroutines that use them out of the main package. * bin/automake.in: The $gen_copyright var/constant was left here because it uses a variable passed directly by the Makefile here. This needs to be looked at later. Te rest of the declarations was moved.
Diffstat (limited to 'lib/Automake/local.mk')
-rw-r--r--lib/Automake/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Automake/local.mk b/lib/Automake/local.mk
index fbb21f3f1..79d28a596 100644
--- a/lib/Automake/local.mk
+++ b/lib/Automake/local.mk
@@ -28,6 +28,7 @@ dist_perllib_DATA = \
%D%/DisjConditions.pm \
%D%/FileUtils.pm \
%D%/General.pm \
+ %D%/Global.pm \
%D%/Getopt.pm \
%D%/Item.pm \
%D%/ItemDef.pm \