Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-07 | added 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-05 | converted to use autotools-style INSTALL_PROGRAM and INSTALL_DATA | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13974 | |||
2010-08-23 | added version macro based on version in meta file | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13901 | |||
2010-08-23 | removed broken target that overrides actual target just to display a message | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13900 | |||
2010-08-23 | cleaned up comments | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13898 | |||
2010-08-23 | forgot to remove one reference to SOURCES_LIB | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13897 | |||
2010-08-23 | removed 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-23 | reverted 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-21 | cleaned up Makefile | IOhannes 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-11 | upgraded Makefile to 1.0.1 to support 'make dpkg-source' | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13790 | |||
2010-04-26 | set default install location to ~/Library/Pd on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13478 | |||
2010-04-25 | fixed 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-06 | fixed 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-06 | updated libdir style projects with latest version of Makefile template | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13377 | |||
2010-04-06 | use 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-06 | oops forgot the meta file | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13375 | |||
2010-04-06 | first stab at making a complete template library using the template Makefilesvn2git-root | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13374 |