aboutsummaryrefslogtreecommitdiff
path: root/Make.include
diff options
context:
space:
mode:
Diffstat (limited to 'Make.include')
-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
+
+
+
+