The includes script outputs for each argument the
names of files included by it.
Quick Start
- Obtain SCM Scheme Implementation.
- Obtain SLIB Scheme Library.
- Obtain includes.scm (3.kB)
and install in PATH directory as "includes".
Usage
Usage: includes file1.c [...]
Usage: includes file1.h [...]
Usage: includes file1.txi [...]
Outputs each FILEn: and its include files on a line.
Usage: includes file1.scm [...]
Outputs each FILEn: and the SLIB files it includes on a line.
Examples
$ includes scm/scm*.c
scm/scm.c: "patchlvl.h" "scm.h"
scm/scmmain.c: "patchlvl.h" "scm.h"
$ includes bin/includes.scm
bin/includes.scm: strsrch.scm glob.scm scanf.scm strport.scm sc2.scm sc4opt.scm
I am a guest and not a member of the MIT Computer Science and Artificial Intelligence Laboratory.
My actions and comments do not reflect in any way on MIT.
|
| | Docupage
|
| agj @ alum.mit.edu
| Go Figure!
|