Bug 781 - Makefile dependencies
Summary: Makefile dependencies
Status: ASSIGNED
Alias: None
Product: BpmCount
Classification: Unclassified
Component: Packaging (show other bugs)
Version: 0.1
Hardware: PC Linux
: Future normal
Assignee: greg elliott
URL:
Depends on:
Blocks:
 
Reported: 2008-08-31 18:48 CEST by Werner Van Belle
Modified: 2008-08-31 18:53 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Werner Van Belle 2008-08-31 18:48:52 CEST
Dependencies in the makefile can be generated with g++ -MM *.cpp >.depend and then include the .depend rule.