OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / common / automake.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <para>The Automake package contains programs for generating Makefiles
14     for use with Autoconf.</para>
15 @y
16     <para>
17     Automake パッケージは Autoconf が利用する Makefile などを生成するプログラムを提供します。
18     </para>
19 @z
20
21 @x
22     <title>Installation of Automake</title>
23 @y
24     <title>&InstallationOf1;Automake &InstallationOf2;</title>
25 @z
26
27 @x
28     <para os="a">Prepare Automake for compilation:</para>
29 @y
30     <para os="a">&PreparePackage1;Automake &PreparePackage2;</para>
31 @z
32
33 @x
34     <para os="c">Compile the package:</para>
35 @y
36     <para os="c">&CompileThePackage;</para>
37 @z
38
39 @x
40     <para os="e">To test the results, issue:</para>
41 @y
42     <para os="e">
43     ビルド結果をテストする場合は以下を実行します。
44     </para>
45 @z
46
47 @x
48     <para os="f">Install the package:</para>
49 @y
50     <para os="f">&InstallThePackage;</para>
51 @z
52
53 @x
54     <title>Contents of Automake</title>
55 @y
56     <title>&ContentsOf1;Automake &ContentsOf2;</title>
57 @z
58
59 @x
60       <segtitle>Installed programs</segtitle>
61       <segtitle>Installed directories</segtitle>
62 @y
63       <segtitle>&InstalledProgram;</segtitle>
64       <segtitle>&InstalledDirectory;</segtitle>
65 @z
66
67 @x
68         <seg>aclocal, aclocal-&automake-version2;, automake,
69         automake-&automake-version2;, compile, config.guess, config.sub,
70         depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
71         py-compile, symlink-tree, ylwrap</seg>
72         <seg>/usr/share/aclocal-&automake-version2;,
73         /usr/share/automake-&automake-version2;, /usr/share/doc/automake</seg>
74 @y
75         <seg>aclocal, aclocal-&automake-version2;, automake,
76         automake-&automake-version2;, compile, config.guess, config.sub,
77         depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
78         py-compile, symlink-tree, ylwrap</seg>
79         <seg>/usr/share/aclocal-&automake-version2;,
80         /usr/share/automake-&automake-version2;, /usr/share/doc/automake</seg>
81 @z
82
83 @x
84       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
85 @y
86       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
87 @z
88
89 @x aclocal
90           <para>Generates <filename>aclocal.m4</filename> files based on the
91           contents of <filename>configure.in</filename> files</para>
92 @y
93           <para>
94           <filename>configure.in</filename> ファイルの内容に基づいて <filename>aclocal.m4</filename> ファイルを生成します。
95           </para>
96 @z
97
98 @x aclocal-&automake-version2;
99           <para>A hard link to <command>aclocal</command></para>
100 @y
101           <para>
102           <command>aclocal</command> へのハードリンク。
103           </para>
104 @z
105
106 @x automake
107           <para>A tool for automatically generating
108           <filename>Makefile.in</filename> files from
109           <filename>Makefile.am</filename> files. To create all the
110           <filename>Makefile.in</filename> files for a package, run this
111           program in the top-level directory. By scanning the
112           <filename>configure.in</filename> file, it automatically finds
113           each appropriate <filename>Makefile.am</filename> file and generates
114           the corresponding <filename>Makefile.in</filename> file</para>
115 @y
116           <para>
117           <filename>Makefile.am</filename> ファイルから <filename>Makefile.in</filename> ファイルを自動生成するツール。
118           パッケージ内のすべての <filename>Makefile.in</filename> ファイルを作るには、このプログラムをトップディレクトリから実行します。
119           <filename>configure.in</filename> ファイルを調べて、適切な <filename>Makefile.am</filename> ファイルを検索します。
120           そして対応する <filename>Makefile.in</filename> ファイルを生成します。
121           </para>
122 @z
123
124 @x automake-&automake-version2;
125           <para>A hard link to <command>automake</command></para>
126 @y
127           <para>
128           <command>automake</command> へのハードリンク。
129           </para>
130 @z
131
132 @x compile
133           <para>A wrapper for compilers</para>
134 @y
135            <para>
136            コンパイラーのラッパースクリプト。
137            </para>
138 @z
139
140 @x config.guess
141           <para>A script that attempts to guess the canonical triplet for
142           the given build, host, or target architecture</para>
143 @y
144            <para>
145            指定されたビルドタイプ、ホストタイプ、ターゲットタイプに対しての正規化した「三つ組」を推定するスクリプト。
146            </para>
147 @z
148
149 @x config.sub
150           <para>A configuration validation subroutine script</para>
151 @y
152            <para>
153            設定を検証するサブルーチンスクリプト。
154            </para>
155 @z
156
157 @x depcomp
158           <para>A script for compiling a program so that dependency information
159           is generated in addition to the desired output</para>
160 @y
161            <para>
162            プログラムをコンパイルするためのスクリプトで、コンパイル結果を得ると同時に依存情報も生成します。
163            </para>
164 @z
165
166 @x install-sh
167           <para>A script that installs a program, script, or data file</para>
168 @y
169            <para>
170            プログラムやスクリプトやデータファイルをインストールするスクリプト。
171            </para>
172 @z
173
174 @x mdate-sh
175           <para>A script that prints the modification time of a file or
176           directory</para>
177 @y
178            <para>
179            ファイルやディレクトリの更新時刻を表示するスクリプト。
180            </para>
181 @z
182
183 @x missing
184           <para>A script acting as a common stub for missing GNU programs during
185           an installation</para>
186 @y
187            <para>
188            インストール中に GNU プログラムが存在しなかった場合に、共通のスタブ (stub) プログラムとして動作するスクリプト。
189            </para>
190 @z
191
192 @x mkinstalldirs
193           <para>A script that creates a directory tree</para>
194 @y
195            <para>
196            ディレクトリツリーを生成するスクリプト。
197            </para>
198 @z
199
200 @x py-compile
201           <para>Compiles a Python program</para>
202 @y
203            <para>
204            Python プログラムをコンパイルします。
205            </para>
206 @z
207
208 @x symlink-tree
209           <para>A script to create a symlink tree of a directory tree</para>
210 @y
211           <para>
212           ディレクトリツリーに対するシンボリックリンクのツリーを生成するスクリプト。
213           </para>
214 @z
215
216 @x ylwrap
217           <para>A wrapper for <command>lex</command> and
218           <command>yacc</command></para>
219 @y
220            <para>
221            <command>lex</command> と <command>yacc</command> に対するラッパースクリプト。
222            </para>
223 @z