Make - a tutorial

Table of Contents

  1. Description
    1.  
    2. A simple compilation
    3. Compiling with several files
    4. Separate compilation
    5. Separate compilation steps
    6. Splitting your C Program
  2. Dependencies
    1.  
    2. Dependency Graphs
    3. How dependency works
    4. How does make do it?
  3. The makefile
    1.  
    2. Translating the dependency graph
    3. Listing dependencies
    4. Using the Makefile with make
  4. Shortcuts for make
    1.  
    2. Macros in make
    3. Special macros
    4. Predefined rules
    5. Miscellaneous shortcuts
  5. Advanced features
    1.  
    2. Special dependencies
    3. Custom suffixes and rules
Bibliography

Last updated on Wednesday, June 21, 1995 by Ben Y. Yoshino
Copyright © 1995 University of Hawai`i, College of Engineering, Computer Facility
All rights reserved.