Hi all. Does OMake have a way of parameterizing targets on more than
one argument? Here's an example of what I have in mind:
%_vs_%.out: $1.foo $2.bar
cat $1.foo $2.bar > $1_vs_$2.out
If not, are there work arounds? And if not, what about other build
tools that handle this sort of thing?
Thanks,
Ted