[Top][All Lists]
[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!
- pattern matching and computed variable names,
P C <=