]> rtime.felk.cvut.cz Git - omk.git/blob - doc/index.html
Web update put inside Makefile.
[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
8 <body>
9 <h1>OMK Make-System Homepage</h1>
10
11 <h2>Overview</h2>
12
13 OMK is an advanced make system written entirely in GNU make. Compiling
14 software using OMK requires only GNU make binary and standard UNIX
15 utilities installed. OMK aims to be developer friendly; to use OMK,
16 you do not need to understand (sometimes) cryptic syntax of Makefiles.
17
18 <h2>Authors</h2>
19
20 Pavel Pí¹a, Michal Sojka
21
22 <h2>Status</h2>
23
24 OMK is in beta state. There is no release yet, but several people
25 already use OMK for their projects.
26
27 <h2>Download</h2>
28
29 Currently, OMK can be downloaded only from <a
30 href="http://darcs.net/">Darcs</a> repository. To download it, install
31 darcs and run
32 <pre>
33 darcs get http://rtime.felk.cvut.cz/repos/omk/
34 </pre>
35
36 You can also browse <a href="http://rtime.felk.cvut.cz/darcs/darcsweb.cgi?r=omk">OMK repository online</a>.
37
38 <h2>Documentation</h2>
39
40 <ul>
41 <li><a href="omk-manual.html">OMK Manual</a> (<a href="omk-manual.pdf">PDF version</a>)</li>
42 <li><a href="http://www.gnu.org/software/make/manual/make.html">GNU
43 Make Manual</a></li>
44 </ul>
45
46 <h2>Support</h2>
47
48 There is no mailing list yet. Send an email to sojkam1 (at) fel.cvut.cz.
49
50 <h2>Projects Usigng OMK</h2>
51 <ul>
52   <li><a href="http://freshmeat.net/projects/lincan/">Lincan: Linux CAN Driver</a></li>
53   <li><a href="http://www.ocera.org/download/components/WP7/ethdev-0.2.2.html" >ORTE: OCERA Real-Time Ethernet</a></li>
54   <li><a href="http://aquosa.sourceforge.net/">AQuoSA: Adaptive Quality of Service Architecture</a></li>
55   <li><a href="http://ulan.sourceforge.net/">uLan communication</a></li>
56   <li><a href="http://www.eurobot.org/" >Eurobot</a> team <a href="http://rtime.felk.cvut.cz/dragons/">CTU Dragons</a></li>
57   <li><a href="http://dce.felk.cvut.cz/spejbl/">Spejbl: Biped robot</a></li>
58   <li><a href="http://rtime.felk.cvut.cz/helicopter/">RAMA: UAV Control System</a></li>
59   <li><a href="http://rtime.felk.cvut.cz/hw/index.php/H8300-boot">H8300-boot</a></li>
60 </ul>
61 <hr>
62 <address></address>
63 Last modified: <!-- @LAST_MODIFIED@ -->
64 </body> </html>