これは簡単なことの1つであり、私はすでに解決策を探すのに多くの時間を費やしています...
makefileに変数があります
$(targets): target1.o target2.o target3.o
ここで、この変数に基づいてtarget1.d target2.d target3.dのコマンドを実行したいのですが、それを実行するinclude
ための正しいワンライナーコマンドは何ですか?
これは簡単なことの1つであり、私はすでに解決策を探すのに多くの時間を費やしています...
makefileに変数があります
$(targets): target1.o target2.o target3.o
ここで、この変数に基づいてtarget1.d target2.d target3.dのコマンドを実行したいのですが、それを実行するinclude
ための正しいワンライナーコマンドは何ですか?