From 4d924e08a85c14d113842d3a1026d9d1d66c40ad Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 4 Jul 2013 15:04:30 +0000 Subject: iemlib.h now in include folder parallel to library folder, changed makefiles,, removed iemlib.h and makefile_linux svn path=/trunk/externals/iemlib/; revision=17180 --- iemlib1/src/makefile_linux | 73 ---------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 iemlib1/src/makefile_linux (limited to 'iemlib1/src/makefile_linux') diff --git a/iemlib1/src/makefile_linux b/iemlib1/src/makefile_linux deleted file mode 100644 index 6e9f461..0000000 --- a/iemlib1/src/makefile_linux +++ /dev/null @@ -1,73 +0,0 @@ -current: all - -.SUFFIXES: .pd_linux - -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 \ - -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ - -DDL_OPEN -fPIC - -SYSTEM = $(shell uname -m) - -# the sources - -SRC = biquad_freq_resp.c \ - db2v.c \ - f2note.c \ - filter~.c \ - FIR~.c \ - for++.c \ - gate.c \ - hml_shelf~.c \ - iem_cot4~.c \ - iem_delay~.c \ - iem_pow4~.c \ - iem_sqrt4~.c \ - lp1_t~.c \ - mov_avrg_kern~.c \ - para_bp2~.c \ - peakenv~.c \ - peakenv_hold~.c \ - prvu~.c \ - pvu~.c \ - rvu~.c \ - sin_freq~.c \ - sin_phase~.c \ - sparse_FIR~ \ - soundfile_info.c \ - split.c \ - v2db.c \ - vcf_filter~.c \ - iemlib1.c - -TARGET = iemlib1.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) - mv $(TARGET) .. - -$(OBJ) : %.o : %.c - $(CC) $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c - - - - -- cgit v1.2.1