fastdep is a fast C/C++ dependency generator. fastdep is a preprocessor which generates dependency information suitable for Makefile inclusion from C or C++ source files. Meant to run on slower hardware, it is several orders of magnitude faster than GCC.
Product's homepage
What's New in This Release: [ read full changelog ]
· Implement boolean operators in #if [Pete Gonzalez]
· Adds support for Windows MinGW GCC and MS VisualC++.NET [Jack T. Goral]
· Adds Jamfile for compilation with Jam [Jack T. Goral]
· Make gcc style predefined symbols defined as in -DPARAMETER=3 [Pierric Descamps]
· Fix unportable configure sh for NetBSD [Julio M. Merino Vidal]
· Set object filename extension through a command line [Arne Varholm]
· Man page [Zenaan Harkness]
· Compilation fixes + makefile for MS VC6 [Alexander Bartolich]