I'm using the ElectricAccelerator autodepend feature to generate dependency information for incremental builds. Unfortunately it is overzealous in my case, because it wants to include files from my git repositories in the generated dependencies. The git files all live in
add new comment
(comments are locked)
|
Yes, emake has a "noautodep" pragma which allows you to specify files to exclude from autodepend. You add it immediately before the target that you want the exclusion to apply to. The pragma takes an argument which is a glob-style pattern. Any files that match the pattern will be excluded from autodep consideration. For example:
(comments are locked)
|
Topics:
asked: May 22, 2012 at 06:10 PM
Seen: 1637 times
Last Updated: Jun 22, 2012 at 02:56 PM