Projects tagged ‘build’


[79 total ]
873

GNU Make

   
Primary Language: C Licensed as: GNU General Public License 2.0

Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

Metrics updated about 10 hours ago

492

Apache Ant

   
Primary Language: Java Licensed as: Apache License 2.0

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.

Metrics updated 21 Jul 08

336

GNU Autoconf

   
Primary Language: shell script Licensed as: GNU General Public License 3.0 or later

GNU Autoconf is part of the GNU Build System. GNU Autoconf is a heavily used portability-enabling tool for UNIX-like systems, especially in free software projects. It is a compiler for a domain-specific-language for describing library, header ... [More] , and function dependencies of a project. It generates a shell script that can be run before building a package to customize the build to the system. [Less]

Metrics updated 21 Jul 08

312

GNU Automake

   
Primary Language: shell script Licensed as: GNU General Public License 2.0

GNU Automake is a part of the GNU build system, along with GNU Autoconf and GNU Libtool. GNU Automake is a tool to create portable makefiles to manage the building and distribution of source code projects.

Metrics updated 21 Jul 08

167

GNU Libtool

   
Primary Language: C Licensed as: GNU General Public License 2.0

GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with GNU libltdl, which hides the complexity of loading dynamic runtime libraries (modules) behind a consistent, portable interface.

Metrics updated 20 Jul 08

163

Rake

   
Primary Language: Ruby Licensed as: MIT License

Rake is a Ruby make-like utility using standard Ruby syntax for the build specification file.

Metrics updated about 3 hours ago

93

The MacPorts Project

   
Primary Language: shell script Licensed as: BSD-ish License

The MacPorts Project's main goal is to provide an easy way to install various open-source software products on the Darwin OS family (OpenDarwin, Mac OS X and Darwin) There are currently about 4500 completed and usable ports, with more being added on a regular basis.

Metrics updated 21 Jul 08

93

CMake

   
Primary Language: C/C++ Licensed as: BSD-ish License

CMake is a cross-platform, open-source build system. It 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 environment of your cour choice, such as GNU Make, Visual Studio, and Xcode.

Metrics updated 22 Jul 08

89

pkg-config

   

pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather ... [More] than hard-coding values on where to find glib (or other libraries). It is language-agnostic, so it can be used for defining the location of documentation tools, for instance. [Less]

75

Hudson

   
Primary Language: Java Licensed as: Creative Commons Attribution-Share Alike 2.0 DE,MIT License

Hudson is an automated build system for a team as well as a system that monitors automated jobs (such as cron jobs)

Metrics updated 20 Jul 08