[PD] Freeverb~ Makefile

CK chris at lo-res.org
Wed Feb 1 21:17:23 CET 2006


I read:
> Dose anyone have a makefile for freeverb~ ( linux ) that they could post ?. 

adjust the path to the pd sources,

all:
         g++ -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshad
ow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I/home/
x/audio/sw/pd/pd-0.37-0/src -c -o freeverb~.o freeverb~.cpp  -lc -lm 
         ld -export_dynamic  -shared -o freeverb~.pd_linux freeverb~.o -lc -lm
         strip --strip-unneeded freeverb~.pd_linux


HTH

x

-- 
chris at lo-res.org	Postmodernism is german romanticism with better
http://pilot.fm/	special effects. (Jeff Keuss / via ctheory.net)




More information about the Pd-list mailing list