<div dir="ltr">Hi Ricky, <div><br></div><div>There is a makefile template in the pd's external repository [1].</div><div>There is also some tutorial on <a href="http://puredata.info">puredata.info</a> that explains the libdir format [2] and the library template [3].</div><div>They are good starting points.</div><div><br></div><div>Concerning the Makefile system I wrote for Cream library, it is based on the pix_opencv building system, which based on Gem's one.</div><div>All three are using are using autotools to generate Makefile.</div><div>It allows to check for library and configure according to what is available on building machine.</div><div>To start with autotool, you need at least the autogen.sh script (which you don't need to modify), a <a href="http://configure.ac">configure.ac</a> file and one or more Makefile.am.</div><div>To build, you have to first run ./autogen.sh to generate a configure script.</div><div>Then run this script to produce Makefile and finally run make.</div><div>They are plenty of tutorials on autotool over internet.</div><div><br></div><div>+</div><div>a</div><div><br></div><div>[1] : <a href="http://svn.code.sf.net/p/pure-data/svn/trunk/externals/template/">http://svn.code.sf.net/p/pure-data/svn/trunk/externals/template/</a></div><div>[2] : <a href="http://puredata.info/docs/developer/Libdir">http://puredata.info/docs/developer/Libdir</a></div><div>[3] : <a href="http://puredata.info/docs/developer/LibraryTemplate">http://puredata.info/docs/developer/LibraryTemplate</a></div></div><div class="gmail_extra"><br clear="all"><div>--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br></div>
<br><div class="gmail_quote">2014-09-29 16:27 GMT+02:00 Ricky <span dir="ltr"><<a href="mailto:ricky@rickygraham.net" target="_blank">ricky@rickygraham.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
De : Ricky <<a href="mailto:ricky@rickygraham.net">ricky@rickygraham.net</a>><br>
Sujet : Pd Makefile for Mac<br>
<br>
Corps du message :<br>
Hi Antoine,<br>
<br>
Pierre Guillot has suggested I contact you to see if you can provide a good working Makefile template and/or tutorial for Pd?<br>
<br>
Best wishes,<br>
Ricky<br>
<br>
--<br>
Ce email a été envoyé via formulaire de contact le Antoine Villeret <a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br>
<br>
</blockquote></div><br></div>