Makefiles frequently use shell script commands.
メイクファイルではシェルスクリプトコマンドが多用される。 - NetBeans
rcsclean is useful for clean targets in makefiles.
rcscleanを Makefile の中のcleanターゲットで用いると便利です。 - JM
This feature is used in automatic updating of makefiles.
この機能は自動的に Makefile を更新するのに使います。 - JM
It is typically used in Makefiles to copy programs into their destination directories.
プログラムを指定ディレクトリにコピーするために、Makefile 内でよく用いられる。 - JM
When invoked withthe -a option, xmkmf builds the Makefile in the current directory, and thenautomatically executes ``make Makefiles'' (in case there are subdirectories),``make includes'', and ``make depend'' for you.
\\-aオプションを付けて起動した場合、xmkmfはカレントディレクトリでMakefileを生成した後、自動的に ``make Makefiles'' (サブディレクトリがある場合)、``make includes'', ``make depend'' を実行する。 - XFree86
provides a standard way to add libtool(1) support to your Makefiles.
は Makefile に libtool(1) の機能を 付加するための標準的な方法を提供する。 - JM
Before you can install ports, you must first obtain the Ports Collection--which is essentially a set of Makefiles, patches, and description files placed in /usr/ports.
Ports Collection とは、/usr/ports 以下に置かれる Makefile, 修正パッチ、 説明文などの一連のファイルのことです。 - FreeBSD
Complex open source projects usually have a hierarchical file structure and the main makefile refers to the makefiles in the subdirectories. 複雑なオープンソースプロジェクトは階層ファイル構造になっており、主メイクファイルがサブディレクトリ内の複数のメイクファイルを参照していることがある。 - NetBeans
NetBeans C/C++ support lets you create C and C++ Application and Library projects with generated makefiles, as well as C and C++ projects from existing code. NetBeans C/C++ サポートでは、既存のコードから C/C++ プロジェクトを作成できるだけでなく、生成されたメイクファイルを使用して C/C++ アプリケーションやライブラリプロジェクトを作成できます。 - NetBeans
NetBeans C/C++ Development Pack lets you create C and C++ Application and Library projects with generated makefiles, as well as C and C++ projects from existing code. NetBeans C/C++ Development Pack では、既存のコードから C/C++ プロジェクトを作成できるだけでなく、生成されたメイクファイルを使用して C/C++ アプリケーションおよびライブラリプロジェクトを作成できます。 - NetBeans
The PEAR documentation system uses Unix style makefiles: peardoc$ autoconfpeardoc$ ./configure --with-lang=enpeardoc$ make html If you want to build a language other than English, change en, above, to the appropriate language code.
PEAR ドキュメンテーションシステムでは、Unix スタイルの makefile を用います。 peardoc$ autoconfpeardoc$ ./configure --with-lang=enpeardoc$ make html 英語以外の言語をビルドする場合は、上記の en のところを対応する言語コードに変更してください。 - PEAR
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.