aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
AgeCommit message (Collapse)Author
2011-09-15make test return True and execute on False so that make doesn't think there ↵Hans-Christoph Steiner
is an error when the noncvs dir is not found svn path=/trunk/; revision=15297
2011-09-14test whether noncvs exists before trying to install itHans-Christoph Steiner
svn path=/trunk/; revision=15294
2011-09-14use tar to copy noncvs into place while omitting .svn dirsHans-Christoph Steiner
svn path=/trunk/; revision=15293
2011-07-15updated README to purge old stuffHans-Christoph Steiner
svn path=/trunk/; revision=15154
2011-04-07moving Gem from pure-data/ to pure-data/externals/IOhannes m zmölnig
there is really no difference between Gem and (e.g.) fftease, why should they live in different directories? svn path=/trunk/; revision=15064
2011-04-06for Gem build, force HAVE_S_STUFF_H and include global OPT_CFLAGSHans-Christoph Steiner
svn path=/trunk/; revision=15062
2011-02-22we need an extension after allHans-Christoph Steiner
svn path=/trunk/; revision=14946
2011-02-22remove .pd_darwin and point to libdir of libdirHans-Christoph Steiner
svn path=/trunk/; revision=14945
2011-02-22make libdir start automatically by being in new 'startup' folderHans-Christoph Steiner
svn path=/trunk/; revision=14944
2010-12-13set pkglibdir so that things get installed properly on Mac OS X and Windows ↵Hans-Christoph Steiner
when using pd's install target svn path=/trunk/; revision=14629
2010-12-13oops put gem back into the buildHans-Christoph Steiner
svn path=/trunk/; revision=14626
2010-12-13purge old Pd-extended cruftHans-Christoph Steiner
svn path=/trunk/; revision=14622
2010-11-21fixed endless look in 'make clean'Hans-Christoph Steiner
svn path=/trunk/; revision=14458
2010-11-21updated link to new FAQ entryHans-Christoph Steiner
svn path=/trunk/; revision=14449
2010-09-09documented name change of Pd-extended prefs fileHans-Christoph Steiner
svn path=/trunk/; revision=14028
2010-07-13included Gem Base headers in package to make it easy to build Gem standalone ↵Hans-Christoph Steiner
objects svn path=/trunk/; revision=13709
2010-06-27there are no symlinks on Windows, so ifdef out symlink for gem installHans-Christoph Steiner
svn path=/trunk/; revision=13687
2010-06-19fixed link to old-style 'doc/examples/Gem' folderHans-Christoph Steiner
svn path=/trunk/; revision=13677
2010-04-27the Gem-plugins are now prefixed with "gem_"IOhannes m zmölnig
svn path=/trunk/; revision=13482
2010-04-26removed the PATH=/sw/bin:... hackIOhannes m zmölnig
svn path=/trunk/; revision=13480
2010-04-25moved Gem examples and manual into extra/Gem to make it libdir-like, and ↵Hans-Christoph Steiner
then added symlinks to the old location svn path=/trunk/; revision=13473
2010-04-23argh: the w32 build machine has spaces in its PATHIOhannes m zmölnig
_and_ is unable to handle a simple PATH=/moree/bin/:$PATH in this case. why do i have to work around broken setups? svn path=/trunk/; revision=13466
2010-04-22check whether Gem backends are available before attempting to install themIOhannes m zmölnig
svn path=/trunk/; revision=13463
2010-04-21got flags for building Gem on OSX (esp: make sure to use glibtool!)Hans-Christoph Steiner
and include the backend plugins svn path=/trunk/; revision=13460
2010-04-21Gem's build process needs /sw/bin in the PATHIOhannes m zmölnig
svn path=/trunk/; revision=13458
2010-04-19remove Gem help patches from Pd-vanilla 5.reference sectionHans-Christoph Steiner
svn path=/trunk/; revision=13456
2010-04-07updated location of pmpd.cHans-Christoph Steiner
svn path=/trunk/; revision=13404
2009-11-01added set_version to the build when using the old build system too, i.e. ↵Hans-Christoph Steiner
Pd-extended svn path=/trunk/; revision=12711
2009-10-31set the Pd-extended version with the date before building PdHans-Christoph Steiner
svn path=/trunk/; revision=12710
2009-09-21setup separate pd_install targets, one for each the old and new build systemsHans-Christoph Steiner
svn path=/trunk/; revision=12419
2009-08-27build system DESTDIR correctiondmotd
svn path=/trunk/; revision=12106
2009-06-14removed the 'extensions' section from the extended builds since neither ↵Hans-Christoph Steiner
gripd nor ix are functional in Pd-extended :(. If anyone wants to fix them, please do svn path=/trunk/; revision=11771
2009-06-10updated README to reflect the current code, fixing bug 2803998Hans-Christoph Steiner
svn path=/trunk/; revision=11736
2009-06-08fixed Gem compilation issues related to FTGL/freetype from FinkHans-Christoph Steiner
svn path=/trunk/; revision=11722
2009-06-08it seems that Gem's --with-ftgl-includes option has changed, so try it like thisHans-Christoph Steiner
svn path=/trunk/; revision=11721
2009-06-08added configure dependencies so it gens generatedHans-Christoph Steiner
svn path=/trunk/; revision=11718
2009-06-08changed gem targets to use the Gem autogen.sh scriptHans-Christoph Steiner
svn path=/trunk/; revision=11716
2009-06-05fixed up doc_format to remove .svn and removed old strip_hack; fixed Pd.app ↵Hans-Christoph Steiner
perms; added configure flags to Gem to try to get artlookit working svn path=/trunk/; revision=11690
2009-04-23added bit about flext binaries and fixed Mac OS X preference removal ↵Hans-Christoph Steiner
instructions svn path=/trunk/; revision=11100
2009-04-18making the Gem.dll kludge a bit more pedantic and completely ignored on all ↵Hans-Christoph Steiner
but windows svn path=/trunk/; revision=11056
2009-04-18custom kludge for installing the Gem binary on Windows :( Gem.dll needs to ↵Hans-Christoph Steiner
be in the extra/Gem folder for the help files to be found svn path=/trunk/; revision=11055
2009-04-16added info about ASIO4ALL to Windows READMEHans-Christoph Steiner
svn path=/trunk/; revision=11038
2009-04-16oops, forgot to remove some cruftHans-Christoph Steiner
svn path=/trunk/; revision=11037
2009-04-16found %CommonProgramFiles% env var which is needed since 'Common Files' is ↵Hans-Christoph Steiner
localized on Windows systems svn path=/trunk/; revision=11036
2009-04-16updated section in README on installing externalsHans-Christoph Steiner
svn path=/trunk/; revision=11035
2009-04-08created working ifeq test for autogen.sh, man Makefile's syntax is whackyHans-Christoph Steiner
svn path=/trunk/; revision=10982
2009-04-03added test for new autotools based build system for 'pd' that is checked ↵Hans-Christoph Steiner
into pd-devel 0.41.4 svn path=/trunk/; revision=10956
2009-01-27switching Pd-extended to GPL v3 this (lack of) discussion ;) ↵Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2008-11/012456.html svn path=/trunk/; revision=10657
2009-01-25replaced second test with a || so that make doesn't catch the 'false' exit ↵Hans-Christoph Steiner
condition of the first test svn path=/trunk/; revision=10636
2009-01-25handle different locations for the Gem manual. in Gem 0.92, ↵Hans-Christoph Steiner
$(gem_src)/manual moved to $(gem_src)/doc/manual svn path=/trunk/; revision=10635