aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
AgeCommit message (Collapse)Author
2008-06-28- the sixaxis external now builds with Pd-extended, and outputs the rawHans-Christoph Steiner
accelerometer data - for the rest of the data, use [hid] or [hidio] they happily coexist svn path=/trunk/; revision=10116
2008-05-30added C++ pdvjtools objects to install list; setup Universal/Fat compiling ↵Hans-Christoph Steiner
for aka.wiiremote svn path=/trunk/; revision=9950
2008-05-28moved files to reflect name change to [akawiiremote]Hans-Christoph Steiner
svn path=/trunk/; revision=9932
2008-05-24added PDP dependencies for pdvjtools so it'll automatically generate themHans-Christoph Steiner
svn path=/trunk/; revision=9898
2008-05-24added pdvjtools to the automatic builds since it seems to build fineHans-Christoph Steiner
svn path=/trunk/; revision=9897
2008-05-24fixed for new .cc files from old .cpp files in pdvjtoolsHans-Christoph Steiner
svn path=/trunk/; revision=9896
2008-05-24- First stabs at getting pdvjtools as part of Pd-extendedHans-Christoph Steiner
- build fixes for Mac OS X - updated help files to standard names svn path=/trunk/; revision=9893
2008-05-17fixed iem_t3 directory name, fixing bug#1965868Hans-Christoph Steiner
svn path=/trunk/; revision=9829
2008-05-15added example of how to change the colors of the theming from a patchHans-Christoph Steiner
svn path=/trunk/; revision=9808
2008-05-09removed pdlua and hidio from the autobuilds since they are currently ↵Hans-Christoph Steiner
changing too fast svn path=/trunk/; revision=9773
2008-05-02commented out empty mapping examples folderHans-Christoph Steiner
svn path=/trunk/; revision=9752
2008-03-21fixed issue where most zexy help files where not being installed (I guess ↵Hans-Christoph Steiner
IOhannes reorganized the zexy dirs) svn path=/trunk/; revision=9617
2008-03-17install all objects in the 'apple' lib written in Pd, they were forgottenHans-Christoph Steiner
svn path=/trunk/; revision=9603
2008-03-16added tclpd clean target to be safeHans-Christoph Steiner
svn path=/trunk/; revision=9592
2008-03-13added tclpd to the automatic builds on GNU/LinuxHans-Christoph Steiner
svn path=/trunk/; revision=9581
2008-03-12added 'apple' lib to the default build on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=9571
2008-03-10installed all of the aka.wiiremote text files into the manuals sectionHans-Christoph Steiner
svn path=/trunk/; revision=9554
2008-03-10moved wiiremote to aka.wiiremote to reflect the name of the Max/MSP object.Hans-Christoph Steiner
This is a direct port, so it makes sense to have the same name. svn path=/trunk/; revision=9551
2008-03-07enabled partconv~ and pvoc~ in bsaylor since fftw3 is installed on all the ↵Hans-Christoph Steiner
build machines; install the wiiremote help file svn path=/trunk/; revision=9544
2008-03-07enable pdlua on Windows and add minor cleanupHans-Christoph Steiner
svn path=/trunk/; revision=9542
2008-02-01now installs pd.lua into extra; removed pdlua from autobuild on GNU/Linux ↵Hans-Christoph Steiner
since I have to figure out how to deal with -llua5.1 on Debian svn path=/trunk/; revision=9164
2008-02-01added pdlua to Pd-extended and made it build automatically on Mac OS X and ↵Hans-Christoph Steiner
GNU/Linux svn path=/trunk/; revision=9162
2007-12-13fixed postlude installation issuesHans-Christoph Steiner
svn path=/trunk/; revision=9095
2007-12-13addeding jsarlo's windowing objects to the Pd-extended build system; added ↵Hans-Christoph Steiner
postlude to the GNU/Linux builds and usbhid to the Darwin builds. Darwin doesn't have DSSI and Fedora doesn't have libhid-devel, otherwise I could add these two packages to those platforms svn path=/trunk/; revision=9091
2007-11-28made Mac OS X objects weak link to the Carbon framework to support system ↵Hans-Christoph Steiner
things in a hackish way svn path=/trunk/; revision=9061
2007-11-26added tkwidgets to default buildHans-Christoph Steiner
svn path=/trunk/; revision=9043
2007-11-23hack to statically link shared code until I figure out all the shared DLL stuffHans-Christoph Steiner
svn path=/trunk/; revision=9028
2007-11-15- first working sketch of having a shared dylib for a libdir, I movedHans-Christoph Steiner
query_options() to the dylib, and it works! :D (on Mac OS X, at least) - minor cleanups in text.c - first test of saving options to the file, it writes data, but there are bugs svn path=/trunk/; revision=9014
2007-11-14Updated bassemu in the MakefileThomas O Fredericks
svn path=/trunk/; revision=9011
2007-11-14Added bassemu to the MakefileThomas O Fredericks
svn path=/trunk/; revision=9010
2007-11-14added tkwidgets build targets from template; made target to build shared ↵Hans-Christoph Steiner
library, but it's not used yet svn path=/trunk/; revision=8998
2007-11-01if the build machine as a i386 CPU, then enable MMX instructions for PDPHans-Christoph Steiner
svn path=/trunk/; revision=8922
2007-10-27I think universal builds will have to wait until we get a 'new & improved!' ↵Hans-Christoph Steiner
build system svn path=/trunk/; revision=8893
2007-10-26added first stab at making universal builds. Everything compiles, except if ↵Hans-Christoph Steiner
I add ppc64 as an architecture svn path=/trunk/; revision=8886
2007-10-23checked in patch #1813710, a seq help patch from jkant, and updated the ↵Hans-Christoph Steiner
cyclone install target svn path=/trunk/; revision=8864
2007-10-20added pdp back to the default build on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=8852
2007-10-04Added tof the the externals MakefileThomas O Fredericks
svn path=/trunk/; revision=8786
2007-09-29small tweak to exclude extra maskxor object that is causing build errors in ↵Hans-Christoph Steiner
ekext svn path=/trunk/; revision=8770
2007-09-25reverted vbap to its former libdir name 'vbap' since it works fine on ↵Hans-Christoph Steiner
Pd-0.39.3-extended svn path=/trunk/; revision=8759
2007-08-03re-added newly tested 'moocow' target to MakefileBryan Jurish
svn path=/trunk/; revision=8379
2007-08-03+ updated moocow rulesBryan Jurish
svn path=/trunk/; revision=8378
2007-08-03took moocow out of LIB_TARGETS, since it broke the pd-extended buildBryan Jurish
svn path=/trunk/; revision=8362
2007-08-01+ added "moocow" pseudo-library (ugly hack)Bryan Jurish
svn path=/trunk/; revision=8340
2007-07-23created objectsdir before installing pidipHans-Christoph Steiner
svn path=/trunk/; revision=8217
2007-07-09added moonlib to default build, and alphabetized the build order for the ↵Hans-Christoph Steiner
libraries so it's easy to tell where things are at when building svn path=/trunk/; revision=7954
2007-07-09got moonlib compiling with some minor tweaksHans-Christoph Steiner
svn path=/trunk/; revision=7952
2007-06-11call iem16's aclocal before trying to run configure:IOhannes m zmölnig
either one has to use the entire iem16-buildsystem or nothing at all... svn path=/trunk/; revision=7760
2007-06-04use iem16's build-system for building iem16 (as externals)IOhannes m zmölnig
svn path=/trunk/; revision=7747
2007-05-17fixed wiiremote.pd_darwin installHans-Christoph Steiner
svn path=/trunk/; revision=7692
2007-05-14moved iem16 to only build on Mac OS X and GNU/Linux since it dies when ↵Hans-Christoph Steiner
compiling on Windows/MinGW svn path=/trunk/; revision=7662