/make

BUILD System Evolution: Design, Tool, Implementation

Primary LanguageMakefile

BUILD System Evolution: Design, Tool, Implementation

Design

  • Edit-Compile-Test
  • To be filled
    • Dependencies Checker && Recipe Construction/Executation
    • Configuration Management && Build Variants
    • Packaging && Delivery
  • Link to Sldies

Tools

  • Make ( Recursive && Non-recursive )
  • Kconfig
  • CMake
  • GN + Ninja
  • Tup

Implementations

  • With these tools, how can you implement your own build system given that you have the need?

  • To be filled