GNU Make Manual Version 4.4.1

简介:
make 实用程序会自动确定大型程序的哪些部分需要重新编译,并发出命令来重新编译它们。本手册介绍了由 Richard Stallman 和 Roland McGrath 实现的 GNU make。自版本 3.76 以来的开发一直由 Paul D. Smith 负责。GNU make 符合 IEEE 标准 1003.2-1992 (POSIX.2) 的第 6.2 节。我们的示例展示了 C 程序,因为它们最常见,但您可以将 make 与任何可以使用 shell 命令运行编译器的编程语言一起使用。事实上,make 并不局限于程序。您可以使用它来描述任何任务,其中某些文件必须在其他文件更改时自动从其他文件更新。
英文简介:
The make utility automatically determines which pieces of a large program need to berecompiled, and issues commands to recompile them. This manual describes GNU make,which was implemented by Richard Stallman and Roland McGrath. Development sinceVersion 3.76 has been handled by Paul D. Smith.GNU make conforms to section 6.2 of IEEE Standard 1003.2-1992 (POSIX.2).Our examples show C programs, since they are most common, but you can use makewith any programming language whose compiler can be run with a shell command. Indeed,make is not limited to programs. You can use it to describe any task where some files mustbe updated automatically from others whenever the others change.
- 书名
- GNU Make Manual Version 4.4.1
- 译名
- GNU Make Manual Version 4.4.1
- 语言
- 英语
- 年份
- 2023
- 页数
- 229页
- 大小
- 929.86 kB
- 标签
- C语言
- 下载
GNU Make Manual Version 4.4.1.pdf
- 密码
- 65536
最后更新:2025-04-12 23:58:18