diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 17:40:10 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 17:40:10 +0000 |
commit | 6f427f53e5506f503e8df11499bde0bd6ddc5998 (patch) | |
tree | 4289dd5549b4d877c29e56c2a47ce813049e66ba /src/makefile_lin | |
parent | 1d7b807215430e7edbe04213885c345a420134b3 (diff) |
changed files to new naming convention
svn path=/trunk/externals/iem/iem_adaptfilt/; revision=7293
Diffstat (limited to 'src/makefile_lin')
-rw-r--r-- | src/makefile_lin | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/makefile_lin b/src/makefile_lin index 1e6a625..6db08d8 100644 --- a/src/makefile_lin +++ b/src/makefile_lin @@ -2,14 +2,14 @@ current: all .SUFFIXES: .pd_linux -INCLUDE = -I. -I/usr/local/src/pd-0.37-1/src +INCLUDE = -I. -I/usr/local/src/pd/src LDFLAGS = -export-dynamic -shared LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: -CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ +CFLAGS = -DPD -DUNIX -W -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ -DDL_OPEN @@ -17,10 +17,10 @@ SYSTEM = $(shell uname -m) # the sources -SRC = sigNLMS.c \ - sigNLMSCC.c \ - sign_CNLMS.c \ - sign_CLNLMS.c \ +SRC = NLMS~.c \ + NLMSCC~.c \ + n_CNLMS~.c \ + n_CLNLMS~.c \ iem_adaptfilt.c TARGET = iem_adaptfilt.pd_linux |