From ad23543fee0496519b1a41839bf388d6c9ffba46 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 4 Jul 2013 17:31:48 +0000 Subject: iemlib.h now in include folder parallel to library folder, changed makefiles,, removed iemlib.h and makefile_linux svn path=/trunk/externals/iem/iem_delay/; revision=17189 --- src/makefile_linux | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 src/makefile_linux (limited to 'src/makefile_linux') diff --git a/src/makefile_linux b/src/makefile_linux deleted file mode 100644 index 24a337c..0000000 --- a/src/makefile_linux +++ /dev/null @@ -1,50 +0,0 @@ -current: all - -.SUFFIXES: .pd_linux - -INCLUDE = -I. -I/usr/local/src/pd/src - -LDFLAGS = -export-dynamic -shared -LIB = -ldl -lm - -#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 -fno-strict-aliasing \ - -DDL_OPEN -fPIC - -SYSTEM = $(shell uname -m) - -# the sources - -SRC = n_delay1p_line~.c \ - n_delay2p_line~.c \ - nz~.c \ - block_delay~.c \ - iem_delay.c - -TARGET = iem_delay.pd_linux - - -OBJ = $(SRC:.c=.o) - -# -# ------------------ targets ------------------------------------ -# - -clean: - rm ../$(TARGET) - rm *.o - -all: $(OBJ) - @echo :: $(OBJ) - $(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB) - mv $(TARGET) .. - strip --strip-unneeded $(TARGET) - -$(OBJ) : %.o : %.c - $(CC) $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c - - - - -- cgit v1.2.1