我在哪里可以找到关于MAKEFILE编写的教程?

时间:2022-05-21 15:05:35

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 个解决方案

#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.

大多数在线教程似乎被一群醉酒的狐猴串在一起。

我在哪里可以找到关于MAKEFILE编写的教程?

#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


#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.

大多数在线教程似乎被一群醉酒的狐猴串在一起。

我在哪里可以找到关于MAKEFILE编写的教程?

#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。