aboutsummaryrefslogtreecommitdiff
path: root/src/makefile_lin
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile_lin')
-rw-r--r--src/makefile_lin12
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