From b2ccc0f603872267c4a1173f5bf3ea52a3ec5009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 21 May 2007 11:27:22 +0000 Subject: what the heck... svn path=/trunk/externals/iem/iem_adaptfilt/; revision=7700 --- src/makefile.txt | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 src/makefile.txt (limited to 'src/makefile.txt') diff --git a/src/makefile.txt b/src/makefile.txt deleted file mode 100644 index 699a5f2..0000000 --- a/src/makefile.txt +++ /dev/null @@ -1,50 +0,0 @@ -current: all - -.SUFFIXES: .pd_linux - -INCLUDE = -I. -I/usr/local/src/pd-0.37-1/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 \ - -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ - -DDL_OPEN - -SYSTEM = $(shell uname -m) - -# the sources - -SRC = NLMS~.c \ - NLMSCC~.c \ - n_CNLMS~.c \ - iem_adaptfilt.c - -TARGET = iem_adaptfilt.pd_linux - - -OBJ = $(SRC:.c=.o) - -# -# ------------------ targets ------------------------------------ -# - -clean: - rm $(TARGET) - rm *.o - -all: $(OBJ) - @echo :: $(OBJ) - ld $(LDFLAGS) -o $(TARGET) *.o $(LIB) - strip --strip-unneeded $(TARGET) - rm *.o - -$(OBJ) : %.o : %.c - touch $*.c - cc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c - - - - -- cgit v1.2.1