由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] questions on make command
相关主题
my script Re: how would you do this?help on directory access
Re: [转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!请问怎么用sftp传输文件夹?
[转载] My makefile can not work, why?请问:是否有可能阻止 admin 访问普通用户的数据?
help needed for xfig installation向高人请教:怎么从大量的文件中grep
问题:gentoo的gcc编译的CFLAGSHELP: screen copy in Unix
有关Unix shell script的问题请问Intel平台的Solaris比Linux/BSD的优势在哪里?
How FTP the whole Dir(include Subdir) in UNIX?OpenMP 求救。。。
how to grep a string in all sub-dirs?A bash question!
相关话题的讨论汇总
话题: make话题: cflags话题: dir话题: cc话题: sis
进入Unix版参与讨论
1 (共1页)
b******h
发帖数: 71
1
【 以下文字转载自 Programming 讨论区 】
【 原文由 birdfish 所发表 】
MAKE = make
do_make:
@for dir in $(DIRS); do \
(cd $$dir; \
echo Making $$dir ...; \
${MAKE} CC=$(CC) 'CFLAGS=$(CFLAGS) $(INCLUDE)' SIS=$(SIS) CADROOT
=$(CADROOT) CAD=$(CAD) lib$$dir.a)\
done
上面是一个makefile文件片断,但是欧不太懂${MAKE}的{}是干什么用的,
'CFLAGS=$(CFLAGS) $(INCLUDE)'的引号是干什么用的?
1 (共1页)
进入Unix版参与讨论
相关主题
A bash question!问题:gentoo的gcc编译的CFLAGS
求教关于makefile可选target的问题有关Unix shell script的问题
dropbox工作的机器不能安装,大家是如何解决的?How FTP the whole Dir(include Subdir) in UNIX?
ask a question about compile shared library using libtool (转载)how to grep a string in all sub-dirs?
my script Re: how would you do this?help on directory access
Re: [转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!请问怎么用sftp传输文件夹?
[转载] My makefile can not work, why?请问:是否有可能阻止 admin 访问普通用户的数据?
help needed for xfig installation向高人请教:怎么从大量的文件中grep
相关话题的讨论汇总
话题: make话题: cflags话题: dir话题: cc话题: sis