aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Kelly <edkelly@users.sourceforge.net>2009-05-09 18:57:33 +0000
committerEd Kelly <edkelly@users.sourceforge.net>2009-05-09 18:57:33 +0000
commit90f8456eef2c88807c8fd8a3be376fd41c6ee6bb (patch)
tree54875f0d76ff0b7dbe4dd5bee842caa2a6ef117d
parent5817ef3ca7168edcaea018eda0708ccf5256b739 (diff)
New weightonset external
svn path=/trunk/externals/pdvjtools/; revision=11309
-rw-r--r--pdp_freeframe/Makefile2
-rw-r--r--pdp_freeframe/Makefile.config6
-rw-r--r--pdp_frei0r/Makefile2
3 files changed, 5 insertions, 5 deletions
diff --git a/pdp_freeframe/Makefile b/pdp_freeframe/Makefile
index 60c358b..7fa28dc 100644
--- a/pdp_freeframe/Makefile
+++ b/pdp_freeframe/Makefile
@@ -7,7 +7,7 @@ PDP_MOD = pdp_freeframe.o
# build basic image processing modules (derived from base class)
all: $(PDP_MOD)
- $(CC) -export_dynamic -shared -o pdp_freeframe.pd_linux *.o $(PDP_LIBS)
+ $(CC) --export_dynamic -shared -o pdp_freeframe.pd_linux *.o $(PDP_LIBS)
clean:
rm -f *~
diff --git a/pdp_freeframe/Makefile.config b/pdp_freeframe/Makefile.config
index 986e6ce..930c207 100644
--- a/pdp_freeframe/Makefile.config
+++ b/pdp_freeframe/Makefile.config
@@ -2,10 +2,10 @@
# specify pd's include path here and ignore the warning
#
FF_PLUGIN_DIR=/usr/lib/FreeFrame
-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
+PD_CPPFLAGS=-I/home/synchroma/software/pd/Pd-0.40.3-extended/pd/src
+PDP_CFLAGS=-I/home/synchroma/software/pd/svn/pure-data/externals/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
+prefix=/usr
PDP_VERSION = 0.0.1
PDP_TARGET = linux
PDP_LIBRARY_NAME = pdp_freeframe.pd_linux
diff --git a/pdp_frei0r/Makefile b/pdp_frei0r/Makefile
index 30b81e0..3282768 100644
--- a/pdp_frei0r/Makefile
+++ b/pdp_frei0r/Makefile
@@ -5,7 +5,7 @@ include Makefile.config
PDP_MOD = pdp_frei0r.o
all: $(PDP_MOD)
- $(CC) -export_dynamic -shared -o pdp_frei0r.pd_linux *.o $(PDP_LIBS)
+ $(CC) --export-dynamic -shared -o pdp_frei0r.pd_linux *.o $(PDP_LIBS)
clean:
rm -f *~