GNU Make Alternatives
GNU Make is described as 'Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files' and is an app in the development category. There are more than 25 alternatives to GNU Make for a variety of platforms, including Linux, Mac, Windows, BSD and Haiku. The best alternative is CMake, which is both free and Open Source. Other great apps like GNU Make are Maven, SCons, Ninja Build and Gradle.
CMake
Do you think this is a good alternative?YesNo- Free • Open Source
38 alternatives to CMake- Mac
- Windows
- Linux
- Haiku
CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler...
CMake Features
Maven
Do you think this is a good alternative?YesNo- Free • Open Source
26 alternatives to Maven- Mac
- Windows
- Linux
Apache Maven is a Java-based tool for build automation and project management (in software development). It is centered around a Project Object Model (POM) described in a XML file that describes the project structure and its dependencies to other components and libraries.
Maven Features
SCons
Do you think this is a good alternative?YesNo- Free • Open Source
35 alternatives to SCons- Mac
- Windows
- Linux
SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache.
SCons Features
Ninja Build
Do you think this is a good alternative?YesNo- Free • Open Source
16 alternatives to Ninja Build- Mac
- Windows
- Linux
- BSD
Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible.
Ninja Build Features
Ninja Build vs GNU Make opinions
krishvkSimpler syntax and easy to generate
0Gradle
Do you think this is a good alternative?YesNo- Free • Open Source
25 alternatives to Gradle- Mac
- Windows
- Linux
Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else.
Gradle Features
Premake
Do you think this is a good alternative?YesNo- Free • Open Source
19 alternatives to Premake- Mac
- Windows
- Linux
Powerfully simple build configuration
Describe your software project just once, using Premake's simple and easy to read syntax, and build it everywhere. Generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux. Use.
Premake Features
CheckInstall
Do you think this is a good alternative?YesNo4 alternatives to CheckInstall- Free • Open Source
- Linux
CheckInstall is a Linux program which eases installation & uninstallation of software compiled from source. After software compilation it can automatically generate a Slackware, RPM, or Debian-compatible package that can later be cleanly uninstalled.
Meson
Do you think this is a good alternative?YesNo- Free • Open Source
17 alternatives to Meson- Mac
- Windows
- Linux
The main design point of Meson is that every moment a developer spends writing or debugging build definitions is a second wasted. So is every second spent waiting for the build system to actually start compiling code.
Meson Features
Autoconf
Do you think this is a good alternative?YesNo19 alternatives to Autoconf- Free • Open Source
- Linux
GNU Autoconf is a tool for producing configure scripts for building, installing and packaging software on computer systems where a Bourne shell is available.
Autoconf Features
Ant
Do you think this is a good alternative?YesNo- Free • Open Source
32 alternatives to Ant- Mac
- Windows
- Linux
Apache Ant is an Open Source Java-based build tool (for software development). It uses XML files to describe, structure and control the build process. Most actions are described as 'Tasks' - Ant offers a library of built-in Tasks, but various 3rd party Tasks and Task...