From 76430a8935097f4cee5befd550d2dcc043774d19 Mon Sep 17 00:00:00 2001 From: jdl Date: Wed, 26 Feb 2003 22:06:39 +0000 Subject: added split. split incoming symbol at delim svn path=/trunk/externals/cxc/; revision=434 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2cf292e..8f9c078 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ VERSION = \"$(shell cat VERSION)\" LIBOSC = TARGETS = binshift ascwave ixprint bangfilt bangfilt2 \ - counter reson prepend microtime ascseq \ + counter reson prepend split microtime ascseq \ randomix ENV proc mean sigdelta cx # mean @@ -18,7 +18,7 @@ TARGETS = binshift ascwave ixprint bangfilt bangfilt2 \ LINUXOBJECTS = $(TARGETS:%=%.o) -LINCLUDE = -I. -I../pd-0.35-0/src +LINCLUDE = -I. -I../../pd/src # possible defines # -DPRINTADDRS DEBUG = -DDEBUG -ggdb -- cgit v1.2.1