aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2004-11-04 20:59:42 +0000
committerjdl <x75@users.sourceforge.net>2004-11-04 20:59:42 +0000
commit12dfd2b6e5510d1336df243ad72bbf06f8327892 (patch)
tree49cd4ee1edb9a4b089db77d1eadfdfea9b1acfb9
parenteff932d9e16b6eceb2360a71803e03b2e9d9f1e7 (diff)
removed counter and prepend from makefile
svn path=/trunk/externals/cxc/; revision=2208
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 5b33c29..e5f370b 100644
--- a/makefile
+++ b/makefile
@@ -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)