]> git.ipfire.org Git - thirdparty/automake.git/commit
lib: Add new modules
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Wed, 20 Jun 2018 14:57:02 +0000 (16:57 +0200)
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 22 Jun 2018 12:20:37 +0000 (14:20 +0200)
commitfb62d77e15dabcc9faa5db14007191bd9bb9059f
tree9ae486a68de1175a47629e0e1fbb3462da6f64bd
parentdc79cd192751c0022a21c1d8b4fc57afa845ee3e
lib: Add new modules

In an effort to move out as much as possible from the main script, we create
these modules to host the methods.

* LangHandling: This module host all the functions for handling
  languages (functions that define obj directories of the language, rewrite
  the file extention...).
* SilentRules: Declares functions for handling silent rules.
* Requires: Functions for requiring configuration files.
bin/automake.in
lib/Automake/LangHandling.pm [new file with mode: 0644]
lib/Automake/Requires.pm [new file with mode: 0644]
lib/Automake/SilentRules.pm [new file with mode: 0644]
lib/Automake/local.mk