Mercurial > cgi-bin > hgwebdir.cgi > PR > PR_Integrations > javascript > SpiderMonkey
diff CppApplication_1/.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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/CppApplication_1/.dep.inc Mon Jan 06 10:08:37 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
