October 2000
Intermediate to advanced
432 pages
9h 9m
English
Automake at its simplest turns a file called 'Makefile.am' into a GNU-compliant 'Makefile.in' for use with 'configure'. Each 'Makefile.am' is written according to make syntax; Automake recognizes special macro and target names and generates code based on these.
A few Automake rules differ slightly from make rules:
Ordinary make comments are passed through to the output, but comments beginning with '##' are Automake comments and are not passed through.
Automake supports include directives. These directives are not passed through to the 'Makefile.in', but instead are processed by automake—files included this way are treated as if they were textually included in 'Makefile.am' at that point. This can be used to add ...
Read now
Unlock full access