annotate SpiderMonkey_tests/CppApplication_1/.dep.inc @ 6:c82791ba5ce1

added two-context test, from botton of pdf, plus pdf
author Sean Halle <seanhalle@yahoo.com>
date Sat, 01 Feb 2014 14:26:10 -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