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]
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
