home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / DMAKE37E.ZIP / COVER < prev    next >
Text File  |  1991-05-06  |  2KB  |  53 lines

  1. This is the DMAKE version 3.7 distribution.  DMAKE is a Make like tool that
  2. has been written by me and has been used by individuals at the University of
  3. Waterloo.  This release replaces the previous version 3.6 release which is no
  4. longer supported.  Please read the file 'readme/release' which accompanies
  5. this distribution and describes details of this release (This note is found
  6. in readme/cover).
  7.  
  8. dmake is available for anonymous ftp from watmsg.uwaterloo.ca address is
  9. 129.97.129.9.  It is in the pub/dmake directory, set your mode to binary,
  10. and copy either:
  11.  
  12.     dmake37.tar.Z        - compressed tar archive
  13.     dmake37.zoo        - zoo archive
  14.     dmake37-msdos-exe.zoo    - MSDOS executable zoo archive
  15.     dmake37-msdos-exe.zip    - MSDOS executable zip archive
  16.     dmake37.shar01        - xx part shar archive, get all parts
  17.     ...
  18.     dmake37.sharxx
  19.  
  20. dmake is different from other versions of make in that it supports significant
  21. enhancements (See the man page).  A short summary of the more important
  22. ones follows:
  23.  
  24.     . support for portable makefiles
  25.     . runs on many platforms (DOS, generic unix [sysv and bsd4.3],
  26.       apollo, OS/2, Atari, and many others)
  27.     . significantly enhanced macro facilities
  28.     . transitive closure on inference graph
  29.     . sophisticated inference algorithm
  30.     . support for traversing the file sytem both during making of targets
  31.       and during inference
  32.     . %-meta rules for specifying rules to be used for inferring
  33.       prerequisites
  34.     . highly configurable
  35.     . support for libraries
  36.     . parallel making of targets on architectures that support it
  37.     . attributed targets
  38.     . text diversions
  39.     . group recipes
  40.     . swapping itself to DISK under MSDOS
  41.     . supports MKS extended argument passing convention
  42.  
  43. All code found in this distribution is original and written by me except where
  44. noted in the source and the following:
  45.  
  46. - dbug/dbug package from Fred Fish  (dmake DEBUG=1, to make a debugging version
  47.   of dmake)
  48.  
  49. - malloc.c package in dbug/malloc from the NET, see the directory for
  50.   attribution.
  51.  
  52. -dennis
  53.