aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-30added support for a libfoo.tcl shared libraryHans-Christoph Steiner
2011-10-18load libmylib.so on GNU/Linux using DT_RUNPATH set to Hans-Christoph Steiner
2011-10-06added note about implementing CPPFLAGSHans-Christoph Steiner
2011-10-04added META subpatchJonathan Wilkes
2011-10-03fixed a couple omissions found when merging Makefile into tkwidgetsHans-Christoph Steiner
2011-10-03fixed typo and set version to 1.0.11Hans-Christoph Steiner
2011-10-03added support for a shared library that all of the objects can useHans-Christoph Steiner
2011-10-03merged in IOhannes' ALL_*FLAGS code with some minor changesHans-Christoph Steiner
2011-10-02don't differentiate GNU/Hurd and GNU/kFreeBSD from GNU/Linux since they shoul...Hans-Christoph Steiner
2011-10-02added platform-specific LIBS varsHans-Christoph Steiner
2011-10-02updated .PHONYHans-Christoph Steiner
2011-10-02updated single_install to use current sub install targetsHans-Christoph Steiner
2011-08-01added Vcs-* tags and updated puredata 0.43 Build-DependsHans-Christoph Steiner
2011-07-26fixed finding stuff in %ProgramFiles% correctly, needed to eval the var not i...Hans-Christoph Steiner
2011-07-26renamed var PROGRAMFILES to ProgramFiles since some IDEs are case sensitive f...Hans-Christoph Steiner
2011-07-15set CC=gcc on MinGW since MinGW often doesn't have ccHans-Christoph Steiner
2011-03-08added support for standalone .tcl files for GUI objectsHans-Christoph Steiner
2011-02-11updated to GPLv3Hans-Christoph Steiner
2011-02-11NDK_TOOLCHAIN is used by Android NDK for something else, so rename to NDK_TOO...Hans-Christoph Steiner
2011-02-08fixed Android support to work seamlessly with NDKr5 on GNU/Linux and Mac OS XHans-Christoph Steiner
2011-01-03for android, need to set include path tooHans-Christoph Steiner
2011-01-03first stab at a working android build setupHans-Christoph Steiner
2010-11-22moved -DPD to the CFLAGS += section so that CFLAGS can be more easily overriddenHans-Christoph Steiner
2010-11-22re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43Hans-Christoph Steiner
2010-11-21added build configs for Debian GNU/Hurd and GNU/kFreeBSDHans-Christoph Steiner
2010-11-18added Recommends: pd-import since it is an easy way to load libsHans-Christoph Steiner
2010-11-02made pd-libdir a Debian dependency so that these libdirs can be loaded as lib...Hans-Christoph Steiner
2010-09-22fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable thatHans-Christoph Steiner
2010-09-14removed MinGW CPU flags so it'll build on MinGW64 by defaultHans-Christoph Steiner
2010-09-13updated debian/copyright to more closely conform to DEP-5Hans-Christoph Steiner
2010-09-13converted to one-dep-per-line styleHans-Christoph Steiner
2010-09-13added sign-tags = TrueHans-Christoph Steiner
2010-09-13added debian/watch file pointing at sourceforgeHans-Christoph Steiner
2010-09-12removed redundant Recommends:Hans-Christoph Steiner
2010-09-12Recommends: pd-libdir since these are all libdirsHans-Christoph Steiner
2010-09-12fixed bug in libs/folders that end in ~; bumped to 1.0.4Hans-Christoph Steiner
2010-09-12updated to use Alessio Treglia's dh_auto_install tricks, which strip tooHans-Christoph Steiner
2010-09-12remove quilt dep since its not needed until patches are added to the packageHans-Christoph Steiner
2010-09-12added more fields to fill outHans-Christoph Steiner
2010-09-07actually allow it to build against puredata or puredata-devHans-Christoph Steiner
2010-09-07depends on puredata-dev to build and wants pd-libdir so it can be loadedHans-Christoph Steiner
2010-09-07added PD_INCLUDE to set the folder where the Pd headers are, i.e. /usr/includ...Hans-Christoph Steiner
2010-09-05added dh_strip target from pd-wiimote to make sure things are stripped properlyHans-Christoph Steiner
2010-09-05converted to use autotools-style INSTALL_PROGRAM and INSTALL_DATAHans-Christoph Steiner
2010-08-23moved optional example to wiki docs: http://puredata.info/docs/developer/Make...Hans-Christoph Steiner
2010-08-23added version macro based on version in meta fileHans-Christoph Steiner
2010-08-23removed broken target that overrides actual target just to display a messageHans-Christoph Steiner
2010-08-23cleaned up commentsHans-Christoph Steiner
2010-08-23forgot to remove one reference to SOURCES_LIBHans-Christoph Steiner
2010-08-23removed platform-specific SOURCES_* variablefrom header since they are rarely...Hans-Christoph Steiner