Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ifeqGNU Make のディレクティブとif関数の違いは何ですか? それぞれをいつ使用する必要がありますか?ifeqGNU Makeの「プリプロセッサ」によって解析されるため、それらは異なりますか?
ifeq
if
if関数は条件付き展開用です。関数およびその他のifeq通常の条件は、それらが true でない場合、パーツが展開されないという保証はありません。詳細については、リンク (特に最初のリンク) を参照してください。