Re: [PD-dev] Makefile configuration question

2006-12-04 Thread Hans-Christoph Steiner
Its quick if you have the Pd sources, and will save you effort in the long run. export CVSROOT=":pserver:[EMAIL PROTECTED]:/ cvsroot/pure-data" mkdir pure-data cd pure-data cvs login cvs co pd cvs co externals cvs co packages mkdir externals/ericlyon cp /path/to/your/*.c externals/ericl

Re: [PD-dev] Makefile configuration question

2006-12-04 Thread Hans-Christoph Steiner
You could use the Pd-extended build stuff, then only have to maintain one target for all platforms (GNU/Linux, Mac OS X, and Windows) and you get automatic inclusion into Pd-extended, nightly builds on all these platforms, as well as automatic handling of global CPU optimization flags.

Re: [PD-dev] Makefile configuration question

2006-12-04 Thread Miller Puckette
THere's a makefile in "expr~" that combines three object files... the makefile is a bit ugly but could be a good starting point. cheers Miller On Mon, Dec 04, 2006 at 03:56:57PM +, Eric Lyon wrote: > Greetings, > > I need some advice for how to modify the Pd Makefile for when I need to > com

[PD-dev] Makefile configuration question

2006-12-04 Thread Eric Lyon
Greetings, I need some advice for how to modify the Pd Makefile for when I need to compile more than one code file into an external, yet do not wish to create a separate library. Say I have a main file for the external, "tightdsp~.c" another file containing support functions, "dsphelper1.c" and a