| DISDEP(1) | General Commands Manual | DISDEP(1) |
disdep - print load dependencies for Dis file
disdep [ -a ] [ -d ] [ -o ] [ -p ] [ -s ] file ...
Disdep reads each file, which must be a Dis object file, and finds all unique strings in it that end in .dis. It takes each such string as the name of a Dis file, and if the file exists, it does the same for it, and so on, recursively. It writes each unique name to the standard output. The result is a list of all statically-named Dis files that might be referenced by an application, typically as the operand of a Limbo load operator. Several options change or extend the output:
/appl/cmd/disdep.b
It cannot see file names that the program calculates.