aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
AgeCommit message (Collapse)Author
2006-10-27minor tweaks to support building Pd.app for pd-MAIN in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=6169
2006-10-21cleaned up version handling to make more sense; removed some obsolete chmodsHans-Christoph Steiner
svn path=/trunk/; revision=6151
2006-10-18changed distclean targets to prevent seemingly endless loops; this stuff ↵Hans-Christoph Steiner
definitely could be a lot more cleanly implemented... svn path=/trunk/; revision=6136
2006-10-18minor build and clean tweaksHans-Christoph Steiner
svn path=/trunk/; revision=6130
2006-10-17switched test version number to use the current dateHans-Christoph Steiner
svn path=/trunk/; revision=6119
2006-10-06added lots of --without- flags for compiling Gem on Mac OS X at IOhannes' ↵Hans-Christoph Steiner
recommendation svn path=/trunk/; revision=6078
2006-09-28Makefile tune ups and clean ups, hopefully to allow things to build faster, ↵Hans-Christoph Steiner
especially when using make -j svn path=/trunk/; revision=6040
2006-09-22call Gem's own "configure" targetIOhannes m zmölnig
svn path=/trunk/; revision=6001
2006-09-22made aclocal and autoconf run everytime (at least until 'configure' is not ↵Hans-Christoph Steiner
in CVS, then it would be trivial to have them automatically triggered). disabled ffmpeg on GNU/Linux on IOhannes' request svn path=/trunk/; revision=5999
2006-09-22call aclocal before autoconf, just to be sureHans-Christoph Steiner
svn path=/trunk/; revision=5996
2006-09-18oops, forgot to install Gem on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=5959
2006-09-16added Gem.pd_darwin to the auto-buildHans-Christoph Steiner
svn path=/trunk/; revision=5955
2006-09-15added gem to the standard build on GNU/LinuxHans-Christoph Steiner
svn path=/trunk/; revision=5935
2006-08-07more info in the readme about software patentsHans-Christoph Steiner
svn path=/trunk/; revision=5499
2006-08-06fixed up README to only show the install instructions for the current ↵Hans-Christoph Steiner
platform, and added note about patented software svn path=/trunk/; revision=5484
2006-08-02cleaned things up to make operation clearer; darwin_app_doc_format was ↵Hans-Christoph Steiner
having trouble with too many open files, so switched to find with -exec svn path=/trunk/; revision=5454
2006-08-01finally tracked down that pesky Pd++ related bug...Hans-Christoph Steiner
svn path=/trunk/; revision=5453
2006-08-01switched back to working target for Pd-extended from pd++, I gues tigital ↵Hans-Christoph Steiner
forgot... svn path=/trunk/; revision=5446
2006-07-28initial support for devel branch (scons) via pd_devel targetJamie Tittle
svn path=/trunk/; revision=5426
2006-07-25switched to more proper syntax for calling make from a Makefile, I believe ↵Hans-Christoph Steiner
it communicates the error status properly this way; also bumped up test version for auto-builders svn path=/trunk/; revision=5403
2006-07-21more work on centralizing the CPU optimization flags. With GNU/Linux on ↵Hans-Christoph Steiner
PowerPC and Mac OS X on Intel, things are becoming more complicated... ;) svn path=/trunk/; revision=5389
2006-04-28cleaned up installing of extra flext docsHans-Christoph Steiner
svn path=/trunk/; revision=5023
2006-04-15iemabs is now part of the iemlib libdir, so no need to do the help files ↵Hans-Christoph Steiner
separately there svn path=/trunk/; revision=4916
2006-04-07added flext stuff, but its far from workingHans-Christoph Steiner
svn path=/trunk/; revision=4832
2006-02-27added patch to completely fix the versioning and move the PD_VERSION ↵Hans-Christoph Steiner
replacement to 'make install'; 'make unpatch_pd' now does the reverse of 'make patch_pd'; and PD_TEST_VERSION is now retrieved from m_pd.h svn path=/trunk/; revision=4623
2006-02-22version is now all defined in macros in m_pd.h in the ↵Hans-Christoph Steiner
complete_version_defines patch, and the regexps in packages/Makefile now rely on that patch svn path=/trunk/; revision=4608
2006-02-13This should be the final Pd-0.38.4-extendedRC8 build, which should be theHans-Christoph Steiner
release of Pd-0.38.4-extended. A couple of minor changes: - added liblist to the config files since [list] was backported to 0.38.4 in the form of liblist - removed the MACOSX -> __APPLE__ regexp stuff since it was just for testing until Miller accepted those changes. - tried to make the org.puredata.pd.plist file get installed with write permissions so that people can overwrite and change the default file after they install it. svn path=/trunk/; revision=4584
2006-01-23updated text on license in the readme to be more correctHans-Christoph Steiner
svn path=/trunk/; revision=4465
2006-01-17- generated new default settings files for Mac OS X and Windows using ↵Hans-Christoph Steiner
scripts/generate-pd-settings-files.sh svn path=/trunk/; revision=4438
2006-01-16added some parts of the Gem build system, its not functional yetHans-Christoph Steiner
svn path=/trunk/; revision=4412
2005-12-20added in mingw_fixes patch which includes NT2_MSC_VER and lots of other ↵Hans-Christoph Steiner
stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6 svn path=/trunk/; revision=4260
2005-12-16- Lots of bug fixesHans-Christoph Steiner
- added script which searches thru all of the .pd_darwin files for dependencies from Fink. It then copies those libs into the Pd.app and sets everything up for them to be sourced by the objects. - added Guenter's quick hack to allow international characters in Pd patches svn path=/trunk/; revision=4241
2005-12-06fixed a number of minor bugs, including Frank's patches; added test_location ↵Hans-Christoph Steiner
target to check where everything will end up svn path=/trunk/; revision=4159
2005-12-04make distclean now cleans up autoconf cruft, preventing this error:Hans-Christoph Steiner
Can't locate object method "path" via package "Autom4te::Request" svn path=/trunk/; revision=4134
2005-12-02generalized locations so that UNIX-style dir layout can also be used in ↵Hans-Christoph Steiner
addition to the Windows/MacOSX-style dir layout; fixed random bugs; added more the clean targets svn path=/trunk/; revision=4120
2005-11-30preparing for RC6, bug fixes and tweaks, things are look ing goodHans-Christoph Steiner
svn path=/trunk/; revision=4086
2005-11-28- finally got a Linux Pd-extended release out, RC5Hans-Christoph Steiner
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4064
2005-11-27lots of build bug fixes and additions, including pixeltango and lots of ↵Hans-Christoph Steiner
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5 svn path=/trunk/; revision=4051
2005-11-26minor tweak to get things compiling on GNU/LinuxHans-Christoph Steiner
svn path=/trunk/; revision=4037
2005-11-26updated names to be more GNU-like and easier to readHans-Christoph Steiner
svn path=/trunk/; revision=4036
2005-11-26added in Jamie's dlopn patch so I can use his binaries; fixed a number of ↵Hans-Christoph Steiner
bugs reported on the list; added platform-specific noncvs handling svn path=/trunk/; revision=4035
2005-11-23up to extended-RC4 nowHans-Christoph Steiner
svn path=/trunk/; revision=4021
2005-11-22tweaked sed rules so that they would work with MinGW's very crippled sed. ↵Hans-Christoph Steiner
The PD_VERSION stuff is still in need of some serious tweaking svn path=/trunk/; revision=4014
2005-11-21created Pd-0.38.4-extendedRC3.app releaseHans-Christoph Steiner
svn path=/trunk/; revision=4012
2005-11-21a few tweaks to make sure everything is assemblingHans-Christoph Steiner
svn path=/trunk/; revision=3995
2005-11-21Lots of changes, got the first complete(-ish) build with the new extendedHans-Christoph Steiner
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). svn path=/trunk/; revision=3993
2005-11-18clean targets sorted and tested. There are now standard clean targets based ↵Hans-Christoph Steiner
on the destinations which are part of Makefile.buildlayout svn path=/trunk/; revision=3964
2005-11-17got the basic framework working for compiling on each platform. Now its ↵Hans-Christoph Steiner
time to standardize the externals/build/*/makefile's svn path=/trunk/; revision=3953
2005-11-17abstractions and externals/build/doc are now working as part of the ↵Hans-Christoph Steiner
centralized build system; also added is a way to specify Makefile.biuldlayout from the main Makefile, so then it doesn't realy matter if the other copies of Makefile.buildlayout get out of sync svn path=/trunk/; revision=3952
2005-11-16made a unique name for the build layout Makefile to make it distinct from ↵Hans-Christoph Steiner
other Makefiles svn path=/trunk/; revision=3948