My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 25
A Full-Featured Makefile System that Enables Quick, Accurate Incremental Builds * Fully-accurate incremental builds (the build is nonrecursive and uses a single dependency graph). * Fully-automatic dependency generation (a separate "make depends" step is not required). * Compiler-option ...
The purpose of this project is create a Makefile System without usage of GNUMake. We can use this Makefile system to make a pure clang &LLVM compile environment. We plan to develop it with lua languages(a platform independence script language) The format of my Makefile is Compatible to CMake form...
Las SmartTools 10.0/Evo-X engloban una serie de herramientas que generan de automáticamente los ficheros de dependencias necesarios para crear los ejecutables a partir de un código fuente C/C++ y demás archivos fuentes reconocidos por la instalación que hayamos usado (Lex, Yacc, ASN1, IDL's, etc). ...
This is my private repository for "Hello World!" programs and some starting projects.
This is a single GNU makefile that builds a LaTeX document into various targets with minimal latex/bibtex invocations. It colorizes and swallows the normally unhelpful latex output so that errors and other important messages are easy to spot. It handles GNUplot, Fig, and Dot image creation (and ha...
Bash script to generate Makefile based on C/C++ source code files in current directory, using `gcc -MM`. Script contains support for: * executables, static libraries, and dynamic link libraries, based on the output file format, * automatic increment of build number on each build (the header...
This is a one file project providing a class that manages the ordered execution of depending tasks. See [http://code.google.com/p/taspy/source/browse/examples/ examples]. Features: * Run all tasks only once :) Future: * Run in parallel indipendent tasks * Improve multiple process e...
Let you make C(C++) project easier. It is written in python.
A smaller, faster, and backwards-compatible replacement for the GNU Autotools suite of programs.
Smart Make is a tool of the similar functions as [http://www.gnu.org/software/make GNU Make], but it's smarter and more programitive. You can use a full featured programming language for doing jobs to generate targets, the language which is the `smart` programming language. Well, here is a simple...
1 2 3 Next