fastdep manual

Bart Vanhauwaert

bvh-cplusplus@irule.be
http://www.irule.be/bvh/

This document can be freely translated and distributed. It is released·under the LDP License.


Table of Contents
1. About fastdep and this manual
2. Basic usage
3. Writing a make-rule to generate dependency information
4. Automatically regenerating dependency information
5. Adding an external dependency
6. Links and references
List of Examples
3-1. Makefile fragment to generate dependencies from a number of sources
4-1. Makefile fragment to generate dependencies each time a source file changes (wrong).
4-2. Makefile fragment to generate dependencies each time a source or included file changes (right).
5-1. Adding an extra dependency to all targets