makefile

来自「symbian 下的helix player源代码」· 代码 · 共 562 行 · 第 1/3 页

TXT
562
字号
__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:\Symbian\6.1\Shared/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:\Symbian\6.1\Shared/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:\Symbian\6.1\Shared/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=3gppttrenderer.cpp 3gppttstructs.cpp 3gppttutils.cpp 3gppttrenderer_dll_stub.c 3gppttrenderer.uid.cpp

OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)

COMPILED_OBJS=thumb-rel32\obj\3gppttrenderer.o thumb-rel32\obj\3gppttstructs.o thumb-rel32\obj\3gppttutils.o thumb-rel32\obj\3gppttrenderer_dll_stub.o thumb-rel32\obj\3gppttrenderer.uid.o

SOURCE_OBJS=

INCLUDES=-I ..\..\..\common\runtime\pub -I ..\..\..\common\system\pub -I C:\Symbian\6.1\SERIES60\EPOC32\include -I C:\Symbian\6.1\SERIES60\EPOC32\include\libc -I ..\..\..\common\include -I ..\..\..\client\include -I .\pub -I ..\..\..\common\dbgtool\pub -I ..\..\..\common\container\pub -I ..\..\..\common\util\pub

DEFINES=-I . -include thumb-rel32\datatype_3gpptext_renderer_ribodefs.h

STATIC_LIBS=..\..\..\common\system\thumb-rel32\syslib.lib ..\..\..\common\dbgtool\thumb-rel32\debuglib.lib ..\..\..\common\runtime\thumb-rel32\runtlib.lib ..\..\..\common\runtime\thumb-rel32\runtlib.lib ..\..\..\common\container\thumb-rel32\contlib.lib ..\..\..\common\dbgtool\thumb-rel32\debuglib.lib ..\..\..\common\util\thumb-rel32\utillib.lib ..\..\..\common\system\thumb-rel32\syslib.lib

DYNAMIC_LIBS="C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\estlib.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\cone.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\eikcore.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\eikdlg.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\eikcdlg.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\eikcoctl.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\eikctl.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\charconv.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\fbscli.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\bitgdi.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\gdi.lib"

.s.obj: 
	$(CC) $(CXXFLAGS) -o $@ -c $<

.c.o: 
	$(CC) $(CCFLAGS) -o $@ -c $<

.cpp.o: 
	$(CC) $(CXXFLAGS) -o $@ -c $<

all: thumb-rel32\obj thumb-rel32\3gppttrenderer.dll

thumb-rel32\obj: 
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"

all_objects: $(OBJS)

thumb-rel32\3gppttrenderer.dll: $(OBJS) $(STATIC_LIBS)
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	python C:\source\build\bin\armerge -d thumb-rel32\obj\lib thumb-rel32\3gppttrenderer_libs.lib $(STATIC_LIBS)
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def 3gppttrenderer.def --output-exp thumb-rel32\3gppttrenderer.exp --dllname thumb-rel32\3gppttrenderer.dll
	python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll 3gppttrenderer.lnk thumb-rel32\3gppttrenderer.exp --dll --base-file thumb-rel32\3gppttrenderer.bas -o thumb-rel32\3gppttrenderer.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\3gppttrenderer_libs.lib $(DYNAMIC_LIBS) C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\egcc.lib C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\euser.lib
	rm thumb-rel32\3gppttrenderer.exp
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def 3gppttrenderer.def --dllname thumb-rel32\3gppttrenderer.dll --base-file thumb-rel32\3gppttrenderer.bas --output-exp thumb-rel32\3gppttrenderer.exp
	python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll 3gppttrenderer.lnk thumb-rel32\3gppttrenderer.exp --dll -Map thumb-rel32\3gppttrenderer.dll.map -o thumb-rel32\3gppttrenderer.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\3gppttrenderer_libs.lib $(DYNAMIC_LIBS) C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\egcc.lib C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\euser.lib
	"C:\Symbian\6.1\Shared/epoc32/tools/petran" -nocall -uid1 0x10000079 -uid2 0x0 -uid3 0x0 thumb-rel32\3gppttrenderer.dll thumb-rel32\3gppttrenderer.dll
	rm thumb-rel32\3gppttrenderer.exp thumb-rel32\3gppttrenderer.bas
	rm thumb-rel32\3gppttrenderer_libs.lib

thumb-rel32\obj\3gppttrenderer.o: 3gppttrenderer.cpp
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\3gppttrenderer.o -c 3gppttrenderer.cpp

thumb-rel32\obj\3gppttstructs.o: 3gppttstructs.cpp
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\3gppttstructs.o -c 3gppttstructs.cpp

thumb-rel32\obj\3gppttutils.o: 3gppttutils.cpp
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\3gppttutils.o -c 3gppttutils.cpp

thumb-rel32\obj\3gppttrenderer_dll_stub.o: 3gppttrenderer_dll_stub.c
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
	$(CC) $(CCFLAGS) -o thumb-rel32\obj\3gppttrenderer_dll_stub.o -c 3gppttrenderer_dll_stub.c

thumb-rel32\obj\3gppttrenderer.uid.o: 3gppttrenderer.uid.cpp
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\3gppttrenderer.uid.o -c 3gppttrenderer.uid.cpp

clean: 
	$(RM) thumb-rel32\3gppttrenderer.dll thumb-rel32\obj\3gppttrenderer.o thumb-rel32\obj\3gppttstructs.o
	$(RM) thumb-rel32\obj\3gppttutils.o thumb-rel32\obj\3gppttrenderer_dll_stub.o thumb-rel32\obj\3gppttrenderer.uid.o

..\..\..\release\3gppttrenderer.dll: thumb-rel32\3gppttrenderer.dll
	-@if NOT exist "..\..\..\release" mkdir "..\..\..\release"
	rm -rf "..\..\..\release\3gppttrenderer.dll"
	copy "thumb-rel32\3gppttrenderer.dll" "..\..\..\release\3gppttrenderer.dll"

copy: ..\..\..\release\3gppttrenderer.dll

depend: 
	python C:\source\build\bin\mkdepend /tthumb-rel32\obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
# DO NOT DELETE -- mkdepend depends on this line
thumb-rel32\obj\3gppttrenderer.obj: "3gppttrenderer.cpp"
thumb-rel32\obj\3gppttrenderer.obj: "..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\3gppttrenderer.obj: "..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\3gppttrenderer.obj: "..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdlib.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\_ansi.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stddef.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/reent.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/stdio_t.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys\time.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\ctype.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdio.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdarg_e.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\string.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\gdi.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32base.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32base.inl"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\f32file.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32svr.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32keys.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32hal.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32pccd.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\f32file.inl"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\s32std.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\s32strm.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\s32strm.inl"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\s32std.inl"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\gdi.inl"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\utf.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coecntrl.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\w32std.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\fntstore.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\openfont.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitdev.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\fbs.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitmap.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitbase.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitstd.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitdev.inl"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\gulalign.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coedef.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\guldef.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coecobs.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coehelp.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coeinput.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coemop.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\eikenv.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\uikon.hrh"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\eikcolor.hrh"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coemain.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\barsc.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\badesca.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bamdesca.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\basched.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\eikdef.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\apaflrec.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\apadef.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\apaid.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\apacmdln.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\baerrhan.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\gulcolor.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\eikdgfty.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\eikaufty.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\eiklibry.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\eikfctry.h"
thumb-rel32\obj\3gppttrenderer.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\eikamnt.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?