Old Fellows Database

Add URL Add URL  Custom Programming  My Sites My Sites  Custom Programming  My Account My Account  Custom Programming  Contact Us Contact Us


Yurtseven.org       

Search only in Resources   Search the Web
 Home » Software » Build Management » Resources



 Web Pages    1 - 10   {16}


 1 - Distcc, A Fast Free Distributed Compiler
  Pool 2003 - This paper describes a distributed compiler for C/C++ programs, and provides a good discussion of key issues related to parallel, distributed software builds.
http://distcc.samba.org/doc/lca2004/distcc-lca-2004.html
 
[more pages from this URL]   


 2 - 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
 
[more pages from this URL]   


 3 - Recursive Make Considered Harmful
  Miller 1997 - 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
 
[more pages from this URL]   


 4 - Recursive vs Non-recursive Makefile Architecture Speed Comparison
  Kolpackov 2004 - This document compares recursive and non-recursive build systems (GNU make -j N) for building 277 software files in 15 directories using various combinations of parallelism and hardware. Non-recursive builds are faster.
http://kolpackov.net/projects/build/benchmark.xhtml
 
[more pages from this URL]   


 5 - 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
 
[more pages from this URL]   


 6 - 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.ist.psu.edu/feldman79make.html
 
[more pages from this URL]   


 7 - 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.ist.psu.edu/holyer00automatic.html
 
[more pages from this URL]   


 8 - 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.ist.psu.edu/baalbergen86parallel.html
 
[more pages from this URL]   


 9 - SoftwareEngineering.Info
  A web portal to the build management area on this general software engineering information website.
http://www.softwareengineering.info/build/build.html
 
[more pages from this URL]   


 10 - 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.ist.psu.edu/fowler85fourth.html
 
[more pages from this URL]   


1  2  Next »»


E-Mail Add URL