Files
pkgsrc-ng/devel/fastdep/DESCR
2013-09-26 17:14:40 +02:00

8 lines
348 B
Plaintext

fastdep is a fast dependency generator for C/C++ files. It generates a
file ready to be parsed by the make(1) utility containing dependency
specifications for all source files given to it.
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
just one thing.