diff options
author | jdl <x75@users.sourceforge.net> | 2004-11-04 20:59:42 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2004-11-04 20:59:42 +0000 |
commit | 12dfd2b6e5510d1336df243ad72bbf06f8327892 (patch) | |
tree | 49cd4ee1edb9a4b089db77d1eadfdfea9b1acfb9 | |
parent | eff932d9e16b6eceb2360a71803e03b2e9d9f1e7 (diff) |
removed counter and prepend from makefile
svn path=/trunk/externals/cxc/; revision=2208
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ AFLAGS = LFLAGS = -export_dynamic -shared WFLAGS = IFLAGS = -I. -I../../pd/src -PREFIX=/usr/lib +PREFIX=/usr/ INSTALL_PREFIX=$(PREFIX) VERSION = \"$(shell cat VERSION)\" @@ -22,7 +22,7 @@ CXXFLAGS = $(CFLAGS) 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 +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)) # all: $(TARGETS) |