GNU Make

豆瓣
GNU Make

登录后可管理标记收藏。

ISBN: 9781882114825
作者: Richard M. Stallman / Roland McGrath / Paul D. Smith
出版社: Free Software Foundation
发行时间: 2010 -7
装订: Paperback
价格: free
页数: 192

/ 10

0 个评分

评分人数不足
借阅或购买

A Program for Directed Compilation

Richard M. Stallman / Roland McGrath   

简介

This file documents the GNU make utility, which determines automatically which pieces of a large program need to be recompiled, and issues the commands to recompile them.

目录

1 Overview of make : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 1
2 An Introduction to Makefiles : : : : : : : : : : : : : : : : : : : : : : : : : : : : 3
3 Writing Makefiles : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 11
4 Writing Rules : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 21
5 Writing Recipes in Rules : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 41
6 How to Use Variables : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 57
7 Conditional Parts of Makefiles : : : : : : : : : : : : : : : : : : : : : : : : : : 73
8 Functions for Transforming Text : : : : : : : : : : : : : : : : : : : : : : : : 79
9 How to Run make : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 93
10 Using Implicit Rules : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 103
11 Using make to Update Archive Files : : : : : : : : : : : : : : : : : : : : 121
12 Features of GNU make : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 125
13 Incompatibilities and Missing Features : : : : : : : : : : : : : : : : : : 129
14 Makefile Conventions : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 131
A Quick Reference : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 147
B Errors Generated by Make : : : : : : : : : : : : : : : : : : : : : : : : : : : : 153
C Complex Makefile Example : : : : : : : : : : : : : : : : : : : : : : : : : : : 157
Index of Concepts: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 171
Index of Functions, Variables, & Directives : : : : : : : : : : : : : : : : : : 179

短评
评论
笔记