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

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=hxassert.cpp hxstat.cpp multilog.cpp print.cpp memprb.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objhxassert.o thumb-rel32objhxstat.o thumb-rel32objmultilog.o thumb-rel32objprint.o thumb-rel32objmemprb.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ....commonruntimepub -I ....commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I pubplatformsymbian -I platformsymbian -I ..include -I ..runtimepub -I ..systempub -I ..fileiopub -I ..utilpub -I ..containerpub -I .pub -I ....commondbgtoolpub
  22. DEFINES=-I . -include thumb-rel32common_dbgtool_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-rel32debuglib.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-rel32debuglib.lib: $(OBJS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. -rm thumb-rel32debuglib.lib
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32debuglib.lib $(OBJS)
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32debuglib.lib
  41. thumb-rel32objhxassert.o: hxassert.cpp
  42. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  43. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  44. $(CC) $(CXXFLAGS) -o thumb-rel32objhxassert.o -c hxassert.cpp
  45. thumb-rel32objhxstat.o: hxstat.cpp
  46. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  47. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  48. $(CC) $(CXXFLAGS) -o thumb-rel32objhxstat.o -c hxstat.cpp
  49. thumb-rel32objmultilog.o: multilog.cpp
  50. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  51. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  52. $(CC) $(CXXFLAGS) -o thumb-rel32objmultilog.o -c multilog.cpp
  53. thumb-rel32objprint.o: print.cpp
  54. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  55. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  56. $(CC) $(CXXFLAGS) -o thumb-rel32objprint.o -c print.cpp
  57. thumb-rel32objmemprb.o: memprb.cpp
  58. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  59. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  60. $(CC) $(CXXFLAGS) -o thumb-rel32objmemprb.o -c memprb.cpp
  61. clean: 
  62. $(RM) thumb-rel32debuglib.lib thumb-rel32objhxassert.o thumb-rel32objhxstat.o thumb-rel32objmultilog.o
  63. $(RM) thumb-rel32objprint.o thumb-rel32objmemprb.o
  64. ....releasedebuglib.lib: thumb-rel32debuglib.lib
  65. -@if NOT exist "....release" mkdir "....release"
  66. rm -rf "....releasedebuglib.lib"
  67. copy "thumb-rel32debuglib.lib" "....releasedebuglib.lib"
  68. copy: ....releasedebuglib.lib
  69. depend: 
  70. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  71. # DO NOT DELETE -- mkdepend depends on this line
  72. thumb-rel32objhxassert.obj: "hxassert.cpp"
  73. thumb-rel32objhxassert.obj: "..includehxtypes.h"
  74. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  75. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  76. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  77. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  78. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  79. thumb-rel32objhxassert.obj: "..includeplatform/symbian/symbiantypes.h"
  80. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  81. thumb-rel32objhxassert.obj: "..includehxbastsd.h"
  82. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/stdio.h"
  83. thumb-rel32objhxassert.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  84. thumb-rel32objhxassert.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  85. thumb-rel32objhxassert.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  86. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/sys/types.h"
  87. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  88. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  89. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  90. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/time.h"
  91. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  92. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  93. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibtime.h"
  94. thumb-rel32objhxassert.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  95. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibwindows.h"
  96. thumb-rel32objhxassert.obj: "....commonruntimepubhlxosstr.h"
  97. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/stdlib.h"
  98. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibstdlib.h"
  99. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/string.h"
  100. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibstring.h"
  101. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibctype.h"
  102. thumb-rel32objhxassert.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  103. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/windows.h"
  104. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibstdio.h"
  105. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibstdarg.h"
  106. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  107. thumb-rel32objhxassert.obj: ".pubhxassert.h"
  108. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/assert.h"
  109. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibassert.h"
  110. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/limits.h"
  111. thumb-rel32objhxassert.obj: "....commonruntimepubhlxcliblimits.h"
  112. thumb-rel32objhxassert.obj: "..includehxresult.h"
  113. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  114. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  115. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  116. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  117. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  118. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  119. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  120. thumb-rel32objhxassert.obj: "..utilpubplatform/mac/maclibrary.h"
  121. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  122. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  123. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  124. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  125. thumb-rel32objhxassert.obj: "..utilpubhxstrutl.h"
  126. thumb-rel32objhxassert.obj: "....commonruntimepubsafestring.h"
  127. thumb-rel32objhxassert.obj: "..includehxcom.h"
  128. thumb-rel32objhxassert.obj: "..includehxiids.h"
  129. thumb-rel32objhxassert.obj: "..includehxpiids.h"
  130. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/memory.h"
  131. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibmemory.h"
  132. thumb-rel32objhxassert.obj: "..includeatomicbase.h"
  133. thumb-rel32objhxassert.obj: "....commonsystempubmicrosleep.h"
  134. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  135. thumb-rel32objhxassert.obj: "..includehxmutexlock.h"
  136. thumb-rel32objhxassert.obj: "..includehxengin.h"
  137. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  138. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  139. thumb-rel32objhxassert.obj: ".pubdebugout.h"
  140. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg.h"
  141. thumb-rel32objhxassert.obj: "....commonruntimepubplatform/mac/hxcrt_assert.h"
  142. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/wait.h"
  143. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeavkon.rsg"
  144. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknglobalmsgquery.h"
  145. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeAknNotify.h"
  146. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
  147. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  148. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknnotifystd.h"
  149. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiknotapi.h"
  150. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
  151. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
  152. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
  153. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
  154. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
  155. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
  156. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknquerydialog.h"
  157. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikdialg.h"
  158. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoecobs.h"
  159. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeccntx.h"
  160. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
  161. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
  162. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
  163. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
  164. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
  165. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
  166. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
  167. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
  168. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
  169. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
  170. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
  171. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
  172. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
  173. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
  174. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
  175. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikbctrl.h"
  176. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulbordr.h"
  177. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeguldef.h"
  178. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoecntrl.h"
  179. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulalign.h"
  180. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoedef.h"
  181. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoehelp.h"
  182. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeinput.h"
  183. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoemop.h"
  184. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikdpobs.h"
  185. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikfctry.h"
  186. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
  187. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
  188. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulftflg.hrh"
  189. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikbutb.h"
  190. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeuikon.hrh"
  191. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcolor.hrh"
  192. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelafpublc.h"
  193. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikbtgpc.h"
  194. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikbtgrp.h"
  195. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcmobs.h"
  196. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknpopupfader.h"
  197. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknform.h"
  198. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknDialog.h"
  199. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikmobs.h"
  200. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbx.h"
  201. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbo.h"
  202. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksbfrm.h"
  203. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknscrlb.h"
  204. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikscrlb.h"
  205. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksbobs.h"
  206. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknscbut.h"
  207. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbm.h"
  208. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbv.h"
  209. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbed.h"
  210. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulutil.h"
  211. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiktxlbx.h"
  212. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknpopuplayout.h"
  213. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknutils.h"
  214. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeBldVariant.hrh"
  215. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiktxlbm.h"
  216. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeavkon.hrh"
  217. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikenv.h"
  218. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
  219. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
  220. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
  221. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikdef.h"
  222. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapaflrec.h"
  223. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapadef.h"
  224. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapaid.h"
  225. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapacmdln.h"
  226. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebaerrhan.h"
  227. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulcolor.h"
  228. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikdgfty.h"
  229. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikaufty.h"
  230. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklibry.h"
  231. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikamnt.h"
  232. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelafmain.h"
  233. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmtlay.h"
  234. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfrmat.h"
  235. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfrmat.inl"
  236. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtetext.h"
  237. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefldset.h"
  238. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefldinfo.h"
  239. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefldbase.h"
  240. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32stor.h"
  241. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32share.h"
  242. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32buf.h"
  243. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32buf.inl"
  244. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32share.inl"
  245. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32page.h"
  246. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32page.inl"
  247. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32stor.inl"
  248. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefldbltin.h"
  249. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtetext.inl"
  250. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmlaydt.h"
  251. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtlaydc.h"
  252. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmvis.h"
  253. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmparam.h"
  254. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetagma.h"
  255. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtstyle.h"
  256. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfmlyr.h"
  257. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfmstm.h"
  258. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfmlyr.inl"
  259. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtstyle.inl"
  260. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikvcurs.h"
  261. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknlayout.lag"
  262. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeAknLayoutDef.h"
  263. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknintermediate.h"
  264. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknquerycontrol.h"
  265. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikedwin.h"
  266. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includemedobsrv.h"
  267. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefepbase.h"
  268. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
  269. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeE32BASE.H"
  270. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeF32FILE.H"
  271. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeW32STD.H"
  272. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeCOEDEF.H"
  273. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeCOEMAIN.H"
  274. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmtview.h"
  275. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmframe.h"
  276. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikedwob.h"
  277. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikccpu.h"
  278. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklay.h"
  279. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikseced.h"
  280. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikmfne.h"
  281. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcal.h"
  282. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikscbut.h"
  283. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcmbut.h"
  284. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknnumseced.h"
  285. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknnumedwin.h"
  286. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknnumed.h"
  287. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikfpne.h"
  288. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikimage.h"
  289. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikalign.h"
  290. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknPanic.h"
  291. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknmultilinequerycontrol.h"
  292. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknlistquerycontrol.h"
  293. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknpopupheadingpane.h"
  294. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknappui.h"
  295. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikappui.h"
  296. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeaui.h"
  297. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includevwsdef.h"
  298. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeauib.h"
  299. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeview.h"
  300. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeAknWsEventObserver.h"
  301. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeEikspane.h"
  302. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikspmod.h"
  303. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksrvc.h"
  304. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksrvs.h"
  305. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksrv.pan"
  306. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapgtask.h"
  307. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksrv.h"
  308. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikunder.h"
  309. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcba.h"
  310. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikctgrp.h"
  311. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknpopup.h"
  312. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulicon.h"
  313. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknquerydata.h"
  314. thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknlistquerydialog.h"
  315. thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/stdarg.h"
  316. thumb-rel32objhxassert.obj: "..includehxheap.h"
  317. thumb-rel32objhxassert.obj: "..includehxhpbase.h"
  318. thumb-rel32objhxassert.obj: "thumb-rel32common_dbgtool_ribodefs.h"
  319. thumb-rel32objhxstat.obj: "hxstat.cpp"
  320. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/stdio.h"
  321. thumb-rel32objhxstat.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  322. thumb-rel32objhxstat.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  323. thumb-rel32objhxstat.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  324. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/sys/types.h"
  325. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  326. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  327. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  328. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/time.h"
  329. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  330. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  331. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibtime.h"
  332. thumb-rel32objhxstat.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  333. thumb-rel32objhxstat.obj: "..includehxtypes.h"
  334. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  335. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  336. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  337. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  338. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  339. thumb-rel32objhxstat.obj: "..includeplatform/symbian/symbiantypes.h"
  340. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  341. thumb-rel32objhxstat.obj: "..includehxbastsd.h"
  342. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibwindows.h"
  343. thumb-rel32objhxstat.obj: "....commonruntimepubhlxosstr.h"
  344. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/stdlib.h"
  345. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibstdlib.h"
  346. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/string.h"
  347. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibstring.h"
  348. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibctype.h"
  349. thumb-rel32objhxstat.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  350. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/windows.h"
  351. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibstdio.h"
  352. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibstdarg.h"
  353. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/stdarg.h"
  354. thumb-rel32objhxstat.obj: "..includehxresult.h"
  355. thumb-rel32objhxstat.obj: ".pubhxstat.h"
  356. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  357. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  358. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  359. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  360. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  361. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  362. thumb-rel32objhxstat.obj: ".../fileio/pub/chxdataf.h"
  363. thumb-rel32objhxstat.obj: ".../fileio/pubchxdataf_stdio.h"
  364. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibfcntl.h"
  365. thumb-rel32objhxstat.obj: "..includehxcom.h"
  366. thumb-rel32objhxstat.obj: "..includehxiids.h"
  367. thumb-rel32objhxstat.obj: "..includehxpiids.h"
  368. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/memory.h"
  369. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibmemory.h"
  370. thumb-rel32objhxstat.obj: "..includeatomicbase.h"
  371. thumb-rel32objhxstat.obj: "....commonsystempubmicrosleep.h"
  372. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  373. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  374. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  375. thumb-rel32objhxstat.obj: "..includehxmutexlock.h"
  376. thumb-rel32objhxstat.obj: "..includehxengin.h"
  377. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  378. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  379. thumb-rel32objhxstat.obj: "..includeihxfgbuf.h"
  380. thumb-rel32objhxstat.obj: ".../fileio/pubchxdataf_virtual.h"
  381. thumb-rel32objhxstat.obj: "....commonsystempubglobals/hxglobals.h"
  382. thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalint.h"
  383. thumb-rel32objhxstat.obj: "....commonsystempubhxglobalmgr.h"
  384. thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalptr.h"
  385. thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalmap.h"
  386. thumb-rel32objhxstat.obj: "..containerpubchxmapptrtoptr.h"
  387. thumb-rel32objhxstat.obj: "..containerpubcarray.h"
  388. thumb-rel32objhxstat.obj: ".pubhxassert.h"
  389. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/assert.h"
  390. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibassert.h"
  391. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/limits.h"
  392. thumb-rel32objhxstat.obj: "....commonruntimepubhlxcliblimits.h"
  393. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  394. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  395. thumb-rel32objhxstat.obj: "..utilpubplatform/mac/maclibrary.h"
  396. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  397. thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  398. thumb-rel32objhxstat.obj: "..containerpubhxstring.h"
  399. thumb-rel32objhxstat.obj: "....commonsystempubglobals/hxglobalchxstring.h"
  400. thumb-rel32objhxstat.obj: "..containerpubhxmaputils.h"
  401. thumb-rel32objhxstat.obj: "..containerpubchxmapbuckets.h"
  402. thumb-rel32objhxstat.obj: "..containerpubchxmaplongtoobj.h"
  403. thumb-rel32objhxstat.obj: "..containerpubchxmapguidtoobj.h"
  404. thumb-rel32objhxstat.obj: "..containerpubhxguid.h"
  405. thumb-rel32objhxstat.obj: "..containerpubchxmapstringtoob.h"
  406. thumb-rel32objhxstat.obj: "..containerpubchxmapstringtostring.h"
  407. thumb-rel32objhxstat.obj: "....commonsystempubglobalshxgloballist.h"
  408. thumb-rel32objhxstat.obj: "..containerpubhxslist.h"
  409. thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobaldll.h"
  410. thumb-rel32objhxstat.obj: "....commonsystempubdllacces.h"
  411. thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalchararray.h"
  412. thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalbool.h"
  413. thumb-rel32objhxstat.obj: "..includehxheap.h"
  414. thumb-rel32objhxstat.obj: "..includehxhpbase.h"
  415. thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/fcntl.h"
  416. thumb-rel32objhxstat.obj: "thumb-rel32common_dbgtool_ribodefs.h"
  417. thumb-rel32objmultilog.obj: "multilog.cpp"
  418. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/stdio.h"
  419. thumb-rel32objmultilog.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  420. thumb-rel32objmultilog.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  421. thumb-rel32objmultilog.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  422. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/sys/types.h"
  423. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  424. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  425. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  426. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/time.h"
  427. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  428. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  429. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibtime.h"
  430. thumb-rel32objmultilog.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  431. thumb-rel32objmultilog.obj: "..includehxtypes.h"
  432. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  433. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  434. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  435. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  436. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  437. thumb-rel32objmultilog.obj: "..includeplatform/symbian/symbiantypes.h"
  438. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  439. thumb-rel32objmultilog.obj: "..includehxbastsd.h"
  440. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibwindows.h"
  441. thumb-rel32objmultilog.obj: "....commonruntimepubhlxosstr.h"
  442. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/stdlib.h"
  443. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibstdlib.h"
  444. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/string.h"
  445. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibstring.h"
  446. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibctype.h"
  447. thumb-rel32objmultilog.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  448. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/windows.h"
  449. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibstdio.h"
  450. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibstdarg.h"
  451. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/stdarg.h"
  452. thumb-rel32objmultilog.obj: "..includehxcom.h"
  453. thumb-rel32objmultilog.obj: "..includehxresult.h"
  454. thumb-rel32objmultilog.obj: "..includehxiids.h"
  455. thumb-rel32objmultilog.obj: "..includehxpiids.h"
  456. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/memory.h"
  457. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibmemory.h"
  458. thumb-rel32objmultilog.obj: "..includeatomicbase.h"
  459. thumb-rel32objmultilog.obj: "....commonsystempubmicrosleep.h"
  460. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  461. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  462. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  463. thumb-rel32objmultilog.obj: "..includehxmutexlock.h"
  464. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  465. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  466. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  467. thumb-rel32objmultilog.obj: "..includehxengin.h"
  468. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  469. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  470. thumb-rel32objmultilog.obj: "..includehxerror.h"
  471. thumb-rel32objmultilog.obj: "..includehxprefs.h"
  472. thumb-rel32objmultilog.obj: "..includeihxpckts.h"
  473. thumb-rel32objmultilog.obj: "..includehxvalue.h"
  474. thumb-rel32objmultilog.obj: "..utilpubhxstrutl.h"
  475. thumb-rel32objmultilog.obj: "....commonruntimepubsafestring.h"
  476. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  477. thumb-rel32objmultilog.obj: "..utilpubhxprefutil.h"
  478. thumb-rel32objmultilog.obj: ".pubdebugout.h"
  479. thumb-rel32objmultilog.obj: ".pubhxassert.h"
  480. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/assert.h"
  481. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibassert.h"
  482. thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/limits.h"
  483. thumb-rel32objmultilog.obj: "....commonruntimepubhlxcliblimits.h"
  484. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  485. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  486. thumb-rel32objmultilog.obj: "..utilpubplatform/mac/maclibrary.h"
  487. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  488. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  489. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  490. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  491. thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg.h"
  492. thumb-rel32objmultilog.obj: ".pubmultilog.h"
  493. thumb-rel32objmultilog.obj: ".puberrdbg.h"
  494. thumb-rel32objmultilog.obj: "thumb-rel32common_dbgtool_ribodefs.h"
  495. thumb-rel32objprint.obj: "print.cpp"
  496. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg.h"
  497. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  498. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  499. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  500. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  501. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  502. thumb-rel32objprint.obj: ".pubprint.h"
  503. thumb-rel32objprint.obj: "platformsymbiansymbian_print.h"
  504. thumb-rel32objprint.obj: "....commonruntimepubhlxosstr.h"
  505. thumb-rel32objprint.obj: "..includehxtypes.h"
  506. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  507. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  508. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  509. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  510. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  511. thumb-rel32objprint.obj: "..includeplatform/symbian/symbiantypes.h"
  512. thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  513. thumb-rel32objprint.obj: "..includehxbastsd.h"
  514. thumb-rel32objprint.obj: "....commonruntimepubhlxclib/stdlib.h"
  515. thumb-rel32objprint.obj: "....commonruntimepubhlxclibstdlib.h"
  516. thumb-rel32objprint.obj: "....commonruntimepubhlxclib/string.h"
  517. thumb-rel32objprint.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  518. thumb-rel32objprint.obj: "....commonruntimepubhlxclibstring.h"
  519. thumb-rel32objprint.obj: "....commonruntimepubhlxclibctype.h"
  520. thumb-rel32objprint.obj: "thumb-rel32common_dbgtool_ribodefs.h"
  521. thumb-rel32objmemprb.obj: "memprb.cpp"
  522. thumb-rel32objmemprb.obj: ".pubhxmemprb.h"
  523. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/stdio.h"
  524. thumb-rel32objmemprb.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  525. thumb-rel32objmemprb.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  526. thumb-rel32objmemprb.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  527. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/sys/types.h"
  528. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  529. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  530. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  531. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/time.h"
  532. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  533. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  534. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibtime.h"
  535. thumb-rel32objmemprb.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  536. thumb-rel32objmemprb.obj: "..includehxtypes.h"
  537. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  538. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  539. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  540. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  541. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  542. thumb-rel32objmemprb.obj: "..includeplatform/symbian/symbiantypes.h"
  543. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  544. thumb-rel32objmemprb.obj: "..includehxbastsd.h"
  545. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibwindows.h"
  546. thumb-rel32objmemprb.obj: "....commonruntimepubhlxosstr.h"
  547. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/stdlib.h"
  548. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibstdlib.h"
  549. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/string.h"
  550. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibstring.h"
  551. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibctype.h"
  552. thumb-rel32objmemprb.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  553. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/windows.h"
  554. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibstdio.h"
  555. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibstdarg.h"
  556. thumb-rel32objmemprb.obj: "..includehxresult.h"
  557. thumb-rel32objmemprb.obj: ".pub../platform/win/memprb.h"
  558. thumb-rel32objmemprb.obj: "platform/win/memprb.cpp"
  559. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  560. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  561. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  562. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  563. thumb-rel32objmemprb.obj: ".pubhxassert.h"
  564. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/assert.h"
  565. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibassert.h"
  566. thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/limits.h"
  567. thumb-rel32objmemprb.obj: "....commonruntimepubhlxcliblimits.h"
  568. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  569. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  570. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  571. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  572. thumb-rel32objmemprb.obj: "..utilpubplatform/mac/maclibrary.h"
  573. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  574. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  575. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  576. thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  577. thumb-rel32objmemprb.obj: "thumb-rel32common_dbgtool_ribodefs.h"