?? makefile
字號:
__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=dlliids.cpp smlfctry.cpp smlrender_dll_stub.c smlrender.uid.cpp
OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
COMPILED_OBJS=thumb-rel32\obj\dlliids.o thumb-rel32\obj\smlfctry.o thumb-rel32\obj\smlrender_dll_stub.o thumb-rel32\obj\smlrender.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 ..\..\..\client\resource\pub -I .\pub -I ..\..\..\common\dbgtool\pub -I ..\..\..\common\container\pub -I ..\..\..\common\util\pub -I ..\..\..\common\lang\xml\pub -I ..\..\..\client\common\system\pub -I ..\..\..\datatype\common\baserend\pub -I ..\..\..\datatype\common\util\pub -I ..\..\..\datatype\smil\common\pub -I ..\..\..\datatype\rm\common\pub -I ..\..\..\datatype\smil\renderer\smil2\pub
DEFINES=-I . -include thumb-rel32\datatype_smil_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\lang\xml\thumb-rel32\xmllib.lib ..\..\..\common\system\thumb-rel32\syslib.lib ..\..\..\client\common\system\thumb-rel32\sysclntlib.lib ..\..\..\datatype\common\baserend\thumb-rel32\baserend.lib ..\..\..\datatype\common\util\thumb-rel32\dtutillib.lib ..\..\..\datatype\smil\common\thumb-rel32\smilcomlib.lib ..\..\..\datatype\rm\common\thumb-rel32\rmcomlib.lib ..\..\..\datatype\smil\renderer\smil2\thumb-rel32\smil2lib.lib
DYNAMIC_LIBS="C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\estlib.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\WAPSTKLIB.LIB" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\hal.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\smlrender.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\smlrender.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\smlrender_libs.lib $(STATIC_LIBS)
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def smlrender.def --output-exp thumb-rel32\smlrender.exp --dllname thumb-rel32\smlrender.dll
python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll smlrender.lnk thumb-rel32\smlrender.exp --dll --base-file thumb-rel32\smlrender.bas -o thumb-rel32\smlrender.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\smlrender_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\smlrender.exp
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def smlrender.def --dllname thumb-rel32\smlrender.dll --base-file thumb-rel32\smlrender.bas --output-exp thumb-rel32\smlrender.exp
python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll smlrender.lnk thumb-rel32\smlrender.exp --dll -Map thumb-rel32\smlrender.dll.map -o thumb-rel32\smlrender.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\smlrender_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\smlrender.dll thumb-rel32\smlrender.dll
rm thumb-rel32\smlrender.exp thumb-rel32\smlrender.bas
rm thumb-rel32\smlrender_libs.lib
thumb-rel32\obj\dlliids.o: dlliids.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\dlliids.o -c dlliids.cpp
thumb-rel32\obj\smlfctry.o: smlfctry.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\smlfctry.o -c smlfctry.cpp
thumb-rel32\obj\smlrender_dll_stub.o: smlrender_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\smlrender_dll_stub.o -c smlrender_dll_stub.c
thumb-rel32\obj\smlrender.uid.o: smlrender.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\smlrender.uid.o -c smlrender.uid.cpp
clean:
$(RM) thumb-rel32\smlrender.dll thumb-rel32\obj\dlliids.o thumb-rel32\obj\smlfctry.o thumb-rel32\obj\smlrender_dll_stub.o
$(RM) thumb-rel32\obj\smlrender.uid.o
..\..\..\release\smlrender.dll: thumb-rel32\smlrender.dll
-@if NOT exist "..\..\..\release" mkdir "..\..\..\release"
rm -rf "..\..\..\release\smlrender.dll"
copy "thumb-rel32\smlrender.dll" "..\..\..\release\smlrender.dll"
copy: ..\..\..\release\smlrender.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\dlliids.obj: "dlliids.cpp"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\hxcom.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\hxresult.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\hxiids.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\hxpiids.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\runtime\pub\hlxclib/string.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\runtime\pub\hlxclib\string.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\runtime\pub\hlxclib\stdlib.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\runtime\pub\hlxclib\ctype.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\runtime\pub\hlxclib/memory.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\runtime\pub\hlxclib\memory.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\atomicbase.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\system\pub\microsleep.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/time.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\_ansi.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\time.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\machine/types.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stddef.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\unistd.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/unistd.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/types.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\hxmutexlock.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdio.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdarg_e.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/stdio_t.h"
thumb-rel32\obj\dlliids.obj: "..\..\..\common\include\hxengin.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\errno.h"
thumb-rel32\obj\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/errno.h"
thumb-rel32\obj\dlliids.obj: "thumb-rel32\datatype_smil_renderer_ribodefs.h"
thumb-rel32\obj\smlfctry.obj: "smlfctry.cpp"
thumb-rel32\obj\smlfctry.obj: "..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\smlfctry.obj: "..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\smlfctry.obj: "..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\smlfctry.obj: "..\..\..\common\include\hxwintyp.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coemain.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32base.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32base.inl"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\w32std.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\fntstore.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\f32file.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32svr.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32keys.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32hal.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32pccd.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\f32file.inl"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\gdi.h"
thumb-rel32\obj\smlfctry.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\s32std.h"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -