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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -