help-make
[Top][All Lists]
Advanced

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

How to get a makefile include graph with make?


From: Peng Yu
Subject: How to get a makefile include graph with make?
Date: Thu, 4 Sep 2008 11:25:18 -0500

Hi,

Suppose I have the following Makefiles.

Makefile_leaf1, Makefile_node1, Makefile_node2, Makefile_node3

Makefile_leaf1 is included by Makefile_node1 and Makefile_node2. Both
Makefile_node1 and Makefile_node2 are included by Makefile_node3.

Is there an automatically way to know that Makefile_leaf1is included
Makefile_node3.

The general question is how to figure out the leaf makefiles that are
either directly or indirectly included in a makefiles. Here, a leaf
makefile is a makefile that does not include other makefiles.

Thanks,
Peng




reply via email to

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