% % This is part of CLFSja package. % % This is a CTIE change file for the original XML source of the CLFSbook. % @x @y @z @x The Automake package contains programs for generating Makefiles for use with Autoconf. @y Automake パッケージは Autoconf が利用する Makefile などを生成するプログラムを提供します。 @z @x Installation of Automake @y &InstallationOf1;Automake &InstallationOf2; @z @x Prepare Automake for compilation: @y &PreparePackage1;Automake &PreparePackage2; @z @x Compile the package: @y &CompileThePackage; @z @x To test the results, issue: @y ビルド結果をテストする場合は以下を実行します。 @z @x Install the package: @y &InstallThePackage; @z @x Contents of Automake @y &ContentsOf1;Automake &ContentsOf2; @z @x Installed programs Installed directories @y &InstalledProgram; &InstalledDirectory; @z @x aclocal, aclocal-&automake-version2;, automake, automake-&automake-version2;, compile, config.guess, config.sub, depcomp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, symlink-tree, ylwrap /usr/share/aclocal-&automake-version2;, /usr/share/automake-&automake-version2;, /usr/share/doc/automake @y aclocal, aclocal-&automake-version2;, automake, automake-&automake-version2;, compile, config.guess, config.sub, depcomp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, symlink-tree, ylwrap /usr/share/aclocal-&automake-version2;, /usr/share/automake-&automake-version2;, /usr/share/doc/automake @z @x Short Descriptions @y &ShortDescriptions; @z @x aclocal Generates aclocal.m4 files based on the contents of configure.in files @y configure.in ファイルの内容に基づいて aclocal.m4 ファイルを生成します。 @z @x aclocal-&automake-version2; A hard link to aclocal @y aclocal へのハードリンク。 @z @x automake A tool for automatically generating Makefile.in files from Makefile.am files. To create all the Makefile.in files for a package, run this program in the top-level directory. By scanning the configure.in file, it automatically finds each appropriate Makefile.am file and generates the corresponding Makefile.in file @y Makefile.am ファイルから Makefile.in ファイルを自動生成するツール。 パッケージ内のすべての Makefile.in ファイルを作るには、このプログラムをトップディレクトリから実行します。 configure.in ファイルを調べて、適切な Makefile.am ファイルを検索します。 そして対応する Makefile.in ファイルを生成します。 @z @x automake-&automake-version2; A hard link to automake @y automake へのハードリンク。 @z @x compile A wrapper for compilers @y コンパイラーのラッパースクリプト。 @z @x config.guess A script that attempts to guess the canonical triplet for the given build, host, or target architecture @y 指定されたビルドタイプ、ホストタイプ、ターゲットタイプに対しての正規化した「三つ組」を推定するスクリプト。 @z @x config.sub A configuration validation subroutine script @y 設定を検証するサブルーチンスクリプト。 @z @x depcomp A script for compiling a program so that dependency information is generated in addition to the desired output @y プログラムをコンパイルするためのスクリプトで、コンパイル結果を得ると同時に依存情報も生成します。 @z @x install-sh A script that installs a program, script, or data file @y プログラムやスクリプトやデータファイルをインストールするスクリプト。 @z @x mdate-sh A script that prints the modification time of a file or directory @y ファイルやディレクトリの更新時刻を表示するスクリプト。 @z @x missing A script acting as a common stub for missing GNU programs during an installation @y インストール中に GNU プログラムが存在しなかった場合に、共通のスタブ (stub) プログラムとして動作するスクリプト。 @z @x mkinstalldirs A script that creates a directory tree @y ディレクトリツリーを生成するスクリプト。 @z @x py-compile Compiles a Python program @y Python プログラムをコンパイルします。 @z @x symlink-tree A script to create a symlink tree of a directory tree @y ディレクトリツリーに対するシンボリックリンクのツリーを生成するスクリプト。 @z @x ylwrap A wrapper for lex and yacc @y lexyacc に対するラッパースクリプト。 @z