CSC282 2015S, Class 10: Improved Make

Overview

Preliminaries

Admin

Questions

A quick review of Make

Goals

Format

Learned from writing your own

Variables in Make

Some standard variables for C programs

Make has a lot of standard rules (e.g., for building .o files from .c files). We can customize using variables.

Another example: Document development

Sam's web sites

Automatic variables

Generic rules

Standard make rules

Other useful techniques

Miscellaneous tools and techniques