blob: 97d74a853e8f513b8acb509eb7b2b54a78ab5471 (
plain)
1
2
3
4
5
6
7
8
|
Unix Makefiles
--------------
Generates standard UNIX makefiles.
A hierarchy of UNIX makefiles is generated into the build tree. Any
standard UNIX-style make program can build the project through the
default make target. A "make install" target is also provided.
|