[PD-cvs] SF.net SVN: pure-data:[10618] trunk/externals/pdvjtools/pdp_freeframe/ Makefile.config

lluisbigorda at users.sourceforge.net lluisbigorda at users.sourceforge.net
Sun Jan 25 01:22:35 CET 2009


Revision: 10618
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10618&view=rev
Author:   lluisbigorda
Date:     2009-01-25 00:22:35 +0000 (Sun, 25 Jan 2009)

Log Message:
-----------
makefile works on pd-svn tree

Modified Paths:
--------------
    trunk/externals/pdvjtools/pdp_freeframe/Makefile.config

Modified: trunk/externals/pdvjtools/pdp_freeframe/Makefile.config
===================================================================
--- trunk/externals/pdvjtools/pdp_freeframe/Makefile.config	2009-01-24 22:43:09 UTC (rev 10617)
+++ trunk/externals/pdvjtools/pdp_freeframe/Makefile.config	2009-01-25 00:22:35 UTC (rev 10618)
@@ -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
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list