Unix Makefiles.rst 267 B

12345678
  1. Unix Makefiles
  2. --------------
  3. Generates standard UNIX makefiles.
  4. A hierarchy of UNIX makefiles is generated into the build tree. Any
  5. standard UNIX-style make program can build the project through the
  6. default make target. A "make install" target is also provided.