APBuild >> scandeps
When you run 'scandeps', it will scan the working directory recursively for
ELF executables. It will then print a report to standard output. So, cd into
your project's directory, compile everything, and type:
scandeps | lessYou can also use scandeps on individual files. For example:
scandeps foo bar | less

