| 1 |
greg |
1.2 |
.\" RCSid "$Id$"
|
| 2 |
greg |
1.1 |
.TH RADDEPEND 1 4/15/94 RADIANCE
|
| 3 |
|
|
.SH NAME
|
| 4 |
|
|
raddepend - find RADIANCE scene dependencies
|
| 5 |
|
|
.SH SYNOPSIS
|
| 6 |
|
|
.B raddepend
|
| 7 |
|
|
file ..
|
| 8 |
|
|
.SH DESCRIPTION
|
| 9 |
|
|
.I Raddepend
|
| 10 |
|
|
uses
|
| 11 |
|
|
.I getbbox(1)
|
| 12 |
|
|
to expand scene file arguments and find file dependencies for
|
| 13 |
|
|
.I make(1)
|
| 14 |
|
|
or
|
| 15 |
|
|
.I rad(1).
|
| 16 |
|
|
.I Raddepend
|
| 17 |
|
|
looks only in the current directory,
|
| 18 |
|
|
so dependencies hidden elsewhere in the filesystem will not be found
|
| 19 |
|
|
or named.
|
| 20 |
|
|
.PP
|
| 21 |
|
|
The output is the name of files, one per line, that were accessed
|
| 22 |
|
|
during the expansion of the input file arguments.
|
| 23 |
|
|
The file arguments are excluded from the list.
|
| 24 |
|
|
If no input files are given, the standard input is read.
|
| 25 |
|
|
.SH AUTHOR
|
| 26 |
|
|
Greg Ward
|
| 27 |
|
|
.SH BUGS
|
| 28 |
|
|
On some older NFS systems, the file access dates are not updated
|
| 29 |
|
|
promptly.
|
| 30 |
|
|
As a result,
|
| 31 |
|
|
.I raddepend
|
| 32 |
|
|
may not be 100% reliable on these systems.
|
| 33 |
|
|
If the output seems to be missing essential files, this is
|
| 34 |
|
|
no doubt why.
|
| 35 |
|
|
The only fix is to put in a longer sleep time between the
|
| 36 |
|
|
.I getbbox
|
| 37 |
|
|
call and the final
|
| 38 |
|
|
.I ls(1).
|
| 39 |
|
|
.SH "SEE ALSO"
|
| 40 |
|
|
make(1), oconv(1), rad(1), xform(1)
|