I need to write some MAKEFILEs, but know nothing about them. Will someone please post some links to tutorials on how to create these wonderful files? I would like to study the basics of MAKEFILEs, from the beginning...
我需要写一些MAKEFILE,但对它们一无所知。有人请发布一些关于如何创建这些精彩文件的教程链接吗?我想从头开始学习MAKEFILE的基础知识......
3 个解决方案
#1
http://www.google.com/search?q=makefile+tutorial
http://www.gnu.org/software/make/manual/make.html
http://mrbook.org/blog/tutorials/make/
http://www.opussoftware.com/tutorial/TutMakefile.htm
http://www.cs.indiana.edu/classes/c304/Makefiles.html
http://www.cs.duke.edu/~ola/courses/programming/Makefiles/Makefiles.html
http://www.cs.umd.edu/class/spring2002/cmsc214/Tutorial/makefile.html
#2
I much prefer the dead-tree variants to online tutorials (here). It just seems (to me anyway) that the books are so much more polished, having been through countless edit cycles before being unleashed.
我更喜欢死树变种到在线教程(这里)。看起来(无论如何),这些书更加精致,在被释放之前经历了无数的编辑循环。
Most online tutorials seem to have been strung together by a group of drunken lemurs.
大多数在线教程似乎被一群醉酒的狐猴串在一起。
#3
Not exactly a beginner's HowTo, but you probably want to read Recursive Make Considered Harmful fairly soon after you begin to feel comfortable.
不完全是初学者的HowTo,但你可能想要在开始感觉舒服后很快阅读Recursive Make Considered Harmful。
#1
http://www.google.com/search?q=makefile+tutorial
http://www.gnu.org/software/make/manual/make.html
http://mrbook.org/blog/tutorials/make/
http://www.opussoftware.com/tutorial/TutMakefile.htm
http://www.cs.indiana.edu/classes/c304/Makefiles.html
http://www.cs.duke.edu/~ola/courses/programming/Makefiles/Makefiles.html
http://www.cs.umd.edu/class/spring2002/cmsc214/Tutorial/makefile.html
#2
I much prefer the dead-tree variants to online tutorials (here). It just seems (to me anyway) that the books are so much more polished, having been through countless edit cycles before being unleashed.
我更喜欢死树变种到在线教程(这里)。看起来(无论如何),这些书更加精致,在被释放之前经历了无数的编辑循环。
Most online tutorials seem to have been strung together by a group of drunken lemurs.
大多数在线教程似乎被一群醉酒的狐猴串在一起。
#3
Not exactly a beginner's HowTo, but you probably want to read Recursive Make Considered Harmful fairly soon after you begin to feel comfortable.
不完全是初学者的HowTo,但你可能想要在开始感觉舒服后很快阅读Recursive Make Considered Harmful。