[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: any example on "Generating Prerequisites Automatically"?
From: |
Warlich, Christof |
Subject: |
RE: any example on "Generating Prerequisites Automatically"? |
Date: |
Thu, 31 May 2012 06:52:44 +0200 |
> 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