Add ASCII art diagram describing build system make file include graph
This commit is contained in:
24
make/include_diagram.txt
Normal file
24
make/include_diagram.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
Makefile Include Diagram
|
||||
|
||||
/---> project/$(PROJECT).mk
|
||||
|
|
||||
|---> target/$(TARGET)/rules.mk
|
||||
|
|
||||
|---> platform/$(PLATFORM)/rules.mk
|
||||
|
|
||||
|---> arch/$(ARCH)/rules.mk
|
||||
|
|
||||
|---> top/rules.mk
|
||||
|
|
||||
engine.mk --->|
|
||||
| /---> rules.mk ---> make/module.mk ---> make/compile.mk
|
||||
| |
|
||||
| |
|
||||
|---> make/recurse.mk --->|
|
||||
| ^ |
|
||||
| | |
|
||||
| | |
|
||||
| \____________/
|
||||
|
|
||||
|
|
||||
\---> make/build.mk
|
||||
Reference in New Issue
Block a user