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

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=platformsymbiansymbimgdec.cpp comimgrend.cpp nativeimgdec.cpp comimgrenddll.cpp comimgrend_dll_stub.c comimgrend.uid.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objplatformsymbiansymbimgdec.o thumb-rel32objcomimgrend.o thumb-rel32objnativeimgdec.o thumb-rel32objcomimgrenddll.o thumb-rel32objcomimgrend_dll_stub.o thumb-rel32objcomimgrend.uid.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ........commonruntimepub -I ........commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ........commoninclude -I ........clientinclude -I ........datatypeimageunifiedinclude -I .pub -I ........commondbgtoolpub -I ........commonutilpub -I ........commoncontainerpub -I ........datatypeimagewbmpcommonpub
  22. DEFINES=-I . -include thumb-rel32datatype_image_unified_renderer_ribodefs.h
  23. STATIC_LIBS=........commonsystemthumb-rel32syslib.lib ........commondbgtoolthumb-rel32debuglib.lib ........commonruntimethumb-rel32runtlib.lib ........commonruntimethumb-rel32runtlib.lib ........commonutilthumb-rel32utillib.lib ........commoncontainerthumb-rel32contlib.lib ........commondbgtoolthumb-rel32debuglib.lib ........commonsystemthumb-rel32syslib.lib ........datatypeimagewbmpcommonthumb-rel32wbmpcomlib.lib
  24. DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib" "C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELMEDIACLIENTIMAGE.LIB" "C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELFBSCLI.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-rel32comimgrend.dll
  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-rel32comimgrend.dll: $(OBJS) $(STATIC_LIBS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. python C:sourcebuildbinarmerge -d thumb-rel32objlib thumb-rel32comimgrend_libs.lib $(STATIC_LIBS)
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def comimgrend.def --output-exp thumb-rel32comimgrend.exp --dllname thumb-rel32comimgrend.dll
  40. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll comimgrend.lnk thumb-rel32comimgrend.exp --dll --base-file thumb-rel32comimgrend.bas -o thumb-rel32comimgrend.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32comimgrend_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
  41. rm thumb-rel32comimgrend.exp
  42. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def comimgrend.def --dllname thumb-rel32comimgrend.dll --base-file thumb-rel32comimgrend.bas --output-exp thumb-rel32comimgrend.exp
  43. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll comimgrend.lnk thumb-rel32comimgrend.exp --dll -Map thumb-rel32comimgrend.dll.map -o thumb-rel32comimgrend.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32comimgrend_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
  44. "C:Symbian6.1Shared/epoc32/tools/petran" -nocall -uid1 0x10000079 -uid2 0x0 -uid3 0x0 thumb-rel32comimgrend.dll thumb-rel32comimgrend.dll
  45. rm thumb-rel32comimgrend.exp thumb-rel32comimgrend.bas
  46. rm thumb-rel32comimgrend_libs.lib
  47. thumb-rel32objplatformsymbiansymbimgdec.o: platformsymbiansymbimgdec.cpp
  48. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  49. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  50. -@if NOT exist "thumb-rel32objplatform" mkdir "thumb-rel32objplatform"
  51. -@if NOT exist "thumb-rel32objplatformsymbian" mkdir "thumb-rel32objplatformsymbian"
  52. $(CC) $(CXXFLAGS) -o thumb-rel32objplatformsymbiansymbimgdec.o -c platformsymbiansymbimgdec.cpp
  53. thumb-rel32objcomimgrend.o: comimgrend.cpp
  54. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  55. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  56. $(CC) $(CXXFLAGS) -o thumb-rel32objcomimgrend.o -c comimgrend.cpp
  57. thumb-rel32objnativeimgdec.o: nativeimgdec.cpp
  58. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  59. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  60. $(CC) $(CXXFLAGS) -o thumb-rel32objnativeimgdec.o -c nativeimgdec.cpp
  61. thumb-rel32objcomimgrenddll.o: comimgrenddll.cpp
  62. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  63. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  64. $(CC) $(CXXFLAGS) -o thumb-rel32objcomimgrenddll.o -c comimgrenddll.cpp
  65. thumb-rel32objcomimgrend_dll_stub.o: comimgrend_dll_stub.c
  66. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  67. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  68. $(CC) $(CCFLAGS) -o thumb-rel32objcomimgrend_dll_stub.o -c comimgrend_dll_stub.c
  69. thumb-rel32objcomimgrend.uid.o: comimgrend.uid.cpp
  70. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  71. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  72. $(CC) $(CXXFLAGS) -o thumb-rel32objcomimgrend.uid.o -c comimgrend.uid.cpp
  73. clean: 
  74. $(RM) thumb-rel32comimgrend.dll thumb-rel32objplatformsymbiansymbimgdec.o thumb-rel32objcomimgrend.o
  75. $(RM) thumb-rel32objnativeimgdec.o thumb-rel32objcomimgrenddll.o thumb-rel32objcomimgrend_dll_stub.o
  76. $(RM) thumb-rel32objcomimgrend.uid.o
  77. ........releasecomimgrend.dll: thumb-rel32comimgrend.dll
  78. -@if NOT exist "........release" mkdir "........release"
  79. rm -rf "........releasecomimgrend.dll"
  80. copy "thumb-rel32comimgrend.dll" "........releasecomimgrend.dll"
  81. copy: ........releasecomimgrend.dll
  82. depend: 
  83. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  84. # DO NOT DELETE -- mkdepend depends on this line
  85. thumb-rel32objplatformsymbiansymbimgdec.obj: "platformsymbiansymbimgdec.cpp"
  86. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxtypes.h"
  87. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  88. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  89. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  90. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  91. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  92. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  93. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  94. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxbastsd.h"
  95. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxwintyp.h"
  96. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
  97. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
  98. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  99. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
  100. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
  101. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
  102. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
  103. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
  104. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
  105. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
  106. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
  107. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
  108. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
  109. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
  110. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
  111. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
  112. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
  113. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
  114. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
  115. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
  116. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
  117. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
  118. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
  119. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
  120. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
  121. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
  122. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
  123. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
  124. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonruntimepubhlxclib/string.h"
  125. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  126. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonruntimepubhlxclibstring.h"
  127. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonruntimepubhlxclibstdlib.h"
  128. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonruntimepubhlxclibctype.h"
  129. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonruntimepubhlxclib/stdlib.h"
  130. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxcom.h"
  131. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxresult.h"
  132. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxiids.h"
  133. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxpiids.h"
  134. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonruntimepubhlxclib/memory.h"
  135. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonruntimepubhlxclibmemory.h"
  136. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludeatomicbase.h"
  137. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonsystempubmicrosleep.h"
  138. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  139. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  140. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  141. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  142. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  143. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  144. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  145. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  146. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxmutexlock.h"
  147. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  148. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  149. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  150. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxengin.h"
  151. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  152. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  153. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxccf.h"
  154. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludeihxpckts.h"
  155. thumb-rel32objplatformsymbiansymbimgdec.obj: "........commonincludehxvalue.h"
  156. thumb-rel32objplatformsymbiansymbimgdec.obj: "........clientincludehxvsurf.h"
  157. thumb-rel32objplatformsymbiansymbimgdec.obj: "........datatypeimageunifiedincludeunifimg.h"
  158. thumb-rel32objplatformsymbiansymbimgdec.obj: ".pubnativeimgdec.h"
  159. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaImageConverter.h"
  160. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientUtility.h"
  161. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientBase.h"
  162. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonBase.h"
  163. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonBase.hrh"
  164. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonBase.inl"
  165. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientBase.inl"
  166. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientController.h"
  167. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientPort.h"
  168. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonPort.h"
  169. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonPort.hrh"
  170. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonController.h"
  171. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonController.hrh"
  172. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientResource.h"
  173. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonResource.h"
  174. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonResource.hrh"
  175. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientVideo.h"
  176. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonVideo.h"
  177. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonVideo.hrh"
  178. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonVideo.inl"
  179. thumb-rel32objplatformsymbiansymbimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientVideo.inl"
  180. thumb-rel32objplatformsymbiansymbimgdec.obj: ".pubplatform/symbian/symbimgdec.h"
  181. thumb-rel32objplatformsymbiansymbimgdec.obj: "thumb-rel32datatype_image_unified_renderer_ribodefs.h"
  182. thumb-rel32objcomimgrend.obj: "comimgrend.cpp"
  183. thumb-rel32objcomimgrend.obj: "........commonincludehxtypes.h"
  184. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  185. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  186. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  187. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  188. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  189. thumb-rel32objcomimgrend.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  190. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  191. thumb-rel32objcomimgrend.obj: "........commonincludehxbastsd.h"
  192. thumb-rel32objcomimgrend.obj: "........commonincludehxwintyp.h"
  193. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
  194. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
  195. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  196. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
  197. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
  198. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
  199. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
  200. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
  201. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
  202. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
  203. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
  204. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
  205. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
  206. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
  207. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
  208. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
  209. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
  210. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
  211. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
  212. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
  213. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
  214. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
  215. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
  216. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
  217. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
  218. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
  219. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
  220. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
  221. thumb-rel32objcomimgrend.obj: "........commonincludehxcom.h"
  222. thumb-rel32objcomimgrend.obj: "........commonincludehxresult.h"
  223. thumb-rel32objcomimgrend.obj: "........commonincludehxiids.h"
  224. thumb-rel32objcomimgrend.obj: "........commonincludehxpiids.h"
  225. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/string.h"
  226. thumb-rel32objcomimgrend.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  227. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclibstring.h"
  228. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclibstdlib.h"
  229. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclibctype.h"
  230. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/stdlib.h"
  231. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/memory.h"
  232. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclibmemory.h"
  233. thumb-rel32objcomimgrend.obj: "........commonincludeatomicbase.h"
  234. thumb-rel32objcomimgrend.obj: "........commonsystempubmicrosleep.h"
  235. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  236. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  237. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  238. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  239. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  240. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  241. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  242. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  243. thumb-rel32objcomimgrend.obj: "........commonincludehxmutexlock.h"
  244. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  245. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  246. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  247. thumb-rel32objcomimgrend.obj: "........commonincludehxengin.h"
  248. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  249. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  250. thumb-rel32objcomimgrend.obj: "........commonincludehxcomm.h"
  251. thumb-rel32objcomimgrend.obj: "........commonincludehxccf.h"
  252. thumb-rel32objcomimgrend.obj: "........commonincludeihxpckts.h"
  253. thumb-rel32objcomimgrend.obj: "........commonincludehxvalue.h"
  254. thumb-rel32objcomimgrend.obj: "........commonincludehxfiles.h"
  255. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/sys/stat.h"
  256. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/sysstat.h"
  257. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
  258. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  259. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/sys/types.h"
  260. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/time.h"
  261. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclibtime.h"
  262. thumb-rel32objcomimgrend.obj: "........commonruntimepubplatform/openwave/hx_op_timeutil.h"
  263. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclibwindows.h"
  264. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxosstr.h"
  265. thumb-rel32objcomimgrend.obj: "........commonruntimepubplatform/wince/get_disk_free.h"
  266. thumb-rel32objcomimgrend.obj: "........commonruntimepubplatform/openwave/hx_op_fs.h"
  267. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/windows.h"
  268. thumb-rel32objcomimgrend.obj: "........commonincludehxcore.h"
  269. thumb-rel32objcomimgrend.obj: "........commonincludehxwin.h"
  270. thumb-rel32objcomimgrend.obj: "........commonincludehxrendr.h"
  271. thumb-rel32objcomimgrend.obj: "........commonincludehxplugn.h"
  272. thumb-rel32objcomimgrend.obj: "........commonincludehxplugncompat.h"
  273. thumb-rel32objcomimgrend.obj: "........commonincludehxevent.h"
  274. thumb-rel32objcomimgrend.obj: "........clientincludehxvsurf.h"
  275. thumb-rel32objcomimgrend.obj: "........commoncontainerpubhxslist.h"
  276. thumb-rel32objcomimgrend.obj: "........commoncontainerpubhxstring.h"
  277. thumb-rel32objcomimgrend.obj: "........commondbgtoolpubhxassert.h"
  278. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/assert.h"
  279. thumb-rel32objcomimgrend.obj: "........commonruntimepubplatform/openwave/hx_op_debug.h"
  280. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclibassert.h"
  281. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/limits.h"
  282. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxcliblimits.h"
  283. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclib/stdio.h"
  284. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclibstdio.h"
  285. thumb-rel32objcomimgrend.obj: "........commonruntimepubhlxclibstdarg.h"
  286. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  287. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  288. thumb-rel32objcomimgrend.obj: "........commonutilpubplatform/mac/maclibrary.h"
  289. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  290. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  291. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  292. thumb-rel32objcomimgrend.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  293. thumb-rel32objcomimgrend.obj: "........commonsystempubglobals/hxglobalchxstring.h"
  294. thumb-rel32objcomimgrend.obj: "........commonsystempubhxglobalmgr.h"
  295. thumb-rel32objcomimgrend.obj: "........commonincludehxver.h"
  296. thumb-rel32objcomimgrend.obj: "........commonincludernver.h"
  297. thumb-rel32objcomimgrend.obj: "........commonutilpubbaseobj.h"
  298. thumb-rel32objcomimgrend.obj: "........commonsystempubglobals/hxglobals.h"
  299. thumb-rel32objcomimgrend.obj: "........commonsystempubglobalshxglobalint.h"
  300. thumb-rel32objcomimgrend.obj: "........commonsystempubglobalshxglobalptr.h"
  301. thumb-rel32objcomimgrend.obj: "........commonsystempubglobalshxglobalmap.h"
  302. thumb-rel32objcomimgrend.obj: "........commoncontainerpubchxmapptrtoptr.h"
  303. thumb-rel32objcomimgrend.obj: "........commoncontainerpubcarray.h"
  304. thumb-rel32objcomimgrend.obj: "........commoncontainerpubhxmaputils.h"
  305. thumb-rel32objcomimgrend.obj: "........commoncontainerpubchxmapbuckets.h"
  306. thumb-rel32objcomimgrend.obj: "........commoncontainerpubchxmaplongtoobj.h"
  307. thumb-rel32objcomimgrend.obj: "........commoncontainerpubchxmapguidtoobj.h"
  308. thumb-rel32objcomimgrend.obj: "........commoncontainerpubhxguid.h"
  309. thumb-rel32objcomimgrend.obj: "........commoncontainerpubchxmapstringtoob.h"
  310. thumb-rel32objcomimgrend.obj: "........commoncontainerpubchxmapstringtostring.h"
  311. thumb-rel32objcomimgrend.obj: "........commonsystempubglobalshxgloballist.h"
  312. thumb-rel32objcomimgrend.obj: "........commonsystempubglobalshxglobaldll.h"
  313. thumb-rel32objcomimgrend.obj: "........commonsystempubdllacces.h"
  314. thumb-rel32objcomimgrend.obj: "........commonsystempubglobalshxglobalchararray.h"
  315. thumb-rel32objcomimgrend.obj: "........commonsystempubglobalshxglobalbool.h"
  316. thumb-rel32objcomimgrend.obj: "........datatypeimagewbmpcommonpubwbmphdr.h"
  317. thumb-rel32objcomimgrend.obj: "........commonsystempubhxtick.h"
  318. thumb-rel32objcomimgrend.obj: "........datatypeimageunifiedincludeunifimg.h"
  319. thumb-rel32objcomimgrend.obj: ".pubnativeimgdec.h"
  320. thumb-rel32objcomimgrend.obj: ".pubcomimgrend.h"
  321. thumb-rel32objcomimgrend.obj: "comimgrend.ver"
  322. thumb-rel32objcomimgrend.obj: "........commonincludehxheap.h"
  323. thumb-rel32objcomimgrend.obj: "........commonincludehxhpbase.h"
  324. thumb-rel32objcomimgrend.obj: "thumb-rel32datatype_image_unified_renderer_ribodefs.h"
  325. thumb-rel32objnativeimgdec.obj: "nativeimgdec.cpp"
  326. thumb-rel32objnativeimgdec.obj: "........commonincludehxtypes.h"
  327. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  328. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  329. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  330. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  331. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  332. thumb-rel32objnativeimgdec.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  333. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  334. thumb-rel32objnativeimgdec.obj: "........commonincludehxbastsd.h"
  335. thumb-rel32objnativeimgdec.obj: "........commonincludehxwintyp.h"
  336. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
  337. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
  338. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  339. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
  340. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
  341. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
  342. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
  343. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
  344. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
  345. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
  346. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
  347. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
  348. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
  349. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
  350. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
  351. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
  352. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
  353. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
  354. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
  355. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
  356. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
  357. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
  358. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
  359. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
  360. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
  361. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
  362. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
  363. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
  364. thumb-rel32objnativeimgdec.obj: "........commonincludehxcom.h"
  365. thumb-rel32objnativeimgdec.obj: "........commonincludehxresult.h"
  366. thumb-rel32objnativeimgdec.obj: "........commonincludehxiids.h"
  367. thumb-rel32objnativeimgdec.obj: "........commonincludehxpiids.h"
  368. thumb-rel32objnativeimgdec.obj: "........commonruntimepubhlxclib/string.h"
  369. thumb-rel32objnativeimgdec.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  370. thumb-rel32objnativeimgdec.obj: "........commonruntimepubhlxclibstring.h"
  371. thumb-rel32objnativeimgdec.obj: "........commonruntimepubhlxclibstdlib.h"
  372. thumb-rel32objnativeimgdec.obj: "........commonruntimepubhlxclibctype.h"
  373. thumb-rel32objnativeimgdec.obj: "........commonruntimepubhlxclib/stdlib.h"
  374. thumb-rel32objnativeimgdec.obj: "........commonruntimepubhlxclib/memory.h"
  375. thumb-rel32objnativeimgdec.obj: "........commonruntimepubhlxclibmemory.h"
  376. thumb-rel32objnativeimgdec.obj: "........commonincludeatomicbase.h"
  377. thumb-rel32objnativeimgdec.obj: "........commonsystempubmicrosleep.h"
  378. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  379. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  380. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  381. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  382. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  383. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  384. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  385. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  386. thumb-rel32objnativeimgdec.obj: "........commonincludehxmutexlock.h"
  387. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  388. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  389. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  390. thumb-rel32objnativeimgdec.obj: "........commonincludehxengin.h"
  391. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  392. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  393. thumb-rel32objnativeimgdec.obj: "........commonincludehxccf.h"
  394. thumb-rel32objnativeimgdec.obj: "........commonincludeihxpckts.h"
  395. thumb-rel32objnativeimgdec.obj: "........commonincludehxvalue.h"
  396. thumb-rel32objnativeimgdec.obj: "........clientincludehxvsurf.h"
  397. thumb-rel32objnativeimgdec.obj: ".pubnativeimgdec.h"
  398. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaImageConverter.h"
  399. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientUtility.h"
  400. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientBase.h"
  401. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonBase.h"
  402. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonBase.hrh"
  403. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonBase.inl"
  404. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientBase.inl"
  405. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientController.h"
  406. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientPort.h"
  407. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonPort.h"
  408. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonPort.hrh"
  409. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonController.h"
  410. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonController.hrh"
  411. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientResource.h"
  412. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonResource.h"
  413. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonResource.hrh"
  414. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientVideo.h"
  415. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonVideo.h"
  416. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonVideo.hrh"
  417. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaCommonVideo.inl"
  418. thumb-rel32objnativeimgdec.obj: "C:Symbian6.1SERIES60EPOC32includeMdaClientVideo.inl"
  419. thumb-rel32objnativeimgdec.obj: ".pubplatform/symbian/symbimgdec.h"
  420. thumb-rel32objnativeimgdec.obj: "thumb-rel32datatype_image_unified_renderer_ribodefs.h"
  421. thumb-rel32objcomimgrenddll.obj: "comimgrenddll.cpp"
  422. thumb-rel32objcomimgrenddll.obj: "........commonincludehxtypes.h"
  423. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  424. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  425. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  426. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  427. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  428. thumb-rel32objcomimgrenddll.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  429. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  430. thumb-rel32objcomimgrenddll.obj: "........commonincludehxbastsd.h"
  431. thumb-rel32objcomimgrenddll.obj: "........commonincludehxwintyp.h"
  432. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
  433. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
  434. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  435. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
  436. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
  437. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
  438. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
  439. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
  440. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
  441. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
  442. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
  443. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
  444. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
  445. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
  446. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
  447. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
  448. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
  449. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
  450. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
  451. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
  452. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
  453. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
  454. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
  455. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
  456. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
  457. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
  458. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
  459. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
  460. thumb-rel32objcomimgrenddll.obj: "........commonincludehxcom.h"
  461. thumb-rel32objcomimgrenddll.obj: "........commonincludehxresult.h"
  462. thumb-rel32objcomimgrenddll.obj: "........commonincludehxiids.h"
  463. thumb-rel32objcomimgrenddll.obj: "........commonincludehxpiids.h"
  464. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/string.h"
  465. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  466. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclibstring.h"
  467. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclibstdlib.h"
  468. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclibctype.h"
  469. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/stdlib.h"
  470. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/memory.h"
  471. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclibmemory.h"
  472. thumb-rel32objcomimgrenddll.obj: "........commonincludeatomicbase.h"
  473. thumb-rel32objcomimgrenddll.obj: "........commonsystempubmicrosleep.h"
  474. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  475. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  476. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  477. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  478. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  479. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  480. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  481. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  482. thumb-rel32objcomimgrenddll.obj: "........commonincludehxmutexlock.h"
  483. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  484. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  485. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  486. thumb-rel32objcomimgrenddll.obj: "........commonincludehxengin.h"
  487. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  488. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  489. thumb-rel32objcomimgrenddll.obj: "........commonincludehxcomm.h"
  490. thumb-rel32objcomimgrenddll.obj: "........commonincludehxccf.h"
  491. thumb-rel32objcomimgrenddll.obj: "........commonincludeihxpckts.h"
  492. thumb-rel32objcomimgrenddll.obj: "........commonincludehxvalue.h"
  493. thumb-rel32objcomimgrenddll.obj: "........commonincludehxfiles.h"
  494. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/sys/stat.h"
  495. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/sysstat.h"
  496. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
  497. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  498. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/sys/types.h"
  499. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/time.h"
  500. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclibtime.h"
  501. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubplatform/openwave/hx_op_timeutil.h"
  502. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclibwindows.h"
  503. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxosstr.h"
  504. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubplatform/wince/get_disk_free.h"
  505. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubplatform/openwave/hx_op_fs.h"
  506. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/windows.h"
  507. thumb-rel32objcomimgrenddll.obj: "........commonincludehxcore.h"
  508. thumb-rel32objcomimgrenddll.obj: "........commonincludehxwin.h"
  509. thumb-rel32objcomimgrenddll.obj: "........commonincludehxrendr.h"
  510. thumb-rel32objcomimgrenddll.obj: "........commonincludehxplugn.h"
  511. thumb-rel32objcomimgrenddll.obj: "........commonincludehxplugncompat.h"
  512. thumb-rel32objcomimgrenddll.obj: "........commonincludehxasm.h"
  513. thumb-rel32objcomimgrenddll.obj: "........commonincludehxevent.h"
  514. thumb-rel32objcomimgrenddll.obj: "........clientincludehxvsurf.h"
  515. thumb-rel32objcomimgrenddll.obj: "........commonincludehxver.h"
  516. thumb-rel32objcomimgrenddll.obj: "........commonincludernver.h"
  517. thumb-rel32objcomimgrenddll.obj: "........commonincludehxerror.h"
  518. thumb-rel32objcomimgrenddll.obj: "........commonutilpubbaseobj.h"
  519. thumb-rel32objcomimgrenddll.obj: "........commonsystempubglobals/hxglobals.h"
  520. thumb-rel32objcomimgrenddll.obj: "........commonsystempubglobalshxglobalint.h"
  521. thumb-rel32objcomimgrenddll.obj: "........commonsystempubhxglobalmgr.h"
  522. thumb-rel32objcomimgrenddll.obj: "........commonsystempubglobalshxglobalptr.h"
  523. thumb-rel32objcomimgrenddll.obj: "........commonsystempubglobalshxglobalmap.h"
  524. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubchxmapptrtoptr.h"
  525. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubcarray.h"
  526. thumb-rel32objcomimgrenddll.obj: "........commondbgtoolpubhxassert.h"
  527. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/assert.h"
  528. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubplatform/openwave/hx_op_debug.h"
  529. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclibassert.h"
  530. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/limits.h"
  531. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxcliblimits.h"
  532. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclib/stdio.h"
  533. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclibstdio.h"
  534. thumb-rel32objcomimgrenddll.obj: "........commonruntimepubhlxclibstdarg.h"
  535. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  536. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  537. thumb-rel32objcomimgrenddll.obj: "........commonutilpubplatform/mac/maclibrary.h"
  538. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  539. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  540. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  541. thumb-rel32objcomimgrenddll.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  542. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubhxstring.h"
  543. thumb-rel32objcomimgrenddll.obj: "........commonsystempubglobals/hxglobalchxstring.h"
  544. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubhxmaputils.h"
  545. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubchxmapbuckets.h"
  546. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubchxmaplongtoobj.h"
  547. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubchxmapguidtoobj.h"
  548. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubhxguid.h"
  549. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubchxmapstringtoob.h"
  550. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubchxmapstringtostring.h"
  551. thumb-rel32objcomimgrenddll.obj: "........commonsystempubglobalshxgloballist.h"
  552. thumb-rel32objcomimgrenddll.obj: "........commoncontainerpubhxslist.h"
  553. thumb-rel32objcomimgrenddll.obj: "........commonsystempubglobalshxglobaldll.h"
  554. thumb-rel32objcomimgrenddll.obj: "........commonsystempubdllacces.h"
  555. thumb-rel32objcomimgrenddll.obj: "........commonsystempubglobalshxglobalchararray.h"
  556. thumb-rel32objcomimgrenddll.obj: "........commonsystempubglobalshxglobalbool.h"
  557. thumb-rel32objcomimgrenddll.obj: ".pubnativeimgdec.h"
  558. thumb-rel32objcomimgrenddll.obj: ".pubcomimgrend.h"
  559. thumb-rel32objcomimgrenddll.obj: "thumb-rel32datatype_image_unified_renderer_ribodefs.h"
  560. thumb-rel32objcomimgrend_dll_stub.obj: "comimgrend_dll_stub.c"
  561. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  562. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  563. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  564. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  565. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  566. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  567. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  568. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  569. thumb-rel32objcomimgrend_dll_stub.obj: "........commonsystempubhxglobalmgr.h"
  570. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludehxtypes.h"
  571. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  572. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  573. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludehxbastsd.h"
  574. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludehxcom.h"
  575. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludehxresult.h"
  576. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludehxiids.h"
  577. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludehxpiids.h"
  578. thumb-rel32objcomimgrend_dll_stub.obj: "........commonruntimepubhlxclib/string.h"
  579. thumb-rel32objcomimgrend_dll_stub.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  580. thumb-rel32objcomimgrend_dll_stub.obj: "........commonruntimepubhlxclibstring.h"
  581. thumb-rel32objcomimgrend_dll_stub.obj: "........commonruntimepubhlxclibstdlib.h"
  582. thumb-rel32objcomimgrend_dll_stub.obj: "........commonruntimepubhlxclibctype.h"
  583. thumb-rel32objcomimgrend_dll_stub.obj: "........commonruntimepubhlxclib/stdlib.h"
  584. thumb-rel32objcomimgrend_dll_stub.obj: "........commonruntimepubhlxclib/memory.h"
  585. thumb-rel32objcomimgrend_dll_stub.obj: "........commonruntimepubhlxclibmemory.h"
  586. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludeatomicbase.h"
  587. thumb-rel32objcomimgrend_dll_stub.obj: "........commonsystempubmicrosleep.h"
  588. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  589. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  590. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  591. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  592. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  593. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  594. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludehxmutexlock.h"
  595. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  596. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  597. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  598. thumb-rel32objcomimgrend_dll_stub.obj: "........commonincludehxengin.h"
  599. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  600. thumb-rel32objcomimgrend_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  601. thumb-rel32objcomimgrend_dll_stub.obj: "thumb-rel32datatype_image_unified_renderer_ribodefs.h"
  602. thumb-rel32objcomimgrend.uid.obj: "comimgrend.uid.cpp"
  603. thumb-rel32objcomimgrend.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
  604. thumb-rel32objcomimgrend.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  605. thumb-rel32objcomimgrend.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  606. thumb-rel32objcomimgrend.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  607. thumb-rel32objcomimgrend.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  608. thumb-rel32objcomimgrend.uid.obj: "thumb-rel32datatype_image_unified_renderer_ribodefs.h"