<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">+6</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">0be1958dd207 -> 29776415438d</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">+6</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">0be1958dd207 -> 29776415438d</td></tr>
<tr><td><tt>drivers/<a href="#file3">video_osx.m</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">0be1958dd207 -> 29776415438d</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+13</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;" >3 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 out-of-tree generation of mac_keymap.h
</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;" >0be1958dd207 -> 29776415438d</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/Makefile.am
+++ lxdream/src/Makefile.am
@@ -237,20 +237,21 @@
</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
 
 sh4/sh4core.c: gendec sh4/sh4.def sh4/sh4core.in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4core.in -o $@
 sh4/sh4dasm.c: gendec sh4/sh4.def sh4/sh4dasm.in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4dasm.in -o $@
 sh4/sh4x86.c: gendec sh4/sh4.def sh4/sh4x86.in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4x86.in -o $@
 sh4/sh4stat.c: gendec sh4/sh4.def sh4/sh4stat.in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4stat.in -o $@
 pvr2/gl_slsrc.c: genglsl pvr2/vertex.glsl pvr2/fragment.glsl
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./genglsl $(srcdir)/pvr2/vertex.glsl $(srcdir)/pvr2/fragment.glsl $@
 drivers/mac_keymap.h: drivers/mac_keymap.txt drivers/genkeymap.pl
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(srcdir)/drivers/genkeymap.pl mac $(srcdir)/drivers/mac_keymap.txt > $@
        
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >\ No newline at end of file
</small></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;" >0be1958dd207 -> 29776415438d</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/Makefile.in
+++ lxdream/src/Makefile.in
@@ -3017,21 +3017,22 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > @BUILD_SHARED_TRUE@@INPUT_LIRC_TRUE@ $(COMPILE) -DPLUGIN $(PLUGINCFLAGS) -c $< -o $@
 
 sh4/sh4core.c: gendec sh4/sh4.def sh4/sh4core.in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4core.in -o $@
 sh4/sh4dasm.c: gendec sh4/sh4.def sh4/sh4dasm.in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4dasm.in -o $@
 sh4/sh4x86.c: gendec sh4/sh4.def sh4/sh4x86.in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4x86.in -o $@
 sh4/sh4stat.c: gendec sh4/sh4.def sh4/sh4stat.in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4stat.in -o $@
 pvr2/gl_slsrc.c: genglsl pvr2/vertex.glsl pvr2/fragment.glsl
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   mkdir -p `dirname $@`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ./genglsl $(srcdir)/pvr2/vertex.glsl $(srcdir)/pvr2/fragment.glsl $@
 drivers/mac_keymap.h: drivers/mac_keymap.txt drivers/genkeymap.pl
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     $(mkdir_p) `dirname $@`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $(srcdir)/drivers/genkeymap.pl mac $(srcdir)/drivers/mac_keymap.txt > $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
</pre></div>
<hr /><a name="file3" /><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/drivers</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>video_osx.m</b></big> <small id="info" style="color: #888888;" >0be1958dd207 -> 29776415438d</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/drivers/video_osx.m
+++ lxdream/src/drivers/video_osx.m
@@ -28,7 +28,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #include "pvr2/pvr2.h"
 #import <AppKit/AppKit.h>
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-#include "mac_keymap.h"
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+#include "<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >drivers/</span>mac_keymap.h"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 #define MOUSE_X_SCALE 5
 #define MOUSE_Y_SCALE 5
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>