summaryrefslogtreecommitdiffstats
path: root/tools/lib/Dependencies
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4292] Bill Wendling2001-08-011-0/+156
| | | | | | | | | | | | | | | | Purpose: Bug Fix Description: The way we were generating Dependencies and .depend files was broken. If the $srcdir or other macros began with a ".", then it would match anything and cause problems since it would then overwrite the beginning of the header file's path. Solution: Wrote a Perl script which can handle this type of weirdness better. It's only used when the environment is a GNU one with a GCC compiler... Platforms tested: Linux
* [svn-r3490] Purpose:Bill Wendling2001-02-221-0/+0
Code Movement Description: Moved tools code into own separate directories. This is the library code all of them share. Platforms tested: Linux, Kelgia