help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

auto-dependency usefulness?


From: Bryce Schober
Subject: auto-dependency usefulness?
Date: Wed, 01 Oct 2003 15:05:47 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030924 Thunderbird/0.3

When I first looked at the auto-dependency stuff at http://make.paulandlesley.org/autodep.html, I was pretty excited, but now I'm not so sure. What I'd really like is this:

lib/
  foo.h
  foo.c
src/
  main.c

In this scenario, foo.h declares a "library" function defined in foo.c. This function is called in main.c, which includes foo.h. As far as I know, this is the generally accepted way to modularize things. However, gcc's dependency generation doesn't trace main.c's dependency on foo.c, only on foo.h. How can this dependency be known? Or even assumed, given that there is a corresponding .c file for .h file?

Thanks.

--
Bryce Schober
Design Engineer
Dynon Avionics, Inc.
www.dynonavionics.com

---
[This E-mail scanned for viruses by digiposs.com]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]