由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 哪位大虾熟悉gnu的make?
相关主题
makefile 文件是不是可以看作一种shell?[转载] qestion about grep
What's wrong with "CXTERM"CXTERM INSTALL : HELP !Re: ctrl+c doesn't work in csh, (solved)
cxterm compile提示我 too many ('s 怎么办?
[转载] 再请教高手gcc 编译的时候要包括 header source file 吗?
[转载] 求救Questions about Makefile
看看我的第一个小script为什么不工作怎样写 makefile
a puzzle!!help on cxterm
[转载] Shell高手看过来。what is wrong with makefile?
相关话题的讨论汇总
话题: makelevel话题: ifeq话题: endif话题: makefile话题: 编译
进入Unix版参与讨论
1 (共1页)
g*k
发帖数: 194
1
给俺讲一下makelevel的作用和用法。
它是不是一个特殊的变量啊?
俺有一个很长的makefile文件,大致结构如下:
ifeq "$(makelevel)" "0"
....
endif
......
ifeq "$(makelevel)" "1"
....
endif
...
按道理说makelevel=0时是底层的编译过程,
但它为什么要写在makelevel=1这一层之前呢?
编译的流程到底是怎么样的?而且我在整个
makefile文件里并没有发现那里对makelevel
设置乐初值啊。
thx a lot.
1 (共1页)
进入Unix版参与讨论
相关主题
what is wrong with makefile?[转载] 求救
Re: SOS!!! (about FLTK)看看我的第一个小script为什么不工作
英雄,救命啊!!!a puzzle!!
Help: failed to compile cxterm with cc[转载] Shell高手看过来。
makefile 文件是不是可以看作一种shell?[转载] qestion about grep
What's wrong with "CXTERM"CXTERM INSTALL : HELP !Re: ctrl+c doesn't work in csh, (solved)
cxterm compile提示我 too many ('s 怎么办?
[转载] 再请教高手gcc 编译的时候要包括 header source file 吗?
相关话题的讨论汇总
话题: makelevel话题: ifeq话题: endif话题: makefile话题: 编译