makepp -- A better, safer make implementation

makepp -- A better, safer make implementation

features that allow for more reliable builds and simpler buildfiles. It supports almost all of the syntax that GNU make supports,and can be used with makefiles produced by utilities such as automake.makepp at present works only on Unix systems (including Linux), sinceit currently depends on fork() and Unix filename and directoryconventions. Suggestions for porting and code contributions arewelcome.makepp is written in perl. It requires version 5.005 or better.