aboutsummaryrefslogtreecommitdiff
path: root/Make.include
blob: 74f32b7e2cc6fceeec577924d0f5d48616319a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
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