<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 05/10/16 17:07, Jason Ekstrand
wrote:<br>
</div>
<blockquote
cite="mid:CAOFGe97oWr3s6JnFYA+Qjutxwj8wvS_JFK=C9pksCcDpvVMXkw@mail.gmail.com"
type="cite">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
+$(builddir)/%_aubinator_xml.<wbr>h: $(srcdir)/../genxml/%.xml
Makefile<br>
+ $(MKDIR_GEN)<br>
+ $(AM_V_GEN) echo -n "static const uint8_t " > $@; \<br>
+ echo -n `basename $@` | sed -e 's,_aubinator_xml.h,,'
>> $@; \<br>
+ echo "_xml[] = {" >> $@; \<br>
+ cat $< | $(XXD) -i >> $@; \<br>
+ echo "};" >> $@<br>
</blockquote>
<div><br>
</div>
<div>I talked to Sirisha a bit yesterday and she wasn't terribly
happy with the way this "dirtied" things. I *think* what she
didn't like was the piles of autogenerated files it dumps in the
tools directory. Sirisha, please correct me if I'm
misunderstanding you.<br>
<br>
</div>
<div>One option would be to generate them in the genxml directory
as genN_xml.h. We already have genN_pack.h, so it's no big deal
to dump more there. Another option would be to add a
genxml_include directory to tools/ and dump them there to get
them out of the way.<br>
<br>
</div>
<div>Personally, I don't think it's a big deal, but I'm also ok
with trying to keep things clean.</div>
</blockquote>
<p>Ok, I'll move that to genxml/ if Sirisha is alright with that.<br>
</p>
</body>
</html>