          MODULE=makedepend
         VERSION=1.0.4
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=$XORG_URL/individual/util
      SOURCE_VFY=sha1:1f0f8aea1526c6c022f2cf16f7a6c67118c68336
   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
        WEB_SITE=http://www.x.org
         ENTERED=20060227
         UPDATED=20120310
           SHORT="makedepend create dependencies in makefiles"

cat << EOF
program reads each sourcefile in sequence and parses it like a
C-preprocessor, processing all
 #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif
and
 #else
directives so that it can correctly tell which #include directives
would be used in a compilation.
EOF
