Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | require xorg-util-common.inc |
| 2 | |
| 3 | SUMMARY = "create dependencies in makefiles" |
| 4 | |
| 5 | DESCRIPTION = "The makedepend program reads each sourcefile in sequence \ |
| 6 | and parses it like a C-preprocessor, processing \ |
| 7 | all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \ |
| 8 | and #else directives so that it can correctly tell which #include, \ |
| 9 | directives would be used in a compilation. Any #include, directives \ |
| 10 | can reference files having other #include directives, and parsing will \ |
| 11 | occur in these files as well." |
| 12 | |
| 13 | DEPENDS = "xorgproto util-macros" |
| 14 | PE = "1" |
| 15 | |
| 16 | BBCLASSEXTEND = "native" |
| 17 | |
| 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" |
| 19 | |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame^] | 20 | SRC_URI[sha256sum] = "17c1adf0284aaee473abfff0e8d3e754770615e1275f2a0043b9d97a00ed5cc9" |