Update of /cvsroot/pure-data/externals/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9344/build
Modified Files: README TODO Log Message:
Lots of changes, got the first complete(-ish) build with the new extended build system. I left as much of the old functionality in place as possible, definitely were it was being used. But there are some changes that break backwards compatibility, thought they should be noticed by few, and be easy to fix going forward.
Some highlights:
- centralized patch system (packages/patches with targets patch_pd and unpatch_pd)
- easily redirected builds, using INSTALL_PREFIX and all of the *_DEST variables. This makes building packages like Pd.app, .deb, .rpm, etc. much easier.
- libdir format: basically a libdir is a directory that has both the objects and the help files together in one folder. It can be added using -lib or the StartUp preferences, or you can access them via geiger namespaces, i.e. [mylibrary/myobject].
- special characters allow in setup function/file names for objects. This makes objects like [||~] possible without having to be in a library. Now they can be either .pd files or individual .pd_darwin files (thanks IOhannes for the patch).
Index: README =================================================================== RCS file: /cvsroot/pure-data/externals/build/README,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README 7 Nov 2005 04:31:58 -0000 1.7 --- README 21 Nov 2005 04:48:44 -0000 1.8 *************** *** 1,2 **** --- 1,15 ---- + + + There are lots of docs here: http://puredata.org/docs/developer + + + Pd-extended build system + ======================== + + This stuff as all be incorporated into the unified, cross-platform Pd-extended + build system. These makefiles will probably stay around for a while since they + are widely used. + + PD externals build system ========================= *************** *** 16,23 **** scons install
Build System Internals ======================
! The build system is actually on top of the different externals packages that are in the CVS.
--- 29,37 ---- scons install
+ Build System Internals ======================
! The build system is actually on top of the different externals packages that are in the CVS.
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/externals/build/TODO,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TODO 18 Nov 2005 07:08:35 -0000 1.5 --- TODO 21 Nov 2005 04:48:44 -0000 1.6 *************** *** 1,4 ****
! - fold externals/build/doc/makefile into externals/build/Makefile
- get externals/build/src/prepend.c to compile in Pd mode, which means it will --- 1,5 ----
! - simplify Makefile, making just "all" and "install" with subsections for each ! subdir.
- get externals/build/src/prepend.c to compile in Pd mode, which means it will