| Projects on Google Code | Results 1 - 10 of 76 |
This is my attempt to implement a non-recursive make build system. For
the motivation Google for the paper "Recursive make consider harmful" by
Peter Miller.
I've seen couple of other proposals and decided to have something that
will be a blend of nice ideas I have seen plus some improvements...
Sisyphos allows to automate the process of building several software compononents or software collections. It is similair
to make but not a replacement! With sisyphos you get a complete workflow. If you provide software in your environment and need to update this software once in a while and nee...
Make-like system in PHP.
Phake allows you to build PHP scripts that are well structured, but still quick to write and easy to run.
Phake source code is found at [http://github.com/danfrost/phaker/tree/master Phaker - make for PHP at github]
Written by Dan Frost - http://www.danfrost.co.uk/b...
quagmire is intended to replace automake and libtool. Unlike these tools it
requires GNU make and is written solely using GNU make features -- no preprocessing
is required.
Eventually we hope to migrate some autoconf functionality into quagmire as well.
CPMake is a cross platform make utility written in Java and can build just about anything on any platform supported by a JVM.
This will become the new home of CPMake. I much prefer Google's layout better than SourceForge.
=IPYMake=
I - Py -Make
A make like production language that incorporates the power of Python/IPython.
DistMake
*fabricate* is a build tool that finds dependencies automatically for any language. It's small and just works. No hidden stuff behind your back. It was inspired by Bill !McCloskey's make replacement, memoize, but fabricate works on Windows as well as Linux.
[http://fabricate.googlecode.com/svn/tr...
= HAMAKE=
== Description ==
'hamake' utility allows you to automate incremental processing of
datasets stored on HDFS using Hadoop tasks written in Java or using
{{{PigLatin}}} scripts. Datasets could be either individual files or
directories containing groups of files. New files may be add...
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...