Riccardo Manfrin <[email protected]> writes:

> Your solution is cool but will recreate the source's directory structure 
> in my build path (plus needs secondexpansion).
> If I wanted to keep all obj code in the same folder what would I need to do?

You can use VPATH to locate the source files (combined with a
$(OBJDIR)/%.o rule), but be careful of object file name collisions.

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to