
These tests were written by David A. Wheeler as part of
http://austingroupbugs.net/view.php?id=519
with summary:
"Add to make macro variable pattern substitution (expansion), e.g., $(foo:%.o=%.c)"

Run the script "runtest" to test make implementations.
This script calls "gentest" to generate a makefile, then calls 
several makes (currently gmake and bmake) to run it and store the results.

If you want to run different make implementations, just modify "runtest".
This directory stores the results of GNU make ("gmake") and NetBSD make
("bmake").

FILES:
gentest  -- Generates a test makefile.  Uses makefile-header.
,bmake   -- output of BSD make.
,gmake   -- output of GNU make.
makefile -- current generated makefile
makefile-header -- template for tenerated makefile
README   -- this file.
runtest  -- Run test script.  Calls gentest to create makefile,
            then runs different make implementations and stores their
            results in ,MAKE_IMPLEMENTATION_NAME

--- David A. Wheeler

