Bug 340 - Need to add make dep rule
Status:
RESOLVED WORKSFORME
Component:
Build-Env
Version:
1.4.1
Hardware:
PC All
Importance:
P2 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Dec 14 2003 16:56:04 UTC
by:
Hugo Haas
Modified:
Dec 29 2003 04:55:23 UTC
WhoWhenWhatRemovedAdded
Rob CaelersDec 29 2003 04:55:23 UTCstatusNEWRESOLVED
resolutionWORKSFORME
Description
Hugo Haas  Dec 14 2003 16:56:04 UTC
It would be useful to have a generated list of dependencies of .cc's on .hh's in
order to have the right objects recompiled when modifying a header file.
Comment 1
Rob Caelers  Dec 29 2003 04:55:23 UTC
GNU autoconf/automake should take care of this. It creates a .deps directory
with dependencies for each file. Maybe you need to do configure
--maintainer-mode to get them. Don't know.