基本信息
源码名称:make中文文档
源码大小:0.88M
文件格式:.pdf
开发语言:C/C++
更新时间:2021-11-16
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
Gun make
Short Contents 1 Overview of make. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2 An Introduction to Makefiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 Writing Makefiles. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 4 Writing Rules. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 5 Writing Recipes in Rules. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 6 How to Use Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 7 Conditional Parts of Makefiles . . . . . . . . . . . . . . . . . . . . . . . . . . 81 8 Functions for Transforming Text . . . . . . . . . . . . . . . . . . . . . . . . 87 9 How to Run make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 10 Using Implicit Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 11 Using make to Update Archive Files. . . . . . . . . . . . . . . . . . . . . 133 12 Extending GNU make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 13 Integrating GNU make. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147 14 Features of GNU make. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 15 Incompatibilities and Missing Features . . . . . . . . . . . . . . . . . . 155 16 Makefile Conventions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 A Quick Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173 B Errors Generated by Make . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 C Complex Makefile Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185 D GNU Free Documentation License . . . . . . . . . . . . . . . . . . . . . . 191 Index of Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 Index of Functions, Variables, & Directives. . . . . . . . . . . . . . . . . . . 209