<div dir="ltr">Thanks!<div><br></div><div>I was trying to set up some kind of wildcard rule to build all cpp files in all subdirectories, but I can't figure out how. Is that supported? I browsed few projects out there and they seemed to be explicit about files that are getting built. </div><div><br></div><div>What I'm looking for is something like:</div><div>lib{mylib}: cxx{ < find all cpp files matching a wildcard > }</div><div><br></div><div>Cheers,</div><div>Mateusz</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 29, 2016 at 1:25 PM, Boris Kolpackov <span dir="ltr"><<a href="mailto:boris@codesynthesis.com" target="_blank">boris@codesynthesis.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mateusz,<br>
<span class=""><br>
Mateusz Wykurz <<a href="mailto:wykurz@gmail.com">wykurz@gmail.com</a>> writes:<br>
<br>
> I'm looking for buildfile syntax documentation. The best source of<br>
> information I have found so far are the talks (with slides). Is<br>
> there some form of comprehensive text that would cover it though?<br>
<br>
</span>No, not yet. It is still pretty much in flux but once things stabilize,<br>
that will definitely become a priority.<br>
<br>
In the meantime, the best source of practical information are the<br>
buildfiles for projects that we have packaged. They are pretty well<br>
documented and can be found here:<br>
<br>
<a href="https://cppget.org/" rel="noreferrer" target="_blank">https://cppget.org/</a><br>
<a href="https://queue.cppget.org/" rel="noreferrer" target="_blank">https://queue.cppget.org/</a><br>
<br>
For a more theoretical side (i.e., valid syntax, etc), you can take<br>
a look at the tests/ subdirectory in build2. It is a bit of a mess<br>
thought ;-)<br>
<br>
Also, if you have any questions, shout!<br>
<span class="HOEnZb"><font color="#888888"><br>
Boris<br>
</font></span></blockquote></div><br></div>