annotate SpiderMonkey_tests/CppApplication_1/.dep.inc @ 13:77d9e57697b1

y
author Sara
date Sat, 15 Feb 2014 12:11:09 -0800
parents
children
rev   line source
seanhalle@6 1 # This code depends on make tool being used
seanhalle@6 2 DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
seanhalle@6 3 ifneq (${DEPFILES},)
seanhalle@6 4 include ${DEPFILES}
seanhalle@6 5 endif