SPELL=makedepend PKG=makedepend VERSION=1.0.5 SOURCE_HASH=sha512:e28d71c3ce4f74ca6479771fcdd123c19ab18e3f2aa690a7798237f21f13fca4c4d66d7b7b1d708c2c214b8e17f8fe37e6cf5b75a4d2b88514c50addea2600cb SOURCE=${PKG}-${VERSION}.tar.bz2 SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/util/${SOURCE} SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION} WEB_SITE=http://xorg.freedesktop.org ENTERED=20051125 LICENSE[0]=XCL 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