<STATUS> stat: DP ppkg: GNU automake 1.16.4 page: automake-1.16.1 date: 2021/07/25 mail: michio_matsu****@yahoo***** name: Michio MATSUYAMA </STATUS> 2021/05/13 [JM:02294] 校正依頼時は、 GNU automake-1.16.3 でした。 最新 GNU automake-1.16.4 での man ページは、 バージョン番号、日付を除くと、 内容は一切変わっていません。 念のため、訳出内容を掲示します。 .\"O .TH AUTOMAKE "1" "July 2021" "automake 1.16.4" "User Commands" .TH AUTOMAKE 1 2021年7月 "automake 1.16.4" ユーザーコマンド .\"O ---------------------------------------- .\"O .SH NAME .\"O automake \- manual page for automake 1.16.4 .SH 名前 automake \- automake 1.16.4 向けのマニュアルページ .\"O ---------------------------------------- .\"O .SH SYNOPSIS .\"O .B automake-1.16 .\"O [\fI\,OPTION\/\fR]... [\fI\,Makefile\/\fR]... .SH 書式 \fBautomake\-1.16\fP [\fI\,OPTION\/\fP]... [\fI\,Makefile\/\fP]... .\"O ---------------------------------------- .\"O .SH DESCRIPTION .\"O Generate Makefile.in for configure from Makefile.am. .SH 説明 configure 処理に向けて Makefile.am から Makefile.in を生成します。 .\"O ---------------------------------------- .\"O .SS "Operation modes:" .SS オペレーションモード .\"O ---------------------------------------- .\"O .TP .\"O \fB\-\-help\fR .\"O print this help, then exit .TP \fB\-\-help\fP このヘルプを表示して終了します。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-\-version\fR .\"O print version number, then exit .TP \fB\-\-version\fP バージョン番号を表示して終了します。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-v\fR, \fB\-\-verbose\fR .\"O verbosely list files processed .TP \fB\-v\fP, \fB\-\-verbose\fP 処理ファイルを詳細に一覧表示します。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-\-no\-force\fR .\"O only update Makefile.in's that are out of date .TP \fB\-\-no\-force\fP 古くなった Makefile.in のみを更新します。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR .\"O report the warnings falling in CATEGORY .TP \fB\-W\fP, \fB\-\-warnings\fP=\fI\,CATEGORY\/\fP 警告をカテゴリー別に表示します。 .\"O ---------------------------------------- .\"O .SS "Dependency tracking:" .SS 依存関係の追跡 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-i\fR, \fB\-\-ignore\-deps\fR .\"O disable dependency tracking code .TP \fB\-i\fP, \fB\-\-ignore\-deps\fP 依存関係の追跡を無効にします。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-\-include\-deps\fR .\"O enable dependency tracking code .TP \fB\-\-include\-deps\fP 依存関係の追跡を有効にします。 .\"O ---------------------------------------- .\"O .SS "Flavors:" .SS 設定 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-\-foreign\fR .\"O set strictness to foreign .TP \fB\-\-foreign\fP 厳密性(strictness)を foreign に設定します。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-\-gnits\fR .\"O set strictness to gnits .TP \fB\-\-gnits\fP 厳密性を gnits に設定します。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-\-gnu\fR .\"O set strictness to gnu .TP \fB\-\-gnu\fP 厳密性を gnu に設定します。 .\"O ---------------------------------------- .\"O .SS "Library files:" .SS ライブラリファイル .\"O ---------------------------------------- .\"O .TP .\"O \fB\-a\fR, \fB\-\-add\-missing\fR .\"O add missing standard files to package .TP \fB\-a\fP, \fB\-\-add\-missing\fP パッケージに対して標準的なファイルがなければ追加します。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-\-libdir\fR=\fI\,DIR\/\fR .\"O set directory storing library files .TP \fB\-\-libdir\fP=\fI\,DIR\/\fP ライブラリファイルを置いているディレクトリを指定します。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-\-print\-libdir\fR .\"O print directory storing library files .TP \fB\-\-print\-libdir\fP ライブラリファイルを置いているディレクトリを表示します。 .\"O ---------------------------------------- .\"O .TP .\"O \fB\-c\fR, \fB\-\-copy\fR .\"O with \fB\-a\fR, copy missing files (default is symlink) .TP \fB\-c\fP, \fB\-\-copy\fP \fB\-a\fP とともに用いて、存在しないファイルをコピーします。(デフォルトはシンボリックリンクです。) .\"O ---------------------------------------- .\"O .TP .\"O \fB\-f\fR, \fB\-\-force\-missing\fR .\"O force update of standard files .TP \fB\-f\fP, \fB\-\-force\-missing\fP 標準的なファイルを強制更新します。 .\"O ---------------------------------------- .\"O .SS "Warning categories include:" .SS 警告カテゴリーは以下のとおりです。 .\"O ---------------------------------------- .\"O .TP .\"O cross .\"O cross compilation issues .TP cross クロスコンパイルに関する問題。 .\"O ---------------------------------------- .\"O .TP .\"O gnu .\"O GNU coding standards (default in gnu and gnits modes) .TP gnu GNU コーディング標準(デフォルトは gnu および gnits モード)。 .\"O ---------------------------------------- .\"O .TP .\"O obsolete .\"O obsolete features or constructions (default) .TP obsolete 古い機能や構成(デフォルト)。 .\"O ---------------------------------------- .\"O .TP .\"O override .\"O user redefinitions of Automake rules or variables .TP override Automake ルールや変数に対するユーザーの再定義。 .\"O ---------------------------------------- .\"O .TP .\"O portability .\"O portability issues (default in gnu and gnits modes) .TP portability 可搬性に関する問題(デフォルトは gnu および gnits モード)。 .\"O ---------------------------------------- .\"O .TP .\"O portability\-recursive .\"O nested Make variables (default with \fB\-Wportability\fR) .TP portability\-recursive ネスト化した Make 変数(デフォルトは \fB\-Wportability\fP)。 .\"O ---------------------------------------- .\"O .TP .\"O extra\-portability .\"O extra portability issues related to obscure tools .TP extra\-portability 不十分なツールに関連した可搬性に関する問題。 .\"O ---------------------------------------- .\"O .TP .\"O syntax .\"O dubious syntactic constructs (default) .TP syntax 疑わしい構文構造(デフォルト)。 .\"O ---------------------------------------- .\"O .TP .\"O unsupported .\"O unsupported or incomplete features (default) .TP unsupported 非対応または不完全な機能(デフォルト)。 .\"O ---------------------------------------- .\"O .TP .\"O all .\"O all the warnings .TP all 警告メッセージすべて。 .\"O ---------------------------------------- .\"O .TP .\"O no\-CATEGORY .\"O turn off warnings in CATEGORY .TP no\-CATEGORY カテゴリー別の警告表示を行いません。 .\"O ---------------------------------------- .\"O .TP .\"O none .\"O turn off all the warnings .TP none 警告メッセージをすべて表示しません。 .\"O ---------------------------------------- .\"O .TP .\"O error .\"O treat warnings as errors .TP error 警告をエラーとして扱います。 .\"O ---------------------------------------- .\"O .SS "Files automatically distributed if found (always):" .SS 見つかった場合に自動的に提供されるファイル(常時) .\"O ---------------------------------------- .\"O .TP .\"O ABOUT\-GNU .\"O INSTALL config.rpath ltconfig .TP ABOUT\-GNU INSTALL config.rpath ltconfig .\"O ---------------------------------------- .\"O .TP .\"O ABOUT\-NLS .\"O NEWS config.sub ltmain.sh .TP ABOUT\-NLS NEWS config.sub ltmain.sh .\"O ---------------------------------------- .\"O .TP .\"O AUTHORS .\"O README depcomp mdate\-sh .TP AUTHORS README depcomp mdate\-sh .\"O ---------------------------------------- .\"O .TP .\"O BACKLOG .\"O THANKS install\-sh missing .TP BACKLOG THANKS install\-sh missing .\"O ---------------------------------------- .\"O .TP .\"O COPYING .\"O TODO libversion.in mkinstalldirs .TP COPYING TODO libversion.in mkinstalldirs .\"O ---------------------------------------- .\"O .TP .\"O COPYING.DOC .\"O ar\-lib ltcf\-c.sh py\-compile .TP COPYING.DOC ar\-lib ltcf\-c.sh py\-compile .\"O ---------------------------------------- .\"O .TP .\"O COPYING.LESSER .\"O compile ltcf\-cxx.sh texinfo.tex .TP COPYING.LESSER compile ltcf\-cxx.sh texinfo.tex .\"O ---------------------------------------- .\"O .TP .\"O COPYING.LIB .\"O config.guess ltcf\-gcj.sh ylwrap .TP COPYING.LIB config.guess ltcf\-gcj.sh ylwrap .\"O ---------------------------------------- .\"O .IP .\"O ChangeLog .IP ChangeLog .\"O ---------------------------------------- .\"O .SS "Files automatically distributed if found (under certain conditions):" .SS 見つかった場合に自動的に提供されるファイル(特定条件下) .\"O ---------------------------------------- .\"O .TP .\"O acconfig.h .\"O config.h.bot configure configure.in .TP acconfig.h config.h.bot configure configure.in .\"O ---------------------------------------- .\"O .TP .\"O aclocal.m4 .\"O config.h.top configure.ac stamp\-vti .TP aclocal.m4 config.h.top configure.ac stamp\-vti .\"O ---------------------------------------- .\"O .SH AUTHOR .\"O Written by Tom Tromey <trome****@redha*****> .SH 著者 Tom Tromey <trome****@redha*****> .\"O ---------------------------------------- .\"O .IP .\"O and Alexandre Duret\-Lutz <adl****@gnu*****>. .IP Alexandre Duret\-Lutz <adl****@gnu*****>. .\"O ---------------------------------------- .\"O .SH "REPORTING BUGS" .\"O Report bugs to <bug\-auto****@gnu*****>. .\"O .br .\"O GNU Automake home page: <https://www.gnu.org/software/automake/>. .\"O .br .\"O General help using GNU software: <https://www.gnu.org/gethelp/>. .SH バグ報告 バグ報告は <bug\-auto****@gnu*****> までご連絡ください。 .br GNU Automake ホームページ: <https://www.gnu.org/software/automake/>. .br GNU ソフトウェアの全般的なヘルプ: <https://www.gnu.org/gethelp/> .\"O ---------------------------------------- .\"O .SH COPYRIGHT .\"O Copyright \(co 2021 Free Software Foundation, Inc. .\"O License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html> .\"O .br .\"O This is free software: you are free to change and redistribute it. .\"O There is NO WARRANTY, to the extent permitted by law. .SH 著作権 Copyright \(co 2021 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html> .br This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. .\"O ---------------------------------------- .\"O .SH "SEE ALSO" .\"O The full documentation for .\"O .B automake .\"O is maintained as a Texinfo manual. If the .\"O .B info .\"O and .\"O .B automake .\"O programs are properly installed at your site, the command .SH 関連項目 \fBautomake\fP の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。\fBinfo\fP と \fBautomake\fP の両プログラムが適切にインストールされていれば、以下のコマンド .\"O ---------------------------------------- .\"O .IP .\"O .B info automake .IP \fBinfo automake\fP .\"O ---------------------------------------- .\"O .PP .\"O should give you access to the complete manual. .PP を実行して完全なマニュアルを参照できます。 .\"O ----------------------------------------