If it helps any, look at the build.ninja used by Ninja itself:
http://martine.github.com/ninja/build.ninja.html
As Elazar said, you should generate it with a script.
On Thu, Apr 26, 2012 at 5:21 AM, xancorreu <
xanc...@gmail.com> wrote:
> Hi another time,
>
> I read the manual, but I can't find how to process a set of files with
> specific matching name. I'm interested in all files with .o extension in the
> directory mydirectory.
>
> Something like:
>
> rule cc
> command = clang++ -o $out $in
> description = Execució de clang++ (thanks for the patch ;)