📄 clntcoredll.mak
字号:
__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 hxdll.cpp clntcore_dll_stub.c clntcore.uid.cpp
OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
COMPILED_OBJS=thumb-rel32\obj\clntcoredll\dlliids.o thumb-rel32\obj\clntcoredll\hxdll.o thumb-rel32\obj\clntcoredll\clntcore_dll_stub.o thumb-rel32\obj\clntcoredll\clntcore.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 . -I pub\platform\symbian -I ..\..\common\include -I ..\..\common\container\pub -I ..\..\common\util\pub -I ..\..\common\dbgtool\pub -I ..\..\common\fileio\pub -I ..\..\common\lang\xml\pub -I ..\..\common\netio\pub -I ..\..\protocol\transport\common\system\pub -I ..\..\protocol\transport\rtp\pub -I ..\..\protocol\common\util\pub -I ..\..\protocol\rtsp\pub -I ..\..\protocol\rtsp\include -I ..\..\protocol\pna\pub -I ..\..\protocol\sdp\pub -I ..\..\audio\include -I ..\..\video\include -I ..\..\video\colconverter\pub -I ..\include -I ..\common\container\pub -I ..\common\util\pub -I ..\common\netio\pub -I ..\common\system\pub -I ..\audiosvc\pub -I ..\videosvc\pub -I ..\netwksvc\pub -I ..\resource\pub -I .\pub -I ..\..\client\common\system\pub -I ..\..\client\common\container\pub -I ..\..\client\common\util\pub -I ..\..\client\core\pub -I ..\..\audio\device\pub -I ..\..\client\audiosvc\pub -I ..\..\client\videosvc\pub -I ..\..\client\netwksvc\pub -I ..\..\client\common\netio\pub -I ..\..\protocol\http\pub -I ..\..\audio\resampler\pub
DEFINES=-I . -include thumb-rel32\client_core_clntcoredll_ribodefs.h
STATIC_LIBS=c:\source\helix\protocol_dist\rtsp\thumb-rel32\rdtclntlib.lib ..\..\common\system\thumb-rel32\syslib.lib ..\..\common\dbgtool\thumb-rel32\debuglib.lib ..\..\common\runtime\thumb-rel32\runtlib.lib ..\..\common\dbgtool\thumb-rel32\debuglib.lib ..\..\common\util\thumb-rel32\utillib.lib ..\..\common\container\thumb-rel32\contlib.lib ..\..\common\system\thumb-rel32\syslib.lib ..\..\common\runtime\thumb-rel32\runtlib.lib ..\..\common\fileio\thumb-rel32\fileiolib.lib ..\..\client\common\system\thumb-rel32\sysclntlib.lib ..\..\client\common\container\thumb-rel32\contclntlib.lib ..\..\client\common\util\thumb-rel32\utlclntlib.lib ..\..\client\core\thumb-rel32\clntcorelib.lib ..\..\audio\device\thumb-rel32\auddevlib.lib ..\..\client\audiosvc\thumb-rel32\audsvclib.lib ..\..\client\videosvc\thumb-rel32\vidsvclib.lib ..\..\client\netwksvc\thumb-rel32\netsvclib.lib ..\..\client\common\netio\thumb-rel32\netioclntlib.lib ..\..\protocol\transport\common\system\thumb-rel32\systranlib.lib ..\..\protocol\transport\rtp\thumb-rel32\rtptranlib.lib ..\..\protocol\common\util\thumb-rel32\protutillib.lib ..\..\protocol\rtsp\thumb-rel32\rtsplib.lib ..\..\audio\fixptresampler\thumb-rel32\fixptresampler.lib ..\..\protocol\http\thumb-rel32\httplib.lib ..\..\audio\resampler\thumb-rel32\audresamplib.lib
DYNAMIC_LIBS="C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\estlib.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\esock.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\insock.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\efsrv.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\mediaclientaudiostream.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\apmime.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\apgrfx.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\charconv.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\intconninit.lib" "C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\commdb.lib"
.s.obj:
$(CC) $(CXXFLAGS) -o $@ -c $<
.c.o:
$(CC) $(CCFLAGS) -o $@ -c $<
.cpp.o:
$(CC) $(CXXFLAGS) -o $@ -c $<
all: thumb-rel32\obj\clntcoredll thumb-rel32\clntcore.dll
thumb-rel32\obj\clntcoredll:
-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
-@if NOT exist "thumb-rel32\obj\clntcoredll" mkdir "thumb-rel32\obj\clntcoredll"
all_objects: $(OBJS)
thumb-rel32\clntcore.dll: $(OBJS) $(STATIC_LIBS)
-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
python C:\source\build\bin\armerge -d thumb-rel32\obj\clntcoredll\lib thumb-rel32\clntcore_libs.lib $(STATIC_LIBS)
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def clntcore.def --output-exp thumb-rel32\clntcore.exp --dllname thumb-rel32\clntcore.dll
python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll clntcore.lnk thumb-rel32\clntcore.exp --dll --base-file thumb-rel32\clntcore.bas -o thumb-rel32\clntcore.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\clntcore_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\clntcore.exp
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def clntcore.def --dllname thumb-rel32\clntcore.dll --base-file thumb-rel32\clntcore.bas --output-exp thumb-rel32\clntcore.exp
python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll clntcore.lnk thumb-rel32\clntcore.exp --dll -Map thumb-rel32\clntcore.dll.map -o thumb-rel32\clntcore.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\clntcore_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\clntcore.dll thumb-rel32\clntcore.dll
rm thumb-rel32\clntcore.exp thumb-rel32\clntcore.bas
rm thumb-rel32\clntcore_libs.lib
thumb-rel32\obj\clntcoredll\dlliids.o: dlliids.cpp
-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
-@if NOT exist "thumb-rel32\obj\clntcoredll" mkdir "thumb-rel32\obj\clntcoredll"
$(CC) $(CXXFLAGS) -o thumb-rel32\obj\clntcoredll\dlliids.o -c dlliids.cpp
thumb-rel32\obj\clntcoredll\hxdll.o: hxdll.cpp
-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
-@if NOT exist "thumb-rel32\obj\clntcoredll" mkdir "thumb-rel32\obj\clntcoredll"
$(CC) $(CXXFLAGS) -o thumb-rel32\obj\clntcoredll\hxdll.o -c hxdll.cpp
thumb-rel32\obj\clntcoredll\clntcore_dll_stub.o: clntcore_dll_stub.c
-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
-@if NOT exist "thumb-rel32\obj\clntcoredll" mkdir "thumb-rel32\obj\clntcoredll"
$(CC) $(CCFLAGS) -o thumb-rel32\obj\clntcoredll\clntcore_dll_stub.o -c clntcore_dll_stub.c
thumb-rel32\obj\clntcoredll\clntcore.uid.o: clntcore.uid.cpp
-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
-@if NOT exist "thumb-rel32\obj\clntcoredll" mkdir "thumb-rel32\obj\clntcoredll"
$(CC) $(CXXFLAGS) -o thumb-rel32\obj\clntcoredll\clntcore.uid.o -c clntcore.uid.cpp
clean:
$(RM) thumb-rel32\clntcore.dll thumb-rel32\obj\clntcoredll\dlliids.o thumb-rel32\obj\clntcoredll\hxdll.o
$(RM) thumb-rel32\obj\clntcoredll\clntcore_dll_stub.o thumb-rel32\obj\clntcoredll\clntcore.uid.o
..\..\release\clntcore.dll: thumb-rel32\clntcore.dll
-@if NOT exist "..\..\release" mkdir "..\..\release"
rm -rf "..\..\release\clntcore.dll"
copy "thumb-rel32\clntcore.dll" "..\..\release\clntcore.dll"
copy: ..\..\release\clntcore.dll
depend:
python C:\source\build\bin\mkdepend /tthumb-rel32\obj\clntcoredll /mclntcoredll.mak $(DEFINES) $(INCLUDES) $(SRCS)
# DO NOT DELETE -- mkdepend depends on this line
thumb-rel32\obj\clntcoredll\dlliids.obj: "dlliids.cpp"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxtypes.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxbastsd.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxcom.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxresult.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxiids.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxpiids.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\runtime\pub\hlxclib/string.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\runtime\pub\hlxclib\string.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\runtime\pub\hlxclib\stdlib.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\runtime\pub\hlxclib\ctype.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\runtime\pub\hlxclib/memory.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\runtime\pub\hlxclib\memory.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\atomicbase.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\system\pub\microsleep.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/time.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\_ansi.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\time.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\machine/types.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stddef.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\unistd.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/unistd.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/types.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxmutexlock.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdio.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdarg_e.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/stdio_t.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxengin.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\errno.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/errno.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxheap.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "..\..\common\include\hxhpbase.h"
thumb-rel32\obj\clntcoredll\dlliids.obj: "thumb-rel32\client_core_clntcoredll_ribodefs.h"
thumb-rel32\obj\clntcoredll\hxdll.obj: "hxdll.cpp"
thumb-rel32\obj\clntcoredll\hxdll.obj: "..\..\common\include\hxcom.h"
thumb-rel32\obj\clntcoredll\hxdll.obj: "..\..\common\include\hxtypes.h"
thumb-rel32\obj\clntcoredll\hxdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\clntcoredll\hxdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\clntcoredll\hxdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\clntcoredll\hxdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\clntcoredll\hxdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\clntcoredll\hxdll.obj: "..\..\common\include\platform/symbian/symbiantypes.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -