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

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