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

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=sdpprop.cpp sdpchunk.cpp sdpmdparse.cpp sdpmdgen.cpp sdppyldinfo.cpp chxfmtpparse.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objsdplibsdpprop.o thumb-rel32objsdplibsdpchunk.o thumb-rel32objsdplibsdpmdparse.o thumb-rel32objsdplibsdpmdgen.o thumb-rel32objsdplibsdppyldinfo.o thumb-rel32objsdplibchxfmtpparse.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ....commonruntimepub -I ....commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ....commoninclude -I ....commoncontainerpub -I ....commondbgtoolpub -I ....commonutilpub -I ..commonutilpub -I ..transportrtpinclude -I .pub
  22. DEFINES=-I . -include thumb-rel32protocol_sdp_sdplib_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-rel32objsdplib thumb-rel32sdplib.lib
  32. thumb-rel32objsdplib: 
  33. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  34. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  35. -@if NOT exist "thumb-rel32objsdplib" mkdir "thumb-rel32objsdplib"
  36. all_objects: $(OBJS)
  37. thumb-rel32sdplib.lib: $(OBJS)
  38. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  39. -rm thumb-rel32sdplib.lib
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32sdplib.lib $(OBJS)
  41. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32sdplib.lib
  42. thumb-rel32objsdplibsdpprop.o: sdpprop.cpp
  43. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  44. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  45. -@if NOT exist "thumb-rel32objsdplib" mkdir "thumb-rel32objsdplib"
  46. $(CC) $(CXXFLAGS) -o thumb-rel32objsdplibsdpprop.o -c sdpprop.cpp
  47. thumb-rel32objsdplibsdpchunk.o: sdpchunk.cpp
  48. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  49. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  50. -@if NOT exist "thumb-rel32objsdplib" mkdir "thumb-rel32objsdplib"
  51. $(CC) $(CXXFLAGS) -o thumb-rel32objsdplibsdpchunk.o -c sdpchunk.cpp
  52. thumb-rel32objsdplibsdpmdparse.o: sdpmdparse.cpp
  53. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  54. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  55. -@if NOT exist "thumb-rel32objsdplib" mkdir "thumb-rel32objsdplib"
  56. $(CC) $(CXXFLAGS) -o thumb-rel32objsdplibsdpmdparse.o -c sdpmdparse.cpp
  57. thumb-rel32objsdplibsdpmdgen.o: sdpmdgen.cpp
  58. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  59. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  60. -@if NOT exist "thumb-rel32objsdplib" mkdir "thumb-rel32objsdplib"
  61. $(CC) $(CXXFLAGS) -o thumb-rel32objsdplibsdpmdgen.o -c sdpmdgen.cpp
  62. thumb-rel32objsdplibsdppyldinfo.o: sdppyldinfo.cpp
  63. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  64. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  65. -@if NOT exist "thumb-rel32objsdplib" mkdir "thumb-rel32objsdplib"
  66. $(CC) $(CXXFLAGS) -o thumb-rel32objsdplibsdppyldinfo.o -c sdppyldinfo.cpp
  67. thumb-rel32objsdplibchxfmtpparse.o: chxfmtpparse.cpp
  68. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  69. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  70. -@if NOT exist "thumb-rel32objsdplib" mkdir "thumb-rel32objsdplib"
  71. $(CC) $(CXXFLAGS) -o thumb-rel32objsdplibchxfmtpparse.o -c chxfmtpparse.cpp
  72. clean: 
  73. $(RM) thumb-rel32sdplib.lib thumb-rel32objsdplibsdpprop.o thumb-rel32objsdplibsdpchunk.o
  74. $(RM) thumb-rel32objsdplibsdpmdparse.o thumb-rel32objsdplibsdpmdgen.o thumb-rel32objsdplibsdppyldinfo.o
  75. $(RM) thumb-rel32objsdplibchxfmtpparse.o
  76. ....releasesdplib.lib: thumb-rel32sdplib.lib
  77. -@if NOT exist "....release" mkdir "....release"
  78. rm -rf "....releasesdplib.lib"
  79. copy "thumb-rel32sdplib.lib" "....releasesdplib.lib"
  80. copy: ....releasesdplib.lib
  81. depend: 
  82. python C:sourcebuildbinmkdepend /tthumb-rel32objsdplib /msdplib.mak $(DEFINES) $(INCLUDES) $(SRCS)
  83. # DO NOT DELETE -- mkdepend depends on this line
  84. thumb-rel32objsdplibsdpprop.obj: "sdpprop.cpp"
  85. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxtypes.h"
  86. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  87. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  88. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  89. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  90. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  91. thumb-rel32objsdplibsdpprop.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  92. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  93. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxbastsd.h"
  94. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxcom.h"
  95. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxresult.h"
  96. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxiids.h"
  97. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxpiids.h"
  98. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclib/string.h"
  99. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  100. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclibstring.h"
  101. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclibstdlib.h"
  102. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclibctype.h"
  103. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclib/stdlib.h"
  104. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclib/memory.h"
  105. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclibmemory.h"
  106. thumb-rel32objsdplibsdpprop.obj: "....commonincludeatomicbase.h"
  107. thumb-rel32objsdplibsdpprop.obj: "....commonsystempubmicrosleep.h"
  108. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  109. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  110. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  111. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  112. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  113. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  114. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  115. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  116. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxmutexlock.h"
  117. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  118. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  119. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  120. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxengin.h"
  121. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  122. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  123. thumb-rel32objsdplibsdpprop.obj: "....commonincludeihxpckts.h"
  124. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxvalue.h"
  125. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubchxpckts.h"
  126. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxcppflags.h"
  127. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubold_hxpckts.h"
  128. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubhxmap.h"
  129. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubchxmapptrtoptr.h"
  130. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubcarray.h"
  131. thumb-rel32objsdplibsdpprop.obj: "....commondbgtoolpubhxassert.h"
  132. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclib/assert.h"
  133. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  134. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclibassert.h"
  135. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclib/limits.h"
  136. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxcliblimits.h"
  137. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclib/stdio.h"
  138. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  139. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclib/sys/types.h"
  140. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclib/time.h"
  141. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclibtime.h"
  142. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  143. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclibwindows.h"
  144. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxosstr.h"
  145. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  146. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclib/windows.h"
  147. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclibstdio.h"
  148. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubhlxclibstdarg.h"
  149. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  150. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  151. thumb-rel32objsdplibsdpprop.obj: "....commonutilpubplatform/mac/maclibrary.h"
  152. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  153. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  154. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  155. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  156. thumb-rel32objsdplibsdpprop.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  157. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubhxstring.h"
  158. thumb-rel32objsdplibsdpprop.obj: "....commonsystempubglobals/hxglobalchxstring.h"
  159. thumb-rel32objsdplibsdpprop.obj: "....commonsystempubhxglobalmgr.h"
  160. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubhxmaputils.h"
  161. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubchxmapbuckets.h"
  162. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubchxmapstringtoob.h"
  163. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubchxmapstringtostring.h"
  164. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubchxmaplongtoobj.h"
  165. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubhxbuffer.h"
  166. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubassocvector.h"
  167. thumb-rel32objsdplibsdpprop.obj: "....commoncontainerpubhxslist.h"
  168. thumb-rel32objsdplibsdpprop.obj: "....commonutilpubrtsputil.h"
  169. thumb-rel32objsdplibsdpprop.obj: "..commonutilpubrtspprop.h"
  170. thumb-rel32objsdplibsdpprop.obj: ".pubsdpprop.h"
  171. thumb-rel32objsdplibsdpprop.obj: "....commonruntimepubsafestring.h"
  172. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxheap.h"
  173. thumb-rel32objsdplibsdpprop.obj: "....commonincludehxhpbase.h"
  174. thumb-rel32objsdplibsdpprop.obj: "thumb-rel32protocol_sdp_sdplib_ribodefs.h"
  175. thumb-rel32objsdplibsdpchunk.obj: "sdpchunk.cpp"
  176. thumb-rel32objsdplibsdpchunk.obj: "....commonutilpubhxstrutl.h"
  177. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclib/string.h"
  178. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  179. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclibstring.h"
  180. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclibstdlib.h"
  181. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxtypes.h"
  182. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  183. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  184. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  185. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  186. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  187. thumb-rel32objsdplibsdpchunk.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  188. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  189. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxbastsd.h"
  190. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclibctype.h"
  191. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclib/stdlib.h"
  192. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubsafestring.h"
  193. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  194. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  195. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxresult.h"
  196. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxcom.h"
  197. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxiids.h"
  198. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxpiids.h"
  199. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclib/memory.h"
  200. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclibmemory.h"
  201. thumb-rel32objsdplibsdpchunk.obj: "....commonincludeatomicbase.h"
  202. thumb-rel32objsdplibsdpchunk.obj: "....commonsystempubmicrosleep.h"
  203. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  204. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  205. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  206. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  207. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  208. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  209. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  210. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxmutexlock.h"
  211. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  212. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  213. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  214. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxengin.h"
  215. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  216. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  217. thumb-rel32objsdplibsdpchunk.obj: "....commondbgtoolpubhxassert.h"
  218. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclib/assert.h"
  219. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  220. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclibassert.h"
  221. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclib/limits.h"
  222. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxcliblimits.h"
  223. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclib/stdio.h"
  224. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  225. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclib/sys/types.h"
  226. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclib/time.h"
  227. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclibtime.h"
  228. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  229. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclibwindows.h"
  230. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxosstr.h"
  231. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  232. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclib/windows.h"
  233. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclibstdio.h"
  234. thumb-rel32objsdplibsdpchunk.obj: "....commonruntimepubhlxclibstdarg.h"
  235. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  236. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  237. thumb-rel32objsdplibsdpchunk.obj: "....commonutilpubplatform/mac/maclibrary.h"
  238. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  239. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  240. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  241. thumb-rel32objsdplibsdpchunk.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  242. thumb-rel32objsdplibsdpchunk.obj: ".pubsdpchunk.h"
  243. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxcomm.h"
  244. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxccf.h"
  245. thumb-rel32objsdplibsdpchunk.obj: "....commonincludeihxpckts.h"
  246. thumb-rel32objsdplibsdpchunk.obj: "....commonincludehxvalue.h"
  247. thumb-rel32objsdplibsdpchunk.obj: "....commoncontainerpubhxstring.h"
  248. thumb-rel32objsdplibsdpchunk.obj: "....commonsystempubglobals/hxglobalchxstring.h"
  249. thumb-rel32objsdplibsdpchunk.obj: "....commonsystempubhxglobalmgr.h"
  250. thumb-rel32objsdplibsdpchunk.obj: "....commoncontainerpubhxslist.h"
  251. thumb-rel32objsdplibsdpchunk.obj: ".pubsdppyldinfo.h"
  252. thumb-rel32objsdplibsdpchunk.obj: "thumb-rel32protocol_sdp_sdplib_ribodefs.h"
  253. thumb-rel32objsdplibsdpmdparse.obj: "sdpmdparse.cpp"
  254. thumb-rel32objsdplibsdpmdparse.obj: ".pubsdpmdparse.h"
  255. thumb-rel32objsdplibsdpmdparse.obj: ".pubmdescparse.h"
  256. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxcom.h"
  257. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxtypes.h"
  258. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  259. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  260. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  261. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  262. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  263. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  264. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  265. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxbastsd.h"
  266. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxresult.h"
  267. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxiids.h"
  268. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxpiids.h"
  269. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclib/string.h"
  270. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  271. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclibstring.h"
  272. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclibstdlib.h"
  273. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclibctype.h"
  274. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclib/stdlib.h"
  275. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclib/memory.h"
  276. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclibmemory.h"
  277. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludeatomicbase.h"
  278. thumb-rel32objsdplibsdpmdparse.obj: "....commonsystempubmicrosleep.h"
  279. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  280. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  281. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  282. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  283. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  284. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  285. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  286. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  287. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxmutexlock.h"
  288. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  289. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  290. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  291. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxengin.h"
  292. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  293. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  294. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludeihxpckts.h"
  295. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxvalue.h"
  296. thumb-rel32objsdplibsdpmdparse.obj: "....commoncontainerpubhxstring.h"
  297. thumb-rel32objsdplibsdpmdparse.obj: "....commondbgtoolpubhxassert.h"
  298. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclib/assert.h"
  299. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  300. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclibassert.h"
  301. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclib/limits.h"
  302. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxcliblimits.h"
  303. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclib/stdio.h"
  304. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  305. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclib/sys/types.h"
  306. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclib/time.h"
  307. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclibtime.h"
  308. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  309. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclibwindows.h"
  310. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxosstr.h"
  311. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  312. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclib/windows.h"
  313. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclibstdio.h"
  314. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubhlxclibstdarg.h"
  315. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  316. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  317. thumb-rel32objsdplibsdpmdparse.obj: "....commonutilpubplatform/mac/maclibrary.h"
  318. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  319. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  320. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  321. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  322. thumb-rel32objsdplibsdpmdparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  323. thumb-rel32objsdplibsdpmdparse.obj: "....commonsystempubglobals/hxglobalchxstring.h"
  324. thumb-rel32objsdplibsdpmdparse.obj: "....commonsystempubhxglobalmgr.h"
  325. thumb-rel32objsdplibsdpmdparse.obj: "....commoncontainerpubhxslist.h"
  326. thumb-rel32objsdplibsdpmdparse.obj: "....commonincludehxccf.h"
  327. thumb-rel32objsdplibsdpmdparse.obj: ".pubsdptypes.h"
  328. thumb-rel32objsdplibsdpmdparse.obj: ".pubsdppyldinfo.h"
  329. thumb-rel32objsdplibsdpmdparse.obj: "..transportrtpincludertptypes.h"
  330. thumb-rel32objsdplibsdpmdparse.obj: "....commonutilpubnptime.h"
  331. thumb-rel32objsdplibsdpmdparse.obj: "....commonutilpubrtsputil.h"
  332. thumb-rel32objsdplibsdpmdparse.obj: "....commonruntimepubsafestring.h"
  333. thumb-rel32objsdplibsdpmdparse.obj: ".pubchxfmtpparse.h"
  334. thumb-rel32objsdplibsdpmdparse.obj: "....commonutilpubchxcharstack.h"
  335. thumb-rel32objsdplibsdpmdparse.obj: "thumb-rel32protocol_sdp_sdplib_ribodefs.h"
  336. thumb-rel32objsdplibsdpmdgen.obj: "sdpmdgen.cpp"
  337. thumb-rel32objsdplibsdpmdgen.obj: ".pubsdpmdgen.h"
  338. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxcom.h"
  339. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxtypes.h"
  340. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  341. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  342. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  343. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  344. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  345. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  346. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  347. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxbastsd.h"
  348. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxresult.h"
  349. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxiids.h"
  350. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxpiids.h"
  351. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclib/string.h"
  352. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  353. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclibstring.h"
  354. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclibstdlib.h"
  355. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclibctype.h"
  356. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclib/stdlib.h"
  357. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclib/memory.h"
  358. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclibmemory.h"
  359. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludeatomicbase.h"
  360. thumb-rel32objsdplibsdpmdgen.obj: "....commonsystempubmicrosleep.h"
  361. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  362. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  363. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  364. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  365. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  366. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  367. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  368. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  369. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxmutexlock.h"
  370. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  371. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  372. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  373. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxengin.h"
  374. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  375. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  376. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludeihxpckts.h"
  377. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxvalue.h"
  378. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxccf.h"
  379. thumb-rel32objsdplibsdpmdgen.obj: "....commonincludehxmon.h"
  380. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclib/limits.h"
  381. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxcliblimits.h"
  382. thumb-rel32objsdplibsdpmdgen.obj: ".pubmdescgen.h"
  383. thumb-rel32objsdplibsdpmdgen.obj: ".pubsdptypes.h"
  384. thumb-rel32objsdplibsdpmdgen.obj: ".pubsdppyldinfo.h"
  385. thumb-rel32objsdplibsdpmdgen.obj: "....commonutilpubhxstrutl.h"
  386. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubsafestring.h"
  387. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  388. thumb-rel32objsdplibsdpmdgen.obj: "....commoncontainerpubhxstring.h"
  389. thumb-rel32objsdplibsdpmdgen.obj: "....commondbgtoolpubhxassert.h"
  390. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclib/assert.h"
  391. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  392. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclibassert.h"
  393. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclib/stdio.h"
  394. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  395. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclib/sys/types.h"
  396. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclib/time.h"
  397. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclibtime.h"
  398. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  399. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclibwindows.h"
  400. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxosstr.h"
  401. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  402. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclib/windows.h"
  403. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclibstdio.h"
  404. thumb-rel32objsdplibsdpmdgen.obj: "....commonruntimepubhlxclibstdarg.h"
  405. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  406. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  407. thumb-rel32objsdplibsdpmdgen.obj: "....commonutilpubplatform/mac/maclibrary.h"
  408. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  409. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  410. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  411. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  412. thumb-rel32objsdplibsdpmdgen.obj: "....commonsystempubglobals/hxglobalchxstring.h"
  413. thumb-rel32objsdplibsdpmdgen.obj: "....commonsystempubhxglobalmgr.h"
  414. thumb-rel32objsdplibsdpmdgen.obj: "....commonutilpubnptime.h"
  415. thumb-rel32objsdplibsdpmdgen.obj: "....commonutilpubnetbyte.h"
  416. thumb-rel32objsdplibsdpmdgen.obj: "C:Symbian6.1SERIES60EPOC32includelibcnetinet/in.h"
  417. thumb-rel32objsdplibsdpmdgen.obj: "....commonutilpubrtsputil.h"
  418. thumb-rel32objsdplibsdpmdgen.obj: "..transportrtpincludertptypes.h"
  419. thumb-rel32objsdplibsdpmdgen.obj: "thumb-rel32protocol_sdp_sdplib_ribodefs.h"
  420. thumb-rel32objsdplibsdppyldinfo.obj: "sdppyldinfo.cpp"
  421. thumb-rel32objsdplibsdppyldinfo.obj: "....commonincludehxtypes.h"
  422. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  423. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  424. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  425. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  426. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  427. thumb-rel32objsdplibsdppyldinfo.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  428. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  429. thumb-rel32objsdplibsdppyldinfo.obj: "....commonincludehxbastsd.h"
  430. thumb-rel32objsdplibsdppyldinfo.obj: "....commondbgtoolpubhxassert.h"
  431. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclib/assert.h"
  432. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
  433. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclibassert.h"
  434. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclib/limits.h"
  435. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxcliblimits.h"
  436. thumb-rel32objsdplibsdppyldinfo.obj: "....commonincludehxresult.h"
  437. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclib/stdio.h"
  438. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  439. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
  440. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclib/sys/types.h"
  441. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  442. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  443. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  444. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclib/time.h"
  445. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  446. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  447. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclibtime.h"
  448. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
  449. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclibwindows.h"
  450. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxosstr.h"
  451. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclib/stdlib.h"
  452. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclibstdlib.h"
  453. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclib/string.h"
  454. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclibstring.h"
  455. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclibctype.h"
  456. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
  457. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclib/windows.h"
  458. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclibstdio.h"
  459. thumb-rel32objsdplibsdppyldinfo.obj: "....commonruntimepubhlxclibstdarg.h"
  460. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  461. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  462. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  463. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  464. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  465. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  466. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  467. thumb-rel32objsdplibsdppyldinfo.obj: "....commonutilpubplatform/mac/maclibrary.h"
  468. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  469. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  470. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  471. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  472. thumb-rel32objsdplibsdppyldinfo.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  473. thumb-rel32objsdplibsdppyldinfo.obj: "..transportrtpincludertptypes.h"
  474. thumb-rel32objsdplibsdppyldinfo.obj: "thumb-rel32protocol_sdp_sdplib_ribodefs.h"
  475. thumb-rel32objsdplibchxfmtpparse.obj: "chxfmtpparse.cpp"
  476. thumb-rel32objsdplibchxfmtpparse.obj: ".pubchxfmtpparse.h"
  477. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxcom.h"
  478. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxtypes.h"
  479. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  480. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  481. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  482. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  483. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  484. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  485. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  486. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxbastsd.h"
  487. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxresult.h"
  488. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxiids.h"
  489. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxpiids.h"
  490. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxclib/string.h"
  491. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  492. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxclibstring.h"
  493. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxclibstdlib.h"
  494. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxclibctype.h"
  495. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxclib/stdlib.h"
  496. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxclib/memory.h"
  497. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxclibmemory.h"
  498. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludeatomicbase.h"
  499. thumb-rel32objsdplibchxfmtpparse.obj: "....commonsystempubmicrosleep.h"
  500. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  501. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  502. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  503. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  504. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  505. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  506. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  507. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  508. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxmutexlock.h"
  509. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  510. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  511. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  512. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxengin.h"
  513. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  514. thumb-rel32objsdplibchxfmtpparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  515. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxccf.h"
  516. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludeihxpckts.h"
  517. thumb-rel32objsdplibchxfmtpparse.obj: "....commonincludehxvalue.h"
  518. thumb-rel32objsdplibchxfmtpparse.obj: "....commonutilpubchxcharstack.h"
  519. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxclib/errno.h"
  520. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxcliberrno.h"
  521. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxclib/limits.h"
  522. thumb-rel32objsdplibchxfmtpparse.obj: "....commonruntimepubhlxcliblimits.h"
  523. thumb-rel32objsdplibchxfmtpparse.obj: "thumb-rel32protocol_sdp_sdplib_ribodefs.h"