Mercurial > cgi-bin > hgwebdir.cgi > PR > PR_Integrations > javascript > SpiderMonkey
diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/SpiderMonkey_tests/CppApplication_1/.dep.inc Sat Feb 01 14:26:10 2014 -0800 1.3 @@ -0,0 +1,5 @@ 1.4 +# This code depends on make tool being used 1.5 +DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES})) 1.6 +ifneq (${DEPFILES},) 1.7 +include ${DEPFILES} 1.8 +endif
