On Sunday 06 November 2011, Stefan wrote:
> OK, here is my Makefile.am, which at this point works.
> But it does not include the data dependency:
>
Yes, but we'd like to see the one that is failing, otherwise
how can we see what's wrong? :-)
> @SET_MAKE@
>
> ACLOCAL_AMFLAGS = -I share/misc/m4
>
Oh, and my Automake Version is 1.10.1.
Am 06.11.2011 um 10:14 schrieb Stefano Lattarini:
> On Saturday 05 November 2011, Stefan wrote:
>> Hi automake list!
>>
>> I'm trying to write a Makefile(.am) to make pdf plots from R scripts.
>> Hence the plot is depending on the script and the data. What
OK, here is my Makefile.am, which at this point works. But it does not include
the data dependency:
@SET_MAKE@
ACLOCAL_AMFLAGS = -I share/misc/m4
SUFFIXES = .R .pdf
noinst_PLOTS = R_Double_new.pdf sample_distris.pdf
noinst_DATA = R_Double_new.histo
noinst_R = R_Double_new.R sample_distris.R
no
On Saturday 05 November 2011, Stefan wrote:
> Hi automake list!
>
> I'm trying to write a Makefile(.am) to make pdf plots from R scripts.
> Hence the plot is depending on the script and the data. What I tried
> is:
>
> SUFFIXES = .R .data .pdf
>
> .R
> make R script executable
>
[Nit: doe