Monday, March 16, 2009

Makefie Tutorial


Download pdf---Makefie Tutorial

Makefile Tutorial


This is an introduction and short tutorial on the use of make. It is intended to provide the student with
enough understanding of make to write their own description files (makefiles) well enough to satisfy the
needs of this course, and to facilitate the automation of the grading process for course projects.


Table of Contents
1. Introduction to make
2. Dependencies and the structure of makefiles
3. Dummy targets
4. Commands in a makefile rule
5. The use of variables in makefiles
6. Multi-level makefiles
7. Things you should know how to do

0 comments:

Post a Comment