aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-14 18:01:30 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-14 18:01:30 +0000
commitb235d2ec7cff539db0f892a70f005a0df9412d85 (patch)
tree44b25bbd6862a417c77f05f43eee64ce389d44e6
parente2d5d0974639ac1dc9929a85211b889ba68b4e73 (diff)
makefile-snippet that is included by the makefiles for the libraries
svn path=/trunk/externals/iemlib/; revision=3888
-rw-r--r--Make.include12
1 files changed, 12 insertions, 0 deletions
diff --git a/Make.include b/Make.include
new file mode 100644
index 0000000..74f32b7
--- /dev/null
+++ b/Make.include
@@ -0,0 +1,12 @@
+PDSOURCE = /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
+
+
+
+