This is one simple thing, and I am already spending too much time searching for solution…
I have variable in my makefile
$(targets): target1.o target2.o target3.o
Now I want to perform include command for target1.d target2.d target3.d based on this variable, what is the correct one-liner command to do it?
1 Answer