summaryrefslogtreecommitdiff
path: root/doc/man-icecc.1.docbook
blob: 1e4b3ff48127fe0f0e900ebd5a2687ab7c8b15b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" ?>
<!-- vim:set ts=4 noet syntax=xml: -->
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY % English "INCLUDE">
]>

<refentry lang="&language;">
<refentryinfo>
	<title>Icecream User's Manual</title>
	<author>
          <personname>
            <firstname>Cornelius</firstname>
            <surname>Schumacher</surname>
          </personname>
        </author>
	<date>April 21th, 2005</date>
	<productname>Icecream</productname>
</refentryinfo>

<refmeta>
	<refentrytitle>Icecream compiler</refentrytitle>
	<manvolnum>1</manvolnum>
</refmeta>

<refnamediv>
	<refname>icecc</refname>
	<refpurpose>Icecream compiler stub</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>icecc</command>
<arg choice="opt">
  <option>options</option>
</arg>
<arg>-o OBJECT</arg>
<arg>-c SOURCE</arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1>
<title>Description</title>
<para>icecc is the Icecream compiler stub. It gets called in place of the actual
compiler and transparently routes the compile requests to the Icecream
network. You shouldn't call icecc directly, but place the specific compiler
stubs in your path:
<command>export PATH=/opt/icecream/bin:$PATH</command>.</para>
</refsect1>

<refsect1>
<title>See Also</title>
<para>icecream, scheduler, iceccd, icemon</para>
</refsect1>

<refsect1>
<title>Author</title>
<para>Cornelius Schumacher</para>
</refsect1>
</refentry>