From 74b004ee8a097fb0eb748431c8af1bd3f71d26a3 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 4 Jul 2013 15:29: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=17183 --- iem_t3_lib/src/makefile_linux | 52 ------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 iem_t3_lib/src/makefile_linux (limited to 'iem_t3_lib/src/makefile_linux') diff --git a/iem_t3_lib/src/makefile_linux b/iem_t3_lib/src/makefile_linux deleted file mode 100644 index aac7826..0000000 --- a/iem_t3_lib/src/makefile_linux +++ /dev/null @@ -1,52 +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 -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ - -DDL_OPEN -fPIC - -SYSTEM = $(shell uname -m) - -# the sources - -SRC = t3_bpe.c \ - t3_delay.c \ - t3_line~.c \ - t3_metro.c \ - t3_sig~.c \ - t3_timer.c \ - iem_t3_lib.c - -TARGET = iem_t3_lib.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