On 8/10/10 5:43 PM, ali hagigat wrote:
My main questions are not answered!
Maybe people think you should ask general GNU make questions to the GNU make developers or read the GNU make documentation.
Starting from top makefile, what is first rule that is executed?
The first one in the top level Makefile. That's the same for all "make" based projects.
How this makefile causes other makefiles inside the subdirectories are called? Please mention the line which does this.
See lines 185 - 211 in the top level makefile