help-make
[Top][All Lists]
Advanced

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

pattern matching and computed variable names


From: P C
Subject: pattern matching and computed variable names
Date: Sat, 27 Feb 2010 07:01:53 -0800 (PST)

Hello,

I tried to use pattern % to compute a variable name, but the following doesn't 
work:

.f90:
myvar = foo
myvar:%:$(%).f90
    @echo $^

make myvar gives:
.f90

instead of the foo.f90. Is this expected? Is there a work around it? Thanks!


      




reply via email to

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