summaryrefslogblamecommitdiffstats
path: root/xorg-util/makedepend/DETAILS
blob: f6eb7a6eb09c1897d9b586b7e69a018481dc2bc4 (plain) (tree)
1
2
3
4
5
6
7
8
9

                           

                                                                                                                                                        

                                                                               
                                                     

                                            
                    
                                                              
          






                                                                   
   
           SPELL=makedepend
             PKG=makedepend
         VERSION=1.0.4
     SOURCE_HASH=sha512:b4e276847deed9f52b86d89e4b14b5521aabc409fabb840aaaec6097fae2284be3c0f723b60e77267b6bea37c24ea8ad84afb81c4104e5f22049810e9ad6802e
          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