annotate CppApplication_1/.dep.inc @ 4:469c49d5aa02

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