[comp.sources.d] dmake Version 3.7 is available for anonymous ftp

dvadura@watdragon.uwaterloo.ca (Dennis Vadura) (05/07/91)

dmake Version 3.7 is now available for anonymous ftp from watmsg.uwaterloo.ca.
It contains many bug fixes and enhancements.  If you have problems getting
it let me know, I will submit the source and MSDOS executable to a newsgroup
tomorrow.

-dennis

--------------------X Here is the Distribution Notice X-----------------------

This is the DMAKE version 3.7 distribution.  DMAKE is a Make like tool that
has been written by me and has been used by individuals at the University of
Waterloo.  This release replaces the previous version 3.6 release which is no
longer supported.  Please read the file 'readme/release' which accompanies
this distribution and describes details of this release (This note is found
in readme/cover).

dmake is available for anonymous ftp from watmsg.uwaterloo.ca address is
129.97.129.9.  It is in the pub/dmake directory, set your mode to binary,
and copy either:

	dmake37.tar.Z		- compressed tar archive
	dmake37.zoo		- zoo archive
	dmake37-msdos-exe.zoo	- MSDOS executable zoo archive
	dmake37-msdos-exe.zip	- MSDOS executable zip archive
	dmake37.shar01.Z	- xx part compressed shar archive,
				  get all parts or what you need.
	...
	dmake37.sharxx.Z

dmake is different from other versions of make in that it supports significant
enhancements (See the man page).  A short summary of the more important
ones follows:

	. support for portable makefiles
	. runs on many platforms (DOS, generic unix [sysv and bsd4.3],
	  apollo, OS/2, Atari, and many others)
	. significantly enhanced macro facilities
	. transitive closure on inference graph
	. sophisticated inference algorithm
	. support for traversing the file sytem both during making of targets
	  and during inference
	. %-meta rules for specifying rules to be used for inferring
	  prerequisites
	. highly configurable
	. support for libraries
	. parallel making of targets on architectures that support it
	. attributed targets
	. text diversions
	. group recipes
	. swapping itself to DISK under MSDOS
	. supports MKS extended argument passing convention

All code found in this distribution is original and written by me except where
noted in the source and the following:

- dbug/dbug package from Fred Fish  (dmake DEBUG=1, to make a debugging version
  of dmake)

- malloc.c package in dbug/malloc from the NET, see the directory for
  attribution.

-dennis
-- 
-------------------------------------------------------------------------------
   "It may not be the truth, but in Baghdad,       |Dennis Vadura
    it is the News.  --Unknown Gulf Correspondent  |dvadura@dragon.uwaterloo.ca
===============================================================================

rickert@mp.cs.niu.edu (Neil Rickert) (05/07/91)

In article <1991May7.003611.12523@watdragon.waterloo.edu> dvadura@watdragon.uwaterloo.ca (Dennis Vadura) writes:
>dmake Version 3.7 is now available for anonymous ftp from watmsg.uwaterloo.ca.

 ftp> cd pub
 250 CWD command successful.
 ftp> cd dmake
 550 dmake: Permission denied.


-- 
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  Neil W. Rickert, Computer Science               <rickert@cs.niu.edu>
  Northern Illinois Univ.
  DeKalb, IL 60115                                   +1-815-753-6940

dvadura@watdragon.waterloo.edu (Dennis Vadura) (05/07/91)

In article <1991May7.012811.24601@mp.cs.niu.edu> rickert@mp.cs.niu.edu (Neil Rickert) writes:
-In article <1991May7.003611.12523@watdragon.waterloo.edu> dvadura@watdragon.uwaterloo.ca (Dennis Vadura) writes:
->dmake Version 3.7 is now available for anonymous ftp from watmsg.uwaterloo.ca.
-
- ftp> cd pub
- 250 CWD command successful.
- ftp> cd dmake
- 550 dmake: Permission denied.

All fixed now.  I forgot to change the perms on the dmake directory.
-dennis
-- 
-------------------------------------------------------------------------------
   "It may not be the truth, but in Baghdad,       |Dennis Vadura
    it is the News.  --Unknown Gulf Correspondent  |dvadura@dragon.uwaterloo.ca
===============================================================================