Author(s): Manuel Hermenegildo.
Version: 1.10#7 (2006/4/26, 19:22:13 CEST)
Version of last change: 1.9#251 (2003/12/30, 22:8:3 CET)
This is the run-time module which implements the predicates which are provided when using the
make library package in a given application. For example, they are used internally by
lpmake.
make_rt)make_rt)
Usage: make(TargetList)
TargetList is a list of targets.
(basic_props:list/2)
Usage: target(T)
T is a Makefile target.
The predicate is of type data.
Usage: make_option(Option)
make_option('-v'). % Verbose: prints progress messages (for debugging rules).
Option is an atom.
(basic_props:atm/1)
Usage: verbose_message(Text, ArgList)
Text is printed as a message, using the arguments in ArgList, if make_option('-v') is defined. Otherwise nothing is printed.
Text is an atom or string describing how the arguments should be formatted. If it is an atom it will be converted into a string with name/2.
(format:format_control/1)
ArgList is a list.
(basic_props:list/1)
call_unknown(G)
This is a local copy, to make package independent. Complication is so that flags are left as they were also upon failure.
Usage: dyn_load_cfg_module_into_make(ConfigFile)
Go to the first, previous, next, last section, table of contents.