xmldll.mak
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:47k
源码类别:

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=xmlccf.cpp hxexpatexpatprs.cpp hxexpatexpatapi.cpp ....importexpatxmlparsexmlparse.c ....importexpatxmltokxmltok.c ....importexpatxmltokxmlrole.c hxxml_dll_stub.c hxxml.uid.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objxmldllxmlccf.o thumb-rel32objxmldllhxexpatexpatprs.o thumb-rel32objxmldllhxexpatexpatapi.o thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.o thumb-rel32objxmldllpar2importexpatxmltokxmltok.o thumb-rel32objxmldllpar2importexpatxmltokxmlrole.o thumb-rel32objxmldllhxxml_dll_stub.o thumb-rel32objxmldllhxxml.uid.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ......commonruntimepub -I ......commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I hxexpat -I ......commoninclude -I ......commonlangxml -I ......commondbgtoolpub -I ......commonimportexpatxmlparse -I ......commonimportexpatxmltok -I .pub -I ......commonutilpub -I ......commoncontainerpub
  22. DEFINES=-I . -include thumb-rel32common_lang_xml_xmldll_ribodefs.h
  23. STATIC_LIBS=......commonsystemthumb-rel32syslib.lib ......commondbgtoolthumb-rel32debuglib.lib ......commonruntimethumb-rel32runtlib.lib ......commonutilthumb-rel32utillib.lib ......commoncontainerthumb-rel32contlib.lib ......commonsystemthumb-rel32syslib.lib ......commonruntimethumb-rel32runtlib.lib ......commondbgtoolthumb-rel32debuglib.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-rel32objxmldll thumb-rel32hxxml.dll
  32. thumb-rel32objxmldll: 
  33. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  34. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  35. -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
  36. all_objects: $(OBJS)
  37. thumb-rel32hxxml.dll: $(OBJS) $(STATIC_LIBS)
  38. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  39. python C:sourcebuildbinarmerge -d thumb-rel32objxmldlllib thumb-rel32hxxml_libs.lib $(STATIC_LIBS)
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def hxxml.def --output-exp thumb-rel32hxxml.exp --dllname thumb-rel32hxxml.dll
  41. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll hxxml.lnk thumb-rel32hxxml.exp --dll --base-file thumb-rel32hxxml.bas -o thumb-rel32hxxml.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32hxxml_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
  42. rm thumb-rel32hxxml.exp
  43. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def hxxml.def --dllname thumb-rel32hxxml.dll --base-file thumb-rel32hxxml.bas --output-exp thumb-rel32hxxml.exp
  44. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll hxxml.lnk thumb-rel32hxxml.exp --dll -Map thumb-rel32hxxml.dll.map -o thumb-rel32hxxml.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32hxxml_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
  45. "C:Symbian6.1Shared/epoc32/tools/petran" -nocall -uid1 0x10000079 -uid2 0x0 -uid3 0x0 thumb-rel32hxxml.dll thumb-rel32hxxml.dll
  46. rm thumb-rel32hxxml.exp thumb-rel32hxxml.bas
  47. rm thumb-rel32hxxml_libs.lib
  48. thumb-rel32objxmldllxmlccf.o: xmlccf.cpp
  49. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  50. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  51. -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
  52. $(CC) $(CXXFLAGS) -o thumb-rel32objxmldllxmlccf.o -c xmlccf.cpp
  53. thumb-rel32objxmldllhxexpatexpatprs.o: hxexpatexpatprs.cpp
  54. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  55. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  56. -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
  57. -@if NOT exist "thumb-rel32objxmldllhxexpat" mkdir "thumb-rel32objxmldllhxexpat"
  58. $(CC) $(CXXFLAGS) -o thumb-rel32objxmldllhxexpatexpatprs.o -c hxexpatexpatprs.cpp
  59. thumb-rel32objxmldllhxexpatexpatapi.o: hxexpatexpatapi.cpp
  60. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  61. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  62. -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
  63. -@if NOT exist "thumb-rel32objxmldllhxexpat" mkdir "thumb-rel32objxmldllhxexpat"
  64. $(CC) $(CXXFLAGS) -o thumb-rel32objxmldllhxexpatexpatapi.o -c hxexpatexpatapi.cpp
  65. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.o: ....importexpatxmlparsexmlparse.c
  66. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  67. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  68. -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
  69. -@if NOT exist "thumb-rel32objxmldllpar2" mkdir "thumb-rel32objxmldllpar2"
  70. -@if NOT exist "thumb-rel32objxmldllpar2import" mkdir "thumb-rel32objxmldllpar2import"
  71. -@if NOT exist "thumb-rel32objxmldllpar2importexpat" mkdir "thumb-rel32objxmldllpar2importexpat"
  72. -@if NOT exist "thumb-rel32objxmldllpar2importexpatxmlparse" mkdir "thumb-rel32objxmldllpar2importexpatxmlparse"
  73. $(CC) $(CCFLAGS) -o thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.o -c ....importexpatxmlparsexmlparse.c
  74. thumb-rel32objxmldllpar2importexpatxmltokxmltok.o: ....importexpatxmltokxmltok.c
  75. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  76. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  77. -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
  78. -@if NOT exist "thumb-rel32objxmldllpar2" mkdir "thumb-rel32objxmldllpar2"
  79. -@if NOT exist "thumb-rel32objxmldllpar2import" mkdir "thumb-rel32objxmldllpar2import"
  80. -@if NOT exist "thumb-rel32objxmldllpar2importexpat" mkdir "thumb-rel32objxmldllpar2importexpat"
  81. -@if NOT exist "thumb-rel32objxmldllpar2importexpatxmltok" mkdir "thumb-rel32objxmldllpar2importexpatxmltok"
  82. $(CC) $(CCFLAGS) -o thumb-rel32objxmldllpar2importexpatxmltokxmltok.o -c ....importexpatxmltokxmltok.c
  83. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.o: ....importexpatxmltokxmlrole.c
  84. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  85. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  86. -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
  87. -@if NOT exist "thumb-rel32objxmldllpar2" mkdir "thumb-rel32objxmldllpar2"
  88. -@if NOT exist "thumb-rel32objxmldllpar2import" mkdir "thumb-rel32objxmldllpar2import"
  89. -@if NOT exist "thumb-rel32objxmldllpar2importexpat" mkdir "thumb-rel32objxmldllpar2importexpat"
  90. -@if NOT exist "thumb-rel32objxmldllpar2importexpatxmltok" mkdir "thumb-rel32objxmldllpar2importexpatxmltok"
  91. $(CC) $(CCFLAGS) -o thumb-rel32objxmldllpar2importexpatxmltokxmlrole.o -c ....importexpatxmltokxmlrole.c
  92. thumb-rel32objxmldllhxxml_dll_stub.o: hxxml_dll_stub.c
  93. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  94. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  95. -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
  96. $(CC) $(CCFLAGS) -o thumb-rel32objxmldllhxxml_dll_stub.o -c hxxml_dll_stub.c
  97. thumb-rel32objxmldllhxxml.uid.o: hxxml.uid.cpp
  98. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  99. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  100. -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
  101. $(CC) $(CXXFLAGS) -o thumb-rel32objxmldllhxxml.uid.o -c hxxml.uid.cpp
  102. clean: 
  103. $(RM) thumb-rel32hxxml.dll thumb-rel32objxmldllxmlccf.o thumb-rel32objxmldllhxexpatexpatprs.o
  104. $(RM) thumb-rel32objxmldllhxexpatexpatapi.o thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.o
  105. $(RM) thumb-rel32objxmldllpar2importexpatxmltokxmltok.o thumb-rel32objxmldllpar2importexpatxmltokxmlrole.o
  106. $(RM) thumb-rel32objxmldllhxxml_dll_stub.o thumb-rel32objxmldllhxxml.uid.o
  107. ......releasehxxml.dll: thumb-rel32hxxml.dll
  108. -@if NOT exist "......release" mkdir "......release"
  109. rm -rf "......releasehxxml.dll"
  110. copy "thumb-rel32hxxml.dll" "......releasehxxml.dll"
  111. copy: ......releasehxxml.dll
  112. depend: 
  113. python C:sourcebuildbinmkdepend /tthumb-rel32objxmldll /mxmldll.mak $(DEFINES) $(INCLUDES) $(SRCS)
  114. # DO NOT DELETE -- mkdepend depends on this line
  115. thumb-rel32objxmldllxmlccf.obj: "xmlccf.cpp"
  116. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxcom.h"
  117. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxtypes.h"
  118. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  119. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  120. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  121. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  122. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  123. thumb-rel32objxmldllxmlccf.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  124. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  125. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxbastsd.h"
  126. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxresult.h"
  127. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxiids.h"
  128. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxpiids.h"
  129. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/string.h"
  130. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  131. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibstring.h"
  132. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibstdlib.h"
  133. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibctype.h"
  134. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/stdlib.h"
  135. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/memory.h"
  136. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibmemory.h"
  137. thumb-rel32objxmldllxmlccf.obj: "......commonincludeatomicbase.h"
  138. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubmicrosleep.h"
  139. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  140. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  141. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  142. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  143. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  144. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  145. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  146. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  147. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxmutexlock.h"
  148. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  149. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  150. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  151. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxengin.h"
  152. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  153. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  154. thumb-rel32objxmldllxmlccf.obj: "......commonincludeihxpckts.h"
  155. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxvalue.h"
  156. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxplugn.h"
  157. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxplugncompat.h"
  158. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxcomm.h"
  159. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxccf.h"
  160. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxxml.h"
  161. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxver.h"
  162. thumb-rel32objxmldllxmlccf.obj: "......commonincludernver.h"
  163. thumb-rel32objxmldllxmlccf.obj: "......commonincludehxerror.h"
  164. thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxassert.h"
  165. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/assert.h"
  166. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  167. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibassert.h"
  168. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/limits.h"
  169. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxcliblimits.h"
  170. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/stdio.h"
  171. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  172. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/sys/types.h"
  173. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/time.h"
  174. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibtime.h"
  175. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  176. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibwindows.h"
  177. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxosstr.h"
  178. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  179. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/windows.h"
  180. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibstdio.h"
  181. thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibstdarg.h"
  182. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  183. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  184. thumb-rel32objxmldllxmlccf.obj: "......commonutilpubplatform/mac/maclibrary.h"
  185. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  186. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  187. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  188. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  189. thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  190. thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxperf.h"
  191. thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxperf2.h"
  192. thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxchkpt2.h"
  193. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubhxtick.h"
  194. thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxchkpt.h"
  195. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxmap.h"
  196. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapptrtoptr.h"
  197. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubcarray.h"
  198. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxstring.h"
  199. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  200. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubhxglobalmgr.h"
  201. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxmaputils.h"
  202. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapbuckets.h"
  203. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapstringtoob.h"
  204. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapstringtostring.h"
  205. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmaplongtoobj.h"
  206. thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxprofile.h"
  207. thumb-rel32objxmldllxmlccf.obj: "......commonimportexpatxmlparsexmlparse.h"
  208. thumb-rel32objxmldllxmlccf.obj: "hxexpatexpatprs.h"
  209. thumb-rel32objxmldllxmlccf.obj: "......commonutilpubbaseobj.h"
  210. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobals/hxglobals.h"
  211. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalint.h"
  212. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalptr.h"
  213. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalmap.h"
  214. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapguidtoobj.h"
  215. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxguid.h"
  216. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxgloballist.h"
  217. thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxslist.h"
  218. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobaldll.h"
  219. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubdllacces.h"
  220. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalchararray.h"
  221. thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalbool.h"
  222. thumb-rel32objxmldllxmlccf.obj: "xmlccf.h"
  223. thumb-rel32objxmldllxmlccf.obj: "hxxml.ver"
  224. thumb-rel32objxmldllxmlccf.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
  225. thumb-rel32objxmldllhxexpatexpatprs.obj: "hxexpatexpatprs.cpp"
  226. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/string.h"
  227. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  228. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibstring.h"
  229. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibstdlib.h"
  230. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxtypes.h"
  231. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  232. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  233. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  234. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  235. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  236. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  237. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  238. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxbastsd.h"
  239. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibctype.h"
  240. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/stdlib.h"
  241. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxresult.h"
  242. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxassert.h"
  243. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/assert.h"
  244. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  245. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibassert.h"
  246. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/limits.h"
  247. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxcliblimits.h"
  248. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/stdio.h"
  249. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  250. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/sys/types.h"
  251. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  252. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  253. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  254. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/time.h"
  255. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  256. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  257. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibtime.h"
  258. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  259. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibwindows.h"
  260. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxosstr.h"
  261. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  262. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/windows.h"
  263. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibstdio.h"
  264. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibstdarg.h"
  265. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  266. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  267. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  268. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  269. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  270. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  271. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  272. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonutilpubplatform/mac/maclibrary.h"
  273. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  274. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  275. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  276. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  277. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  278. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxheap.h"
  279. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxhpbase.h"
  280. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxcom.h"
  281. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxiids.h"
  282. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxpiids.h"
  283. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/memory.h"
  284. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibmemory.h"
  285. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludeatomicbase.h"
  286. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubmicrosleep.h"
  287. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  288. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxmutexlock.h"
  289. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxengin.h"
  290. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  291. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  292. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxcomm.h"
  293. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxccf.h"
  294. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxfiles.h"
  295. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/sys/stat.h"
  296. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/sysstat.h"
  297. thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
  298. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludeihxpckts.h"
  299. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxvalue.h"
  300. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxxml.h"
  301. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxplugn.h"
  302. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxplugncompat.h"
  303. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludexmlreslt.h"
  304. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxxres.h"
  305. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxxrsmg.h"
  306. thumb-rel32objxmldllhxexpatexpatprs.obj: ".hxxml.ver"
  307. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonimportexpatxmlparsexmlparse.h"
  308. thumb-rel32objxmldllhxexpatexpatprs.obj: "hxexpatexpatprs.h"
  309. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonutilpubbaseobj.h"
  310. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobals/hxglobals.h"
  311. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalint.h"
  312. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubhxglobalmgr.h"
  313. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalptr.h"
  314. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalmap.h"
  315. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapptrtoptr.h"
  316. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubcarray.h"
  317. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxstring.h"
  318. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  319. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxmaputils.h"
  320. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapbuckets.h"
  321. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmaplongtoobj.h"
  322. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapguidtoobj.h"
  323. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxguid.h"
  324. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapstringtoob.h"
  325. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapstringtostring.h"
  326. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxgloballist.h"
  327. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxslist.h"
  328. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobaldll.h"
  329. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubdllacces.h"
  330. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalchararray.h"
  331. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalbool.h"
  332. thumb-rel32objxmldllhxexpatexpatprs.obj: "hxexpatexpatapi.h"
  333. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxperf.h"
  334. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxperf2.h"
  335. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxchkpt2.h"
  336. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubhxtick.h"
  337. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxchkpt.h"
  338. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxmap.h"
  339. thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxprofile.h"
  340. thumb-rel32objxmldllhxexpatexpatprs.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
  341. thumb-rel32objxmldllhxexpatexpatapi.obj: "hxexpatexpatapi.cpp"
  342. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxtypes.h"
  343. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  344. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  345. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  346. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  347. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  348. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  349. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  350. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxbastsd.h"
  351. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxcom.h"
  352. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxresult.h"
  353. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxiids.h"
  354. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxpiids.h"
  355. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/string.h"
  356. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  357. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibstring.h"
  358. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibstdlib.h"
  359. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibctype.h"
  360. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/stdlib.h"
  361. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/memory.h"
  362. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibmemory.h"
  363. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludeatomicbase.h"
  364. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubmicrosleep.h"
  365. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  366. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  367. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  368. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  369. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  370. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  371. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  372. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  373. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxmutexlock.h"
  374. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  375. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  376. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  377. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxengin.h"
  378. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  379. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  380. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxcomm.h"
  381. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxccf.h"
  382. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxxml.h"
  383. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxplugn.h"
  384. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxplugncompat.h"
  385. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonimportexpatxmlparsexmlparse.h"
  386. thumb-rel32objxmldllhxexpatexpatapi.obj: "hxexpatexpatapi.h"
  387. thumb-rel32objxmldllhxexpatexpatapi.obj: "hxexpatexpatprs.h"
  388. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonutilpubbaseobj.h"
  389. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobals/hxglobals.h"
  390. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalint.h"
  391. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubhxglobalmgr.h"
  392. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalptr.h"
  393. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalmap.h"
  394. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapptrtoptr.h"
  395. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubcarray.h"
  396. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commondbgtoolpubhxassert.h"
  397. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/assert.h"
  398. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  399. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibassert.h"
  400. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/limits.h"
  401. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxcliblimits.h"
  402. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/stdio.h"
  403. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  404. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/sys/types.h"
  405. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/time.h"
  406. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibtime.h"
  407. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  408. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibwindows.h"
  409. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxosstr.h"
  410. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  411. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/windows.h"
  412. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibstdio.h"
  413. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibstdarg.h"
  414. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  415. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  416. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonutilpubplatform/mac/maclibrary.h"
  417. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  418. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  419. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  420. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  421. thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  422. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubhxstring.h"
  423. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  424. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubhxmaputils.h"
  425. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapbuckets.h"
  426. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmaplongtoobj.h"
  427. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapguidtoobj.h"
  428. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubhxguid.h"
  429. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapstringtoob.h"
  430. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapstringtostring.h"
  431. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxgloballist.h"
  432. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubhxslist.h"
  433. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobaldll.h"
  434. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubdllacces.h"
  435. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalchararray.h"
  436. thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalbool.h"
  437. thumb-rel32objxmldllhxexpatexpatapi.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
  438. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "....importexpatxmlparsexmlparse.c"
  439. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "......commonimportexpatxmltokxmldef.h"
  440. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  441. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  442. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  443. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  444. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  445. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  446. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  447. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "....importexpatxmlparsexmlparse.h"
  448. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "......commonimportexpatxmltokxmltok.h"
  449. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "......commonimportexpatxmltokxmlrole.h"
  450. thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
  451. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok.c"
  452. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmldef.h"
  453. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  454. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  455. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  456. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  457. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  458. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  459. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  460. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok.h"
  461. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltoknametab.h"
  462. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok_impl.h"
  463. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokascii.h"
  464. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok_impl.c"
  465. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokasciitab.h"
  466. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokutf8tab.h"
  467. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokiasciitab.h"
  468. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltoklatin1tab.h"
  469. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok_ns.c"
  470. thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
  471. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokxmlrole.c"
  472. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokxmldef.h"
  473. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  474. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  475. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  476. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  477. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  478. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  479. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  480. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokxmlrole.h"
  481. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokxmltok.h"
  482. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokascii.h"
  483. thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
  484. thumb-rel32objxmldllhxxml_dll_stub.obj: "hxxml_dll_stub.c"
  485. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  486. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  487. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  488. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  489. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  490. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  491. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  492. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  493. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonsystempubhxglobalmgr.h"
  494. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxtypes.h"
  495. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  496. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  497. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxbastsd.h"
  498. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxcom.h"
  499. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxresult.h"
  500. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxiids.h"
  501. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxpiids.h"
  502. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclib/string.h"
  503. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  504. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclibstring.h"
  505. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclibstdlib.h"
  506. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclibctype.h"
  507. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclib/stdlib.h"
  508. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclib/memory.h"
  509. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclibmemory.h"
  510. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludeatomicbase.h"
  511. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonsystempubmicrosleep.h"
  512. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  513. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  514. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  515. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  516. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  517. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  518. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxmutexlock.h"
  519. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  520. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  521. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  522. thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxengin.h"
  523. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  524. thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  525. thumb-rel32objxmldllhxxml_dll_stub.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
  526. thumb-rel32objxmldllhxxml.uid.obj: "hxxml.uid.cpp"
  527. thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
  528. thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  529. thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  530. thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  531. thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  532. thumb-rel32objxmldllhxxml.uid.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"