automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with dependencies


From: Stefan
Subject: Problem with dependencies
Date: Sat, 5 Nov 2011 11:07:06 +0100

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

.R.pdf:
        Do stuff

.data.pdf:
        Do the same stuff as for .R

in the Makefile.am (plus a bit of other settings).
For changes in the R-script, the pdfs are updated, but not if I change 
something in the data.
What am I doing wrong, here?

greetings,

Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]