spyhespyhe.blog.chinaunix.net
spyhjl
全部博文(40)
编译与调试(1)
网络编程(12)
系统编程(0)
driver(1)
makefile(3)
shell(2)
2016年(1)
2015年(1)
2013年(12)
2012年(5)
2011年(21)
hnu_reas
zhm_sunb
gaogo
幸福软件
gliethtt
Alan0521
chenxibi
crazyhad
soofun
wb123456
leiminch
liuyuand
浪花小雨
Phyllis6
trumpsai
请叫我七
浪子free
itaidia
发布时间:2013-03-07 18:23:33
1. $(addprefix pathhead, path) 其中path是以空格分隔的路径串。例如path = path1 path2 ... eg: HEAD_PATH = ./ ./include INCLUDE = $(addprefix -I, $(HEAD_PATH )) .........【阅读全文】
登录 注册