annotate CppApplication_1 (copy)/.dep.inc @ 3:b3ad79b3197c

This is a single thread application, it didn't work yet and I am working on fixing the problem,
author Sara
date Mon, 06 Jan 2014 10:08:37 -0800
parents
children
rev   line source
Sara@2 1 # This code depends on make tool being used
Sara@2 2 DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
Sara@2 3 ifneq (${DEPFILES},)
Sara@2 4 include ${DEPFILES}
Sara@2 5 endif