Update of /cvsroot/pure-data/externals/cxc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8672
Modified Files: makefile Log Message: removed counter and prepend from makefile
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/cxc/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** makefile 1 Mar 2003 18:37:23 -0000 1.4 --- makefile 4 Nov 2004 20:59:42 -0000 1.5 *************** *** 9,13 **** WFLAGS = IFLAGS = -I. -I../../pd/src ! PREFIX=/usr/lib INSTALL_PREFIX=$(PREFIX)
--- 9,13 ---- WFLAGS = IFLAGS = -I. -I../../pd/src ! PREFIX=/usr/ INSTALL_PREFIX=$(PREFIX)
*************** *** 23,27 **** LIBS = -lc -lm #LIBS = -lpthread -lm -lc ! SOURCES = ENV.c ascseq.c ascwave.c bangfilt.c bangfilt2.c binshift.c counter.c cx.c ixprint.c mean.c microtime.c prepend.c proc.c randomix.c reson.c sigdelta.c split.c TARGETS = $(SOURCES:.c=.$(EXT))
--- 23,27 ---- LIBS = -lc -lm #LIBS = -lpthread -lm -lc ! SOURCES = ENV.c ascseq.c ascwave.c bangfilt.c bangfilt2.c binshift.c cx.c ixprint.c mean.c microtime.c proc.c randomix.c reson.c sigdelta.c split.c TARGETS = $(SOURCES:.c=.$(EXT))