>> Would it make sense to allow that another special syntax will denote >> additional placeholders (similar to the handling of the percent character)? > > Take a look at > https://www.gnu.org/software/make/manual/html_node/Static-Usage.html
Thanks for your link. > It may enable what you want already. The provided example looks promising. bigoutput littleoutput : %output : text.g generate text.g -$* > $@ I got another software development concern for such an use case. * Can it eventually happen that dependencies will not be resolved if target names do not contain the percent character? * Should the determination of prefixes and suffixes just work here? * Can another link help in the section “How patterns match” of the documentation? > Otherwise, give a specific example of what it is you can't do > with the existing syntax. I am also interested in data processing for several fields from targets (and not only a single “%” as the usual placeholder). Will it make sense to capture any more data into corresponding variables? Regards, Markus _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make