公告板
版本库
filestore
活动
搜索
登录
sola
/
scpi-parser
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Include cleanup, better error handling
Jan Breuer
2012-11-27
884a288cc0f15f5ab9ea36077b08ff002ff7eac2
[sola/scpi-parser.git]
/
netbeans
/
.dep.inc
1
2
3
4
5
# This code depends on make tool being used
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
ifneq (${DEPFILES},)
include ${DEPFILES}
endif