aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2009-01-25 00:24:58 +0000
committerlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2009-01-25 00:24:58 +0000
commitefeebbd30c411b59bb9b38ef824231af8ae1a891 (patch)
tree22d06716dc274e99bec49ced03af457d6a15ff74
parent5b0b7804ff4b59b4233d0af58b2a8802e253f5c3 (diff)
makefile works on pd-svn tree
svn path=/trunk/externals/pdvjtools/; revision=10619
-rw-r--r--pdp_frei0r/Makefile.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/pdp_frei0r/Makefile.config b/pdp_frei0r/Makefile.config
index cf89221..d1a4bd6 100644
--- a/pdp_frei0r/Makefile.config
+++ b/pdp_frei0r/Makefile.config
@@ -2,17 +2,17 @@
# specify pd's include path here and ignore the warning
#
FR_PLUGIN_DIR=/usr/local/lib/frei0r-1/
-PD_CPPFLAGS=-I/usr/local/pd/src
-PDP_CFLAGS=-I/usr/local/pd/pdp/include -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -ffast-math -freg-struct-return -DLINUX
+PD_CPPFLAGS=-I../../../pd/src
+PDP_CFLAGS=-I../../pdp/include -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -ffast-math -freg-struct-return -DLINUX
prefix=/usr/local
PDPF_VERSION = 0.1
PDPF_TARGET = linux
PDPF_LIBRARY_NAME = pdp_frei0r.pd_linux
-PDP_CPPFLAGS = -I. -I/usr/X11R6/include -I../include -I../../include $(PD_CPPFLAGS)
+PDP_CPPFLAGS = -fPIC -I. -I/usr/X11R6/include -I/usr/include $(PD_CPPFLAGS) $(PDP_CFLAGS)
-PDP_CFLAGS += -DPDPF_VERSION=\"$(PDPF_VERSION)\" -DFR_PLUGIN_DIR=\"$(FR_PLUGIN_DIR)\"
+PDP_CFLAGS += -fPIC -DPDPF_VERSION=\"$(PDPF_VERSION)\" -DFR_PLUGIN_DIR=\"$(FR_PLUGIN_DIR)\"
CC = gcc