root/doc_inner/gnu_global/S/1035.html

/* [<][>][^][v][top][bottom][index][help] */
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>test/system/Makefile</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.5' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/2933.html'>test</a>/<a href='../files/2935.html'>system</a>/Makefile</h2>
<em class='comment'>/* [&lt;][&gt;][^][v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<hr />
<pre>
<a id='L1' name='L1'></a># 複数の子ディレクトリーでmakeを実行
<a id='L2' name='L2'></a>CMD = casl2_opt casl2_cmd casl2_err comet2_smoke comet2_opt comet2_cmd comet2_err casl2rev dumpword comet2monitor
<a id='L3' name='L3'></a>define make_dirs
<a id='L4' name='L4'></a>    $(foreach d,$1,$(MAKE) -sC $d $2)
<a id='L5' name='L5'></a>endef
<a id='L6' name='L6'></a>
<a id='L7' name='L7'></a>.PHONY: check smoke valgrind clean
<a id='L8' name='L8'></a>
<a id='L9' name='L9'></a>check:
<a id='L10' name='L10'></a>        @$(call make_dirs,$(CMD),$@; )
<a id='L11' name='L11'></a>
<a id='L12' name='L12'></a>smoke:
<a id='L13' name='L13'></a>        $(MAKE) -sC casl2_smoke check
<a id='L14' name='L14'></a>
<a id='L15' name='L15'></a>smoke-valgrind:
<a id='L16' name='L16'></a>        $(MAKE) -sC casl2_smoke valgrind
<a id='L17' name='L17'></a>
<a id='L18' name='L18'></a>valgrind:
<a id='L19' name='L19'></a>        @$(call make_dirs,casl2_smoke $(CMD),$@; )
<a id='L20' name='L20'></a>
<a id='L21' name='L21'></a>clean:
<a id='L22' name='L22'></a>        @$(call make_dirs,casl2_smoke $(CMD),$@; )
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* [&lt;][&gt;][^][v]<a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */