From 7fc5d8be7eac1fef8f31bc87745454d4d4e2d197 Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 22 Aug 2003 13:47:40 +0000 Subject: Initial import of fastdep, version 0.15: fastdep is a fast dependency generator for C/C++ files. It generates a file ready to be parsed by the make(1) utility containing dependancy specifications for all source files given to it. The program is written in C++ with a handoptimized parser for just the preproccesor tokens; therefore it is faster than GCC because it does just one thing. --- devel/fastdep/DESCR | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 devel/fastdep/DESCR (limited to 'devel/fastdep/DESCR') diff --git a/devel/fastdep/DESCR b/devel/fastdep/DESCR new file mode 100644 index 00000000000..e733c401a37 --- /dev/null +++ b/devel/fastdep/DESCR @@ -0,0 +1,7 @@ +fastdep is a fast dependency generator for C/C++ files. It generates a +file ready to be parsed by the make(1) utility containing dependancy +specifications for all source files given to it. + +The program is written in C++ with a handoptimized parser for just the +preproccesor tokens; therefore it is faster than GCC because it does +just one thing. -- cgit v1.2.3