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

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/gcc"
  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/gcc"
  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/gcc"
  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=platformarmcore_gcc.s resample.c
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objplatformarmcore_gcc.obj thumb-rel32objresample.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ....commonruntimepub -I ....commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ....commoninclude -I .pub -I ....commondbgtoolpub
  22. DEFINES=-I . -include thumb-rel32audio_fixptresampler_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-rel32fixptresampler.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-rel32fixptresampler.lib: $(OBJS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. -rm thumb-rel32fixptresampler.lib
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32fixptresampler.lib $(OBJS)
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32fixptresampler.lib
  41. thumb-rel32objplatformarmcore_gcc.obj: platformarmcore_gcc.s
  42. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  43. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  44. -@if NOT exist "thumb-rel32objplatform" mkdir "thumb-rel32objplatform"
  45. -@if NOT exist "thumb-rel32objplatformarm" mkdir "thumb-rel32objplatformarm"
  46. $(CC) $(CXXFLAGS) -o thumb-rel32objplatformarmcore_gcc.obj -c platformarmcore_gcc.s
  47. thumb-rel32objresample.o: resample.c
  48. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  49. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  50. $(CC) $(CCFLAGS) -o thumb-rel32objresample.o -c resample.c
  51. clean: 
  52. $(RM) thumb-rel32fixptresampler.lib thumb-rel32objplatformarmcore_gcc.obj thumb-rel32objresample.o
  53. ....releasefixptresampler.lib: thumb-rel32fixptresampler.lib
  54. -@if NOT exist "....release" mkdir "....release"
  55. rm -rf "....releasefixptresampler.lib"
  56. copy "thumb-rel32fixptresampler.lib" "....releasefixptresampler.lib"
  57. copy: ....releasefixptresampler.lib
  58. depend: 
  59. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  60. # DO NOT DELETE -- mkdepend depends on this line
  61. thumb-rel32objplatformarmcore_gcc.obj: "platformarmcore_gcc.s"
  62. thumb-rel32objplatformarmcore_gcc.obj: "thumb-rel32audio_fixptresampler_ribodefs.h"
  63. thumb-rel32objresample.obj: "resample.c"
  64. thumb-rel32objresample.obj: "....commonruntimepubhlxclib/stdlib.h"
  65. thumb-rel32objresample.obj: "....commonincludehxtypes.h"
  66. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  67. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  68. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  69. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  70. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  71. thumb-rel32objresample.obj: "....commonincludeplatform/symbian/symbiantypes.h"
  72. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  73. thumb-rel32objresample.obj: "....commonincludehxbastsd.h"
  74. thumb-rel32objresample.obj: "....commonruntimepubhlxclibstdlib.h"
  75. thumb-rel32objresample.obj: "....commonruntimepubhlxclib/string.h"
  76. thumb-rel32objresample.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
  77. thumb-rel32objresample.obj: "....commonruntimepubhlxclibstring.h"
  78. thumb-rel32objresample.obj: "....commonruntimepubhlxclibctype.h"
  79. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
  80. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
  81. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
  82. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
  83. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
  84. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
  85. thumb-rel32objresample.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
  86. thumb-rel32objresample.obj: "resample.h"
  87. thumb-rel32objresample.obj: "core.h"
  88. thumb-rel32objresample.obj: "filter.h"
  89. thumb-rel32objresample.obj: "thumb-rel32audio_fixptresampler_ribodefs.h"