In a pattern rule like this:

$(SOME_JAR_FILES) : %.jar : Foo Bar Blah

...I can't write it to look like this:

$(SOME_JAR_FILES) : %.jar : $(SOME_VAR_FOR_%_CONTAINING_FILENAMES)

...and I can't write it like this:

$(SOME_JAR_FILES) : %.jar : $(SOME_VAR_FOR_$(*)_CONTAINING_FILENAMES)

Can I do what I want to here?  Is there another way?

Using GNU make 3.77 on Solaris 2.6.

Cheers,
Laird

Reply via email to