This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Dependency tracking
- To: automake at gnu dot org
- Subject: Dependency tracking
- From: "Paul F. Kunz" <Paul_Kunz at slac dot stanford dot edu>
- Date: Tue, 17 Oct 2000 05:58:54 -0700
- List-Id: Discussion list for automake <automake.gnu.org>
- Reply-to: Paul_Kunz at slac dot stanford dot edu
I have a project being worked on by two people; both with gmake but
one not using gcc. Is there a way to allow the gcc developer to use
automake dependency tracking, while the other developer uses some
other system. The other developer has gcc (but doesn't use it for
the code), so is there a way for automake to use gcc just for
dependency generation, but not for compiling? For example, with a
seperate `make depend' target?