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
- Host: GitHub
- URL: https://github.com/nkh/p5-devel-depend-cpp
- Owner: nkh
- Created: 2011-10-21T07:37:06.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T18:59:28.000Z (almost 8 years ago)
- Last Synced: 2025-06-19T06:48:00.199Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.