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

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=h263pyld.cpp h263hlpr.cpp rfc2190hlpr.cpp rfc2429hlpr.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objh263pyld.o thumb-rel32objh263hlpr.o thumb-rel32objrfc2190hlpr.o thumb-rel32objrfc2429hlpr.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ......commonruntimepub -I ......commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ......commoninclude -I ......commondbgtoolpub -I ......commonutilpub -I ......commoncontainerpub -I ......datatypecommonutilpub -I .pub
  22. DEFINES=-I . -include thumb-rel32datatype_h263_payload_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-rel32h263pyldlib.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-rel32h263pyldlib.lib: $(OBJS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. -rm thumb-rel32h263pyldlib.lib
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32h263pyldlib.lib $(OBJS)
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32h263pyldlib.lib
  41. thumb-rel32objh263pyld.o: h263pyld.cpp
  42. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  43. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  44. $(CC) $(CXXFLAGS) -o thumb-rel32objh263pyld.o -c h263pyld.cpp
  45. thumb-rel32objh263hlpr.o: h263hlpr.cpp
  46. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  47. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  48. $(CC) $(CXXFLAGS) -o thumb-rel32objh263hlpr.o -c h263hlpr.cpp
  49. thumb-rel32objrfc2190hlpr.o: rfc2190hlpr.cpp
  50. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  51. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  52. $(CC) $(CXXFLAGS) -o thumb-rel32objrfc2190hlpr.o -c rfc2190hlpr.cpp
  53. thumb-rel32objrfc2429hlpr.o: rfc2429hlpr.cpp
  54. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  55. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  56. $(CC) $(CXXFLAGS) -o thumb-rel32objrfc2429hlpr.o -c rfc2429hlpr.cpp
  57. clean: 
  58. $(RM) thumb-rel32h263pyldlib.lib thumb-rel32objh263pyld.o thumb-rel32objh263hlpr.o thumb-rel32objrfc2190hlpr.o
  59. $(RM) thumb-rel32objrfc2429hlpr.o
  60. ......releaseh263pyldlib.lib: thumb-rel32h263pyldlib.lib
  61. -@if NOT exist "......release" mkdir "......release"
  62. rm -rf "......releaseh263pyldlib.lib"
  63. copy "thumb-rel32h263pyldlib.lib" "......releaseh263pyldlib.lib"
  64. copy: ......releaseh263pyldlib.lib
  65. depend: 
  66. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  67. # DO NOT DELETE -- mkdepend depends on this line
  68. thumb-rel32objh263pyld.obj: "h263pyld.cpp"
  69. thumb-rel32objh263pyld.obj: ".pubh263pyld.h"
  70. thumb-rel32objh263pyld.obj: "......commonincludehxcom.h"
  71. thumb-rel32objh263pyld.obj: "......commonincludehxtypes.h"
  72. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  73. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  74. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  75. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  76. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  77. thumb-rel32objh263pyld.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  78. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  79. thumb-rel32objh263pyld.obj: "......commonincludehxbastsd.h"
  80. thumb-rel32objh263pyld.obj: "......commonincludehxresult.h"
  81. thumb-rel32objh263pyld.obj: "......commonincludehxiids.h"
  82. thumb-rel32objh263pyld.obj: "......commonincludehxpiids.h"
  83. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/string.h"
  84. thumb-rel32objh263pyld.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  85. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclibstring.h"
  86. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclibstdlib.h"
  87. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclibctype.h"
  88. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/stdlib.h"
  89. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/memory.h"
  90. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclibmemory.h"
  91. thumb-rel32objh263pyld.obj: "......commonincludeatomicbase.h"
  92. thumb-rel32objh263pyld.obj: "......commonsystempubmicrosleep.h"
  93. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  94. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  95. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  96. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  97. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  98. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  99. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  100. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  101. thumb-rel32objh263pyld.obj: "......commonincludehxmutexlock.h"
  102. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  103. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  104. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  105. thumb-rel32objh263pyld.obj: "......commonincludehxengin.h"
  106. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  107. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  108. thumb-rel32objh263pyld.obj: "......commonincludehxformt.h"
  109. thumb-rel32objh263pyld.obj: "......commonincludehxfiles.h"
  110. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/sys/stat.h"
  111. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/sysstat.h"
  112. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
  113. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  114. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/sys/types.h"
  115. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/time.h"
  116. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclibtime.h"
  117. thumb-rel32objh263pyld.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  118. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclibwindows.h"
  119. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxosstr.h"
  120. thumb-rel32objh263pyld.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  121. thumb-rel32objh263pyld.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  122. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/windows.h"
  123. thumb-rel32objh263pyld.obj: "......commonincludehxccf.h"
  124. thumb-rel32objh263pyld.obj: "......commoncontainerpubhxslist.h"
  125. thumb-rel32objh263pyld.obj: "......commoncontainerpubhxstring.h"
  126. thumb-rel32objh263pyld.obj: "......commondbgtoolpubhxassert.h"
  127. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/assert.h"
  128. thumb-rel32objh263pyld.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  129. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclibassert.h"
  130. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/limits.h"
  131. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxcliblimits.h"
  132. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclib/stdio.h"
  133. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclibstdio.h"
  134. thumb-rel32objh263pyld.obj: "......commonruntimepubhlxclibstdarg.h"
  135. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  136. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  137. thumb-rel32objh263pyld.obj: "......commonutilpubplatform/mac/maclibrary.h"
  138. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  139. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  140. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  141. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  142. thumb-rel32objh263pyld.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  143. thumb-rel32objh263pyld.obj: "......commonsystempubhxglobalmgr.h"
  144. thumb-rel32objh263pyld.obj: "......commonincludehxwintyp.h"
  145. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
  146. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
  147. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  148. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
  149. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
  150. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
  151. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
  152. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
  153. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
  154. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
  155. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
  156. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
  157. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
  158. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
  159. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
  160. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
  161. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
  162. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
  163. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
  164. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
  165. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
  166. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
  167. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
  168. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
  169. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
  170. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
  171. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
  172. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
  173. thumb-rel32objh263pyld.obj: "......commondbgtoolpubdebug.h"
  174. thumb-rel32objh263pyld.obj: "......commondbgtoolpubplatform/symbian/hxsym_dprintf.h"
  175. thumb-rel32objh263pyld.obj: "......commonsystempubglobals/hxglobals.h"
  176. thumb-rel32objh263pyld.obj: "......commonsystempubglobalshxglobalint.h"
  177. thumb-rel32objh263pyld.obj: "......commonsystempubglobalshxglobalptr.h"
  178. thumb-rel32objh263pyld.obj: "......commonsystempubglobalshxglobalmap.h"
  179. thumb-rel32objh263pyld.obj: "......commoncontainerpubchxmapptrtoptr.h"
  180. thumb-rel32objh263pyld.obj: "......commoncontainerpubcarray.h"
  181. thumb-rel32objh263pyld.obj: "......commoncontainerpubhxmaputils.h"
  182. thumb-rel32objh263pyld.obj: "......commoncontainerpubchxmapbuckets.h"
  183. thumb-rel32objh263pyld.obj: "......commoncontainerpubchxmaplongtoobj.h"
  184. thumb-rel32objh263pyld.obj: "......commoncontainerpubchxmapguidtoobj.h"
  185. thumb-rel32objh263pyld.obj: "......commoncontainerpubhxguid.h"
  186. thumb-rel32objh263pyld.obj: "......commoncontainerpubchxmapstringtoob.h"
  187. thumb-rel32objh263pyld.obj: "......commoncontainerpubchxmapstringtostring.h"
  188. thumb-rel32objh263pyld.obj: "......commonsystempubglobalshxgloballist.h"
  189. thumb-rel32objh263pyld.obj: "......commonsystempubglobalshxglobaldll.h"
  190. thumb-rel32objh263pyld.obj: "......commonsystempubdllacces.h"
  191. thumb-rel32objh263pyld.obj: "......commonsystempubglobalshxglobalchararray.h"
  192. thumb-rel32objh263pyld.obj: "......commonsystempubglobalshxglobalbool.h"
  193. thumb-rel32objh263pyld.obj: "......commondbgtoolpubplatform/default/debug.h"
  194. thumb-rel32objh263pyld.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg.h"
  195. thumb-rel32objh263pyld.obj: "......commonincludeihxpckts.h"
  196. thumb-rel32objh263pyld.obj: "......commonincludehxvalue.h"
  197. thumb-rel32objh263pyld.obj: "rfc2190hlpr.h"
  198. thumb-rel32objh263pyld.obj: "./h263hlpr.h"
  199. thumb-rel32objh263pyld.obj: "rfc2429hlpr.h"
  200. thumb-rel32objh263pyld.obj: "......datatypecommonutilpubbitstream.h"
  201. thumb-rel32objh263pyld.obj: "......datatypecommonutilpubbitpack.h"
  202. thumb-rel32objh263pyld.obj: "thumb-rel32datatype_h263_payload_ribodefs.h"
  203. thumb-rel32objh263hlpr.obj: "h263hlpr.cpp"
  204. thumb-rel32objh263hlpr.obj: "./h263hlpr.h"
  205. thumb-rel32objh263hlpr.obj: "......commonincludehxtypes.h"
  206. thumb-rel32objh263hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  207. thumb-rel32objh263hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  208. thumb-rel32objh263hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  209. thumb-rel32objh263hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  210. thumb-rel32objh263hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  211. thumb-rel32objh263hlpr.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  212. thumb-rel32objh263hlpr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  213. thumb-rel32objh263hlpr.obj: "......commonincludehxbastsd.h"
  214. thumb-rel32objh263hlpr.obj: "......commonincludehxresult.h"
  215. thumb-rel32objh263hlpr.obj: "thumb-rel32datatype_h263_payload_ribodefs.h"
  216. thumb-rel32objrfc2190hlpr.obj: "rfc2190hlpr.cpp"
  217. thumb-rel32objrfc2190hlpr.obj: "./rfc2190hlpr.h"
  218. thumb-rel32objrfc2190hlpr.obj: "../h263hlpr.h"
  219. thumb-rel32objrfc2190hlpr.obj: "......commonincludehxtypes.h"
  220. thumb-rel32objrfc2190hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  221. thumb-rel32objrfc2190hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  222. thumb-rel32objrfc2190hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  223. thumb-rel32objrfc2190hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  224. thumb-rel32objrfc2190hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  225. thumb-rel32objrfc2190hlpr.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  226. thumb-rel32objrfc2190hlpr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  227. thumb-rel32objrfc2190hlpr.obj: "......commonincludehxbastsd.h"
  228. thumb-rel32objrfc2190hlpr.obj: "......commonincludehxresult.h"
  229. thumb-rel32objrfc2190hlpr.obj: "......datatypecommonutilpubbitpack.h"
  230. thumb-rel32objrfc2190hlpr.obj: "thumb-rel32datatype_h263_payload_ribodefs.h"
  231. thumb-rel32objrfc2429hlpr.obj: "rfc2429hlpr.cpp"
  232. thumb-rel32objrfc2429hlpr.obj: "./rfc2429hlpr.h"
  233. thumb-rel32objrfc2429hlpr.obj: "../h263hlpr.h"
  234. thumb-rel32objrfc2429hlpr.obj: "......commonincludehxtypes.h"
  235. thumb-rel32objrfc2429hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  236. thumb-rel32objrfc2429hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  237. thumb-rel32objrfc2429hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  238. thumb-rel32objrfc2429hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  239. thumb-rel32objrfc2429hlpr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  240. thumb-rel32objrfc2429hlpr.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  241. thumb-rel32objrfc2429hlpr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  242. thumb-rel32objrfc2429hlpr.obj: "......commonincludehxbastsd.h"
  243. thumb-rel32objrfc2429hlpr.obj: "......commonincludehxresult.h"
  244. thumb-rel32objrfc2429hlpr.obj: "......datatypecommonutilpubbitpack.h"
  245. thumb-rel32objrfc2429hlpr.obj: "thumb-rel32datatype_h263_payload_ribodefs.h"