From 6f427f53e5506f503e8df11499bde0bd6ddc5998 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Thu, 11 Jan 2007 17:40:10 +0000 Subject: changed files to new naming convention svn path=/trunk/externals/iem/iem_adaptfilt/; revision=7293 --- src/makefile_lin | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/makefile_lin') 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 -- cgit v1.2.1