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

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/g++"
  12. CXXFLAGS=-fomit-frame-pointer -march=armv4t -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/g++"
  14. CCFLAGS=-fomit-frame-pointer -march=armv4t -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/g++"
  16. CXXFLAGS=-fomit-frame-pointer -march=armv4t -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=initguid.cpp amr_nb_entry.cpp series60s60_amr_nb.cpp amrn_dll_stub.c amrn.uid.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objinitguid.o thumb-rel32objamr_nb_entry.o thumb-rel32objseries60s60_amr_nb.o thumb-rel32objamrn_dll_stub.o thumb-rel32objamrn.uid.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ........commonruntimepub -I ........commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ........commoninclude -I ........commondbgtoolpub -I ........datatypeamrcommonpub -I ........datatypeinclude -I ........datatyperminclude -I .pub
  22. DEFINES=-I . -include thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h
  23. STATIC_LIBS=........commonsystemthumb-rel32syslib.lib ........commondbgtoolthumb-rel32debuglib.lib ........commonruntimethumb-rel32runtlib.lib ........datatypeamrcommonthumb-rel32amrcomlib.lib ........commondbgtoolthumb-rel32debuglib.lib ........commonruntimethumb-rel32runtlib.lib
  24. DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib" "C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELAMRDLL.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-rel32amrn.dll
  32. thumb-rel32obj: 
  33. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  34. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  35. all_objects: $(OBJS)
  36. thumb-rel32amrn.dll: $(OBJS) $(STATIC_LIBS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. python C:sourcebuildbinarmerge -d thumb-rel32objlib thumb-rel32amrn_libs.lib $(STATIC_LIBS)
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def amrn.def --output-exp thumb-rel32amrn.exp --dllname thumb-rel32amrn.dll
  40. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll amrn.lnk thumb-rel32amrn.exp --dll --base-file thumb-rel32amrn.bas -o thumb-rel32amrn.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32amrn_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
  41. rm thumb-rel32amrn.exp
  42. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def amrn.def --dllname thumb-rel32amrn.dll --base-file thumb-rel32amrn.bas --output-exp thumb-rel32amrn.exp
  43. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll amrn.lnk thumb-rel32amrn.exp --dll -Map thumb-rel32amrn.dll.map -o thumb-rel32amrn.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32amrn_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
  44. "C:Symbian6.1Shared/epoc32/tools/petran" -nocall -uid1 0x10000079 -uid2 0x0 -uid3 0x0 thumb-rel32amrn.dll thumb-rel32amrn.dll
  45. rm thumb-rel32amrn.exp thumb-rel32amrn.bas
  46. rm thumb-rel32amrn_libs.lib
  47. thumb-rel32objinitguid.o: initguid.cpp
  48. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  49. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  50. $(CC) $(CXXFLAGS) -o thumb-rel32objinitguid.o -c initguid.cpp
  51. thumb-rel32objamr_nb_entry.o: amr_nb_entry.cpp
  52. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  53. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  54. $(CC) $(CXXFLAGS) -o thumb-rel32objamr_nb_entry.o -c amr_nb_entry.cpp
  55. thumb-rel32objseries60s60_amr_nb.o: series60s60_amr_nb.cpp
  56. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  57. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  58. -@if NOT exist "thumb-rel32objseries60" mkdir "thumb-rel32objseries60"
  59. $(CC) $(CXXFLAGS) -o thumb-rel32objseries60s60_amr_nb.o -c series60s60_amr_nb.cpp
  60. thumb-rel32objamrn_dll_stub.o: amrn_dll_stub.c
  61. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  62. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  63. $(CC) $(CCFLAGS) -o thumb-rel32objamrn_dll_stub.o -c amrn_dll_stub.c
  64. thumb-rel32objamrn.uid.o: amrn.uid.cpp
  65. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  66. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  67. $(CC) $(CXXFLAGS) -o thumb-rel32objamrn.uid.o -c amrn.uid.cpp
  68. clean: 
  69. $(RM) thumb-rel32amrn.dll thumb-rel32objinitguid.o thumb-rel32objamr_nb_entry.o thumb-rel32objseries60s60_amr_nb.o
  70. $(RM) thumb-rel32objamrn_dll_stub.o thumb-rel32objamrn.uid.o
  71. ........releaseamrn.dll: thumb-rel32amrn.dll
  72. -@if NOT exist "........release" mkdir "........release"
  73. rm -rf "........releaseamrn.dll"
  74. copy "thumb-rel32amrn.dll" "........releaseamrn.dll"
  75. copy: ........releaseamrn.dll
  76. depend: 
  77. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  78. # DO NOT DELETE -- mkdepend depends on this line
  79. thumb-rel32objinitguid.obj: "initguid.cpp"
  80. thumb-rel32objinitguid.obj: "........datatypeincludehxacodec.h"
  81. thumb-rel32objinitguid.obj: "........commonincludehxtypes.h"
  82. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  83. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  84. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  85. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  86. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  87. thumb-rel32objinitguid.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  88. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  89. thumb-rel32objinitguid.obj: "........commonincludehxbastsd.h"
  90. thumb-rel32objinitguid.obj: "........commonincludehxcom.h"
  91. thumb-rel32objinitguid.obj: "........commonincludehxresult.h"
  92. thumb-rel32objinitguid.obj: "........commonincludehxiids.h"
  93. thumb-rel32objinitguid.obj: "........commonincludehxpiids.h"
  94. thumb-rel32objinitguid.obj: "........commonruntimepubhlxclib/string.h"
  95. thumb-rel32objinitguid.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  96. thumb-rel32objinitguid.obj: "........commonruntimepubhlxclibstring.h"
  97. thumb-rel32objinitguid.obj: "........commonruntimepubhlxclibstdlib.h"
  98. thumb-rel32objinitguid.obj: "........commonruntimepubhlxclibctype.h"
  99. thumb-rel32objinitguid.obj: "........commonruntimepubhlxclib/stdlib.h"
  100. thumb-rel32objinitguid.obj: "........commonruntimepubhlxclib/memory.h"
  101. thumb-rel32objinitguid.obj: "........commonruntimepubhlxclibmemory.h"
  102. thumb-rel32objinitguid.obj: "........commonincludeatomicbase.h"
  103. thumb-rel32objinitguid.obj: "........commonsystempubmicrosleep.h"
  104. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  105. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  106. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  107. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  108. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  109. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  110. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  111. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  112. thumb-rel32objinitguid.obj: "........commonincludehxmutexlock.h"
  113. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  114. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  115. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  116. thumb-rel32objinitguid.obj: "........commonincludehxengin.h"
  117. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  118. thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  119. thumb-rel32objinitguid.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"
  120. thumb-rel32objamr_nb_entry.obj: "amr_nb_entry.cpp"
  121. thumb-rel32objamr_nb_entry.obj: "series60/s60_amr_nb.h"
  122. thumb-rel32objamr_nb_entry.obj: "........commonincludehxcom.h"
  123. thumb-rel32objamr_nb_entry.obj: "........commonincludehxtypes.h"
  124. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  125. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  126. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  127. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  128. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  129. thumb-rel32objamr_nb_entry.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  130. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  131. thumb-rel32objamr_nb_entry.obj: "........commonincludehxbastsd.h"
  132. thumb-rel32objamr_nb_entry.obj: "........commonincludehxresult.h"
  133. thumb-rel32objamr_nb_entry.obj: "........commonincludehxiids.h"
  134. thumb-rel32objamr_nb_entry.obj: "........commonincludehxpiids.h"
  135. thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclib/string.h"
  136. thumb-rel32objamr_nb_entry.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  137. thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclibstring.h"
  138. thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclibstdlib.h"
  139. thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclibctype.h"
  140. thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclib/stdlib.h"
  141. thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclib/memory.h"
  142. thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclibmemory.h"
  143. thumb-rel32objamr_nb_entry.obj: "........commonincludeatomicbase.h"
  144. thumb-rel32objamr_nb_entry.obj: "........commonsystempubmicrosleep.h"
  145. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  146. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  147. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  148. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  149. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  150. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  151. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  152. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  153. thumb-rel32objamr_nb_entry.obj: "........commonincludehxmutexlock.h"
  154. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  155. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  156. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  157. thumb-rel32objamr_nb_entry.obj: "........commonincludehxengin.h"
  158. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  159. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  160. thumb-rel32objamr_nb_entry.obj: "........datatypeincludehxacodec.h"
  161. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includeAmrCodec.h"
  162. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includeE32Base.h"
  163. thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  164. thumb-rel32objamr_nb_entry.obj: "reference/amr_nb_codec.h"
  165. thumb-rel32objamr_nb_entry.obj: "........datatypeamrcommonpubamr_reorder.h"
  166. thumb-rel32objamr_nb_entry.obj: "........datatypeamrcommonpubamr_flavor.h"
  167. thumb-rel32objamr_nb_entry.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"
  168. thumb-rel32objseries60s60_amr_nb.obj: "series60s60_amr_nb.cpp"
  169. thumb-rel32objseries60s60_amr_nb.obj: "series60./s60_amr_nb.h"
  170. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxcom.h"
  171. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxtypes.h"
  172. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  173. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  174. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  175. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  176. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  177. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  178. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  179. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxbastsd.h"
  180. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxresult.h"
  181. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxiids.h"
  182. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxpiids.h"
  183. thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclib/string.h"
  184. thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  185. thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclibstring.h"
  186. thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclibstdlib.h"
  187. thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclibctype.h"
  188. thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclib/stdlib.h"
  189. thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclib/memory.h"
  190. thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclibmemory.h"
  191. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludeatomicbase.h"
  192. thumb-rel32objseries60s60_amr_nb.obj: "........commonsystempubmicrosleep.h"
  193. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  194. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  195. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  196. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  197. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  198. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  199. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  200. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  201. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxmutexlock.h"
  202. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  203. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  204. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  205. thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxengin.h"
  206. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  207. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  208. thumb-rel32objseries60s60_amr_nb.obj: "........datatypeincludehxacodec.h"
  209. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includeAmrCodec.h"
  210. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includeE32Base.h"
  211. thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
  212. thumb-rel32objseries60s60_amr_nb.obj: "........datatypeamrcommonpubamr_frame_hdr.h"
  213. thumb-rel32objseries60s60_amr_nb.obj: "........datatypeamrcommonpubamr_frame_info.h"
  214. thumb-rel32objseries60s60_amr_nb.obj: "........datatypeamrcommonpubamr_flavor.h"
  215. thumb-rel32objseries60s60_amr_nb.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"
  216. thumb-rel32objamrn_dll_stub.obj: "amrn_dll_stub.c"
  217. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  218. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  219. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  220. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  221. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  222. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  223. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  224. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  225. thumb-rel32objamrn_dll_stub.obj: "........commonsystempubhxglobalmgr.h"
  226. thumb-rel32objamrn_dll_stub.obj: "........commonincludehxtypes.h"
  227. thumb-rel32objamrn_dll_stub.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  228. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  229. thumb-rel32objamrn_dll_stub.obj: "........commonincludehxbastsd.h"
  230. thumb-rel32objamrn_dll_stub.obj: "........commonincludehxcom.h"
  231. thumb-rel32objamrn_dll_stub.obj: "........commonincludehxresult.h"
  232. thumb-rel32objamrn_dll_stub.obj: "........commonincludehxiids.h"
  233. thumb-rel32objamrn_dll_stub.obj: "........commonincludehxpiids.h"
  234. thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclib/string.h"
  235. thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  236. thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclibstring.h"
  237. thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclibstdlib.h"
  238. thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclibctype.h"
  239. thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclib/stdlib.h"
  240. thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclib/memory.h"
  241. thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclibmemory.h"
  242. thumb-rel32objamrn_dll_stub.obj: "........commonincludeatomicbase.h"
  243. thumb-rel32objamrn_dll_stub.obj: "........commonsystempubmicrosleep.h"
  244. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  245. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  246. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  247. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  248. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  249. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  250. thumb-rel32objamrn_dll_stub.obj: "........commonincludehxmutexlock.h"
  251. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  252. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  253. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  254. thumb-rel32objamrn_dll_stub.obj: "........commonincludehxengin.h"
  255. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  256. thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  257. thumb-rel32objamrn_dll_stub.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"
  258. thumb-rel32objamrn.uid.obj: "amrn.uid.cpp"
  259. thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
  260. thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  261. thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  262. thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  263. thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  264. thumb-rel32objamrn.uid.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"