Note that the directory prefix (D), as described in Implicit Rule Search Algorithm, is appended (after expansion) to all the patterns in the prerequisites list. As an example:

.SECONDEXPANSION:

/tmp/foo.o:

%.o: $$(addsuffix /%.c,foo bar) foo.h
@echo $^

  

The prerequisite list printed, after the secondary expansion and directory prefix reconstruction, will be /tmp/foo/foo.c /tmp/bar/foo.c foo.h. If you are not interested in this reconstruction, you can use $$* instead of % in the prerequisites list.

最新文章

  1. Alpha阶段项目总结
  2. 【51Nod 1616】【算法马拉松 19B】最小集合
  3. error C4996: 'fopen': This function or variable may be unsafe.
  4. SSO(单点登录)
  5. Flex4 自定义通用的ImageButton
  6. (转)重磅出击:MongoDB 3.0正式版即将发布
  7. 使用cmake安装mysql5.5.13
  8. Struts2大约Action系统培训6大约action的接受三个参数的方法
  9. 使用spring-data-redis操作redis
  10. selenium python自动化测试 ddt数据驱动
  11. python中一个py文件如何调用其他py文件中的类和函数
  12. DOM---节点关系
  13. Java 判断两个对象是否相等
  14. 一次学生时代的经历,利用Python在机房杀红蜘蛛,脱离老师控制!
  15. Markdown 代码
  16. hdoj 1003 学习思路
  17. No.2 PyQt学习
  18. OC基础:getter和setter,@public @protected @private 分类: ios学习 OC 2015-06-15 19:23 22人阅读 评论(0) 收藏
  19. 关于HTML&CSS的笔记
  20. [IOI2007 D1T1]Miners 矿工配餐

热门文章

  1. Ubuntu阿里镜像
  2. Linux系统搭建私有CA证书服务器
  3. 这个时候 快下班了 我来翻译一段: Pro ASP.NET MVC 3 Framework
  4. linux C++类中成员变量和函数的使用
  5. CSS-09-背景属性
  6. java线程基础梳理
  7. Maven的scope属性作用域范围
  8. Springboot+SpringSecurity实现图片验证码登录问题
  9. Spring Boot入门简介-Maven配置
  10. Codeforces_835