Makefile
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:28k
源码类别:

Symbian

开发平台:

Visual C++

  1. __STANDARD__=YES
  2. SRCROOT=....
  3. RM=rm -rf
  4. RM_DIR=rm -rf
  5. MAKE_DEP=
  6. MAKE_DEP_FLAGS=$(INCLUDES) $(DEFINES)
  7. LD=
  8. LDFLAGS=
  9. CP=copy
  10. MAKE=nmake
  11. CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
  12. CXXFLAGS=-s -fomit-frame-pointer -mthumb-interwork -nostdinc -fno-builtin -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -Wno-non-virtual-dtor -ffunction-sections -fdata-sections -O2  $(INCLUDES) $(DEFINES)
  13. CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
  14. CCFLAGS=-x c++ -s -fomit-frame-pointer -mthumb-interwork -nostdinc -fno-builtin -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -Wno-non-virtual-dtor -ffunction-sections -fdata-sections -O2  $(INCLUDES) $(DEFINES)
  15. CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
  16. CXXFLAGS=-s -fomit-frame-pointer -mthumb-interwork -nostdinc -fno-builtin -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -Wno-non-virtual-dtor -ffunction-sections -fdata-sections -O2  $(INCLUDES) $(DEFINES)
  17. SRCS=platformsymbianprocess_events.cpp string.cpp stdlib.cpp assert.cpp hlxosstr.cpp safestring.cpp windows.cpp time.cpp stat.cpp errno.cpp stdio.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objplatformsymbianprocess_events.o thumb-rel32objstring.o thumb-rel32objstdlib.o thumb-rel32objassert.o thumb-rel32objhlxosstr.o thumb-rel32objsafestring.o thumb-rel32objwindows.o thumb-rel32objtime.o thumb-rel32objstat.o thumb-rel32objerrno.o thumb-rel32objstdio.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ....commonruntimepub -I ....commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ....commoninclude -I .pub -I ....commondbgtoolpub
  22. DEFINES=-I . -include thumb-rel32common_runtime_ribodefs.h
  23. STATIC_LIBS=....commonsystemthumb-rel32syslib.lib ....commondbgtoolthumb-rel32debuglib.lib ....commonruntimethumb-rel32runtlib.lib
  24. DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib"
  25. .s.obj: 
  26. $(CC) $(CXXFLAGS) -o $@ -c $<
  27. .c.o: 
  28. $(CC) $(CCFLAGS) -o $@ -c $<
  29. .cpp.o: 
  30. $(CC) $(CXXFLAGS) -o $@ -c $<
  31. all: thumb-rel32obj thumb-rel32runtlib.lib
  32. thumb-rel32obj: 
  33. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  34. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  35. all_objects: $(OBJS)
  36. thumb-rel32runtlib.lib: $(OBJS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. -rm thumb-rel32runtlib.lib
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32runtlib.lib $(OBJS)
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32runtlib.lib
  41. thumb-rel32objplatformsymbianprocess_events.o: platformsymbianprocess_events.cpp
  42. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  43. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  44. -@if NOT exist "thumb-rel32objplatform" mkdir "thumb-rel32objplatform"
  45. -@if NOT exist "thumb-rel32objplatformsymbian" mkdir "thumb-rel32objplatformsymbian"
  46. $(CC) $(CXXFLAGS) -o thumb-rel32objplatformsymbianprocess_events.o -c platformsymbianprocess_events.cpp
  47. thumb-rel32objstring.o: string.cpp
  48. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  49. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  50. $(CC) $(CXXFLAGS) -o thumb-rel32objstring.o -c string.cpp
  51. thumb-rel32objstdlib.o: stdlib.cpp
  52. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  53. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  54. $(CC) $(CXXFLAGS) -o thumb-rel32objstdlib.o -c stdlib.cpp
  55. thumb-rel32objassert.o: assert.cpp
  56. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  57. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  58. $(CC) $(CXXFLAGS) -o thumb-rel32objassert.o -c assert.cpp
  59. thumb-rel32objhlxosstr.o: hlxosstr.cpp
  60. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  61. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  62. $(CC) $(CXXFLAGS) -o thumb-rel32objhlxosstr.o -c hlxosstr.cpp
  63. thumb-rel32objsafestring.o: safestring.cpp
  64. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  65. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  66. $(CC) $(CXXFLAGS) -o thumb-rel32objsafestring.o -c safestring.cpp
  67. thumb-rel32objwindows.o: windows.cpp
  68. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  69. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  70. $(CC) $(CXXFLAGS) -o thumb-rel32objwindows.o -c windows.cpp
  71. thumb-rel32objtime.o: time.cpp
  72. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  73. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  74. $(CC) $(CXXFLAGS) -o thumb-rel32objtime.o -c time.cpp
  75. thumb-rel32objstat.o: stat.cpp
  76. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  77. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  78. $(CC) $(CXXFLAGS) -o thumb-rel32objstat.o -c stat.cpp
  79. thumb-rel32objerrno.o: errno.cpp
  80. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  81. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  82. $(CC) $(CXXFLAGS) -o thumb-rel32objerrno.o -c errno.cpp
  83. thumb-rel32objstdio.o: stdio.cpp
  84. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  85. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  86. $(CC) $(CXXFLAGS) -o thumb-rel32objstdio.o -c stdio.cpp
  87. clean: 
  88. $(RM) thumb-rel32runtlib.lib thumb-rel32objplatformsymbianprocess_events.o thumb-rel32objstring.o
  89. $(RM) thumb-rel32objstdlib.o thumb-rel32objassert.o thumb-rel32objhlxosstr.o thumb-rel32objsafestring.o
  90. $(RM) thumb-rel32objwindows.o thumb-rel32objtime.o thumb-rel32objstat.o thumb-rel32objerrno.o thumb-rel32objstdio.o
  91. ....releaseruntlib.lib: thumb-rel32runtlib.lib
  92. -@if NOT exist "....release" mkdir "....release"
  93. rm -rf "....releaseruntlib.lib"
  94. copy "thumb-rel32runtlib.lib" "....releaseruntlib.lib"
  95. copy: ....releaseruntlib.lib
  96. depend: 
  97. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  98. # DO NOT DELETE -- mkdepend depends on this line
  99. thumb-rel32objplatformsymbianprocess_events.obj: "platformsymbianprocess_events.cpp"
  100. thumb-rel32objplatformsymbianprocess_events.obj: "....commonruntimepubplatform/symbian/process_events.h"
  101. thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
  102. thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  103. thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  104. thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  105. thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  106. thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  107. thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  108. thumb-rel32objplatformsymbianprocess_events.obj: "thumb-rel32common_runtime_ribodefs.h"
  109. thumb-rel32objstring.obj: "string.cpp"
  110. thumb-rel32objstring.obj: "....commonruntimepubhlxclib/string.h"
  111. thumb-rel32objstring.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  112. thumb-rel32objstring.obj: "....commonruntimepubhlxclibstring.h"
  113. thumb-rel32objstring.obj: "....commonruntimepubhlxclibstdlib.h"
  114. thumb-rel32objstring.obj: "....commonincludehxtypes.h"
  115. thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  116. thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  117. thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  118. thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  119. thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  120. thumb-rel32objstring.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  121. thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  122. thumb-rel32objstring.obj: "....commonincludehxbastsd.h"
  123. thumb-rel32objstring.obj: "....commonruntimepubhlxclibctype.h"
  124. thumb-rel32objstring.obj: "....commonruntimepubhlxclib/stdlib.h"
  125. thumb-rel32objstring.obj: "thumb-rel32common_runtime_ribodefs.h"
  126. thumb-rel32objstdlib.obj: "stdlib.cpp"
  127. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/stdio.h"
  128. thumb-rel32objstdlib.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  129. thumb-rel32objstdlib.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  130. thumb-rel32objstdlib.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  131. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/sys/types.h"
  132. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  133. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  134. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  135. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/time.h"
  136. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  137. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  138. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibtime.h"
  139. thumb-rel32objstdlib.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  140. thumb-rel32objstdlib.obj: "....commonincludehxtypes.h"
  141. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  142. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  143. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  144. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  145. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  146. thumb-rel32objstdlib.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  147. thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  148. thumb-rel32objstdlib.obj: "....commonincludehxbastsd.h"
  149. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibwindows.h"
  150. thumb-rel32objstdlib.obj: "....commonruntimepubhlxosstr.h"
  151. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/stdlib.h"
  152. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibstdlib.h"
  153. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/string.h"
  154. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibstring.h"
  155. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibctype.h"
  156. thumb-rel32objstdlib.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  157. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/windows.h"
  158. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibstdio.h"
  159. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibstdarg.h"
  160. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/assert.h"
  161. thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibassert.h"
  162. thumb-rel32objstdlib.obj: "thumb-rel32common_runtime_ribodefs.h"
  163. thumb-rel32objassert.obj: "assert.cpp"
  164. thumb-rel32objassert.obj: "....commonruntimepubhlxclib/assert.h"
  165. thumb-rel32objassert.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  166. thumb-rel32objassert.obj: "....commonruntimepubhlxclibassert.h"
  167. thumb-rel32objassert.obj: "....commonincludehxtypes.h"
  168. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  169. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  170. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  171. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  172. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  173. thumb-rel32objassert.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  174. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  175. thumb-rel32objassert.obj: "....commonincludehxbastsd.h"
  176. thumb-rel32objassert.obj: "....commonruntimepubhlxclib/windows.h"
  177. thumb-rel32objassert.obj: "....commonruntimepubhlxclibwindows.h"
  178. thumb-rel32objassert.obj: "....commonruntimepubhlxosstr.h"
  179. thumb-rel32objassert.obj: "....commonruntimepubhlxclib/stdlib.h"
  180. thumb-rel32objassert.obj: "....commonruntimepubhlxclibstdlib.h"
  181. thumb-rel32objassert.obj: "....commonruntimepubhlxclib/string.h"
  182. thumb-rel32objassert.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  183. thumb-rel32objassert.obj: "....commonruntimepubhlxclibstring.h"
  184. thumb-rel32objassert.obj: "....commonruntimepubhlxclibctype.h"
  185. thumb-rel32objassert.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  186. thumb-rel32objassert.obj: "....commonruntimepubhlxclib/stdio.h"
  187. thumb-rel32objassert.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  188. thumb-rel32objassert.obj: "....commonruntimepubhlxclib/sys/types.h"
  189. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  190. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  191. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  192. thumb-rel32objassert.obj: "....commonruntimepubhlxclib/time.h"
  193. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  194. thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  195. thumb-rel32objassert.obj: "....commonruntimepubhlxclibtime.h"
  196. thumb-rel32objassert.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  197. thumb-rel32objassert.obj: "....commonruntimepubhlxclibstdio.h"
  198. thumb-rel32objassert.obj: "....commonruntimepubhlxclibstdarg.h"
  199. thumb-rel32objassert.obj: "thumb-rel32common_runtime_ribodefs.h"
  200. thumb-rel32objhlxosstr.obj: "hlxosstr.cpp"
  201. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxosstr.h"
  202. thumb-rel32objhlxosstr.obj: "....commonincludehxtypes.h"
  203. thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  204. thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  205. thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  206. thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  207. thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  208. thumb-rel32objhlxosstr.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  209. thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  210. thumb-rel32objhlxosstr.obj: "....commonincludehxbastsd.h"
  211. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclib/stdlib.h"
  212. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibstdlib.h"
  213. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclib/string.h"
  214. thumb-rel32objhlxosstr.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  215. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibstring.h"
  216. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibctype.h"
  217. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclib/windows.h"
  218. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibwindows.h"
  219. thumb-rel32objhlxosstr.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  220. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclib/assert.h"
  221. thumb-rel32objhlxosstr.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  222. thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibassert.h"
  223. thumb-rel32objhlxosstr.obj: "thumb-rel32common_runtime_ribodefs.h"
  224. thumb-rel32objsafestring.obj: "safestring.cpp"
  225. thumb-rel32objsafestring.obj: "....commonincludehxtypes.h"
  226. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  227. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  228. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  229. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  230. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  231. thumb-rel32objsafestring.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  232. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  233. thumb-rel32objsafestring.obj: "....commonincludehxbastsd.h"
  234. thumb-rel32objsafestring.obj: "....commonruntimepubsafestring.h"
  235. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/string.h"
  236. thumb-rel32objsafestring.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  237. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibstring.h"
  238. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibstdlib.h"
  239. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibctype.h"
  240. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/stdlib.h"
  241. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/stdio.h"
  242. thumb-rel32objsafestring.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  243. thumb-rel32objsafestring.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  244. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/sys/types.h"
  245. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  246. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  247. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  248. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/time.h"
  249. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  250. thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  251. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibtime.h"
  252. thumb-rel32objsafestring.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  253. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibwindows.h"
  254. thumb-rel32objsafestring.obj: "....commonruntimepubhlxosstr.h"
  255. thumb-rel32objsafestring.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  256. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/windows.h"
  257. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibstdio.h"
  258. thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibstdarg.h"
  259. thumb-rel32objsafestring.obj: "thumb-rel32common_runtime_ribodefs.h"
  260. thumb-rel32objwindows.obj: "windows.cpp"
  261. thumb-rel32objwindows.obj: "....commonruntimepubhlxclib/windows.h"
  262. thumb-rel32objwindows.obj: "....commonincludehxtypes.h"
  263. thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  264. thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  265. thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  266. thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  267. thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  268. thumb-rel32objwindows.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  269. thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  270. thumb-rel32objwindows.obj: "....commonincludehxbastsd.h"
  271. thumb-rel32objwindows.obj: "....commonruntimepubhlxclibwindows.h"
  272. thumb-rel32objwindows.obj: "....commonruntimepubhlxosstr.h"
  273. thumb-rel32objwindows.obj: "....commonruntimepubhlxclib/stdlib.h"
  274. thumb-rel32objwindows.obj: "....commonruntimepubhlxclibstdlib.h"
  275. thumb-rel32objwindows.obj: "....commonruntimepubhlxclib/string.h"
  276. thumb-rel32objwindows.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  277. thumb-rel32objwindows.obj: "....commonruntimepubhlxclibstring.h"
  278. thumb-rel32objwindows.obj: "....commonruntimepubhlxclibctype.h"
  279. thumb-rel32objwindows.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  280. thumb-rel32objwindows.obj: "thumb-rel32common_runtime_ribodefs.h"
  281. thumb-rel32objtime.obj: "time.cpp"
  282. thumb-rel32objtime.obj: "....commonruntimepubhlxclib/time.h"
  283. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  284. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  285. thumb-rel32objtime.obj: "....commonruntimepubhlxclibtime.h"
  286. thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  287. thumb-rel32objtime.obj: "....commonincludehxtypes.h"
  288. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  289. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  290. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  291. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  292. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  293. thumb-rel32objtime.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  294. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  295. thumb-rel32objtime.obj: "....commonincludehxbastsd.h"
  296. thumb-rel32objtime.obj: "....commonruntimepubhlxclibwindows.h"
  297. thumb-rel32objtime.obj: "....commonruntimepubhlxosstr.h"
  298. thumb-rel32objtime.obj: "....commonruntimepubhlxclib/stdlib.h"
  299. thumb-rel32objtime.obj: "....commonruntimepubhlxclibstdlib.h"
  300. thumb-rel32objtime.obj: "....commonruntimepubhlxclib/string.h"
  301. thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  302. thumb-rel32objtime.obj: "....commonruntimepubhlxclibstring.h"
  303. thumb-rel32objtime.obj: "....commonruntimepubhlxclibctype.h"
  304. thumb-rel32objtime.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  305. thumb-rel32objtime.obj: "....commonruntimepubhlxclib/assert.h"
  306. thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  307. thumb-rel32objtime.obj: "....commonruntimepubhlxclibassert.h"
  308. thumb-rel32objtime.obj: "....commonruntimepubhlxclib/limits.h"
  309. thumb-rel32objtime.obj: "....commonruntimepubhlxcliblimits.h"
  310. thumb-rel32objtime.obj: "....commonruntimepubhlxclib/stdio.h"
  311. thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  312. thumb-rel32objtime.obj: "....commonruntimepubhlxclib/sys/types.h"
  313. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  314. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  315. thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  316. thumb-rel32objtime.obj: "....commonruntimepubhlxclib/windows.h"
  317. thumb-rel32objtime.obj: "....commonruntimepubhlxclibstdio.h"
  318. thumb-rel32objtime.obj: "....commonruntimepubhlxclibstdarg.h"
  319. thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_OpUtils.h"
  320. thumb-rel32objtime.obj: "thumb-rel32common_runtime_ribodefs.h"
  321. thumb-rel32objstat.obj: "stat.cpp"
  322. thumb-rel32objstat.obj: "....commonruntimepubhlxclib/sys/stat.h"
  323. thumb-rel32objstat.obj: "....commonruntimepubhlxclib/sysstat.h"
  324. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
  325. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  326. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  327. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  328. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  329. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  330. thumb-rel32objstat.obj: "....commonruntimepubhlxclib/sys/types.h"
  331. thumb-rel32objstat.obj: "....commonruntimepubhlxclib/time.h"
  332. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  333. thumb-rel32objstat.obj: "....commonruntimepubhlxclibtime.h"
  334. thumb-rel32objstat.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  335. thumb-rel32objstat.obj: "....commonincludehxtypes.h"
  336. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  337. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  338. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  339. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  340. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  341. thumb-rel32objstat.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  342. thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  343. thumb-rel32objstat.obj: "....commonincludehxbastsd.h"
  344. thumb-rel32objstat.obj: "....commonruntimepubhlxclibwindows.h"
  345. thumb-rel32objstat.obj: "....commonruntimepubhlxosstr.h"
  346. thumb-rel32objstat.obj: "....commonruntimepubhlxclib/stdlib.h"
  347. thumb-rel32objstat.obj: "....commonruntimepubhlxclibstdlib.h"
  348. thumb-rel32objstat.obj: "....commonruntimepubhlxclib/string.h"
  349. thumb-rel32objstat.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  350. thumb-rel32objstat.obj: "....commonruntimepubhlxclibstring.h"
  351. thumb-rel32objstat.obj: "....commonruntimepubhlxclibctype.h"
  352. thumb-rel32objstat.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  353. thumb-rel32objstat.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  354. thumb-rel32objstat.obj: "....commonruntimepubhlxclib/windows.h"
  355. thumb-rel32objstat.obj: "thumb-rel32common_runtime_ribodefs.h"
  356. thumb-rel32objerrno.obj: "errno.cpp"
  357. thumb-rel32objerrno.obj: "....commonruntimepubhlxclib/errno.h"
  358. thumb-rel32objerrno.obj: "....commonruntimepubhlxcliberrno.h"
  359. thumb-rel32objerrno.obj: "thumb-rel32common_runtime_ribodefs.h"
  360. thumb-rel32objstdio.obj: "stdio.cpp"
  361. thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/stdio.h"
  362. thumb-rel32objstdio.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  363. thumb-rel32objstdio.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  364. thumb-rel32objstdio.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  365. thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/sys/types.h"
  366. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  367. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  368. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  369. thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/time.h"
  370. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  371. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  372. thumb-rel32objstdio.obj: "....commonruntimepubhlxclibtime.h"
  373. thumb-rel32objstdio.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  374. thumb-rel32objstdio.obj: "....commonincludehxtypes.h"
  375. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  376. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  377. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  378. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  379. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  380. thumb-rel32objstdio.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  381. thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  382. thumb-rel32objstdio.obj: "....commonincludehxbastsd.h"
  383. thumb-rel32objstdio.obj: "....commonruntimepubhlxclibwindows.h"
  384. thumb-rel32objstdio.obj: "....commonruntimepubhlxosstr.h"
  385. thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/stdlib.h"
  386. thumb-rel32objstdio.obj: "....commonruntimepubhlxclibstdlib.h"
  387. thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/string.h"
  388. thumb-rel32objstdio.obj: "....commonruntimepubhlxclibstring.h"
  389. thumb-rel32objstdio.obj: "....commonruntimepubhlxclibctype.h"
  390. thumb-rel32objstdio.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  391. thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/windows.h"
  392. thumb-rel32objstdio.obj: "....commonruntimepubhlxclibstdio.h"
  393. thumb-rel32objstdio.obj: "....commonruntimepubhlxclibstdarg.h"
  394. thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/assert.h"
  395. thumb-rel32objstdio.obj: "....commonruntimepubhlxclibassert.h"
  396. thumb-rel32objstdio.obj: "thumb-rel32common_runtime_ribodefs.h"