aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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
2010-04-25fixed iphoneos build and added 64-bit to Mac OS X universal builds if ↵Hans-Christoph Steiner
building on 10.5 or newer svn path=/trunk/externals/template/; revision=13470
2010-04-06fixed clean target, it wasn't cleaning the .o file for the lib file for ↵Hans-Christoph Steiner
single libs svn path=/trunk/externals/template/; revision=13383
2010-04-06updated libdir style projects with latest version of Makefile templateHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13377
2010-04-06use sed to get the library version from the meta file so that it is the ↵Hans-Christoph Steiner
canonical place to set the version svn path=/trunk/externals/template/; revision=13376
2010-04-06oops forgot the meta fileHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13375
2010-04-06first stab at making a complete template library using the template Makefilesvn2git-rootHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13374