From f809b1eafbf62d579954248f6c48301ba17dc89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 16 Nov 2011 12:47:34 +0000 Subject: remove duplicate makefile: re-use makefile_linux svn path=/trunk/externals/iem/iem_tab/; revision=15759 --- src/makefile | 87 +----------------------------------------------------------- 1 file changed, 1 insertion(+), 86 deletions(-) diff --git a/src/makefile b/src/makefile index e43df56..630865f 100644 --- a/src/makefile +++ b/src/makefile @@ -1,86 +1 @@ -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 -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 = tab_abs.c \ - tab_add.c \ - tab_add_scalar.c \ - tab_carth2polar.c \ - tab_complex_inv.c \ - tab_complex_mul.c \ - tab_const.c \ - tab_conv.c \ - tab_copy.c \ - tab_counter.c \ - tab_cross_corr.c \ - tab_div.c \ - tab_eq.c \ - tab_eq_scalar.c \ - tab_fft.c \ - tab_find_exact_peaks.c \ - tab_find_peaks.c \ - tab_ge.c \ - tab_ge_scalar.c \ - tab_gt.c \ - tab_gt_scalar.c \ - tab_get_size.c \ - tab_ifft.c \ - tab_le.c \ - tab_le_scalar.c \ - tab_lt.c \ - tab_lt_scalar.c \ - tab_max_index.c \ - tab_min_index.c \ - tab_min_max.c \ - tab_mul.c \ - tab_mul_scalar.c \ - tab_ne.c \ - tab_ne_scalar.c \ - tab_reverse.c \ - tab_rfft.c \ - tab_rifft.c \ - tab_sqrt.c \ - tab_sub.c \ - tab_sum.c \ - iem_tab.c - -TARGET = iem_tab.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 - - - - +include makefile_linux -- cgit v1.2.1