2003-08-22 15:47:40 +02:00
|
|
|
fastdep is a fast dependency generator for C/C++ files. It generates a
|
2004-02-14 00:37:29 +01:00
|
|
|
file ready to be parsed by the make(1) utility containing dependency
|
2003-08-22 15:47:40 +02:00
|
|
|
specifications for all source files given to it.
|
|
|
|
|
2004-02-14 00:37:29 +01:00
|
|
|
The program is written in C++ with a hand optimized parser for just the
|
|
|
|
preprocessor tokens; therefore it is faster than GCC because it does
|
2003-08-22 15:47:40 +02:00
|
|
|
just one thing.
|