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

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=rtptran.cpp pkthndlr.cpp rtcputil.cpp interval.cpp packetq.cpp rtpclsnc.cpp inlines.cpp rtpproxy.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objrtptran.o thumb-rel32objpkthndlr.o thumb-rel32objrtcputil.o thumb-rel32objinterval.o thumb-rel32objpacketq.o thumb-rel32objrtpclsnc.o thumb-rel32objinlines.o thumb-rel32objrtpproxy.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ......commonruntimepub -I ......commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ......commoninclude -I ......commoncontainerpub -I ......commonutilpub -I ......commondbgtoolpub -I ......commonfileiopub -I ......clientcommoncontainerpub -I ......datatyperminclude -I include -I ..commonsystempub -I ....commonutilpub -I ....rtsppub -I ....rtspinclude -I .pub
  22. DEFINES=-I . -include thumb-rel32protocol_transport_rtp_ribodefs.h
  23. STATIC_LIBS=......commonsystemthumb-rel32syslib.lib ......commondbgtoolthumb-rel32debuglib.lib ......commonruntimethumb-rel32runtlib.lib
  24. DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib"
  25. .s.obj: 
  26. $(CC) $(CXXFLAGS) -o $@ -c $<
  27. .c.o: 
  28. $(CC) $(CCFLAGS) -o $@ -c $<
  29. .cpp.o: 
  30. $(CC) $(CXXFLAGS) -o $@ -c $<
  31. all: thumb-rel32obj thumb-rel32rtptranlib.lib
  32. thumb-rel32obj: 
  33. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  34. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  35. all_objects: $(OBJS)
  36. thumb-rel32rtptranlib.lib: $(OBJS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. -rm thumb-rel32rtptranlib.lib
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32rtptranlib.lib $(OBJS)
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32rtptranlib.lib
  41. thumb-rel32objrtptran.o: rtptran.cpp
  42. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  43. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  44. $(CC) $(CXXFLAGS) -o thumb-rel32objrtptran.o -c rtptran.cpp
  45. thumb-rel32objpkthndlr.o: pkthndlr.cpp
  46. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  47. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  48. $(CC) $(CXXFLAGS) -o thumb-rel32objpkthndlr.o -c pkthndlr.cpp
  49. thumb-rel32objrtcputil.o: rtcputil.cpp
  50. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  51. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  52. $(CC) $(CXXFLAGS) -o thumb-rel32objrtcputil.o -c rtcputil.cpp
  53. thumb-rel32objinterval.o: interval.cpp
  54. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  55. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  56. $(CC) $(CXXFLAGS) -o thumb-rel32objinterval.o -c interval.cpp
  57. thumb-rel32objpacketq.o: packetq.cpp
  58. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  59. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  60. $(CC) $(CXXFLAGS) -o thumb-rel32objpacketq.o -c packetq.cpp
  61. thumb-rel32objrtpclsnc.o: rtpclsnc.cpp
  62. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  63. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  64. $(CC) $(CXXFLAGS) -o thumb-rel32objrtpclsnc.o -c rtpclsnc.cpp
  65. thumb-rel32objinlines.o: inlines.cpp
  66. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  67. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  68. $(CC) $(CXXFLAGS) -o thumb-rel32objinlines.o -c inlines.cpp
  69. thumb-rel32objrtpproxy.o: rtpproxy.cpp
  70. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  71. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  72. $(CC) $(CXXFLAGS) -o thumb-rel32objrtpproxy.o -c rtpproxy.cpp
  73. clean: 
  74. $(RM) thumb-rel32rtptranlib.lib thumb-rel32objrtptran.o thumb-rel32objpkthndlr.o thumb-rel32objrtcputil.o
  75. $(RM) thumb-rel32objinterval.o thumb-rel32objpacketq.o thumb-rel32objrtpclsnc.o thumb-rel32objinlines.o
  76. $(RM) thumb-rel32objrtpproxy.o
  77. ......releasertptranlib.lib: thumb-rel32rtptranlib.lib
  78. -@if NOT exist "......release" mkdir "......release"
  79. rm -rf "......releasertptranlib.lib"
  80. copy "thumb-rel32rtptranlib.lib" "......releasertptranlib.lib"
  81. copy: ......releasertptranlib.lib
  82. depend: 
  83. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  84. # DO NOT DELETE -- mkdepend depends on this line
  85. thumb-rel32objrtptran.obj: "rtptran.cpp"
  86. thumb-rel32objrtptran.obj: "......commonincludehxtypes.h"
  87. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  88. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  89. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  90. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  91. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  92. thumb-rel32objrtptran.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  93. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  94. thumb-rel32objrtptran.obj: "......commonincludehxbastsd.h"
  95. thumb-rel32objrtptran.obj: "......commondbgtoolpubhxassert.h"
  96. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclib/assert.h"
  97. thumb-rel32objrtptran.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  98. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclibassert.h"
  99. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclib/limits.h"
  100. thumb-rel32objrtptran.obj: "......commonruntimepubhlxcliblimits.h"
  101. thumb-rel32objrtptran.obj: "......commonincludehxresult.h"
  102. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclib/stdio.h"
  103. thumb-rel32objrtptran.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  104. thumb-rel32objrtptran.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  105. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclib/sys/types.h"
  106. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  107. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  108. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  109. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclib/time.h"
  110. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  111. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  112. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclibtime.h"
  113. thumb-rel32objrtptran.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  114. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclibwindows.h"
  115. thumb-rel32objrtptran.obj: "......commonruntimepubhlxosstr.h"
  116. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclib/stdlib.h"
  117. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclibstdlib.h"
  118. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclib/string.h"
  119. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclibstring.h"
  120. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclibctype.h"
  121. thumb-rel32objrtptran.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  122. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclib/windows.h"
  123. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclibstdio.h"
  124. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclibstdarg.h"
  125. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  126. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  127. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  128. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  129. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  130. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  131. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  132. thumb-rel32objrtptran.obj: "......commonutilpubplatform/mac/maclibrary.h"
  133. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  134. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  135. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  136. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  137. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  138. thumb-rel32objrtptran.obj: "......commondbgtoolpubdebug.h"
  139. thumb-rel32objrtptran.obj: "......commondbgtoolpubplatform/symbian/hxsym_dprintf.h"
  140. thumb-rel32objrtptran.obj: "......commonsystempubglobals/hxglobals.h"
  141. thumb-rel32objrtptran.obj: "......commonsystempubglobalshxglobalint.h"
  142. thumb-rel32objrtptran.obj: "......commonsystempubhxglobalmgr.h"
  143. thumb-rel32objrtptran.obj: "......commonincludehxcom.h"
  144. thumb-rel32objrtptran.obj: "......commonincludehxiids.h"
  145. thumb-rel32objrtptran.obj: "......commonincludehxpiids.h"
  146. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclib/memory.h"
  147. thumb-rel32objrtptran.obj: "......commonruntimepubhlxclibmemory.h"
  148. thumb-rel32objrtptran.obj: "......commonincludeatomicbase.h"
  149. thumb-rel32objrtptran.obj: "......commonsystempubmicrosleep.h"
  150. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  151. thumb-rel32objrtptran.obj: "......commonincludehxmutexlock.h"
  152. thumb-rel32objrtptran.obj: "......commonincludehxengin.h"
  153. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  154. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  155. thumb-rel32objrtptran.obj: "......commonsystempubglobalshxglobalptr.h"
  156. thumb-rel32objrtptran.obj: "......commonsystempubglobalshxglobalmap.h"
  157. thumb-rel32objrtptran.obj: "......commoncontainerpubchxmapptrtoptr.h"
  158. thumb-rel32objrtptran.obj: "......commoncontainerpubcarray.h"
  159. thumb-rel32objrtptran.obj: "......commoncontainerpubhxstring.h"
  160. thumb-rel32objrtptran.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  161. thumb-rel32objrtptran.obj: "......commoncontainerpubhxmaputils.h"
  162. thumb-rel32objrtptran.obj: "......commoncontainerpubchxmapbuckets.h"
  163. thumb-rel32objrtptran.obj: "......commoncontainerpubchxmaplongtoobj.h"
  164. thumb-rel32objrtptran.obj: "......commoncontainerpubchxmapguidtoobj.h"
  165. thumb-rel32objrtptran.obj: "......commoncontainerpubhxguid.h"
  166. thumb-rel32objrtptran.obj: "......commoncontainerpubchxmapstringtoob.h"
  167. thumb-rel32objrtptran.obj: "......commoncontainerpubchxmapstringtostring.h"
  168. thumb-rel32objrtptran.obj: "......commonsystempubglobalshxgloballist.h"
  169. thumb-rel32objrtptran.obj: "......commoncontainerpubhxslist.h"
  170. thumb-rel32objrtptran.obj: "......commonsystempubglobalshxglobaldll.h"
  171. thumb-rel32objrtptran.obj: "......commonsystempubdllacces.h"
  172. thumb-rel32objrtptran.obj: "......commonsystempubglobalshxglobalchararray.h"
  173. thumb-rel32objrtptran.obj: "......commonsystempubglobalshxglobalbool.h"
  174. thumb-rel32objrtptran.obj: "......commondbgtoolpubplatform/default/debug.h"
  175. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg.h"
  176. thumb-rel32objrtptran.obj: "......commonutilpubhxmarsh.h"
  177. thumb-rel32objrtptran.obj: "......commonutilpubhxstrutl.h"
  178. thumb-rel32objrtptran.obj: "......commonruntimepubsafestring.h"
  179. thumb-rel32objrtptran.obj: "......commonutilpubnetbyte.h"
  180. thumb-rel32objrtptran.obj: "C:Symbian6.1SERIES60EPOC32includelibcnetinet/in.h"
  181. thumb-rel32objrtptran.obj: "......commonincludeihxpckts.h"
  182. thumb-rel32objrtptran.obj: "......commonincludehxvalue.h"
  183. thumb-rel32objrtptran.obj: "......commoncontainerpubhxsbuffer.h"
  184. thumb-rel32objrtptran.obj: "......commonincludehxcomm.h"
  185. thumb-rel32objrtptran.obj: "......commonincludehxccf.h"
  186. thumb-rel32objrtptran.obj: "......commonincludehxmon.h"
  187. thumb-rel32objrtptran.obj: "......commoncontainerpubchxpckts.h"
  188. thumb-rel32objrtptran.obj: "......commonincludehxcppflags.h"
  189. thumb-rel32objrtptran.obj: "......commoncontainerpubold_hxpckts.h"
  190. thumb-rel32objrtptran.obj: "......commoncontainerpubhxmap.h"
  191. thumb-rel32objrtptran.obj: "......commoncontainerpubhxbuffer.h"
  192. thumb-rel32objrtptran.obj: "......commoncontainerpubassocvector.h"
  193. thumb-rel32objrtptran.obj: "....commonutilpubhxdeque.h"
  194. thumb-rel32objrtptran.obj: "....commonutilpubhxbitset.h"
  195. thumb-rel32objrtptran.obj: "......commoncontainerpubtimebuff.h"
  196. thumb-rel32objrtptran.obj: "......commonincludehxtbuf.h"
  197. thumb-rel32objrtptran.obj: "......commonutilpubtimeval.h"
  198. thumb-rel32objrtptran.obj: "......commonsystempubhxtime.h"
  199. thumb-rel32objrtptran.obj: "......commonutilpubtconverter.h"
  200. thumb-rel32objrtptran.obj: "......commonutilpub../tconverter/flpoint/tconverter_flp.h"
  201. thumb-rel32objrtptran.obj: "......commonutilpub../tconverter/fxpoint/tconverter_fxp.h"
  202. thumb-rel32objrtptran.obj: "includertptypes.h"
  203. thumb-rel32objrtptran.obj: "......commonincludehxqosinfo.h"
  204. thumb-rel32objrtptran.obj: "......commonincludehxqossig.h"
  205. thumb-rel32objrtptran.obj: "......commonincludehxqos.h"
  206. thumb-rel32objrtptran.obj: "......commonutilpubntptime.h"
  207. thumb-rel32objrtptran.obj: "..commonsystempubrtspif.h"
  208. thumb-rel32objrtptran.obj: "......commonincludehxpends.h"
  209. thumb-rel32objrtptran.obj: "......commonutilpubbasepkt.h"
  210. thumb-rel32objrtptran.obj: "......commonincludehxupgrd.h"
  211. thumb-rel32objrtptran.obj: "..commonsystempubservrsnd.h"
  212. thumb-rel32objrtptran.obj: "..commonsystempubrtsptran.h"
  213. thumb-rel32objrtptran.obj: "..commonsystempubtransbuf.h"
  214. thumb-rel32objrtptran.obj: "......commonutilpubcachobj.h"
  215. thumb-rel32objrtptran.obj: "......commonincludehxcache.h"
  216. thumb-rel32objrtptran.obj: "......commonsystempubhxthread.h"
  217. thumb-rel32objrtptran.obj: "......commoncontainerpubstatinfo.h"
  218. thumb-rel32objrtptran.obj: "......commonincludehxsmbw.h"
  219. thumb-rel32objrtptran.obj: "..commonsystempubpackfilt.h"
  220. thumb-rel32objrtptran.obj: ".pubrtptran.h"
  221. thumb-rel32objrtptran.obj: "......commonutilpubchxkeepalive.h"
  222. thumb-rel32objrtptran.obj: ".pubrtpwrap.h"
  223. thumb-rel32objrtptran.obj: ".pubrtppkt.h"
  224. thumb-rel32objrtptran.obj: "......commonutilpubbufnum.h"
  225. thumb-rel32objrtptran.obj: "......commonincludehxinline.h"
  226. thumb-rel32objrtptran.obj: "......commonsystempubhxtick.h"
  227. thumb-rel32objrtptran.obj: "......commonutilpubrandom32.h"
  228. thumb-rel32objrtptran.obj: ".pubpkthndlr.h"
  229. thumb-rel32objrtptran.obj: ".pubrtcputil.h"
  230. thumb-rel32objrtptran.obj: "....rtsppubrtspmsg.h"
  231. thumb-rel32objrtptran.obj: "....rtspincludehxrtsp2.h"
  232. thumb-rel32objrtptran.obj: "....commonutilpubmimehead.h"
  233. thumb-rel32objrtptran.obj: "......commonincludehxprefs.h"
  234. thumb-rel32objrtptran.obj: "......commonincludehxmime.h"
  235. thumb-rel32objrtptran.obj: "......commonincludehxcore.h"
  236. thumb-rel32objrtptran.obj: "......commonincludehxwin.h"
  237. thumb-rel32objrtptran.obj: "......commonincludehxheap.h"
  238. thumb-rel32objrtptran.obj: "......commonincludehxhpbase.h"
  239. thumb-rel32objrtptran.obj: "thumb-rel32protocol_transport_rtp_ribodefs.h"
  240. thumb-rel32objpkthndlr.obj: "pkthndlr.cpp"
  241. thumb-rel32objpkthndlr.obj: "......commonincludehxtypes.h"
  242. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  243. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  244. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  245. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  246. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  247. thumb-rel32objpkthndlr.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  248. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  249. thumb-rel32objpkthndlr.obj: "......commonincludehxbastsd.h"
  250. thumb-rel32objpkthndlr.obj: "......commonincludehxresult.h"
  251. thumb-rel32objpkthndlr.obj: "......commonincludehxcom.h"
  252. thumb-rel32objpkthndlr.obj: "......commonincludehxiids.h"
  253. thumb-rel32objpkthndlr.obj: "......commonincludehxpiids.h"
  254. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclib/string.h"
  255. thumb-rel32objpkthndlr.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  256. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclibstring.h"
  257. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclibstdlib.h"
  258. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclibctype.h"
  259. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclib/stdlib.h"
  260. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclib/memory.h"
  261. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclibmemory.h"
  262. thumb-rel32objpkthndlr.obj: "......commonincludeatomicbase.h"
  263. thumb-rel32objpkthndlr.obj: "......commonsystempubmicrosleep.h"
  264. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  265. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  266. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  267. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  268. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  269. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  270. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  271. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  272. thumb-rel32objpkthndlr.obj: "......commonincludehxmutexlock.h"
  273. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  274. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  275. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  276. thumb-rel32objpkthndlr.obj: "......commonincludehxengin.h"
  277. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  278. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  279. thumb-rel32objpkthndlr.obj: "......commonincludeihxpckts.h"
  280. thumb-rel32objpkthndlr.obj: "......commonincludehxvalue.h"
  281. thumb-rel32objpkthndlr.obj: "......commondbgtoolpubhxassert.h"
  282. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclib/assert.h"
  283. thumb-rel32objpkthndlr.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  284. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclibassert.h"
  285. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclib/limits.h"
  286. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxcliblimits.h"
  287. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclib/stdio.h"
  288. thumb-rel32objpkthndlr.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  289. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclib/sys/types.h"
  290. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclib/time.h"
  291. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclibtime.h"
  292. thumb-rel32objpkthndlr.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  293. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclibwindows.h"
  294. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxosstr.h"
  295. thumb-rel32objpkthndlr.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  296. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclib/windows.h"
  297. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclibstdio.h"
  298. thumb-rel32objpkthndlr.obj: "......commonruntimepubhlxclibstdarg.h"
  299. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  300. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  301. thumb-rel32objpkthndlr.obj: "......commonutilpubplatform/mac/maclibrary.h"
  302. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  303. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  304. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  305. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  306. thumb-rel32objpkthndlr.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  307. thumb-rel32objpkthndlr.obj: ".pubrtpwrap.h"
  308. thumb-rel32objpkthndlr.obj: ".pubrtppkt.h"
  309. thumb-rel32objpkthndlr.obj: "......commonutilpubbufnum.h"
  310. thumb-rel32objpkthndlr.obj: "......commonincludehxinline.h"
  311. thumb-rel32objpkthndlr.obj: "......commoncontainerpubhxmap.h"
  312. thumb-rel32objpkthndlr.obj: "......commoncontainerpubchxmapptrtoptr.h"
  313. thumb-rel32objpkthndlr.obj: "......commoncontainerpubcarray.h"
  314. thumb-rel32objpkthndlr.obj: "......commoncontainerpubhxstring.h"
  315. thumb-rel32objpkthndlr.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  316. thumb-rel32objpkthndlr.obj: "......commonsystempubhxglobalmgr.h"
  317. thumb-rel32objpkthndlr.obj: "......commoncontainerpubhxmaputils.h"
  318. thumb-rel32objpkthndlr.obj: "......commoncontainerpubchxmapbuckets.h"
  319. thumb-rel32objpkthndlr.obj: "......commoncontainerpubchxmapstringtoob.h"
  320. thumb-rel32objpkthndlr.obj: "......commoncontainerpubchxmapstringtostring.h"
  321. thumb-rel32objpkthndlr.obj: "......commoncontainerpubchxmaplongtoobj.h"
  322. thumb-rel32objpkthndlr.obj: "......commoncontainerpubhxslist.h"
  323. thumb-rel32objpkthndlr.obj: ".pubpkthndlr.h"
  324. thumb-rel32objpkthndlr.obj: "thumb-rel32protocol_transport_rtp_ribodefs.h"
  325. thumb-rel32objrtcputil.obj: "rtcputil.cpp"
  326. thumb-rel32objrtcputil.obj: "......commonincludehxtypes.h"
  327. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  328. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  329. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  330. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  331. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  332. thumb-rel32objrtcputil.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  333. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  334. thumb-rel32objrtcputil.obj: "......commonincludehxbastsd.h"
  335. thumb-rel32objrtcputil.obj: "......commonincludehxcom.h"
  336. thumb-rel32objrtcputil.obj: "......commonincludehxresult.h"
  337. thumb-rel32objrtcputil.obj: "......commonincludehxiids.h"
  338. thumb-rel32objrtcputil.obj: "......commonincludehxpiids.h"
  339. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclib/string.h"
  340. thumb-rel32objrtcputil.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  341. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclibstring.h"
  342. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclibstdlib.h"
  343. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclibctype.h"
  344. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclib/stdlib.h"
  345. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclib/memory.h"
  346. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclibmemory.h"
  347. thumb-rel32objrtcputil.obj: "......commonincludeatomicbase.h"
  348. thumb-rel32objrtcputil.obj: "......commonsystempubmicrosleep.h"
  349. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  350. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  351. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  352. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  353. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  354. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  355. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  356. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  357. thumb-rel32objrtcputil.obj: "......commonincludehxmutexlock.h"
  358. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  359. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  360. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  361. thumb-rel32objrtcputil.obj: "......commonincludehxengin.h"
  362. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  363. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  364. thumb-rel32objrtcputil.obj: ".pubrtpwrap.h"
  365. thumb-rel32objrtcputil.obj: ".pubrtppkt.h"
  366. thumb-rel32objrtcputil.obj: "......commonutilpubbufnum.h"
  367. thumb-rel32objrtcputil.obj: "......commonincludehxinline.h"
  368. thumb-rel32objrtcputil.obj: "......commoncontainerpubhxmap.h"
  369. thumb-rel32objrtcputil.obj: "......commoncontainerpubchxmapptrtoptr.h"
  370. thumb-rel32objrtcputil.obj: "......commoncontainerpubcarray.h"
  371. thumb-rel32objrtcputil.obj: "......commondbgtoolpubhxassert.h"
  372. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclib/assert.h"
  373. thumb-rel32objrtcputil.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  374. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclibassert.h"
  375. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclib/limits.h"
  376. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxcliblimits.h"
  377. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclib/stdio.h"
  378. thumb-rel32objrtcputil.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  379. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclib/sys/types.h"
  380. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclib/time.h"
  381. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclibtime.h"
  382. thumb-rel32objrtcputil.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  383. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclibwindows.h"
  384. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxosstr.h"
  385. thumb-rel32objrtcputil.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  386. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclib/windows.h"
  387. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclibstdio.h"
  388. thumb-rel32objrtcputil.obj: "......commonruntimepubhlxclibstdarg.h"
  389. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  390. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  391. thumb-rel32objrtcputil.obj: "......commonutilpubplatform/mac/maclibrary.h"
  392. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  393. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  394. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  395. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  396. thumb-rel32objrtcputil.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  397. thumb-rel32objrtcputil.obj: "......commoncontainerpubhxstring.h"
  398. thumb-rel32objrtcputil.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  399. thumb-rel32objrtcputil.obj: "......commonsystempubhxglobalmgr.h"
  400. thumb-rel32objrtcputil.obj: "......commoncontainerpubhxmaputils.h"
  401. thumb-rel32objrtcputil.obj: "......commoncontainerpubchxmapbuckets.h"
  402. thumb-rel32objrtcputil.obj: "......commoncontainerpubchxmapstringtoob.h"
  403. thumb-rel32objrtcputil.obj: "......commoncontainerpubchxmapstringtostring.h"
  404. thumb-rel32objrtcputil.obj: "......commoncontainerpubchxmaplongtoobj.h"
  405. thumb-rel32objrtcputil.obj: "......commoncontainerpubhxslist.h"
  406. thumb-rel32objrtcputil.obj: "......commonsystempubhxtick.h"
  407. thumb-rel32objrtcputil.obj: "......commonutilpubtconverter.h"
  408. thumb-rel32objrtcputil.obj: "......commonutilpub../tconverter/flpoint/tconverter_flp.h"
  409. thumb-rel32objrtcputil.obj: "......commonutilpub../tconverter/fxpoint/tconverter_fxp.h"
  410. thumb-rel32objrtcputil.obj: "includeinterval.h"
  411. thumb-rel32objrtcputil.obj: "......commonutilpubntptime.h"
  412. thumb-rel32objrtcputil.obj: "......commonutilpubtimeval.h"
  413. thumb-rel32objrtcputil.obj: "......commonsystempubhxtime.h"
  414. thumb-rel32objrtcputil.obj: ".pubrtcputil.h"
  415. thumb-rel32objrtcputil.obj: "......commonincludehxheap.h"
  416. thumb-rel32objrtcputil.obj: "......commonincludehxhpbase.h"
  417. thumb-rel32objrtcputil.obj: "thumb-rel32protocol_transport_rtp_ribodefs.h"
  418. thumb-rel32objinterval.obj: "interval.cpp"
  419. thumb-rel32objinterval.obj: "......commonruntimepubhlxclib/stdlib.h"
  420. thumb-rel32objinterval.obj: "......commonincludehxtypes.h"
  421. thumb-rel32objinterval.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  422. thumb-rel32objinterval.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  423. thumb-rel32objinterval.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  424. thumb-rel32objinterval.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  425. thumb-rel32objinterval.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  426. thumb-rel32objinterval.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  427. thumb-rel32objinterval.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  428. thumb-rel32objinterval.obj: "......commonincludehxbastsd.h"
  429. thumb-rel32objinterval.obj: "......commonruntimepubhlxclibstdlib.h"
  430. thumb-rel32objinterval.obj: "includeinterval.h"
  431. thumb-rel32objinterval.obj: "thumb-rel32protocol_transport_rtp_ribodefs.h"
  432. thumb-rel32objpacketq.obj: "packetq.cpp"
  433. thumb-rel32objpacketq.obj: "......commonincludehxtypes.h"
  434. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  435. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  436. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  437. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  438. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  439. thumb-rel32objpacketq.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  440. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  441. thumb-rel32objpacketq.obj: "......commonincludehxbastsd.h"
  442. thumb-rel32objpacketq.obj: "......commonincludehxcom.h"
  443. thumb-rel32objpacketq.obj: "......commonincludehxresult.h"
  444. thumb-rel32objpacketq.obj: "......commonincludehxiids.h"
  445. thumb-rel32objpacketq.obj: "......commonincludehxpiids.h"
  446. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclib/string.h"
  447. thumb-rel32objpacketq.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  448. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclibstring.h"
  449. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclibstdlib.h"
  450. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclibctype.h"
  451. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclib/stdlib.h"
  452. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclib/memory.h"
  453. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclibmemory.h"
  454. thumb-rel32objpacketq.obj: "......commonincludeatomicbase.h"
  455. thumb-rel32objpacketq.obj: "......commonsystempubmicrosleep.h"
  456. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  457. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  458. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  459. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  460. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  461. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  462. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  463. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  464. thumb-rel32objpacketq.obj: "......commonincludehxmutexlock.h"
  465. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  466. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  467. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  468. thumb-rel32objpacketq.obj: "......commonincludehxengin.h"
  469. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  470. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  471. thumb-rel32objpacketq.obj: "......commonincludehxcomm.h"
  472. thumb-rel32objpacketq.obj: "......commonincludehxccf.h"
  473. thumb-rel32objpacketq.obj: "......commonincludeihxpckts.h"
  474. thumb-rel32objpacketq.obj: "......commonincludehxvalue.h"
  475. thumb-rel32objpacketq.obj: "......commoncontainerpubhxmap.h"
  476. thumb-rel32objpacketq.obj: "......commoncontainerpubchxmapptrtoptr.h"
  477. thumb-rel32objpacketq.obj: "......commoncontainerpubcarray.h"
  478. thumb-rel32objpacketq.obj: "......commondbgtoolpubhxassert.h"
  479. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclib/assert.h"
  480. thumb-rel32objpacketq.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  481. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclibassert.h"
  482. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclib/limits.h"
  483. thumb-rel32objpacketq.obj: "......commonruntimepubhlxcliblimits.h"
  484. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclib/stdio.h"
  485. thumb-rel32objpacketq.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  486. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclib/sys/types.h"
  487. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclib/time.h"
  488. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclibtime.h"
  489. thumb-rel32objpacketq.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  490. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclibwindows.h"
  491. thumb-rel32objpacketq.obj: "......commonruntimepubhlxosstr.h"
  492. thumb-rel32objpacketq.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  493. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclib/windows.h"
  494. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclibstdio.h"
  495. thumb-rel32objpacketq.obj: "......commonruntimepubhlxclibstdarg.h"
  496. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  497. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  498. thumb-rel32objpacketq.obj: "......commonutilpubplatform/mac/maclibrary.h"
  499. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  500. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  501. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  502. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  503. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  504. thumb-rel32objpacketq.obj: "......commoncontainerpubhxstring.h"
  505. thumb-rel32objpacketq.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  506. thumb-rel32objpacketq.obj: "......commonsystempubhxglobalmgr.h"
  507. thumb-rel32objpacketq.obj: "......commoncontainerpubhxmaputils.h"
  508. thumb-rel32objpacketq.obj: "......commoncontainerpubchxmapbuckets.h"
  509. thumb-rel32objpacketq.obj: "......commoncontainerpubchxmapstringtoob.h"
  510. thumb-rel32objpacketq.obj: "......commoncontainerpubchxmapstringtostring.h"
  511. thumb-rel32objpacketq.obj: "......commoncontainerpubchxmaplongtoobj.h"
  512. thumb-rel32objpacketq.obj: "......commonutilpubnetbyte.h"
  513. thumb-rel32objpacketq.obj: "C:Symbian6.1SERIES60EPOC32includelibcnetinet/in.h"
  514. thumb-rel32objpacketq.obj: ".pubpacketq.h"
  515. thumb-rel32objpacketq.obj: "......commonincludehxheap.h"
  516. thumb-rel32objpacketq.obj: "......commonincludehxhpbase.h"
  517. thumb-rel32objpacketq.obj: "......commonsystempubhxtick.h"
  518. thumb-rel32objpacketq.obj: "thumb-rel32protocol_transport_rtp_ribodefs.h"
  519. thumb-rel32objrtpclsnc.obj: "rtpclsnc.cpp"
  520. thumb-rel32objrtpclsnc.obj: "......commonincludehxcom.h"
  521. thumb-rel32objrtpclsnc.obj: "......commonincludehxtypes.h"
  522. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  523. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  524. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  525. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  526. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  527. thumb-rel32objrtpclsnc.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  528. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  529. thumb-rel32objrtpclsnc.obj: "......commonincludehxbastsd.h"
  530. thumb-rel32objrtpclsnc.obj: "......commonincludehxresult.h"
  531. thumb-rel32objrtpclsnc.obj: "......commonincludehxiids.h"
  532. thumb-rel32objrtpclsnc.obj: "......commonincludehxpiids.h"
  533. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclib/string.h"
  534. thumb-rel32objrtpclsnc.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  535. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclibstring.h"
  536. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclibstdlib.h"
  537. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclibctype.h"
  538. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclib/stdlib.h"
  539. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclib/memory.h"
  540. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclibmemory.h"
  541. thumb-rel32objrtpclsnc.obj: "......commonincludeatomicbase.h"
  542. thumb-rel32objrtpclsnc.obj: "......commonsystempubmicrosleep.h"
  543. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  544. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  545. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  546. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  547. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  548. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  549. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  550. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  551. thumb-rel32objrtpclsnc.obj: "......commonincludehxmutexlock.h"
  552. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  553. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  554. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  555. thumb-rel32objrtpclsnc.obj: "......commonincludehxengin.h"
  556. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  557. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  558. thumb-rel32objrtpclsnc.obj: ".pubrtpclsnc.h"
  559. thumb-rel32objrtpclsnc.obj: "......commondbgtoolpubhxassert.h"
  560. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclib/assert.h"
  561. thumb-rel32objrtpclsnc.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  562. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclibassert.h"
  563. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclib/limits.h"
  564. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxcliblimits.h"
  565. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclib/stdio.h"
  566. thumb-rel32objrtpclsnc.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  567. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclib/sys/types.h"
  568. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclib/time.h"
  569. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclibtime.h"
  570. thumb-rel32objrtpclsnc.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  571. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclibwindows.h"
  572. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxosstr.h"
  573. thumb-rel32objrtpclsnc.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  574. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclib/windows.h"
  575. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclibstdio.h"
  576. thumb-rel32objrtpclsnc.obj: "......commonruntimepubhlxclibstdarg.h"
  577. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  578. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  579. thumb-rel32objrtpclsnc.obj: "......commonutilpubplatform/mac/maclibrary.h"
  580. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  581. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  582. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  583. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  584. thumb-rel32objrtpclsnc.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  585. thumb-rel32objrtpclsnc.obj: "......commonutilpubntptime.h"
  586. thumb-rel32objrtpclsnc.obj: "......commonutilpubtimeval.h"
  587. thumb-rel32objrtpclsnc.obj: "......commonsystempubhxtime.h"
  588. thumb-rel32objrtpclsnc.obj: "......commonutilpubtconverter.h"
  589. thumb-rel32objrtpclsnc.obj: "......commonutilpub../tconverter/flpoint/tconverter_flp.h"
  590. thumb-rel32objrtpclsnc.obj: "......commonutilpub../tconverter/fxpoint/tconverter_fxp.h"
  591. thumb-rel32objrtpclsnc.obj: "......commonincludeihxpckts.h"
  592. thumb-rel32objrtpclsnc.obj: "......commonincludehxvalue.h"
  593. thumb-rel32objrtpclsnc.obj: "..commonsystempubrtspif.h"
  594. thumb-rel32objrtpclsnc.obj: "......commonincludehxpends.h"
  595. thumb-rel32objrtpclsnc.obj: "......commonincludehxcomm.h"
  596. thumb-rel32objrtpclsnc.obj: "......commonincludehxccf.h"
  597. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubhxstring.h"
  598. thumb-rel32objrtpclsnc.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  599. thumb-rel32objrtpclsnc.obj: "......commonsystempubhxglobalmgr.h"
  600. thumb-rel32objrtpclsnc.obj: "......commonutilpubbasepkt.h"
  601. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubchxpckts.h"
  602. thumb-rel32objrtpclsnc.obj: "......commonincludehxcppflags.h"
  603. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubold_hxpckts.h"
  604. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubhxmap.h"
  605. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubchxmapptrtoptr.h"
  606. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubcarray.h"
  607. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubhxmaputils.h"
  608. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubchxmapbuckets.h"
  609. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubchxmapstringtoob.h"
  610. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubchxmapstringtostring.h"
  611. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubchxmaplongtoobj.h"
  612. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubhxbuffer.h"
  613. thumb-rel32objrtpclsnc.obj: "......commoncontainerpubassocvector.h"
  614. thumb-rel32objrtpclsnc.obj: "......commonincludehxupgrd.h"
  615. thumb-rel32objrtpclsnc.obj: "..commonsystempubservrsnd.h"
  616. thumb-rel32objrtpclsnc.obj: "thumb-rel32protocol_transport_rtp_ribodefs.h"
  617. thumb-rel32objinlines.obj: "inlines.cpp"
  618. thumb-rel32objinlines.obj: "......commonincludehxtypes.h"
  619. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  620. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  621. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  622. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  623. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  624. thumb-rel32objinlines.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  625. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  626. thumb-rel32objinlines.obj: "......commonincludehxbastsd.h"
  627. thumb-rel32objinlines.obj: "......commonincludehxresult.h"
  628. thumb-rel32objinlines.obj: "......commonincludehxcom.h"
  629. thumb-rel32objinlines.obj: "......commonincludehxiids.h"
  630. thumb-rel32objinlines.obj: "......commonincludehxpiids.h"
  631. thumb-rel32objinlines.obj: "......commonruntimepubhlxclib/string.h"
  632. thumb-rel32objinlines.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  633. thumb-rel32objinlines.obj: "......commonruntimepubhlxclibstring.h"
  634. thumb-rel32objinlines.obj: "......commonruntimepubhlxclibstdlib.h"
  635. thumb-rel32objinlines.obj: "......commonruntimepubhlxclibctype.h"
  636. thumb-rel32objinlines.obj: "......commonruntimepubhlxclib/stdlib.h"
  637. thumb-rel32objinlines.obj: "......commonruntimepubhlxclib/memory.h"
  638. thumb-rel32objinlines.obj: "......commonruntimepubhlxclibmemory.h"
  639. thumb-rel32objinlines.obj: "......commonincludeatomicbase.h"
  640. thumb-rel32objinlines.obj: "......commonsystempubmicrosleep.h"
  641. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  642. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  643. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  644. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  645. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  646. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  647. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  648. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  649. thumb-rel32objinlines.obj: "......commonincludehxmutexlock.h"
  650. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  651. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  652. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  653. thumb-rel32objinlines.obj: "......commonincludehxengin.h"
  654. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  655. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  656. thumb-rel32objinlines.obj: "......commonincludeihxpckts.h"
  657. thumb-rel32objinlines.obj: "......commonincludehxvalue.h"
  658. thumb-rel32objinlines.obj: "......commoncontainerpubhxmap.h"
  659. thumb-rel32objinlines.obj: "......commoncontainerpubchxmapptrtoptr.h"
  660. thumb-rel32objinlines.obj: "......commoncontainerpubcarray.h"
  661. thumb-rel32objinlines.obj: "......commondbgtoolpubhxassert.h"
  662. thumb-rel32objinlines.obj: "......commonruntimepubhlxclib/assert.h"
  663. thumb-rel32objinlines.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  664. thumb-rel32objinlines.obj: "......commonruntimepubhlxclibassert.h"
  665. thumb-rel32objinlines.obj: "......commonruntimepubhlxclib/limits.h"
  666. thumb-rel32objinlines.obj: "......commonruntimepubhlxcliblimits.h"
  667. thumb-rel32objinlines.obj: "......commonruntimepubhlxclib/stdio.h"
  668. thumb-rel32objinlines.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  669. thumb-rel32objinlines.obj: "......commonruntimepubhlxclib/sys/types.h"
  670. thumb-rel32objinlines.obj: "......commonruntimepubhlxclib/time.h"
  671. thumb-rel32objinlines.obj: "......commonruntimepubhlxclibtime.h"
  672. thumb-rel32objinlines.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  673. thumb-rel32objinlines.obj: "......commonruntimepubhlxclibwindows.h"
  674. thumb-rel32objinlines.obj: "......commonruntimepubhlxosstr.h"
  675. thumb-rel32objinlines.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  676. thumb-rel32objinlines.obj: "......commonruntimepubhlxclib/windows.h"
  677. thumb-rel32objinlines.obj: "......commonruntimepubhlxclibstdio.h"
  678. thumb-rel32objinlines.obj: "......commonruntimepubhlxclibstdarg.h"
  679. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  680. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  681. thumb-rel32objinlines.obj: "......commonutilpubplatform/mac/maclibrary.h"
  682. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  683. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  684. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  685. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  686. thumb-rel32objinlines.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  687. thumb-rel32objinlines.obj: "......commoncontainerpubhxstring.h"
  688. thumb-rel32objinlines.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  689. thumb-rel32objinlines.obj: "......commonsystempubhxglobalmgr.h"
  690. thumb-rel32objinlines.obj: "......commoncontainerpubhxmaputils.h"
  691. thumb-rel32objinlines.obj: "......commoncontainerpubchxmapbuckets.h"
  692. thumb-rel32objinlines.obj: "......commoncontainerpubchxmapstringtoob.h"
  693. thumb-rel32objinlines.obj: "......commoncontainerpubchxmapstringtostring.h"
  694. thumb-rel32objinlines.obj: "......commoncontainerpubchxmaplongtoobj.h"
  695. thumb-rel32objinlines.obj: "......commoncontainerpubhxslist.h"
  696. thumb-rel32objinlines.obj: ".pubrtppkt.h"
  697. thumb-rel32objinlines.obj: "......commonutilpubbufnum.h"
  698. thumb-rel32objinlines.obj: "......commonincludehxinline.h"
  699. thumb-rel32objinlines.obj: ".pubrtpwrap.h"
  700. thumb-rel32objinlines.obj: "thumb-rel32protocol_transport_rtp_ribodefs.h"
  701. thumb-rel32objrtpproxy.obj: "rtpproxy.cpp"
  702. thumb-rel32objrtpproxy.obj: "......commonincludehxtypes.h"
  703. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  704. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  705. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  706. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  707. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  708. thumb-rel32objrtpproxy.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  709. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  710. thumb-rel32objrtpproxy.obj: "......commonincludehxbastsd.h"
  711. thumb-rel32objrtpproxy.obj: "......commonincludehxresult.h"
  712. thumb-rel32objrtpproxy.obj: "......commonincludehxcom.h"
  713. thumb-rel32objrtpproxy.obj: "......commonincludehxiids.h"
  714. thumb-rel32objrtpproxy.obj: "......commonincludehxpiids.h"
  715. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/string.h"
  716. thumb-rel32objrtpproxy.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  717. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclibstring.h"
  718. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclibstdlib.h"
  719. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclibctype.h"
  720. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/stdlib.h"
  721. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/memory.h"
  722. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclibmemory.h"
  723. thumb-rel32objrtpproxy.obj: "......commonincludeatomicbase.h"
  724. thumb-rel32objrtpproxy.obj: "......commonsystempubmicrosleep.h"
  725. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  726. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  727. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  728. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  729. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  730. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  731. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  732. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  733. thumb-rel32objrtpproxy.obj: "......commonincludehxmutexlock.h"
  734. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  735. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  736. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  737. thumb-rel32objrtpproxy.obj: "......commonincludehxengin.h"
  738. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  739. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  740. thumb-rel32objrtpproxy.obj: "......commonincludehxcomm.h"
  741. thumb-rel32objrtpproxy.obj: "......commonincludehxccf.h"
  742. thumb-rel32objrtpproxy.obj: "......commonincludehxcore.h"
  743. thumb-rel32objrtpproxy.obj: "......commonincludehxwin.h"
  744. thumb-rel32objrtpproxy.obj: "......commonincludehxfiles.h"
  745. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/sys/stat.h"
  746. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/sysstat.h"
  747. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
  748. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  749. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/sys/types.h"
  750. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/time.h"
  751. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclibtime.h"
  752. thumb-rel32objrtpproxy.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  753. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclibwindows.h"
  754. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxosstr.h"
  755. thumb-rel32objrtpproxy.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  756. thumb-rel32objrtpproxy.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  757. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/windows.h"
  758. thumb-rel32objrtpproxy.obj: "......commoncontainerpubhxstring.h"
  759. thumb-rel32objrtpproxy.obj: "......commondbgtoolpubhxassert.h"
  760. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/assert.h"
  761. thumb-rel32objrtpproxy.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  762. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclibassert.h"
  763. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/limits.h"
  764. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxcliblimits.h"
  765. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclib/stdio.h"
  766. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclibstdio.h"
  767. thumb-rel32objrtpproxy.obj: "......commonruntimepubhlxclibstdarg.h"
  768. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  769. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  770. thumb-rel32objrtpproxy.obj: "......commonutilpubplatform/mac/maclibrary.h"
  771. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  772. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  773. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  774. thumb-rel32objrtpproxy.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  775. thumb-rel32objrtpproxy.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  776. thumb-rel32objrtpproxy.obj: "......commonsystempubhxglobalmgr.h"
  777. thumb-rel32objrtpproxy.obj: "......commoncontainerpubchxpckts.h"
  778. thumb-rel32objrtpproxy.obj: "......commonincludehxcppflags.h"
  779. thumb-rel32objrtpproxy.obj: "......commoncontainerpubold_hxpckts.h"
  780. thumb-rel32objrtpproxy.obj: "......commoncontainerpubhxmap.h"
  781. thumb-rel32objrtpproxy.obj: "......commoncontainerpubchxmapptrtoptr.h"
  782. thumb-rel32objrtpproxy.obj: "......commoncontainerpubcarray.h"
  783. thumb-rel32objrtpproxy.obj: "......commoncontainerpubhxmaputils.h"
  784. thumb-rel32objrtpproxy.obj: "......commoncontainerpubchxmapbuckets.h"
  785. thumb-rel32objrtpproxy.obj: "......commoncontainerpubchxmapstringtoob.h"
  786. thumb-rel32objrtpproxy.obj: "......commoncontainerpubchxmapstringtostring.h"
  787. thumb-rel32objrtpproxy.obj: "......commoncontainerpubchxmaplongtoobj.h"
  788. thumb-rel32objrtpproxy.obj: "......commonincludeihxpckts.h"
  789. thumb-rel32objrtpproxy.obj: "......commonincludehxvalue.h"
  790. thumb-rel32objrtpproxy.obj: "......commoncontainerpubhxbuffer.h"
  791. thumb-rel32objrtpproxy.obj: "......commoncontainerpubassocvector.h"
  792. thumb-rel32objrtpproxy.obj: "....commonutilpubmimescan.h"
  793. thumb-rel32objrtpproxy.obj: ".pubrtpproxy.h"
  794. thumb-rel32objrtpproxy.obj: "thumb-rel32protocol_transport_rtp_ribodefs.h"