Makefile
Upload User: dangjiwu
Upload Date: 2013-07-19
Package Size: 42019k
Code Size: 16k
Category:

Symbian

Development Platform:

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=mpadecobj.cpp mp3dec.c mp3tabs.c realbitstream.c realbuffers.c realdct32.c realdequant.c realdqchan.c realhuffman.c realhufftabs.c realimdct.c realscalfact.c realstproc.c realsubband.c realtrigtabs.c realarmasmpoly_gcc.s
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objmpadecobj.o thumb-rel32objmp3dec.o thumb-rel32objmp3tabs.o thumb-rel32objrealbitstream.o thumb-rel32objrealbuffers.o thumb-rel32objrealdct32.o thumb-rel32objrealdequant.o thumb-rel32objrealdqchan.o thumb-rel32objrealhuffman.o thumb-rel32objrealhufftabs.o thumb-rel32objrealimdct.o thumb-rel32objrealscalfact.o thumb-rel32objrealstproc.o thumb-rel32objrealsubband.o thumb-rel32objrealtrigtabs.o thumb-rel32objrealarmasmpoly_gcc.obj
  20. SOURCE_OBJS=
  21. INCLUDES=-I ........commonruntimepub -I ........commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I .pub -I ........commoninclude -I ........commondbgtoolpub
  22. DEFINES=-I . -include thumb-rel32datatype_mp3_codec_fixpt_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-rel32mp3codecfixpt.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-rel32mp3codecfixpt.lib: $(OBJS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. -rm thumb-rel32mp3codecfixpt.lib
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32mp3codecfixpt.lib $(OBJS)
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32mp3codecfixpt.lib
  41. thumb-rel32objmpadecobj.o: mpadecobj.cpp
  42. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  43. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  44. $(CC) $(CXXFLAGS) -o thumb-rel32objmpadecobj.o -c mpadecobj.cpp
  45. thumb-rel32objmp3dec.o: mp3dec.c
  46. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  47. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  48. $(CC) $(CCFLAGS) -o thumb-rel32objmp3dec.o -c mp3dec.c
  49. thumb-rel32objmp3tabs.o: mp3tabs.c
  50. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  51. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  52. $(CC) $(CCFLAGS) -o thumb-rel32objmp3tabs.o -c mp3tabs.c
  53. thumb-rel32objrealbitstream.o: realbitstream.c
  54. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  55. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  56. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  57. $(CC) $(CCFLAGS) -o thumb-rel32objrealbitstream.o -c realbitstream.c
  58. thumb-rel32objrealbuffers.o: realbuffers.c
  59. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  60. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  61. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  62. $(CC) $(CCFLAGS) -o thumb-rel32objrealbuffers.o -c realbuffers.c
  63. thumb-rel32objrealdct32.o: realdct32.c
  64. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  65. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  66. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  67. $(CC) $(CCFLAGS) -o thumb-rel32objrealdct32.o -c realdct32.c
  68. thumb-rel32objrealdequant.o: realdequant.c
  69. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  70. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  71. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  72. $(CC) $(CCFLAGS) -o thumb-rel32objrealdequant.o -c realdequant.c
  73. thumb-rel32objrealdqchan.o: realdqchan.c
  74. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  75. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  76. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  77. $(CC) $(CCFLAGS) -o thumb-rel32objrealdqchan.o -c realdqchan.c
  78. thumb-rel32objrealhuffman.o: realhuffman.c
  79. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  80. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  81. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  82. $(CC) $(CCFLAGS) -o thumb-rel32objrealhuffman.o -c realhuffman.c
  83. thumb-rel32objrealhufftabs.o: realhufftabs.c
  84. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  85. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  86. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  87. $(CC) $(CCFLAGS) -o thumb-rel32objrealhufftabs.o -c realhufftabs.c
  88. thumb-rel32objrealimdct.o: realimdct.c
  89. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  90. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  91. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  92. $(CC) $(CCFLAGS) -o thumb-rel32objrealimdct.o -c realimdct.c
  93. thumb-rel32objrealscalfact.o: realscalfact.c
  94. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  95. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  96. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  97. $(CC) $(CCFLAGS) -o thumb-rel32objrealscalfact.o -c realscalfact.c
  98. thumb-rel32objrealstproc.o: realstproc.c
  99. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  100. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  101. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  102. $(CC) $(CCFLAGS) -o thumb-rel32objrealstproc.o -c realstproc.c
  103. thumb-rel32objrealsubband.o: realsubband.c
  104. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  105. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  106. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  107. $(CC) $(CCFLAGS) -o thumb-rel32objrealsubband.o -c realsubband.c
  108. thumb-rel32objrealtrigtabs.o: realtrigtabs.c
  109. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  110. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  111. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  112. $(CC) $(CCFLAGS) -o thumb-rel32objrealtrigtabs.o -c realtrigtabs.c
  113. thumb-rel32objrealarmasmpoly_gcc.obj: realarmasmpoly_gcc.s
  114. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  115. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  116. -@if NOT exist "thumb-rel32objreal" mkdir "thumb-rel32objreal"
  117. -@if NOT exist "thumb-rel32objrealarm" mkdir "thumb-rel32objrealarm"
  118. $(CC) $(CXXFLAGS) -o thumb-rel32objrealarmasmpoly_gcc.obj -c realarmasmpoly_gcc.s
  119. clean: 
  120. $(RM) thumb-rel32mp3codecfixpt.lib thumb-rel32objmpadecobj.o thumb-rel32objmp3dec.o thumb-rel32objmp3tabs.o
  121. $(RM) thumb-rel32objrealbitstream.o thumb-rel32objrealbuffers.o thumb-rel32objrealdct32.o
  122. $(RM) thumb-rel32objrealdequant.o thumb-rel32objrealdqchan.o thumb-rel32objrealhuffman.o
  123. $(RM) thumb-rel32objrealhufftabs.o thumb-rel32objrealimdct.o thumb-rel32objrealscalfact.o
  124. $(RM) thumb-rel32objrealstproc.o thumb-rel32objrealsubband.o thumb-rel32objrealtrigtabs.o
  125. $(RM) thumb-rel32objrealarmasmpoly_gcc.obj
  126. ........releasemp3codecfixpt.lib: thumb-rel32mp3codecfixpt.lib
  127. -@if NOT exist "........release" mkdir "........release"
  128. rm -rf "........releasemp3codecfixpt.lib"
  129. copy "thumb-rel32mp3codecfixpt.lib" "........releasemp3codecfixpt.lib"
  130. copy: ........releasemp3codecfixpt.lib
  131. depend: 
  132. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  133. # DO NOT DELETE -- mkdepend depends on this line
  134. thumb-rel32objmpadecobj.obj: "mpadecobj.cpp"
  135. thumb-rel32objmpadecobj.obj: ".pubmpadecobjfixpt.h"
  136. thumb-rel32objmpadecobj.obj: ".pubmp3dec.h"
  137. thumb-rel32objmpadecobj.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  138. thumb-rel32objmp3dec.obj: "mp3dec.c"
  139. thumb-rel32objmp3dec.obj: "........commonruntimepubhlxclib/string.h"
  140. thumb-rel32objmp3dec.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
  141. thumb-rel32objmp3dec.obj: "........commonruntimepubhlxclibstring.h"
  142. thumb-rel32objmp3dec.obj: "........commonruntimepubhlxclibstdlib.h"
  143. thumb-rel32objmp3dec.obj: "........commonincludehxtypes.h"
  144. thumb-rel32objmp3dec.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  145. thumb-rel32objmp3dec.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  146. thumb-rel32objmp3dec.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  147. thumb-rel32objmp3dec.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  148. thumb-rel32objmp3dec.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  149. thumb-rel32objmp3dec.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  150. thumb-rel32objmp3dec.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  151. thumb-rel32objmp3dec.obj: "........commonincludehxbastsd.h"
  152. thumb-rel32objmp3dec.obj: "........commonruntimepubhlxclibctype.h"
  153. thumb-rel32objmp3dec.obj: "........commonruntimepubhlxclib/stdlib.h"
  154. thumb-rel32objmp3dec.obj: ".pubmp3common.h"
  155. thumb-rel32objmp3dec.obj: ".pubmp3dec.h"
  156. thumb-rel32objmp3dec.obj: ".pubstatname.h"
  157. thumb-rel32objmp3dec.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  158. thumb-rel32objmp3tabs.obj: "mp3tabs.c"
  159. thumb-rel32objmp3tabs.obj: ".pubmp3common.h"
  160. thumb-rel32objmp3tabs.obj: ".pubmp3dec.h"
  161. thumb-rel32objmp3tabs.obj: ".pubstatname.h"
  162. thumb-rel32objmp3tabs.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  163. thumb-rel32objrealbitstream.obj: "realbitstream.c"
  164. thumb-rel32objrealbitstream.obj: "realcoder.h"
  165. thumb-rel32objrealbitstream.obj: ".pubmp3common.h"
  166. thumb-rel32objrealbitstream.obj: ".pubmp3dec.h"
  167. thumb-rel32objrealbitstream.obj: ".pubstatname.h"
  168. thumb-rel32objrealbitstream.obj: "realassembly.h"
  169. thumb-rel32objrealbitstream.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  170. thumb-rel32objrealbuffers.obj: "realbuffers.c"
  171. thumb-rel32objrealbuffers.obj: "........commonruntimepubhlxclib/stdlib.h"
  172. thumb-rel32objrealbuffers.obj: "........commonincludehxtypes.h"
  173. thumb-rel32objrealbuffers.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  174. thumb-rel32objrealbuffers.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  175. thumb-rel32objrealbuffers.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  176. thumb-rel32objrealbuffers.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  177. thumb-rel32objrealbuffers.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  178. thumb-rel32objrealbuffers.obj: "........commonincludeplatform/symbian/symbiantypes.h"
  179. thumb-rel32objrealbuffers.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  180. thumb-rel32objrealbuffers.obj: "........commonincludehxbastsd.h"
  181. thumb-rel32objrealbuffers.obj: "........commonruntimepubhlxclibstdlib.h"
  182. thumb-rel32objrealbuffers.obj: "realcoder.h"
  183. thumb-rel32objrealbuffers.obj: ".pubmp3common.h"
  184. thumb-rel32objrealbuffers.obj: ".pubmp3dec.h"
  185. thumb-rel32objrealbuffers.obj: ".pubstatname.h"
  186. thumb-rel32objrealbuffers.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  187. thumb-rel32objrealdct32.obj: "realdct32.c"
  188. thumb-rel32objrealdct32.obj: "realcoder.h"
  189. thumb-rel32objrealdct32.obj: ".pubmp3common.h"
  190. thumb-rel32objrealdct32.obj: ".pubmp3dec.h"
  191. thumb-rel32objrealdct32.obj: ".pubstatname.h"
  192. thumb-rel32objrealdct32.obj: "realassembly.h"
  193. thumb-rel32objrealdct32.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  194. thumb-rel32objrealdequant.obj: "realdequant.c"
  195. thumb-rel32objrealdequant.obj: "realcoder.h"
  196. thumb-rel32objrealdequant.obj: ".pubmp3common.h"
  197. thumb-rel32objrealdequant.obj: ".pubmp3dec.h"
  198. thumb-rel32objrealdequant.obj: ".pubstatname.h"
  199. thumb-rel32objrealdequant.obj: "realassembly.h"
  200. thumb-rel32objrealdequant.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  201. thumb-rel32objrealdqchan.obj: "realdqchan.c"
  202. thumb-rel32objrealdqchan.obj: "realcoder.h"
  203. thumb-rel32objrealdqchan.obj: ".pubmp3common.h"
  204. thumb-rel32objrealdqchan.obj: ".pubmp3dec.h"
  205. thumb-rel32objrealdqchan.obj: ".pubstatname.h"
  206. thumb-rel32objrealdqchan.obj: "realassembly.h"
  207. thumb-rel32objrealdqchan.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  208. thumb-rel32objrealhuffman.obj: "realhuffman.c"
  209. thumb-rel32objrealhuffman.obj: "realcoder.h"
  210. thumb-rel32objrealhuffman.obj: ".pubmp3common.h"
  211. thumb-rel32objrealhuffman.obj: ".pubmp3dec.h"
  212. thumb-rel32objrealhuffman.obj: ".pubstatname.h"
  213. thumb-rel32objrealhuffman.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  214. thumb-rel32objrealhufftabs.obj: "realhufftabs.c"
  215. thumb-rel32objrealhufftabs.obj: "realcoder.h"
  216. thumb-rel32objrealhufftabs.obj: ".pubmp3common.h"
  217. thumb-rel32objrealhufftabs.obj: ".pubmp3dec.h"
  218. thumb-rel32objrealhufftabs.obj: ".pubstatname.h"
  219. thumb-rel32objrealhufftabs.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  220. thumb-rel32objrealimdct.obj: "realimdct.c"
  221. thumb-rel32objrealimdct.obj: "realcoder.h"
  222. thumb-rel32objrealimdct.obj: ".pubmp3common.h"
  223. thumb-rel32objrealimdct.obj: ".pubmp3dec.h"
  224. thumb-rel32objrealimdct.obj: ".pubstatname.h"
  225. thumb-rel32objrealimdct.obj: "realassembly.h"
  226. thumb-rel32objrealimdct.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  227. thumb-rel32objrealscalfact.obj: "realscalfact.c"
  228. thumb-rel32objrealscalfact.obj: "realcoder.h"
  229. thumb-rel32objrealscalfact.obj: ".pubmp3common.h"
  230. thumb-rel32objrealscalfact.obj: ".pubmp3dec.h"
  231. thumb-rel32objrealscalfact.obj: ".pubstatname.h"
  232. thumb-rel32objrealscalfact.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  233. thumb-rel32objrealstproc.obj: "realstproc.c"
  234. thumb-rel32objrealstproc.obj: "realcoder.h"
  235. thumb-rel32objrealstproc.obj: ".pubmp3common.h"
  236. thumb-rel32objrealstproc.obj: ".pubmp3dec.h"
  237. thumb-rel32objrealstproc.obj: ".pubstatname.h"
  238. thumb-rel32objrealstproc.obj: "realassembly.h"
  239. thumb-rel32objrealstproc.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  240. thumb-rel32objrealsubband.obj: "realsubband.c"
  241. thumb-rel32objrealsubband.obj: "realcoder.h"
  242. thumb-rel32objrealsubband.obj: ".pubmp3common.h"
  243. thumb-rel32objrealsubband.obj: ".pubmp3dec.h"
  244. thumb-rel32objrealsubband.obj: ".pubstatname.h"
  245. thumb-rel32objrealsubband.obj: "realassembly.h"
  246. thumb-rel32objrealsubband.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  247. thumb-rel32objrealtrigtabs.obj: "realtrigtabs.c"
  248. thumb-rel32objrealtrigtabs.obj: "realcoder.h"
  249. thumb-rel32objrealtrigtabs.obj: ".pubmp3common.h"
  250. thumb-rel32objrealtrigtabs.obj: ".pubmp3dec.h"
  251. thumb-rel32objrealtrigtabs.obj: ".pubstatname.h"
  252. thumb-rel32objrealtrigtabs.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"
  253. thumb-rel32objrealarmasmpoly_gcc.obj: "realarmasmpoly_gcc.s"
  254. thumb-rel32objrealarmasmpoly_gcc.obj: "thumb-rel32datatype_mp3_codec_fixpt_ribodefs.h"