From cc8ea374e396a623e2c3e690c8e8efc47e0a1cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 14 Nov 2005 18:08:59 +0000 Subject: include ../../Make.include for things like the pd source-directory svn path=/trunk/externals/iemlib/; revision=3891 --- src/iem_t3_lib/makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/iem_t3_lib/makefile') diff --git a/src/iem_t3_lib/makefile b/src/iem_t3_lib/makefile index f9da63f..2e5cd8b 100644 --- a/src/iem_t3_lib/makefile +++ b/src/iem_t3_lib/makefile @@ -1,19 +1,9 @@ current: all .SUFFIXES: .pd_linux +include ../../Make.include -INCLUDE = -I. -I/usr/local/src/pd-0.37-4/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 -fPIC - -SYSTEM = $(shell uname -m) +INCLUDE = -I. -I$(PDSOURCE) # the sources -- cgit v1.2.1