Monday, January 3, 2022

Types of Makefile and build system

 Different type of Makefile

  • Default/legacy make file -> GNU Makefile
  • Cmake 
  • Autotool -> Makefile.am -> Makefile.in
  • Linux kernel special Makefile
  • Android.mk

Build system/tool

  • Ninja and Meson
  • Yocto
  • Cerbero

No comments:

Post a Comment