#pragma section-numbers off [[TableOfContents]] = 概要 = つかいずらいなど、いろいろいわれまるが、選択肢としてはこれが一番楽な気もします。 = URL = http://www.gnu.org/software/make/make.html http://www.gnu.org/manual/make/html_chapter/make_toc.html = インストール = = 設定 = = 利用方法 = = 代替ツール = makeは結構嫌われているのかもしれないです。代替ツールが次々に作成されますが、makeに変る物はなかなかありません。 [http://www.a-a-p.org/tools_build.html Tools for A-A-P] [http://www.perforce.com/jam/jam.html Jam]:boost等で利用されています。makeよりまましな感じですが、情報が少なく、また配布した時相手の環境が期待できないほどにマイナーです。 [http://scons.sourceforge.net/ SCons]:おもしろげだが、ちゃんと検証した事ないです。Python使いにはかなり魅力的です。 [http://www.dsmit.com/cons/ CONS]:Perlで作成されています。SConsはこれを管理していた人が作成した物です。 [http://ant.apache.org/ Ant]:Javaの為に作成されたbuild Tool。CやC++などJava以外の言語でも利用可能。動作がmakeよりおそいのが難点です。 http://www.a-a-p.org/ http://www.plope.com/software/pymake [http://www.cmake.org/HTML/Index.html CMake Cross Platform Make] = MakeFile作成 = 汎用フォーマットからMakeFileを作成するツール [http://bakefile.sourceforge.net/ Bakefile] [http://www.directory.net/Computers/Software/Build_Management/Makefile_Generators/ Makefile Generators] = 参考サイト = http://www.unixuser.org/~euske/doc/makefile/index.html http://member.nifty.ne.jp/masarl/article/gnu-make.html http://meraman.dip.jp/make/gmake.html http://www.h7.dion.ne.jp/~matsu/feature/automake/index.html [http://developers.slashdot.org/comments.pl?sid=108367&threshold=0&mode=nested&commentsort=0&op=Change Alternatives to Autoconf?] ---- CategoryPrograming