An open API service indexing awesome lists of open source software.

https://github.com/nkh/p5-devel-depend-cpp

Extract dependency trees from c files
https://github.com/nkh/p5-devel-depend-cpp

Last synced: 12 months ago
JSON representation

Extract dependency trees from c files

Awesome Lists containing this project

README

          

Devel/Depend/Cpp
================

Perl extension for extracting dependency trees from c files using 'cpp'.

INSTALLATION

Changes in this version:
recovered from local install after svk rm adventure

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

None for using 'Depend'.

Data::TreeDumper and/or PBS for using the example script 'depend.pl'.

COPYRIGHT AND LICENCE

Same licence as perl itself.

Copyright (C) 2003-2006 Nadim Khemir.