| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Mosmake defines a number of implicit rules (see section `Implicit' in The GNU make manual) for its internal purposes. Due to the structure of
make's rule database, you cannot define your own rules for
target-dependency relations that match the internal rules. It is OK to
write explicit rules for files that would otherwise match one of
Mosmake's implicit rules, but remember to give the rules some commands,
if only an empty sequence of commands (wich is different from no command
sequence).
mosmllex; see 2.5.1 The mosmllex lexer generator.
At the time of this writing it can also be used outside Mosmake-managed
compilations, but do not count on this to stay true in future versions
of Mosmake.
mosmlyac; see 2.5.2 The mosmlyac parser generator.
At the time of this writing it can also be used outside Mosmake-managed
compilations, but do not count on this to stay true in future versions
of Mosmake.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |