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

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=fileindextable.cpp
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objfileindextable.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ......commonruntimepub -I ......commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ......commoninclude -I ......commoncontainerpub -I ......commondbgtoolpub -I ......commonutilpub -I .pub
  22. DEFINES=-I . -include thumb-rel32datatype_common_container_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-rel32dtcomcontlib.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-rel32dtcomcontlib.lib: $(OBJS)
  37. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  38. -rm thumb-rel32dtcomcontlib.lib
  39. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32dtcomcontlib.lib $(OBJS)
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32dtcomcontlib.lib
  41. thumb-rel32objfileindextable.o: fileindextable.cpp
  42. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  43. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  44. $(CC) $(CXXFLAGS) -o thumb-rel32objfileindextable.o -c fileindextable.cpp
  45. clean: 
  46. $(RM) thumb-rel32dtcomcontlib.lib thumb-rel32objfileindextable.o
  47. ......releasedtcomcontlib.lib: thumb-rel32dtcomcontlib.lib
  48. -@if NOT exist "......release" mkdir "......release"
  49. rm -rf "......releasedtcomcontlib.lib"
  50. copy "thumb-rel32dtcomcontlib.lib" "......releasedtcomcontlib.lib"
  51. copy: ......releasedtcomcontlib.lib
  52. depend: 
  53. python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
  54. # DO NOT DELETE -- mkdepend depends on this line
  55. thumb-rel32objfileindextable.obj: "fileindextable.cpp"
  56. thumb-rel32objfileindextable.obj: "......commonincludehxresult.h"
  57. thumb-rel32objfileindextable.obj: "......commonincludehxtypes.h"
  58. thumb-rel32objfileindextable.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
  59. thumb-rel32objfileindextable.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
  60. thumb-rel32objfileindextable.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
  61. thumb-rel32objfileindextable.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
  62. thumb-rel32objfileindextable.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
  63. thumb-rel32objfileindextable.obj: "......commonincludeplatform/symbian/symbiantypes.h"
  64. thumb-rel32objfileindextable.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
  65. thumb-rel32objfileindextable.obj: "......commonincludehxbastsd.h"
  66. thumb-rel32objfileindextable.obj: ".pubfileindextable.h"
  67. thumb-rel32objfileindextable.obj: "thumb-rel32datatype_common_container_ribodefs.h"