makedepend_1.0.6.bb 799 B

123456789101112131415161718192021
  1. require xorg-util-common.inc
  2. SUMMARY = "create dependencies in makefiles"
  3. DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
  4. and parses it like a C-preprocessor, processing \
  5. all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \
  6. and #else directives so that it can correctly tell which #include, \
  7. directives would be used in a compilation. Any #include, directives \
  8. can reference files having other #include directives, and parsing will \
  9. occur in these files as well."
  10. DEPENDS = "xorgproto util-macros"
  11. PE = "1"
  12. BBCLASSEXTEND = "native"
  13. LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
  14. SRC_URI[md5sum] = "8a583055c84914060c35b6c2f963fc07"
  15. SRC_URI[sha256sum] = "845f6708fc850bf53f5b1d0fb4352c4feab3949f140b26f71b22faba354c3365"