All Projects → bkoropoff → makekit

bkoropoff / makekit

Licence: other
MakeKit build system

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
awk
318 projects
XSLT
1337 projects
C++
36643 projects - #6 most used programming language
CSS
56736 projects

MakeKit

MakeKit is a new build system for Linux and UNIX that lets you write build rules in pure POSIX shell script. It can be used as a replacement for automake/autoconf/libtool to build a standalone source project. Multiple interdependent projects can be seamlessly integrated into one build.

Feature Highlights

  • One build script, one language

    Write your build scripts in plain POSIX shell -- MakeKit will generate a Makefile for you. No m4, no separate files for configure checks and build rules with different syntaxes.

  • Simple system requirements

    MakeKit only requires a standard POSIX environment to run.

  • Flexible project structure

    Use a single flat build file or a hierarchy of snippets split across subdirectories

  • Optimized for parallel building

    MakeKit does a single configuration pass and generates a single global Makefile regardless of how many discrete subprojects are present in your build. This lets you efficiently saturate all your CPU cores with work.

Documentation

Consult the manual for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].