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!
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
