Lesson 10
Dates: 4/10/2019
Application compilation and installation on Linux
Linux System Administration
References
The textbook: Static libraries and Makefiles
The textbook: Shared libraries
Makefiles in Linux: An Overview
Outline
Compilation stages
Static libraries
Shared libraries
Exercises: compilation
Makefile
Makefile with macros
Makefile with phony targets
make all
suffix rules
suffix rules with dependencies
Exercises with Makefiles
Exercise with Multiple Makefiles
References
Take me to the Course Website