home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DMAKE35X.ZIP / _README next >
Text File  |  1990-08-15  |  2KB  |  43 lines

  1. This is the first distribution of dmake version 3.5.  dmake is a
  2. make like tool that has been written by me and has been used by individuals at
  3. the University of Waterloo for about a year and a half now.  I feel it has
  4. matured enough to be made available on a wider scale.
  5.  
  6. dmake is available for anonymous ftp from watmsg.uwaterloo.ca address is
  7. 129.97.129.9.  It is in the pub/src directory, set your mode to binary,
  8. and copy either:
  9.  
  10.     dmake-3.5.tar.Z        - compressed tar format
  11.     dmake-3.5.zoo        - zoo archive
  12.  
  13. dmake is different from other versions of make in that it supports significant
  14. enhancements (See the man page).  A short summary of the more important
  15. ones follows:
  16.  
  17.     . support for portable makefiles
  18.     . runs on many platforms (DOS, generic unix [sysv and bsd4.3],
  19.       apollo, and others)
  20.     . significantly enhanced macro facilities
  21.     . transitive closure on inference graph
  22.     . sofisticated inference algorithm
  23.     . support for traversing the file sytem both during making of targets
  24.       and during inference
  25.     . %-meta rules for specifying rules to be used for inferring
  26.       prerequisites
  27.     . highly configurable
  28.     . support for libraries
  29.     . parallel making of targets on architectures that support it
  30.     . attributed targets
  31.     . text diversions
  32.  
  33. All code found in this distribution is original and writen by me except where
  34. noted in the source and the following:
  35.  
  36. - dbug package from Fred Fish  (dmake DEBUG=1, to make a debugging version
  37.   of dmake)
  38.  
  39. - malloc.c package, came from the net originally, author name wasn't
  40.   on it when I found it, I can't even remember where I got it.
  41.  
  42. -dennis
  43.