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/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=decwrapper.cpp cook_dll_stub.c cook.uid.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objdecwrapper.o thumb-rel32objcook_dll_stub.o thumb-rel32objcook.uid.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ..........commonruntimepub -I ..........commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ..........commoninclude -I ..........datatyperminclude -I ..........datatypeinclude -I .pub -I ..........commondbgtoolpub
  22. DEFINES=-I . -include thumb-rel32datatype_rm_audio_codec_ra8lbr_ribodefs.h
  23. STATIC_LIBS=c:sourcehelixdatatype_distrmaudiocodecra8lbrfixptthumb-rel32ra8lbrdec.lib ..........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-rel32cook.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-rel32cook.dll: $(OBJS) $(STATIC_LIBS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. python C:sourcebuildbinarmerge -d thumb-rel32objlib thumb-rel32cook_libs.lib $(STATIC_LIBS)
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def cook.def --output-exp thumb-rel32cook.exp --dllname thumb-rel32cook.dll
  40. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll cook.lnk thumb-rel32cook.exp --dll --base-file thumb-rel32cook.bas -o thumb-rel32cook.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32cook_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
  41. rm thumb-rel32cook.exp
  42. "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def cook.def --dllname thumb-rel32cook.dll --base-file thumb-rel32cook.bas --output-exp thumb-rel32cook.exp
  43. python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll cook.lnk thumb-rel32cook.exp --dll -Map thumb-rel32cook.dll.map -o thumb-rel32cook.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32cook_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-rel32cook.dll thumb-rel32cook.dll
  45. rm thumb-rel32cook.exp thumb-rel32cook.bas
  46. rm thumb-rel32cook_libs.lib
  47. thumb-rel32objdecwrapper.o: decwrapper.cpp
  48. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  49. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  50. $(CC) $(CXXFLAGS) -o thumb-rel32objdecwrapper.o -c decwrapper.cpp
  51. thumb-rel32objcook_dll_stub.o: cook_dll_stub.c
  52. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  53. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  54. $(CC) $(CCFLAGS) -o thumb-rel32objcook_dll_stub.o -c cook_dll_stub.c
  55. thumb-rel32objcook.uid.o: cook.uid.cpp
  56. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  57. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  58. $(CC) $(CXXFLAGS) -o thumb-rel32objcook.uid.o -c cook.uid.cpp
  59. clean: 
  60. $(RM) thumb-rel32cook.dll thumb-rel32objdecwrapper.o thumb-rel32objcook_dll_stub.o thumb-rel32objcook.uid.o
  61. ..........releasecook.dll: thumb-rel32cook.dll
  62. -@if NOT exist "..........release" mkdir "..........release"
  63. rm -rf "..........releasecook.dll"
  64. copy "thumb-rel32cook.dll" "..........releasecook.dll"
  65. copy: ..........releasecook.dll
  66. depend: 
  67. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  68. # DO NOT DELETE -- mkdepend depends on this line
  69. thumb-rel32objdecwrapper.obj: "decwrapper.cpp"
  70. thumb-rel32objdecwrapper.obj: ".pubra8lbr.h"
  71. thumb-rel32objdecwrapper.obj: "..........commonincludehxtypes.h"
  72. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  73. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  74. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  75. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  76. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  77. thumb-rel32objdecwrapper.obj: "..........commonincludeplatform/symbian/symbiantypes.h"
  78. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  79. thumb-rel32objdecwrapper.obj: "..........commonincludehxbastsd.h"
  80. thumb-rel32objdecwrapper.obj: "..........datatypermincluderacodec.h"
  81. thumb-rel32objdecwrapper.obj: "..........commonincludehxresult.h"
  82. thumb-rel32objdecwrapper.obj: "..........commonincludehxcom.h"
  83. thumb-rel32objdecwrapper.obj: "..........commonincludehxiids.h"
  84. thumb-rel32objdecwrapper.obj: "..........commonincludehxpiids.h"
  85. thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclib/string.h"
  86. thumb-rel32objdecwrapper.obj: "..........commonruntimepubplatform/openwave/hx_op_stdc.h"
  87. thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclibstring.h"
  88. thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclibstdlib.h"
  89. thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclibctype.h"
  90. thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclib/stdlib.h"
  91. thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclib/memory.h"
  92. thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclibmemory.h"
  93. thumb-rel32objdecwrapper.obj: "..........commonincludeatomicbase.h"
  94. thumb-rel32objdecwrapper.obj: "..........commonsystempubmicrosleep.h"
  95. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  96. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  97. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  98. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  99. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  100. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  101. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  102. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  103. thumb-rel32objdecwrapper.obj: "..........commonincludehxmutexlock.h"
  104. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  105. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  106. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  107. thumb-rel32objdecwrapper.obj: "..........commonincludehxengin.h"
  108. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  109. thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  110. thumb-rel32objdecwrapper.obj: "thumb-rel32datatype_rm_audio_codec_ra8lbr_ribodefs.h"
  111. thumb-rel32objcook_dll_stub.obj: "cook_dll_stub.c"
  112. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  113. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  114. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  115. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  116. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  117. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  118. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  119. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  120. thumb-rel32objcook_dll_stub.obj: "..........commonsystempubhxglobalmgr.h"
  121. thumb-rel32objcook_dll_stub.obj: "..........commonincludehxtypes.h"
  122. thumb-rel32objcook_dll_stub.obj: "..........commonincludeplatform/symbian/symbiantypes.h"
  123. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  124. thumb-rel32objcook_dll_stub.obj: "..........commonincludehxbastsd.h"
  125. thumb-rel32objcook_dll_stub.obj: "..........commonincludehxcom.h"
  126. thumb-rel32objcook_dll_stub.obj: "..........commonincludehxresult.h"
  127. thumb-rel32objcook_dll_stub.obj: "..........commonincludehxiids.h"
  128. thumb-rel32objcook_dll_stub.obj: "..........commonincludehxpiids.h"
  129. thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclib/string.h"
  130. thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubplatform/openwave/hx_op_stdc.h"
  131. thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclibstring.h"
  132. thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclibstdlib.h"
  133. thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclibctype.h"
  134. thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclib/stdlib.h"
  135. thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclib/memory.h"
  136. thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclibmemory.h"
  137. thumb-rel32objcook_dll_stub.obj: "..........commonincludeatomicbase.h"
  138. thumb-rel32objcook_dll_stub.obj: "..........commonsystempubmicrosleep.h"
  139. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
  140. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
  141. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
  142. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
  143. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
  144. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
  145. thumb-rel32objcook_dll_stub.obj: "..........commonincludehxmutexlock.h"
  146. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
  147. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
  148. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  149. thumb-rel32objcook_dll_stub.obj: "..........commonincludehxengin.h"
  150. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
  151. thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
  152. thumb-rel32objcook_dll_stub.obj: "thumb-rel32datatype_rm_audio_codec_ra8lbr_ribodefs.h"
  153. thumb-rel32objcook.uid.obj: "cook.uid.cpp"
  154. thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
  155. thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  156. thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  157. thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  158. thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  159. thumb-rel32objcook.uid.obj: "thumb-rel32datatype_rm_audio_codec_ra8lbr_ribodefs.h"