aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
AgeCommit message (Collapse)Author
2009-06-09I removed hdspm_mixer from the auto-build based on IOhannes' comment onHans-Christoph Steiner
pd-dev, and reordered the targets since I was there... svn path=/trunk/; revision=11729
2009-06-08switched 'apple' lib over to new standalone MakefileHans-Christoph Steiner
svn path=/trunk/; revision=11709
2009-06-07merged in OPT_CFLAGS changes from the pd-extended 0.41.4 branchHans-Christoph Steiner
svn path=/trunk/; revision=11703
2009-06-05added changes from motex/Makefile and convert externals/Makefile to use the ↵Hans-Christoph Steiner
new ext13 one svn path=/trunk/; revision=11688
2009-06-05fixes to make this new Makefile work with the Pd-extended makefileHans-Christoph Steiner
svn path=/trunk/; revision=11687
2009-06-05checking in meta file to SVN to make the motex folder an instant libdirHans-Christoph Steiner
svn path=/trunk/; revision=11677
2009-06-05checked in meta file, tweaked Makefile, and fixed Pd-extended externals/MakefileHans-Christoph Steiner
svn path=/trunk/; revision=11675
2009-06-04updated linker flags to actually be used. -export_dynamic means -e ↵Hans-Christoph Steiner
xport_dynamic, the correct flag is --export-dynamic. Also, the ld man page recommends including -fPIC in the linker flags when using -shared svn path=/trunk/; revision=11669
2009-06-02added DL_OPEN macro for hexloaderHans-Christoph Steiner
svn path=/trunk/; revision=11631
2009-05-06setup pdp and pidip in semi-libdirs like how Gem has be installed for ↵Hans-Christoph Steiner
Pd-extended for a while svn path=/trunk/; revision=11241
2009-04-24- removed extraneous help patches from flatspace_install Hans-Christoph Steiner
- made flatspace help patches go into the extra/flatspace libdir so that they won't interfere with other help patches. svn path=/trunk/; revision=11109
2009-04-17kludge to rm iemabs' output~ to make a single working output~ straight in ↵Hans-Christoph Steiner
'extra' svn path=/trunk/; revision=11043
2009-04-13added image of all of the available Tk mouse pointer cursors to the help patchHans-Christoph Steiner
svn path=/trunk/; revision=11015
2009-04-08fixed mapping help file installation about directory reorgHans-Christoph Steiner
svn path=/trunk/; revision=10983
2009-04-08moved help patches into same folder, stopped auto-generating mapping-meta.pdHans-Christoph Steiner
file, and checked in mapping-meta.pd, so now the folder in SVN is a functional libdir svn path=/trunk/; revision=10981
2009-03-10moved kludge help file install from doc/5.reference to extra so that they ↵Hans-Christoph Steiner
don't dirty the help browser svn path=/trunk/; revision=10853
2009-02-18fixed up 'maxmode' libraries for cyclone into their own subdirHans-Christoph Steiner
svn path=/trunk/; revision=10795
2009-02-17added cyclone's extra libraries for enhanced Max/MSP compatibility featuresHans-Christoph Steiner
svn path=/trunk/; revision=10786
2009-02-11added io/xbee to the main makefileHans-Christoph Steiner
svn path=/trunk/; revision=10755
2009-01-19+ removed flatspace sprinkler-help.pd from MakefileBryan Jurish
svn path=/trunk/; revision=10575
2009-01-17iemmatix should compile again; this build-system is really f*d up...IOhannes m zmölnig
svn path=/trunk/; revision=10561
2008-12-16iemgui/help/ moved to iemgui/IOhannes m zmölnig
svn path=/trunk/; revision=10452
2008-12-15fixed new help-paths for iem_ libsIOhannes m zmölnig
svn path=/trunk/; revision=10451
2008-11-22forgot to add data file for earplug~ help patchHans-Christoph Steiner
svn path=/trunk/; revision=10376
2008-09-26temporarily disabled videogrid since it is not building on Debian/stable for ↵Hans-Christoph Steiner
a long time. svn path=/trunk/; revision=10312
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/; revision=10266
2008-08-18we are not quite ready yet to deal with Univeral builds, the fat binary ↵Hans-Christoph Steiner
flags were conflicted with the optimization flags svn path=/trunk/; revision=10252
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