office-gobmx/dmake/readme/intro.txt
Rüdiger Timm 3b865077de INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED
2004/10/07 21:57:37 vq 1.1.1.1.130.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.

Note: The _head file was renamed to COPYING, COPYING is not a new file,
      but was empty befor.
2004-10-22 07:07:30 +00:00

39 lines
1.3 KiB
Text

DMAKE 4.3
---------
The original sources of dmake were available on http://dmake.wticorp.com.
This site has not been reachable for some time and the source is hosted
in the OpenOffice.org http://www.openoffice.org/ cvs now. You can view
the source at: http://tools.openoffice.org/source/browse/tools/dmake.
dmake is different from other versions of Make in that it supports significant
enhancements. A short summary of the more important features follows:
. support for portable makefiles
. portable accross many platforms
. significantly enhanced macro facilities
. sophisticated inference algorithm supporting transitive closure
over the inference graph
. 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
. conditional macros
. local rule macro variables
. proper 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
. directory caching
. highly configurable
Release notes of dmake can be found in the file
readme/release.txt
and are continued in the file
NEWS