]> rtime.felk.cvut.cz Git - omk.git/blob - doc/index.html
NuttX: the adapt to new implementation of ROMFS mounting at /etc
[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>2010-07-20</td><td>We have got a mailing list - see bellow.</td></tr>
38   <tr><td>2009-12-08</td><td>OMK version 0.2 released (<a
39   href="RelNotes-0.2.txt">release notes</a>).</td></tr>
40
41   <tr><td>2009-02-03</td> <td>We work on rewrite of OMK. The rewritten
42   version should be faster, easier to maintain and should recompile
43   files if compile command line changes. You can watch the development
44   in <a href="http://rtime.felk.cvut.cz/gitweb/omk.git?a=shortlog;h=refs/heads/devel">devel
45     branch</a> of OMK repository.  In short time we release OMK 0.2
46     which will contain bug fixes and small enhancements to OMK
47     0.1. Then OMK 0.3 will be the rewritten version.</td></tr>
48   
49   <tr><td>2008-10-30</td><td>OMK repository has been migrated from
50   Darcs to GIT (see bellow).</td></tr>
51
52   <tr><td>2008-04-23</td><td>OMK version 0.1 released.</td></tr>
53 </table>
54
55 <h2>Download</h2>
56
57 <ul>
58   <li><a href="download/omk-0.2.tar.gz">OMK version 0.2</a> (<a href="download/omk-0.2.tar.gz.asc">sign</a>)</li>
59   <li><a href="download/omk-0.1.tar.gz">OMK version 0.1</a></li>
60 </ul>
61
62
63 OMK can also be downloaded from <a href="http://git.or.cz/">GIT</a>
64 repository. To download it, run
65
66 <pre>
67 git clone git://rtime.felk.cvut.cz/omk.git
68 </pre>
69
70 You can also browse <a href="http://rtime.felk.cvut.cz/gitweb/omk.git">OMK repository online</a>.
71
72 <h2>Documentation</h2>
73
74 <ul>
75 <li><a href="omk-manual.html">OMK Manual</a> (<a href="omk-manual.pdf">PDF version</a>)</li>
76 <li><a href="http://www.gnu.org/software/make/manual/make.html">GNU
77 Make Manual</a></li>
78 </ul>
79
80 <h2>Support</h2>
81
82 Write a message to the <a href="http://rtime.felk.cvut.cz/mailman/listinfo/omk">mailing list</a>.
83 The address is <a href="mailto:omk@rtime.felk.cvut.cz">omk@rtime.felk.cvut.cz</a>.
84
85 <h2>Projects Using OMK</h2>
86 <ul>
87   <li><a href="http://freshmeat.net/projects/lincan/">Lincan: Linux CAN Driver</a></li>
88   <li><a href="http://www.ocera.org/download/components/WP7/ethdev-0.2.2.html" >ORTE: OCERA Real-Time Ethernet</a></li>
89   <li><a href="http://aquosa.sourceforge.net/">AQuoSA: Adaptive Quality of Service Architecture</a></li>
90   <li><a href="http://ulan.sourceforge.net/">uLan communication</a></li>
91   <li><a href="http://www.eurobot.org/" >Eurobot</a> team <a href="http://rtime.felk.cvut.cz/dragons/">CTU Dragons</a></li>
92   <li><a href="http://dce.felk.cvut.cz/spejbl/">Spejbl: Biped robot</a></li>
93   <li><a href="http://rtime.felk.cvut.cz/helicopter/">RAMA: UAV Control System</a></li>
94   <li><a
95   href="http://rtime.felk.cvut.cz/hw/index.php/System_less_framework">System-Less
96   Framework</a> for microcontroller development</li>
97   <li><a href="http://dce.felk.cvut.cz/mamok/">Line-of-sight stabilization of an airborne camera system</a></li>
98   <li><a href="http://www.rtems.org/wiki/index.php/AMV_Technic_I">AMV Technic I</a> -- syringe pump for high-precision pharmaceutical dispensing running RTEMS OS.</li>
99 </ul>
100
101 <p>If you are happy with OMK, you can hit this button to raise the counter:
102 <script type="text/javascript" src="http://www.ohloh.net/p/459791/widgets/project_users.js?style=green"></script>
103 </p>
104 <hr>
105 <address></address>
106 Last modified: <!-- @LAST_MODIFIED@ -->
107 </body> </html>