For each sourcefile appearing on the command line,makedepend puts lines in the makefile of the form sourcefile.o: dfile..
コマンド行で指定されたsourcefileのそれぞれに対し、makedependはsourcefile.o:\\0dfile .\\|.\\|の形式の行を makefile に書き込む。 - XFree86
sourcefile is anything that's likely to be a source code file, at least judging by the filename. sourcefile は、少なくともファイル名から何の言語で書かれているかがわかるようになっているソースコードファイル名です。 - Python
Description The makedepend program reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, sourcefileが直接・間接的に含んでいる全てのファイルが、makedependの文脈において依存関係と呼ばれるものである。 - XFree86
For example, to include the Python sourcefile example.py, use:
例えば、 example.py の入った Python ソースファイルを取り込むには、以下のようにします: - Python
makestrs creates one or more C header files as specified in the sourcefile.
makestrsは、ソースファイルで指定されている C のヘッダファイルを出力する。 - XFree86
If thesource is a .xkm file or an X display, xkbcomp generates a keymap sourcefile by default.
ソースが .xkm か X のディスプレイの場合には、xkbcomp はデフォルトではキーマップのソースファイルを生成する。 - XFree86
. Where sourcefile.o is the name from the command line with its suffix replaced with ``.o'', and dfile is a dependency discovered in a #include directive while parsing sourcefile or one of the files it included. ここで、sourcefile.o はコマンド行で与えられた名前のサフィックスを ``.o'' に置き換えたものであり、dfile はsourcefileを解析している時に#includeディレクティブ内で発見された依存関係、つまりそのファイルがインクルードしているファイルである。 - XFree86
The file argument is the sourcefile, open for reading as text, from the beginning.It must currently be a real file object, not a user-defined class emulating a file. file引数はソースファイルで、テキストとして読み込むためにオープンされ、先頭からアクセスされます。 現在は、ユーザ定義のファイルをエミュレートするクラスではなく、実際のファイルオブジェクトでなければなりません。 - Python
This method generates an error message leader in the format of a Unix C compiler error label; the format is '"%s", line %d: ',where the "%s" is replaced with the name of the current sourcefile and the "%d" with the current input line number (the optional arguments can be used to override these).This convenience is provided to encourage shlex users to generate error messages in the standard, parseable format understood by Emacs and other Unix tools. このメソッドはエラーメッセージの論述部分を Unix C コンパイラエラーラベルの形式で生成します; この書式は'"%s", line %d: ' で、"%s" は現在のソースファイル名で置き換えられ、"%d" は現在の入力行番号で置き換えられます(オプションの引数を使ってこれらを上書きすることもできます)。 このやり方は、shlex のユーザに対して、Emacs やその他のUnix ツール群が解釈できる一般的な書式でのメッセージを生成することを推奨するために提供されています。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.