Unix Makefiles.rst 268 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 ``all`` target. An ``install`` target is also provided.