Directory > Computers > Software > Build Management > Resources SoftwareEngineering.Info A web portal to the build management area on this general software engineering information website. http://www.softwareengineering.info/build/build.html Reviews Rating: Not yet Rated
Whois Check
Smart Software Build Tools - Technical Overview Jameson 2003 - Technical overview of a 15-year research project to a build a knowledge-based software build system that dynamically calculates and executes scalable, distributed, multiplatform software builds with no human labor involved. http://www.codefast.com/z-readmore/smart-software-build-tools-tech.html Reviews Rating: Not yet Rated
Whois Check
Smart Software Build Tools - Executive Overview Jameson 2003 - Management results of a 15-year research project to a build a knowledge-based software build system that calculates and executes scalable, multiplatform software builds with no human labor involved. http://www.codefast.com/z-readmore/smart-software-build-tools-mgmt.html Reviews Rating: Not yet Rated
Whois Check
Software Builds Codefast - Contains many articles on software build topics such as problem scope, stakeholder design viewpoints, directory structures, architecture models, makefile generator tools and software build methods. http://www.codefast.com/index.html Reviews Rating: Not yet Rated
Whois Check
Recursive Make Considered Harmful Miller - An argument against using recursive make techniques in the presence of cyclic dependencies among project subdirectories. http://www.canb.auug.org.au/~millerp/rmch/recu-make-cons-harm.html Reviews Rating: Not yet Rated
Whois Check
PGMAKE: A Portable Distributed Make System Lih and Zadok - Reports design issues and results of modifying GNU Make to do distributed makes using the Oakridge PVM Parallel Virtual Machine. http://citeseer.nj.nec.com/470999.html Reviews Rating: Not yet Rated
Whois Check
Parallel and Distributed Compilations in Loosely-Coupled Systems - A Case Study Baalbergen 1986 - Distributing machine specific compilation phases among machines with a distributed make program is about 3.5 times faster. http://citeseer.nj.nec.com/baalbergen86parallel.html Reviews Rating: Not yet Rated
Whois Check
Makefile Setup for Java Geosoft - A GNU Make and shell script setup for Java. Features dependency scanning, class files, JAR archives, JNI interfaces, RMI stub and skeletons, and Javadoc. http://geosoft.no/javamake.html Reviews Rating: Not yet Rated
Whois Check
Make It - Generating and Maintaining Makefiles Automatically Schönherr and Wolff 1998 - A set of makefile dependency generator tools for working with files written in Knuth's Literate Programming style. http://citeseer.nj.nec.com/332458.html Reviews Rating: Not yet Rated
Whois Check
Make - A Program For Maintaining Computer Programs Feldman 1979 - The original make paper, including makefile syntax, implicit rules, double colon targets, macros, VPATH macro, and the usual cleanup and install targets. http://citeseer.nj.nec.com/feldman79make.html Reviews Rating: Not yet Rated
Whois Check
The Fourth Generation Make Fowler 1985 - A new make tool with support for CPP, dependency generation, compiled makefiles, parallel execution, pathname parsing operators, and a powerful metalanguage for builtin rules. http://citeseer.nj.nec.com/fowler85fourth.html Reviews Rating: Not yet Rated
Whois Check
Compare and Contrast Lucent Nmake and GNU Make Lucent FAQ - Summarizes the function and typical syntax of many make features, using a convenient table format. http://www.bell-labs.com/project/nmake/faq/gmake.html Reviews Rating: Not yet Rated
Whois Check
A Case For Make Fowler 1990 - Explains many old-make limitations and new-make (Nmake) features including procedure rules, accuracy mechanisms, viewpathing, and semaphores for blocking unwanted parallelism. http://citeseer.nj.nec.com/fowler90case.html Reviews Rating: Not yet Rated
Whois Check
An Automatic Make Facility Holyer and Pehlivan 2000 - Program uses no makefile. It records manually-issued compilation commands the first time round, then rebuilds programs using recorded command traces. http://citeseer.nj.nec.com/holyer00automatic.html Reviews Rating: Not yet Rated
Whois Check
|