<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src</tt></b></td></tr>
<tr><td><tt><a href="#file1">Makefile.am</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+5</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-5</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">f2b9f4ef1987 -> 3dc028106b08</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file2">Makefile.in</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+5</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-6</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">f2b9f4ef1987 -> 3dc028106b08</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+10</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-11</td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >2 modified files</small><br />
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Fix built-source dependencies to include $(EXEEXT), for the sake of win32
builds
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>Makefile.am</b></big> <small id="info" style="color: #888888;" >f2b9f4ef1987 -> 3dc028106b08</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/Makefile.am
+++ lxdream/src/Makefile.am
@@ -241,19 +241,19 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 test_testxlt_SOURCES = test/testxlt.c xlat/xltcache.c xlat/xltcache.h
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-sh4/sh4core.c: gendec sh4/sh4.def sh4/sh4core.in
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+sh4/sh4core.c: gendec<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> sh4/sh4.def sh4/sh4core.in
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4core.in -o $@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-sh4/sh4dasm.c: gendec sh4/sh4.def sh4/sh4dasm.in
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+sh4/sh4dasm.c: gendec<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> sh4/sh4.def sh4/sh4dasm.in
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4dasm.in -o $@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-sh4/sh4x86.c: gendec sh4/sh4.def sh4/sh4x86.in
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+sh4/sh4x86.c: gendec<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> sh4/sh4.def sh4/sh4x86.in
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4x86.in -o $@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-sh4/sh4stat.c: gendec sh4/sh4.def sh4/sh4stat.in
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+sh4/sh4stat.c: gendec<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> sh4/sh4.def sh4/sh4stat.in
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4stat.in -o $@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-pvr2/shaders.def: genglsl pvr2/shaders.glsl
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+pvr2/shaders.def: genglsl<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> pvr2/shaders.glsl
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./genglsl $(srcdir)/pvr2/shaders.glsl $@
 pvr2/shaders.h: pvr2/shaders.def
</pre></div>
<hr /><a name="file2" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>Makefile.in</b></big> <small id="info" style="color: #888888;" >f2b9f4ef1987 -> 3dc028106b08</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/Makefile.in
+++ lxdream/src/Makefile.in
@@ -456,7 +456,6 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-PACKAGE_URL = @PACKAGE_URL@
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKG_CONFIG = @PKG_CONFIG@
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -3202,19 +3201,19 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > @BUILD_SHARED_TRUE@@INPUT_LIRC_TRUE@input_lirc.lo: drivers/input_lirc.c
 @BUILD_SHARED_TRUE@@INPUT_LIRC_TRUE@   $(COMPILE) -DPLUGIN $(PLUGINCFLAGS) -c $< -o $@
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-sh4/sh4core.c: gendec sh4/sh4.def sh4/sh4core.in
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+sh4/sh4core.c: gendec<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> sh4/sh4.def sh4/sh4core.in
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4core.in -o $@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-sh4/sh4dasm.c: gendec sh4/sh4.def sh4/sh4dasm.in
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+sh4/sh4dasm.c: gendec<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> sh4/sh4.def sh4/sh4dasm.in
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4dasm.in -o $@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-sh4/sh4x86.c: gendec sh4/sh4.def sh4/sh4x86.in
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+sh4/sh4x86.c: gendec<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> sh4/sh4.def sh4/sh4x86.in
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4x86.in -o $@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-sh4/sh4stat.c: gendec sh4/sh4.def sh4/sh4stat.in
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+sh4/sh4stat.c: gendec<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> sh4/sh4.def sh4/sh4stat.in
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4stat.in -o $@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-pvr2/shaders.def: genglsl pvr2/shaders.glsl
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+pvr2/shaders.def: genglsl<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >$(EXEEXT)</span> pvr2/shaders.glsl
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(mkdir_p) `dirname $@`
        ./genglsl $(srcdir)/pvr2/shaders.glsl $@
 pvr2/shaders.h: pvr2/shaders.def
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>