home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / mkdepend / CHANGES < prev    next >
Encoding:
Text File  |  1991-09-04  |  918 b   |  30 lines

  1. /**
  2.  ** This file contains a list of all changes made to the source (header and C)
  3.  ** files that constitute the mkdepend utility. The starting point was the
  4.  ** source as distributed on the X11R4 source tape from MIT.
  5.  **/
  6.  
  7. /**
  8.  ** MODIFIED: 05/11/90 by MBN
  9.  **
  10.  ** Removed hard-coded path separator character and changed to a user-defined
  11.  ** character constant. The symbol PATHSEP defaults to '/' but can be over
  12.  ** ridden on the command line to mkdepend.
  13.  **/
  14.  
  15. /**
  16.  ** MODIFIED: 05/14/90 by MBN
  17.  **
  18.  ** If the extension on a file is .h, .c, or .C don't zap it! This allows
  19.  ** mkdepend to calculate dependencies for files contained in the SRCS list in
  20.  ** the Imake file. If this is not done, then "foo.h" becomes "foo.o"
  21.  **/
  22.  
  23. /**
  24.  ** MODIFIED: 05/16/90 by MBN
  25.  **
  26.  ** Add a dependency for each file in the file list on the command line to
  27.  ** its RCS master of the form "foo.h :: $(RCSDIR)foo.h$(RCSEXT)"
  28.  **/
  29.  
  30.