view CppApplication_1/.dep.inc @ 5:a6cc4a802db6

the code
author Sara
date Sat, 01 Feb 2014 08:51:00 -0800
parents
children
line source
1 # This code depends on make tool being used
2 DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
3 ifneq (${DEPFILES},)
4 include ${DEPFILES}
5 endif