Contents
|
Index
|
Previous
|
Next
Writing makefiles
The information that tells
make
how to recompile a system comes from reading a data base is called the
makefile
.
See the following documentation for more discussion.
What makefiles contain
What name to give your makefile
Including other makefiles
The variable,
MAKEFILES
How makefiles are remade
Overriding part of another makefile
Top
|
Contents
|
Index
|
Previous
|
Next