components/swig/files/ccache-swig.1
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 12 Aug 2016 17:23:26 -0700
changeset 6610 88360f57667e
parent 6154 317d41eedaaa
permissions -rw-r--r--
Close of build 106.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6154
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     1
.\"
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     2
.\" generic ccache-swig man page for the swig Project
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     3
.br
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     4
.br
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     5
.TH ccache-swig 1 "07 Jun 2016" "swig 3.0.8" "User commands"
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     6
.SH NAME
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     7
.P
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     8
ccache-swig - a fast compiler cache
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     9
.br
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    10
.SH SYNOPSIS
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    11
.P
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    12
ccache-swig [OPTION]
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    13
.br
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    14
.P
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    15
ccache-swig <compiler> [COMPILER OPTIONS]
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    16
.br
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    17
.P
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    18
<compiler> [COMPILER OPTIONS]
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    19
.br
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    20
.SH DESCRIPTION
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    21
.P
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    22
ccache-swig is a compiler cache. It speeds up the re-compilation of C/C++/SWIG code by caching previous compiles and detecting when the same compile is being done again. ccache-swig is ccache plus support for SWIG. ccache and ccache-swig are used interchangeably in this document.
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    23
.br
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    24
.P
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    25
.SH "SEE ALSO"
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    26
.br
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    27
Installed documentation: /usr/share/swig/3.0.8/doc/manual/CCache.html
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    28
.br
317d41eedaaa 23085430 Upgrade swig to 3.0.8
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    29
.P