欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GNU Make
来自开放百科 - 灰狐
(版本间的差异)
小 (→Links) |
|||
第2行: | 第2行: | ||
Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. | Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. | ||
+ | |||
+ | ==Book== | ||
+ | Managing Projects with GNU Make, Third Edition By Robert Mecklenburg, November 2004, Pages: 300 | ||
+ | |||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/cpyrt.pdf License/Copyright] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/toc.pdf Table of Contents] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/author_colo.pdf About the Author/Colophon] | ||
+ | |||
+ | [http://book.huihoo.com/managing-projects-with-gnu-make/part1.pdf Part I. Basic Concepts] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch01.pdf Chapter 1: How to write a Simple Makefile] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch02.pdf Chapter 2: Rules] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch03.pdf Chapter 3: Variables and Macros] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch04.pdf Chapter 4: Functions] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch05.pdf Chapter 5: Commands] | ||
+ | |||
+ | [http://book.huihoo.com/managing-projects-with-gnu-make/part2.pdf Part II. Advanced and Specialized Topics] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch06.pdf Chapter 6: Managing Large Projects] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch07.pdf Chapter 7: Portable Makefiles] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch08.pdf Chapter 8: C and C++] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch09.pdf Chapter 9: Java] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch10.pdf Chapter 10: Improving the Performance of make] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch11.pdf Chapter 11: Example Makefiles] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/ch12.pdf Chapter 12: Debugging Makefiles] | ||
+ | |||
+ | [http://book.huihoo.com/managing-projects-with-gnu-make/part3.pdf Part III. Appendixes] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/appa.pdf A. Running make] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/appb.pdf B. The Outer Limits] | ||
+ | *[http://book.huihoo.com/managing-projects-with-gnu-make/appc.pdf C. GNU Free Documentation License--GNU Project--Free Software Foundation (FSF)] | ||
+ | |||
+ | [http://book.huihoo.com/managing-projects-with-gnu-make/inx.pdf Index] | ||
==Links== | ==Links== |
2013年3月4日 (一) 06:25的版本
您可以在Wikipedia上了解到此条目的英文信息 GNU Make Thanks, Wikipedia. |
Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Book
Managing Projects with GNU Make, Third Edition By Robert Mecklenburg, November 2004, Pages: 300
- Chapter 1: How to write a Simple Makefile
- Chapter 2: Rules
- Chapter 3: Variables and Macros
- Chapter 4: Functions
- Chapter 5: Commands
Part II. Advanced and Specialized Topics
- Chapter 6: Managing Large Projects
- Chapter 7: Portable Makefiles
- Chapter 8: C and C++
- Chapter 9: Java
- Chapter 10: Improving the Performance of make
- Chapter 11: Example Makefiles
- Chapter 12: Debugging Makefiles
- A. Running make
- B. The Outer Limits
- C. GNU Free Documentation License--GNU Project--Free Software Foundation (FSF)
Links
分享您的观点