]> git.ipfire.org Git - thirdparty/automake.git/commit
Subdirs implementation
authorVishal Gupta <vishalgupta7972@gmail.com>
Thu, 12 Jul 2018 15:22:23 +0000 (20:52 +0530)
committerVishal Gupta <vishalgupta7972@gmail.com>
Thu, 12 Jul 2018 15:22:23 +0000 (20:52 +0530)
commitcbbc12007c82265f0802f1e85711e3a0c82cb2bc
treedd6bc43cd422a2343d04eba0f3a74a406c327f49
parentaf9641edc78265d69a488869a59bc2c38c00d792
Subdirs implementation

Added support to recursively call parser.pl on the directories defined in
SUBDIRS variable.
Added test case.
lib/Automake/Parser/Tree.pm
lib/Automake/Parser/input.txt
lib/Automake/Parser/parser.pl
lib/Automake/Parser/t/app/Makefile.am [new file with mode: 0644]
lib/Automake/Parser/t/app1/Makefile.am [new file with mode: 0644]
lib/Automake/Parser/t/app2/Makefile.am [new file with mode: 0644]
lib/Automake/Parser/t/nestedcond.txt
lib/Automake/Parser/t/subdirs.txt [new file with mode: 0644]