Linux 下编译与 Makefile 的教程
- GCC 的介绍
- 编译系统
C 程序的编译过程
C++ 程序的编译过程
- Intro:
- Variable: Makefile 中变量的写法
- Operator&Symbols: 操作符和 Makefile 常用的符号
- Functions: 常用函数
- Conditional Statement: 条件语句
- Compile: 编译过程与编译选项
- Static Library: 静态库的编译与链接
- Shared Library: 共享库/动态库的编译与链接
- Errors: 常见的一些错误