I just realized for simplicity and better understanding what I am trying
to achieve both makefiles could be merged into:
---
dst ?= .
$(dst)/target1.out: $(dst)/test/Test.cc.o
@echo linking
$(dst)/%.cc.d: ../../src/target1/%.cc
@echo making dep
$(dst)/%.cc.o: ../../src/target1/%.cc
-d [just to reduce pollution of log]).
I am using GNU Make 3.81 (x86_64-pc-linux-gnu).
Any help would be appreciated! Thank you very much in advance.
trashmailer
make_project.tar.bz2
Description: BZip2 compressed data
___
Bug-make mailing list
Bug