home *** CD-ROM | disk | FTP | other *** search
- /**
- ** This file contains a list of all changes made to the source (header and C)
- ** files that constitute the mkdepend utility. The starting point was the
- ** source as distributed on the X11R4 source tape from MIT.
- **/
-
- /**
- ** MODIFIED: 05/11/90 by MBN
- **
- ** Removed hard-coded path separator character and changed to a user-defined
- ** character constant. The symbol PATHSEP defaults to '/' but can be over
- ** ridden on the command line to mkdepend.
- **/
-
- /**
- ** MODIFIED: 05/14/90 by MBN
- **
- ** If the extension on a file is .h, .c, or .C don't zap it! This allows
- ** mkdepend to calculate dependencies for files contained in the SRCS list in
- ** the Imake file. If this is not done, then "foo.h" becomes "foo.o"
- **/
-
- /**
- ** MODIFIED: 05/16/90 by MBN
- **
- ** Add a dependency for each file in the file list on the command line to
- ** its RCS master of the form "foo.h :: $(RCSDIR)foo.h$(RCSEXT)"
- **/
-
-