automake

  • GNU automake
  • autoconf
    wiki Autoconf;
  • automake
  • A brief introduction to the GNU Autotools
    Automake and Libtool data flow diagram

cross-compiler

  • Introduction to cross-compiling for Linux
    Or: Host, Target, Cross-Compilers, and All That
  • 源文件
configure.ac
cross-compile.sh
Makefile.am
  • 生成的中间文件
config
config.h
config.h.in
config.log
config.status
configure

Makefile
Makefile.in

你可能感兴趣的:(automake)