blob: 727ab5496556d8f9fc3399c77fb9177844f2f04c [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require xorg-util-common.inc
2
3SUMMARY = "create dependencies in makefiles"
4
5DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
6and parses it like a C-preprocessor, processing \
7all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \
8and #else directives so that it can correctly tell which #include, \
9directives would be used in a compilation. Any #include, directives \
10can reference files having other #include directives, and parsing will \
11occur in these files as well."
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013DEPENDS = "xorgproto util-macros"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014PE = "1"
15
16BBCLASSEXTEND = "native"
17
18LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
19
20SRC_URI[md5sum] = "efb2d7c7e22840947863efaedc175747"
21SRC_URI[sha256sum] = "503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004"