json - Create object hierarchy from Make output? -
make -d , make -p provide useful information, need in json format, can enumerate libraries came source files, recursively. there way (approximately close, anyhow)? or there custom tool available? i've scoured intarwebs, , search has come dry. thank help!
note: i'm looking that's similar sysconfig.parse_makefile. in fact, pretty close i'm looking for, except it's useful implicit makefile used build python. pointers?
it's not json, perl cpan module makefile::graphviz creates visualizations of dependency graph makefile. if json want, capture 'dot' dependency file generated , convert json easily.
Comments
Post a Comment