A2E::MakefileCache
0.0.1
Return all sources that a Makefile needs to compile a text chunk index. This list is slightly different from the argument list of lng_faylz that is fed to the txt2dbm utility for creating the index. The lng_faylz argument list is given as argument list. These arguments contain non-filename given as optional suffixes ?+ ?- ?= after each filename. Throw out the suffixes and any non-existing files, recursively find and add any files that are sub-invoked by include
or include_re
statements. The txt2dbm utility does not need the sub-included files, but Make does need to treat them as sources (so as to check whether they were updated and if so recompile the target text chunk index.
Set variables for use in language-dependent Makefile part such as Makefile.de.cache.
Given Arguments:
$ll : 'de' : language for which to set variables
Returned Arguments:
$ok : 1 : success
include
statements so that the --lng_faylz_src_extra option will rarely or never be needed.Hey! The above document had some coding errors, which are explained below:
Unknown directive: =Function