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

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=vidplin.cpp guids.cpp vidplin_dll_stub.c vidplin.uid.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objvidplin.o thumb-rel32objguids.o thumb-rel32objvidplin_dll_stub.o thumb-rel32objvidplin.uid.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ......commonruntimepub -I ......commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ......commoninclude -I ......videoinclude -I ......clientinclude -I ......clientvideosvcinclude -I ......clientcommoncontainerpub -I ......datatypecommoncontainerpub -I ......datatypecommonutilpub -I ......datatypecommonvidrendpub -I ......datatyperminclude -I ......datatypermcommonpub -I ......datatypermcommonutilpub -I ......datatypermvideocommonpub -I ......datatypermvideorendererpub -I ......datatypemp4videorendererpub -I ......datatypeh263videorendererpub -I .pub -I ......commondbgtoolpub -I ......commonutilpub -I ......commoncontainerpub -I ......protocolsdppub -I ......protocolcommonutilpub -I ......datatypemp4commonpub -I ......datatypemp4payloadpub -I ......datatypeh263payloadpub -I ......datatypeh263rendererpub
  22. DEFINES=-I . -include thumb-rel32datatype_group_video_ribodefs.h
  23. STATIC_LIBS=c:sourcehelixdatatype_distrmvideocommonthumb-rel32rvcomlib.lib c:sourcehelixdatatype_distrmvideopayloadthumb-rel32rvpyldlib.lib ......commonsystemthumb-rel32syslib.lib ......commondbgtoolthumb-rel32debuglib.lib ......commonruntimethumb-rel32runtlib.lib ......commonruntimethumb-rel32runtlib.lib ......commondbgtoolthumb-rel32debuglib.lib ......commonutilthumb-rel32utillib.lib ......commoncontainerthumb-rel32contlib.lib ......commonsystemthumb-rel32syslib.lib ......videovidutilthumb-rel32vidutillib.lib ......protocolsdpthumb-rel32sdplib.lib ......protocolcommonutilthumb-rel32protutillib.lib ......datatypecommonutilthumb-rel32dtutillib.lib ......datatypecommonvidrendthumb-rel32vidrend.lib ......datatypermcommonthumb-rel32rmcomlib.lib ......datatypermvideorendererthumb-rel32rvxrendlib.lib ......datatypemp4commonthumb-rel32mp4comlib.lib ......datatypemp4payloadthumb-rel32mp4pyldlib.lib ......datatypemp4videorendererthumb-rel32mp4vrenderlib.lib ......datatypeh263payloadthumb-rel32h263pyldlib.lib ......datatypeh263rendererthumb-rel32h263renderlib.lib
  24. DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib"
  25. .s.obj: 
  26. $(CC) $(CXXFLAGS) -o $@ -c $<
  27. .c.o: 
  28. $(CC) $(CCFLAGS) -o $@ -c $<
  29. .cpp.o: 
  30. $(CC) $(CXXFLAGS) -o $@ -c $<
  31. all: thumb-rel32obj thumb-rel32vidplin.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-rel32vidplin.dll: $(OBJS) $(STATIC_LIBS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. python C:sourcebuildbinarmerge -d thumb-rel32objlib thumb-rel32vidplin_libs.lib $(STATIC_LIBS)
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def vidplin.def --output-exp thumb-rel32vidplin.exp --dllname thumb-rel32vidplin.dll
  40. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll vidplin.lnk thumb-rel32vidplin.exp --dll --base-file thumb-rel32vidplin.bas -o thumb-rel32vidplin.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32vidplin_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
  41. rm thumb-rel32vidplin.exp
  42. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def vidplin.def --dllname thumb-rel32vidplin.dll --base-file thumb-rel32vidplin.bas --output-exp thumb-rel32vidplin.exp
  43. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll vidplin.lnk thumb-rel32vidplin.exp --dll -Map thumb-rel32vidplin.dll.map -o thumb-rel32vidplin.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32vidplin_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-rel32vidplin.dll thumb-rel32vidplin.dll
  45. rm thumb-rel32vidplin.exp thumb-rel32vidplin.bas
  46. rm thumb-rel32vidplin_libs.lib
  47. thumb-rel32objvidplin.o: vidplin.cpp
  48. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  49. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  50. $(CC) $(CXXFLAGS) -o thumb-rel32objvidplin.o -c vidplin.cpp
  51. thumb-rel32objguids.o: guids.cpp
  52. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  53. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  54. $(CC) $(CXXFLAGS) -o thumb-rel32objguids.o -c guids.cpp
  55. thumb-rel32objvidplin_dll_stub.o: vidplin_dll_stub.c
  56. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  57. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  58. $(CC) $(CCFLAGS) -o thumb-rel32objvidplin_dll_stub.o -c vidplin_dll_stub.c
  59. thumb-rel32objvidplin.uid.o: vidplin.uid.cpp
  60. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  61. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  62. $(CC) $(CXXFLAGS) -o thumb-rel32objvidplin.uid.o -c vidplin.uid.cpp
  63. clean: 
  64. $(RM) thumb-rel32vidplin.dll thumb-rel32objvidplin.o thumb-rel32objguids.o thumb-rel32objvidplin_dll_stub.o
  65. $(RM) thumb-rel32objvidplin.uid.o
  66. ......releasevidplin.dll: thumb-rel32vidplin.dll
  67. -@if NOT exist "......release" mkdir "......release"
  68. rm -rf "......releasevidplin.dll"
  69. copy "thumb-rel32vidplin.dll" "......releasevidplin.dll"
  70. copy: ......releasevidplin.dll
  71. depend: 
  72. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  73. # DO NOT DELETE -- mkdepend depends on this line
  74. thumb-rel32objvidplin.obj: "vidplin.cpp"
  75. thumb-rel32objvidplin.obj: "......commonincludehxtypes.h"
  76. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  77. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  78. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  79. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  80. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  81. thumb-rel32objvidplin.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  82. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  83. thumb-rel32objvidplin.obj: "......commonincludehxbastsd.h"
  84. thumb-rel32objvidplin.obj: "......commonincludehxcom.h"
  85. thumb-rel32objvidplin.obj: "......commonincludehxresult.h"
  86. thumb-rel32objvidplin.obj: "......commonincludehxiids.h"
  87. thumb-rel32objvidplin.obj: "......commonincludehxpiids.h"
  88. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/string.h"
  89. thumb-rel32objvidplin.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  90. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibstring.h"
  91. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibstdlib.h"
  92. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibctype.h"
  93. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/stdlib.h"
  94. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/memory.h"
  95. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibmemory.h"
  96. thumb-rel32objvidplin.obj: "......commonincludeatomicbase.h"
  97. thumb-rel32objvidplin.obj: "......commonsystempubmicrosleep.h"
  98. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  99. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  100. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  101. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  102. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  103. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  104. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  105. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  106. thumb-rel32objvidplin.obj: "......commonincludehxmutexlock.h"
  107. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  108. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  109. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  110. thumb-rel32objvidplin.obj: "......commonincludehxengin.h"
  111. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  112. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  113. thumb-rel32objvidplin.obj: "......datatypermvideorendererpubrvxvideo.h"
  114. thumb-rel32objvidplin.obj: "......datatypecommonvidrendpubvidrend.h"
  115. thumb-rel32objvidplin.obj: "......datatypecommonvidrendpubvidrendf.h"
  116. thumb-rel32objvidplin.obj: "......commoncontainerpubhxslist.h"
  117. thumb-rel32objvidplin.obj: "......commoncontainerpubhxstring.h"
  118. thumb-rel32objvidplin.obj: "......commondbgtoolpubhxassert.h"
  119. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/assert.h"
  120. thumb-rel32objvidplin.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  121. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibassert.h"
  122. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/limits.h"
  123. thumb-rel32objvidplin.obj: "......commonruntimepubhlxcliblimits.h"
  124. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/stdio.h"
  125. thumb-rel32objvidplin.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  126. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/sys/types.h"
  127. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/time.h"
  128. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibtime.h"
  129. thumb-rel32objvidplin.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  130. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibwindows.h"
  131. thumb-rel32objvidplin.obj: "......commonruntimepubhlxosstr.h"
  132. thumb-rel32objvidplin.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  133. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/windows.h"
  134. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibstdio.h"
  135. thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibstdarg.h"
  136. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  137. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  138. thumb-rel32objvidplin.obj: "......commonutilpubplatform/mac/maclibrary.h"
  139. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  140. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  141. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  142. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  143. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  144. thumb-rel32objvidplin.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  145. thumb-rel32objvidplin.obj: "......commonsystempubhxglobalmgr.h"
  146. thumb-rel32objvidplin.obj: "......commonincludehxwintyp.h"
  147. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
  148. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
  149. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  150. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
  151. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
  152. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
  153. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
  154. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
  155. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
  156. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
  157. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
  158. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
  159. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
  160. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
  161. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
  162. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
  163. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
  164. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
  165. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
  166. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
  167. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
  168. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
  169. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
  170. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
  171. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
  172. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
  173. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
  174. thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
  175. thumb-rel32objvidplin.obj: "......commonincludehxcomm.h"
  176. thumb-rel32objvidplin.obj: "......commonincludehxccf.h"
  177. thumb-rel32objvidplin.obj: "......commonincludeihxpckts.h"
  178. thumb-rel32objvidplin.obj: "......commonincludehxvalue.h"
  179. thumb-rel32objvidplin.obj: "......commonsystempubhxthread.h"
  180. thumb-rel32objvidplin.obj: "......clientincludehxvsurf.h"
  181. thumb-rel32objvidplin.obj: "......datatypecommoncontainerpubchxbufpl.h"
  182. thumb-rel32objvidplin.obj: "......datatypecommoncontainerpubcringbuf.h"
  183. thumb-rel32objvidplin.obj: "......datatypecommoncontainerpubmdpkt.h"
  184. thumb-rel32objvidplin.obj: "......commonincludehxplugn.h"
  185. thumb-rel32objvidplin.obj: "......commonincludehxplugncompat.h"
  186. thumb-rel32objvidplin.obj: "......commonincludehxrendr.h"
  187. thumb-rel32objvidplin.obj: "......commonincludehxwin.h"
  188. thumb-rel32objvidplin.obj: "......clientincludehxsite2.h"
  189. thumb-rel32objvidplin.obj: "......commonincludehxasm.h"
  190. thumb-rel32objvidplin.obj: "......commonincludehxmon.h"
  191. thumb-rel32objvidplin.obj: "......commonincludehxpcmkr.h"
  192. thumb-rel32objvidplin.obj: "......commonincludehxcore.h"
  193. thumb-rel32objvidplin.obj: "......commonincludehxprefs.h"
  194. thumb-rel32objvidplin.obj: "......commonsystempubhxtick.h"
  195. thumb-rel32objvidplin.obj: "......datatypecommonvidrendpubvidstats.h"
  196. thumb-rel32objvidplin.obj: "......commoncontainerpubhxbuffer.h"
  197. thumb-rel32objvidplin.obj: "......commoncontainerpubstatinfo.h"
  198. thumb-rel32objvidplin.obj: "......datatypecommonutilpubrendstats.h"
  199. thumb-rel32objvidplin.obj: "......commonutilpubbaseobj.h"
  200. thumb-rel32objvidplin.obj: "......commonsystempubglobals/hxglobals.h"
  201. thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalint.h"
  202. thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalptr.h"
  203. thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalmap.h"
  204. thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapptrtoptr.h"
  205. thumb-rel32objvidplin.obj: "......commoncontainerpubcarray.h"
  206. thumb-rel32objvidplin.obj: "......commoncontainerpubhxmaputils.h"
  207. thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapbuckets.h"
  208. thumb-rel32objvidplin.obj: "......commoncontainerpubchxmaplongtoobj.h"
  209. thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapguidtoobj.h"
  210. thumb-rel32objvidplin.obj: "......commoncontainerpubhxguid.h"
  211. thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapstringtoob.h"
  212. thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapstringtostring.h"
  213. thumb-rel32objvidplin.obj: "......commonsystempubglobalshxgloballist.h"
  214. thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobaldll.h"
  215. thumb-rel32objvidplin.obj: "......commonsystempubdllacces.h"
  216. thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalchararray.h"
  217. thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalbool.h"
  218. thumb-rel32objvidplin.obj: "......datatypermcommonpubhxalloc.h"
  219. thumb-rel32objvidplin.obj: "......commoncontainerpubhxmap.h"
  220. thumb-rel32objvidplin.obj: "......datatypermincludehxcodec.h"
  221. thumb-rel32objvidplin.obj: "......datatypemp4videorendererpubmp4video.h"
  222. thumb-rel32objvidplin.obj: "......datatypeh263rendererpubh263video.h"
  223. thumb-rel32objvidplin.obj: ".pubvidplin.h"
  224. thumb-rel32objvidplin.obj: "thumb-rel32datatype_group_video_ribodefs.h"
  225. thumb-rel32objguids.obj: "guids.cpp"
  226. thumb-rel32objguids.obj: "......commonincludehxtypes.h"
  227. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  228. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  229. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  230. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  231. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  232. thumb-rel32objguids.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  233. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  234. thumb-rel32objguids.obj: "......commonincludehxbastsd.h"
  235. thumb-rel32objguids.obj: "......commonincludehxwintyp.h"
  236. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
  237. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
  238. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  239. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
  240. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
  241. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
  242. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
  243. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
  244. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
  245. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
  246. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
  247. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
  248. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
  249. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
  250. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
  251. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
  252. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
  253. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
  254. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
  255. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
  256. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
  257. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
  258. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
  259. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
  260. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
  261. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
  262. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
  263. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
  264. thumb-rel32objguids.obj: "......commonincludehxresult.h"
  265. thumb-rel32objguids.obj: "......commonincludehxcom.h"
  266. thumb-rel32objguids.obj: "......commonincludehxiids.h"
  267. thumb-rel32objguids.obj: "......commonincludehxpiids.h"
  268. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/string.h"
  269. thumb-rel32objguids.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  270. thumb-rel32objguids.obj: "......commonruntimepubhlxclibstring.h"
  271. thumb-rel32objguids.obj: "......commonruntimepubhlxclibstdlib.h"
  272. thumb-rel32objguids.obj: "......commonruntimepubhlxclibctype.h"
  273. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/stdlib.h"
  274. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/memory.h"
  275. thumb-rel32objguids.obj: "......commonruntimepubhlxclibmemory.h"
  276. thumb-rel32objguids.obj: "......commonincludeatomicbase.h"
  277. thumb-rel32objguids.obj: "......commonsystempubmicrosleep.h"
  278. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  279. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  280. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  281. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  282. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  283. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  284. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  285. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  286. thumb-rel32objguids.obj: "......commonincludehxmutexlock.h"
  287. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  288. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  289. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  290. thumb-rel32objguids.obj: "......commonincludehxengin.h"
  291. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  292. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  293. thumb-rel32objguids.obj: "......commonincludehxevent.h"
  294. thumb-rel32objguids.obj: "......commonincludehxcomm.h"
  295. thumb-rel32objguids.obj: "......commonincludehxccf.h"
  296. thumb-rel32objguids.obj: "......commonincludeihxpckts.h"
  297. thumb-rel32objguids.obj: "......commonincludehxvalue.h"
  298. thumb-rel32objguids.obj: "......commonincludehxcore.h"
  299. thumb-rel32objguids.obj: "......commonincludehxwin.h"
  300. thumb-rel32objguids.obj: "......commonincludehxrendr.h"
  301. thumb-rel32objguids.obj: "......commonincludehxhyper.h"
  302. thumb-rel32objguids.obj: "......commonincludehxplugn.h"
  303. thumb-rel32objguids.obj: "......commonincludehxplugncompat.h"
  304. thumb-rel32objguids.obj: "......commonincludehxasm.h"
  305. thumb-rel32objguids.obj: "......commonincludehxupgrd.h"
  306. thumb-rel32objguids.obj: "......commonincludehxprefs.h"
  307. thumb-rel32objguids.obj: "......commonincludehxerror.h"
  308. thumb-rel32objguids.obj: "......clientincludehxvsurf.h"
  309. thumb-rel32objguids.obj: "......clientincludehxvctrl.h"
  310. thumb-rel32objguids.obj: "......clientincludehxsite2.h"
  311. thumb-rel32objguids.obj: "......commonsystempubhxthread.h"
  312. thumb-rel32objguids.obj: "......commonincludehxmon.h"
  313. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/limits.h"
  314. thumb-rel32objguids.obj: "......commonruntimepubhlxcliblimits.h"
  315. thumb-rel32objguids.obj: "......commonincludehxformt.h"
  316. thumb-rel32objguids.obj: "......commonincludehxfiles.h"
  317. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/sys/stat.h"
  318. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/sysstat.h"
  319. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
  320. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  321. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/sys/types.h"
  322. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/time.h"
  323. thumb-rel32objguids.obj: "......commonruntimepubhlxclibtime.h"
  324. thumb-rel32objguids.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  325. thumb-rel32objguids.obj: "......commonruntimepubhlxclibwindows.h"
  326. thumb-rel32objguids.obj: "......commonruntimepubhlxosstr.h"
  327. thumb-rel32objguids.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  328. thumb-rel32objguids.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  329. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/windows.h"
  330. thumb-rel32objguids.obj: "......commonincludehxpcmkr.h"
  331. thumb-rel32objguids.obj: "......commonsystempubdllpath.h"
  332. thumb-rel32objguids.obj: "......commoncontainerpubhxmap.h"
  333. thumb-rel32objguids.obj: "......commoncontainerpubchxmapptrtoptr.h"
  334. thumb-rel32objguids.obj: "......commoncontainerpubcarray.h"
  335. thumb-rel32objguids.obj: "......commondbgtoolpubhxassert.h"
  336. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/assert.h"
  337. thumb-rel32objguids.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  338. thumb-rel32objguids.obj: "......commonruntimepubhlxclibassert.h"
  339. thumb-rel32objguids.obj: "......commonruntimepubhlxclib/stdio.h"
  340. thumb-rel32objguids.obj: "......commonruntimepubhlxclibstdio.h"
  341. thumb-rel32objguids.obj: "......commonruntimepubhlxclibstdarg.h"
  342. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  343. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  344. thumb-rel32objguids.obj: "......commonutilpubplatform/mac/maclibrary.h"
  345. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  346. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  347. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  348. thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  349. thumb-rel32objguids.obj: "......commoncontainerpubhxstring.h"
  350. thumb-rel32objguids.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  351. thumb-rel32objguids.obj: "......commonsystempubhxglobalmgr.h"
  352. thumb-rel32objguids.obj: "......commoncontainerpubhxmaputils.h"
  353. thumb-rel32objguids.obj: "......commoncontainerpubchxmapbuckets.h"
  354. thumb-rel32objguids.obj: "......commoncontainerpubchxmapstringtoob.h"
  355. thumb-rel32objguids.obj: "......commoncontainerpubchxmapstringtostring.h"
  356. thumb-rel32objguids.obj: "......commoncontainerpubchxmaplongtoobj.h"
  357. thumb-rel32objguids.obj: "......commonsystempubglobals/hxglobals.h"
  358. thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalint.h"
  359. thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalptr.h"
  360. thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalmap.h"
  361. thumb-rel32objguids.obj: "......commoncontainerpubchxmapguidtoobj.h"
  362. thumb-rel32objguids.obj: "......commoncontainerpubhxguid.h"
  363. thumb-rel32objguids.obj: "......commonsystempubglobalshxgloballist.h"
  364. thumb-rel32objguids.obj: "......commoncontainerpubhxslist.h"
  365. thumb-rel32objguids.obj: "......commonsystempubglobalshxglobaldll.h"
  366. thumb-rel32objguids.obj: "......commonsystempubdllacces.h"
  367. thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalchararray.h"
  368. thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalbool.h"
  369. thumb-rel32objguids.obj: "thumb-rel32datatype_group_video_ribodefs.h"
  370. thumb-rel32objvidplin_dll_stub.obj: "vidplin_dll_stub.c"
  371. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  372. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  373. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  374. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  375. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  376. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  377. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  378. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  379. thumb-rel32objvidplin_dll_stub.obj: "......commonsystempubhxglobalmgr.h"
  380. thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxtypes.h"
  381. thumb-rel32objvidplin_dll_stub.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  382. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  383. thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxbastsd.h"
  384. thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxcom.h"
  385. thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxresult.h"
  386. thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxiids.h"
  387. thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxpiids.h"
  388. thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclib/string.h"
  389. thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  390. thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclibstring.h"
  391. thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclibstdlib.h"
  392. thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclibctype.h"
  393. thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclib/stdlib.h"
  394. thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclib/memory.h"
  395. thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclibmemory.h"
  396. thumb-rel32objvidplin_dll_stub.obj: "......commonincludeatomicbase.h"
  397. thumb-rel32objvidplin_dll_stub.obj: "......commonsystempubmicrosleep.h"
  398. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  399. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  400. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  401. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  402. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  403. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  404. thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxmutexlock.h"
  405. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  406. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  407. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  408. thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxengin.h"
  409. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  410. thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  411. thumb-rel32objvidplin_dll_stub.obj: "thumb-rel32datatype_group_video_ribodefs.h"
  412. thumb-rel32objvidplin.uid.obj: "vidplin.uid.cpp"
  413. thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
  414. thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  415. thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  416. thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  417. thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  418. thumb-rel32objvidplin.uid.obj: "thumb-rel32datatype_group_video_ribodefs.h"