library.mak
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:3k
- __STANDARD__=YES
- SRCROOT=....
- RM=rm -rf
- RM_DIR=rm -rf
- MAKE_DEP=
- MAKE_DEP_FLAGS=$(INCLUDES) $(DEFINES)
- LD=
- LDFLAGS=
- CP=copy
- MAKE=nmake
- CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
- 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)
- CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
- 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)
- CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
- 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)
- SRCS=empty.c
- OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
- COMPILED_OBJS=thumb-rel32objlibraryempty.o
- SOURCE_OBJS=
- INCLUDES=-I ....commonruntimepub -I ....commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I .pub -I ....commondbgtoolpub
- DEFINES=-I . -include thumb-rel32audio_fixptutil_library_ribodefs.h
- STATIC_LIBS=....commonsystemthumb-rel32syslib.lib ....commondbgtoolthumb-rel32debuglib.lib ....commonruntimethumb-rel32runtlib.lib
- DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib"
- .s.obj:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- .c.o:
- $(CC) $(CCFLAGS) -o $@ -c $<
- .cpp.o:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- all: thumb-rel32objlibrary thumb-rel32audfixptutil.lib
- thumb-rel32objlibrary:
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objlibrary" mkdir "thumb-rel32objlibrary"
- all_objects: $(OBJS)
- thumb-rel32audfixptutil.lib: $(OBJS)
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -rm thumb-rel32audfixptutil.lib
- "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32audfixptutil.lib $(OBJS)
- "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32audfixptutil.lib
- thumb-rel32objlibraryempty.o: empty.c
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objlibrary" mkdir "thumb-rel32objlibrary"
- $(CC) $(CCFLAGS) -o thumb-rel32objlibraryempty.o -c empty.c
- clean:
- $(RM) thumb-rel32audfixptutil.lib thumb-rel32objlibraryempty.o
- ....releaseaudfixptutil.lib: thumb-rel32audfixptutil.lib
- -@if NOT exist "....release" mkdir "....release"
- rm -rf "....releaseaudfixptutil.lib"
- copy "thumb-rel32audfixptutil.lib" "....releaseaudfixptutil.lib"
- copy: ....releaseaudfixptutil.lib
- depend:
- python C:sourcebuildbinmkdepend /tthumb-rel32objlibrary /mlibrary.mak $(DEFINES) $(INCLUDES) $(SRCS)
- # DO NOT DELETE -- mkdepend depends on this line
- thumb-rel32objlibraryempty.obj: "empty.c"
- thumb-rel32objlibraryempty.obj: "thumb-rel32audio_fixptutil_library_ribodefs.h"