[Omake] implicit rules with more than one wildcard

Ted Sandler tsandler at seas.upenn.edu
Mon Jul 3 11:59:46 PDT 2006


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


More information about the Omake mailing list