]> rtime.felk.cvut.cz Git - omk.git/blob - doc/index.html
Added news to web page
[omk.git] / doc / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
5 <title>OMK Make-System Homepage</title>
6 </head>
7 <style>
8 .news td {
9       vertical-align: top;
10       padding-right: 0.5em;
11       padding-bottom: 0.5em;
12 }
13
14 </style>
15 <body>
16 <h1>OMK Make-System Homepage</h1>
17
18 <h2>Overview</h2>
19
20 OMK is an advanced make system written entirely in GNU make. Compiling
21 software using OMK requires only GNU make binary and standard UNIX
22 utilities installed. OMK aims to be developer friendly; to use OMK,
23 you do not need to understand (sometimes) cryptic syntax of Makefiles.
24
25 <h2>Authors</h2>
26
27 Pavel Pí¹a, Michal Sojka
28
29 <h2>Status</h2>
30
31 OMK is in beta state. It is already usable for many projects, but we
32 may do incompatible changes in future.
33
34 <h2>News</h2>
35
36 <table class="news">
37   <tr><td>2009-02-03</td> <td>We work on rewrite of OMK. The rewritten
38   version should be faster, easier to maintain and should recompile
39   files if compile command line changes. You can watch the development
40   in <a href="http://rtime.felk.cvut.cz/gitweb/omk.git?a=shortlog;h=refs/heads/devel">devel
41     branch</a> of OMK repository.  In short time we release OMK 0.2
42     which will contain bug fixes and small enhancements to OMK
43     0.1. Then OMK 0.3 will be the rewritten version.</td></tr>
44   
45   <tr><td>2008-10-30</td><td>OMK repository has been migrated from
46   Darcs to GIT (see bellow).</td></tr>
47
48   <tr><td>2008-04-23</td><td>OMK version 0.1 released.</td></tr>
49 </table>
50
51 <h2>Download</h2>
52
53 <ul>
54   <li><a href="download/omk-0.1.tar.gz">OMK version 0.1</a></li>
55 </ul>
56
57
58 OMK can also be downloaded from <a href="http://git.or.cz/">GIT</a>
59 repository. To download it, run
60
61 <pre>
62 git clone git://rtime.felk.cvut.cz/omk.git
63 </pre>
64
65 You can also browse <a href="http://rtime.felk.cvut.cz/gitweb/omk.git">OMK repository online</a>.
66
67 <h2>Documentation</h2>
68
69 <ul>
70 <li><a href="omk-manual.html">OMK Manual</a> (<a href="omk-manual.pdf">PDF version</a>)</li>
71 <li><a href="http://www.gnu.org/software/make/manual/make.html">GNU
72 Make Manual</a></li>
73 </ul>
74
75 <h2>Support</h2>
76
77 There is no mailing list yet. Send an email to sojkam1 (at)
78 fel.cvut.cz instead.
79
80 <h2>Projects Using OMK</h2>
81 <ul>
82   <li><a href="http://freshmeat.net/projects/lincan/">Lincan: Linux CAN Driver</a></li>
83   <li><a href="http://www.ocera.org/download/components/WP7/ethdev-0.2.2.html" >ORTE: OCERA Real-Time Ethernet</a></li>
84   <li><a href="http://aquosa.sourceforge.net/">AQuoSA: Adaptive Quality of Service Architecture</a></li>
85   <li><a href="http://ulan.sourceforge.net/">uLan communication</a></li>
86   <li><a href="http://www.eurobot.org/" >Eurobot</a> team <a href="http://rtime.felk.cvut.cz/dragons/">CTU Dragons</a></li>
87   <li><a href="http://dce.felk.cvut.cz/spejbl/">Spejbl: Biped robot</a></li>
88   <li><a href="http://rtime.felk.cvut.cz/helicopter/">RAMA: UAV Control System</a></li>
89   <li><a
90   href="http://rtime.felk.cvut.cz/hw/index.php/System_less_framework">System-Less
91   Framework</a> for microcontroller development</li>
92   <li><a href="http://dce.felk.cvut.cz/mamok/">Line-of-sight stabilization of an airborne camera system</a></li>
93 </ul>
94 <hr>
95 <address></address>
96 Last modified: <!-- @LAST_MODIFIED@ -->
97 </body> </html>