aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2013-06-18update Android build for NDK r8eHEADsvn2git-headexternals/templateHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=17152
2012-10-09support other versions of the Android gcc, as well as other arches (i.e. ↵Hans-Christoph Steiner
arm, mipsel, x86...) svn path=/trunk/externals/template/; revision=16369
2012-10-09Mac OS X: test that PowerPC compiler is installed by defaultHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=16364
2012-09-25bumped to v1.0.13 in preparation for releaseHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=16285
2012-04-14pad link fields with -headerpad_max_install_names so the Pd-extended ↵Hans-Christoph Steiner
packaging can rewrite the link paths svn path=/trunk/externals/template/; revision=16124
2012-03-25on MinGW, also link shared lib using ALL_LIBS, and add -liberty to link ↵Hans-Christoph Steiner
against the GCC static porting lib svn path=/trunk/externals/template/; revision=16095
2012-03-18allow the SHARED_LIB var to be overriddenHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=16077
2012-01-30fix 'make dist' when no template.c file presentHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15908
2012-01-29bumped version to 1.0.13 after 1.0.12 releaseHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15906
2012-01-29add $(SHARED_SOURCE) $(SHARED_HEADER) to TAGSHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15904
2012-01-29include single-binary source file in 'make dist' source tarballHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15902
2012-01-29link shared library file into single-binary-libHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15901
2011-11-17included Katja's unittests support from smlibHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15779
2011-11-16added PD_INCLUDE and .tcl files to the etagsHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15761
2011-10-31completed support for a libfoo.tcl shared libraryHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15688
2011-10-30added support for a libfoo.tcl shared libraryHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15687
2011-10-18load libmylib.so on GNU/Linux using DT_RUNPATH set to Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15620
2011-10-03fixed a couple omissions found when merging Makefile into tkwidgetsHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15471
2011-10-03fixed typo and set version to 1.0.11Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15468
2011-10-03added support for a shared library that all of the objects can useHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15467
2011-10-03merged in IOhannes' ALL_*FLAGS code with some minor changesHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15466
2011-10-02don't differentiate GNU/Hurd and GNU/kFreeBSD from GNU/Linux since they ↵Hans-Christoph Steiner
should have the same libs svn path=/trunk/externals/template/; revision=15450
2011-10-02added platform-specific LIBS varsHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15449
2011-10-02updated .PHONYHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15448
2011-10-02updated single_install to use current sub install targetsHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15446
2011-07-26fixed finding stuff in %ProgramFiles% correctly, needed to eval the var not ↵Hans-Christoph Steiner
in the Makefile but the shell svn path=/trunk/externals/template/; revision=15165
2011-07-26renamed var PROGRAMFILES to ProgramFiles since some IDEs are case sensitive ↵Hans-Christoph Steiner
for env vars, tho Windows is usually not svn path=/trunk/externals/template/; revision=15164
2011-07-15set CC=gcc on MinGW since MinGW often doesn't have ccHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15153
2011-03-08added support for standalone .tcl files for GUI objectsHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=15019
2011-02-11NDK_TOOLCHAIN is used by Android NDK for something else, so rename to ↵Hans-Christoph Steiner
NDK_TOOLCHAIN_BASE svn path=/trunk/externals/template/; revision=14912
2011-02-08fixed Android support to work seamlessly with NDKr5 on GNU/Linux and Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14873
2011-01-03for android, need to set include path tooHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14690
2011-01-03first stab at a working android build setupHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14689
2010-11-22moved -DPD to the CFLAGS += section so that CFLAGS can be more easily overriddenHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14498
2010-11-22re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14463
2010-11-21added build configs for Debian GNU/Hurd and GNU/kFreeBSDHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14450
2010-09-22fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable thatHans-Christoph Steiner
stopped the help patches for abstractions from being installed svn path=/trunk/externals/template/; revision=14178
2010-09-14removed MinGW CPU flags so it'll build on MinGW64 by defaultHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14140
2010-09-12fixed bug in libs/folders that end in ~; bumped to 1.0.4Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14083
2010-09-07added PD_INCLUDE to set the folder where the Pd headers are, i.e. ↵Hans-Christoph Steiner
/usr/include/pd, /usr/local/include/pdextended, /Applications/Pd-extended/Contents/Resources/include, etc. svn path=/trunk/externals/template/; revision=13990
2010-09-05converted to use autotools-style INSTALL_PROGRAM and INSTALL_DATAHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13974
2010-08-23added version macro based on version in meta fileHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13901
2010-08-23removed broken target that overrides actual target just to display a messageHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13900
2010-08-23cleaned up commentsHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13898
2010-08-23forgot to remove one reference to SOURCES_LIBHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13897
2010-08-23removed platform-specific SOURCES_* variablefrom header since they are ↵Hans-Christoph Steiner
rarely used. They are still supported svn path=/trunk/externals/template/; revision=13891
2010-08-23reverted some things to keep it simple; made section for CFLAGS, LDFLAGS, ↵Hans-Christoph Steiner
LIBS for advanced editors; bumped version to 1.0.2 svn path=/trunk/externals/template/; revision=13890
2010-08-21cleaned up MakefileIOhannes m zmölnig
- use $@, $^ and $< rather than reexpanding manually - added SOURCES_LIB for sources that provide shared functions but no object - removed SOURCES_android as there is no android support yet - use HELPPATCHES to enumerate -help.pd; is usually generated but can be forced to user defined values svn path=/trunk/externals/template/; revision=13880
2010-08-11upgraded Makefile to 1.0.1 to support 'make dpkg-source'Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13790
2010-04-26set default install location to ~/Library/Pd on Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13478