blob: c4a23bee4427bab06de2ad13a2c6fbc657e4ed1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Smake is a highly portable make program with automake features. It is
currently mainly targeted to be used with the makefiles system.
makefiles allows to mount a source tree via NFS and simultaneous compilation
on all supported platforms
makefiles therefore allows to re-use a source tree for all supported platforms
in favor of the GNU concept of untar -> configure -> make -> install -> remove
WWW: http://cdrecord.berlios.de/old/private/smake.html
|