码迷,mamicode.com
首页 > 其他好文 > 详细

play with make

时间:2017-01-07 16:58:37      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:imp   world   uid   bsp   ext   change   ant   targe   import   

1) the VPATH variable

In make world, the VPATH variable guide you where to find the .c/.o file

2) the $^

$^ is a very important symbol in make, which is extented to the full path of the target file.

 3) test:test.c

target:depedency depency, Or if test.c changed make will not

play with make

标签:imp   world   uid   bsp   ext   change   ant   targe   import   

原文地址:http://www.cnblogs.com/honpey/p/6259564.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!