aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2011-09-27crude fix to allow to install as 1-file-per-class libraryRoman Haefeli
svn path=/trunk/externals/zexy/; revision=15369
2009-05-06hopefully better tests for universal binary supportIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=11243
2009-04-07forgot linker flagsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10972
2009-04-07added checks for fat-binaries; LATER check whether this actually worksIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10970
2007-05-10added my own version of [pack] and [unpack] which do not have type-taggingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7648
2007-03-19added an aliasing "system": only the master objects are kept in CVS;IOhannes m zmölnig
aliases are copied (or linked) from the master objects svn path=/trunk/externals/zexy/; revision=7507
2007-03-14updated the zexy help-system: all reference-patches (aka help-patches) are ↵IOhannes m zmölnig
now to be found in the ./reference/ folder and are named <path>-help.pd; removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485
2006-11-03...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6218
2006-09-25reduced even more logic to make it even simplerIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6023
2006-09-25less magic (less errorprone)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6022
2006-06-20added a BUGS.txt file; added unit-test for [s2l]; added Makefile for unit ↵IOhannes m zmölnig
tests; added "tests" target to the src/Makefile which calls the unit-tests svn path=/trunk/externals/zexy/; revision=5266
2006-06-06seperated SOURCES into HELPERSOURCES (non-objects) and OJBECTSOURCES (real ↵IOhannes m zmölnig
objects), in order to not build (e.g.) "z_zexy.pd_linux" when splitting the library into externals svn path=/trunk/externals/zexy/; revision=5175
2006-06-06added build (and configure) target for compilation as single externals (as ↵IOhannes m zmölnig
opposed to 1 big library) svn path=/trunk/externals/zexy/; revision=5174
2006-03-06better dependencies; regenerate z_zexy.{c,h} if necessaryIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4651
2005-12-15beautified cflags a bitIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4224
2005-12-05on distclean remove configure-leftovers (but keep configure)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4148
2005-12-05on distclean delete w32-leftoversIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4147
2005-12-05remove zexyconf.h on distcleanIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4145
2005-11-29moved configuration from compiler-arguments into zexyconf.hIOhannes m zmölnig
only build regex if there is a regex.h in the system svn path=/trunk/externals/zexy/; revision=4080
2005-11-29hopefully fixed the dependencies of .d and Make.config and ....IOhannes m zmölnig
this should ease the build svn path=/trunk/externals/zexy/; revision=4079
2005-10-27removed the "newmakefile" targetIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3776
2005-10-27better make-systemIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3775