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

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=mp4desc.cpp gaConfig.cpp bitstream.c bitstrmint.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objmp4desc.o thumb-rel32objgaConfig.o thumb-rel32objbitstream.o thumb-rel32objbitstrmint.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 .pub
  22. DEFINES=-I . -include thumb-rel32datatype_mp4_common_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-rel32mp4comlib.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-rel32mp4comlib.lib: $(OBJS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. -rm thumb-rel32mp4comlib.lib
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32mp4comlib.lib $(OBJS)
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32mp4comlib.lib
  41. thumb-rel32objmp4desc.o: mp4desc.cpp
  42. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  43. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  44. $(CC) $(CXXFLAGS) -o thumb-rel32objmp4desc.o -c mp4desc.cpp
  45. thumb-rel32objgaConfig.o: gaConfig.cpp
  46. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  47. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  48. $(CC) $(CXXFLAGS) -o thumb-rel32objgaConfig.o -c gaConfig.cpp
  49. thumb-rel32objbitstream.o: bitstream.c
  50. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  51. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  52. $(CC) $(CCFLAGS) -o thumb-rel32objbitstream.o -c bitstream.c
  53. thumb-rel32objbitstrmint.o: bitstrmint.cpp
  54. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  55. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  56. $(CC) $(CXXFLAGS) -o thumb-rel32objbitstrmint.o -c bitstrmint.cpp
  57. clean: 
  58. $(RM) thumb-rel32mp4comlib.lib thumb-rel32objmp4desc.o thumb-rel32objgaConfig.o thumb-rel32objbitstream.o
  59. $(RM) thumb-rel32objbitstrmint.o
  60. ......releasemp4comlib.lib: thumb-rel32mp4comlib.lib
  61. -@if NOT exist "......release" mkdir "......release"
  62. rm -rf "......releasemp4comlib.lib"
  63. copy "thumb-rel32mp4comlib.lib" "......releasemp4comlib.lib"
  64. copy: ......releasemp4comlib.lib
  65. depend: 
  66. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  67. # DO NOT DELETE -- mkdepend depends on this line
  68. thumb-rel32objmp4desc.obj: "mp4desc.cpp"
  69. thumb-rel32objmp4desc.obj: ".pubmp4desc.h"
  70. thumb-rel32objmp4desc.obj: "......commonincludehxcom.h"
  71. thumb-rel32objmp4desc.obj: "......commonincludehxtypes.h"
  72. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  73. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  74. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  75. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  76. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  77. thumb-rel32objmp4desc.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  78. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  79. thumb-rel32objmp4desc.obj: "......commonincludehxbastsd.h"
  80. thumb-rel32objmp4desc.obj: "......commonincludehxresult.h"
  81. thumb-rel32objmp4desc.obj: "......commonincludehxiids.h"
  82. thumb-rel32objmp4desc.obj: "......commonincludehxpiids.h"
  83. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclib/string.h"
  84. thumb-rel32objmp4desc.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
  85. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclibstring.h"
  86. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclibstdlib.h"
  87. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclibctype.h"
  88. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclib/stdlib.h"
  89. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclib/memory.h"
  90. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclibmemory.h"
  91. thumb-rel32objmp4desc.obj: "......commonincludeatomicbase.h"
  92. thumb-rel32objmp4desc.obj: "......commonsystempubmicrosleep.h"
  93. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  94. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  95. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  96. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  97. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  98. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  99. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  100. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  101. thumb-rel32objmp4desc.obj: "......commonincludehxmutexlock.h"
  102. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  103. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  104. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  105. thumb-rel32objmp4desc.obj: "......commonincludehxengin.h"
  106. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  107. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  108. thumb-rel32objmp4desc.obj: "......commoncontainerpubhxslist.h"
  109. thumb-rel32objmp4desc.obj: "......commoncontainerpubhxstring.h"
  110. thumb-rel32objmp4desc.obj: "......commondbgtoolpubhxassert.h"
  111. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclib/assert.h"
  112. thumb-rel32objmp4desc.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
  113. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclibassert.h"
  114. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclib/limits.h"
  115. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxcliblimits.h"
  116. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclib/stdio.h"
  117. thumb-rel32objmp4desc.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
  118. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclib/sys/types.h"
  119. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclib/time.h"
  120. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclibtime.h"
  121. thumb-rel32objmp4desc.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
  122. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclibwindows.h"
  123. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxosstr.h"
  124. thumb-rel32objmp4desc.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
  125. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclib/windows.h"
  126. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclibstdio.h"
  127. thumb-rel32objmp4desc.obj: "......commonruntimepubhlxclibstdarg.h"
  128. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
  129. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
  130. thumb-rel32objmp4desc.obj: "......commonutilpubplatform/mac/maclibrary.h"
  131. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  132. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  133. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  134. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  135. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
  136. thumb-rel32objmp4desc.obj: "......commonsystempubglobals/hxglobalchxstring.h"
  137. thumb-rel32objmp4desc.obj: "......commonsystempubhxglobalmgr.h"
  138. thumb-rel32objmp4desc.obj: "......commonincludeihxpckts.h"
  139. thumb-rel32objmp4desc.obj: "......commonincludehxvalue.h"
  140. thumb-rel32objmp4desc.obj: "......commonutilpubbitstuff.h"
  141. thumb-rel32objmp4desc.obj: "......commonutilpubnetbyte.h"
  142. thumb-rel32objmp4desc.obj: "C:Symbian6.1SERIES60EPOC32includelibcnetinet/in.h"
  143. thumb-rel32objmp4desc.obj: "thumb-rel32datatype_mp4_common_ribodefs.h"
  144. thumb-rel32objgaConfig.obj: "gaConfig.cpp"
  145. thumb-rel32objgaConfig.obj: ".pubgaConfig.h"
  146. thumb-rel32objgaConfig.obj: "......commonincludehxresult.h"
  147. thumb-rel32objgaConfig.obj: "......commonincludehxtypes.h"
  148. thumb-rel32objgaConfig.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  149. thumb-rel32objgaConfig.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  150. thumb-rel32objgaConfig.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  151. thumb-rel32objgaConfig.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  152. thumb-rel32objgaConfig.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  153. thumb-rel32objgaConfig.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  154. thumb-rel32objgaConfig.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  155. thumb-rel32objgaConfig.obj: "......commonincludehxbastsd.h"
  156. thumb-rel32objgaConfig.obj: ".pubbitstream.h"
  157. thumb-rel32objgaConfig.obj: ".pubbitstrmint.h"
  158. thumb-rel32objgaConfig.obj: "thumb-rel32datatype_mp4_common_ribodefs.h"
  159. thumb-rel32objbitstream.obj: "bitstream.c"
  160. thumb-rel32objbitstream.obj: ".pubbitstream.h"
  161. thumb-rel32objbitstream.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  162. thumb-rel32objbitstream.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  163. thumb-rel32objbitstream.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  164. thumb-rel32objbitstream.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  165. thumb-rel32objbitstream.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  166. thumb-rel32objbitstream.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  167. thumb-rel32objbitstream.obj: "thumb-rel32datatype_mp4_common_ribodefs.h"
  168. thumb-rel32objbitstrmint.obj: "bitstrmint.cpp"
  169. thumb-rel32objbitstrmint.obj: ".pubbitstrmint.h"
  170. thumb-rel32objbitstrmint.obj: "......commonincludehxtypes.h"
  171. thumb-rel32objbitstrmint.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  172. thumb-rel32objbitstrmint.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  173. thumb-rel32objbitstrmint.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  174. thumb-rel32objbitstrmint.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  175. thumb-rel32objbitstrmint.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  176. thumb-rel32objbitstrmint.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  177. thumb-rel32objbitstrmint.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  178. thumb-rel32objbitstrmint.obj: "......commonincludehxbastsd.h"
  179. thumb-rel32objbitstrmint.obj: ".pubbitstream.h"
  180. thumb-rel32objbitstrmint.obj: "thumb-rel32datatype_mp4_common_ribodefs.h"