> The suggested method in  GNU Make book generates one .d file for each
> .c file in the c files directory, which seems a mess. How to generate
> the .d files in another directory? What's the best practice using this
> feature?

Hi Michael,

Just combine these blueprints:

http://mad-scientist.net/make/multi-arch.html
http://mad-scientist.net/make/autodep.html

Cheers,

Chris

_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to