summaryrefslogtreecommitdiffstats
path: root/xorg-util/makedepend/DETAILS
blob: 2370817a85b672635f74518ebe0fd8a193d6a102 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=makedepend
             PKG=makedepend
         VERSION=1.0.2
     SOURCE_HASH=sha512:8fb0372e906cf941b6abeb62980b54dd15cf416a5a1ab6b279e83cbcf74d7585f27a84c230e247fc8f00dd04c1cedf962e60aede9c38006a9e425f1772768ccf
          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