Revision: 10619 http://pure-data.svn.sourceforge.net/pure-data/?rev=10619&view=rev Author: lluisbigorda Date: 2009-01-25 00:24:58 +0000 (Sun, 25 Jan 2009)
Log Message: ----------- makefile works on pd-svn tree
Modified Paths: -------------- trunk/externals/pdvjtools/pdp_frei0r/Makefile.config
Modified: trunk/externals/pdvjtools/pdp_frei0r/Makefile.config =================================================================== --- trunk/externals/pdvjtools/pdp_frei0r/Makefile.config 2009-01-25 00:22:35 UTC (rev 10618) +++ trunk/externals/pdvjtools/pdp_frei0r/Makefile.config 2009-01-25 00:24:58 UTC (rev 10619) @@ -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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.