library.mak
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:3k
源码类别:

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=empty.c
  18. OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
  19. COMPILED_OBJS=thumb-rel32objlibraryempty.o
  20. SOURCE_OBJS=
  21. INCLUDES=-I ....commonruntimepub -I ....commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I .pub -I ....commondbgtoolpub
  22. DEFINES=-I . -include thumb-rel32audio_fixptutil_library_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-rel32objlibrary thumb-rel32audfixptutil.lib
  32. thumb-rel32objlibrary: 
  33. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  34. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  35. -@if NOT exist "thumb-rel32objlibrary" mkdir "thumb-rel32objlibrary"
  36. all_objects: $(OBJS)
  37. thumb-rel32audfixptutil.lib: $(OBJS)
  38. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  39. -rm thumb-rel32audfixptutil.lib
  40. "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32audfixptutil.lib $(OBJS)
  41. "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32audfixptutil.lib
  42. thumb-rel32objlibraryempty.o: empty.c
  43. -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
  44. -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
  45. -@if NOT exist "thumb-rel32objlibrary" mkdir "thumb-rel32objlibrary"
  46. $(CC) $(CCFLAGS) -o thumb-rel32objlibraryempty.o -c empty.c
  47. clean: 
  48. $(RM) thumb-rel32audfixptutil.lib thumb-rel32objlibraryempty.o
  49. ....releaseaudfixptutil.lib: thumb-rel32audfixptutil.lib
  50. -@if NOT exist "....release" mkdir "....release"
  51. rm -rf "....releaseaudfixptutil.lib"
  52. copy "thumb-rel32audfixptutil.lib" "....releaseaudfixptutil.lib"
  53. copy: ....releaseaudfixptutil.lib
  54. depend: 
  55. python C:sourcebuildbinmkdepend /tthumb-rel32objlibrary /mlibrary.mak $(DEFINES) $(INCLUDES) $(SRCS)
  56. # DO NOT DELETE -- mkdepend depends on this line
  57. thumb-rel32objlibraryempty.obj: "empty.c"
  58. thumb-rel32objlibraryempty.obj: "thumb-rel32audio_fixptutil_library_ribodefs.h"