aboutsummaryrefslogtreecommitdiff
path: root/pdp_freeframe
diff options
context:
space:
mode:
authorlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2009-01-25 00:22:35 +0000
committerlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2009-01-25 00:22:35 +0000
commit5b0b7804ff4b59b4233d0af58b2a8802e253f5c3 (patch)
tree440424ded89466bd1e0ab26c5aadd7a5aa3b79ab /pdp_freeframe
parentbee6c8f7690b5fe8425bb17b57fe1cb07e236641 (diff)
makefile works on pd-svn tree
svn path=/trunk/externals/pdvjtools/; revision=10618
Diffstat (limited to 'pdp_freeframe')
-rw-r--r--pdp_freeframe/Makefile.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/pdp_freeframe/Makefile.config b/pdp_freeframe/Makefile.config
index 2d0444b..1ff0e12 100644
--- a/pdp_freeframe/Makefile.config
+++ b/pdp_freeframe/Makefile.config
@@ -2,18 +2,18 @@
# specify pd's include path here and ignore the warning
#
FF_PLUGIN_DIR=/usr/lib/FreeFrame
-PD_CPPFLAGS=-I/usr/src/pd-0.40-2/src
-PDP_CFLAGS=-I/usr/src/pdp-0.12.5-test-7/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../../../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
PDP_VERSION = 0.0.1
PDP_TARGET = linux
PDP_LIBRARY_NAME = pdp_freeframe.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)
#--gstabs
-PDP_CFLAGS += -DPDP_VERSION=\"$(PDP_VERSION)\" -DFF_PLUGIN_DIR=\"$(FF_PLUGIN_DIR)\"
+PDP_CFLAGS += -fPIC -DPDP_VERSION=\"$(PDP_VERSION)\" -DFF_PLUGIN_DIR=\"$(FF_PLUGIN_DIR)\"
CC = gcc