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.
これに関するドキュメントは見つかりませんでした。Makefile で見つかった「アット」記号を含むこれらの変数は正確には何ですか? 例:
temp = @temp@ srcdir = @srcdir@
これらは、autoconf または関連ツールの makefile に入れられるプレースホルダーです。構成段階からの後処理により、構成プロセス中に決定された値に置き換えられます。
通常、これらは Makefile.in または類似の名前で表示されます。値は、最終的に生成される makefile には存在しないはずです。構成プロセスが正しく完了しなかったことを示しています。