Re: [Rd] Makefiles and other customization

2005-11-24 Thread Kurt Hornik
> Ross Boylan writes: > Writing R Extensions mentions that a package developer can provide a > Makefile, but gives very little information about what should be in it. > It says there must be a clean target, and later on there's mention of > $(SHLIB): $(OBJECTS) > $(SHLIB_LIN

Re: [Rd] Makefiles and other customization

2005-11-23 Thread Ross Boylan
On Wed, 2005-11-23 at 15:47 -0800, Kasper Daniel Hansen wrote: > Well you can have a look at etc/Makeconf. I have had some troubles > understanding the make process myself (which probably reveals I am > not a make guru), but it really depends on what you want to > accomplish - and from a cert

Re: [Rd] Makefiles and other customization

2005-11-23 Thread Kasper Daniel Hansen
Well you can have a look at etc/Makeconf. I have had some troubles understanding the make process myself (which probably reveals I am not a make guru), but it really depends on what you want to accomplish - and from a certain perspective it is all documented in the sources. I think you nee