aboutsummaryrefslogtreecommitdiff
path: root/src/iem_t3_lib/makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-14 18:08:59 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-14 18:08:59 +0000
commitcc8ea374e396a623e2c3e690c8e8efc47e0a1cbb (patch)
treeba613361041aecad52d580526c0ff7f5035130f9 /src/iem_t3_lib/makefile
parent72e644dbeb3a272508ca35a10537a5ca1a5c6edf (diff)
include ../../Make.include for things like the pd source-directory
svn path=/trunk/externals/iemlib/; revision=3891
Diffstat (limited to 'src/iem_t3_lib/makefile')
-rw-r--r--src/iem_t3_lib/makefile14
1 files changed, 2 insertions, 12 deletions
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