summaryrefslogtreecommitdiffstats
path: root/xorg-util/makedepend/DETAILS
blob: 27673b4e517a5a38d3c89ccca42b31ac4dd9df57 (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.3
     SOURCE_HASH=sha512:343154fd938c1e649813546d21771183605db95f853606bf8a2934b36afe700659d4aa03fd2148a7b543d52fd68e03bf8400f817012371905243d62f44b0ba8a
          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