> 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
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
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