umakedll.mak

来自「symbian 下的helix player源代码」· MAK 代码 · 共 795 行 · 第 1/5 页

MAK
795
字号
__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=h263video.cpp h263vidfmt.cpp h263dec.cpp plugin.cpp guids.cpp h263render_dll_stub.c h263render.uid.cpp

OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)

COMPILED_OBJS=thumb-rel32\obj\umakedll\h263video.o thumb-rel32\obj\umakedll\h263vidfmt.o thumb-rel32\obj\umakedll\h263dec.o thumb-rel32\obj\umakedll\plugin.o thumb-rel32\obj\umakedll\guids.o thumb-rel32\obj\umakedll\h263render_dll_stub.o thumb-rel32\obj\umakedll\h263render.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\videosvc\include -I ..\..\..\client\common\container\pub -I ..\..\..\client\include -I ..\..\..\datatype\common\container\pub -I ..\..\..\datatype\common\util\pub -I ..\..\..\datatype\common\vidrend\pub -I ..\..\..\datatype\h263\payload\pub -I ..\..\..\datatype\h263\codec -I .\pub -I ..\..\..\common\dbgtool\pub -I ..\..\..\common\util\pub -I ..\..\..\common\container\pub -I ..\..\..\protocol\common\util\pub -I ..\..\..\protocol\sdp\pub -I ..\..\..\protocol\rtsp\pub

DEFINES=-I . -include thumb-rel32\datatype_h263_renderer_umakedll_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\dbgtool\thumb-rel32\debuglib.lib ..\..\..\common\util\thumb-rel32\utillib.lib ..\..\..\common\container\thumb-rel32\contlib.lib ..\..\..\common\system\thumb-rel32\syslib.lib ..\..\..\protocol\common\util\thumb-rel32\protutillib.lib ..\..\..\protocol\sdp\thumb-rel32\sdplib.lib ..\..\..\protocol\rtsp\thumb-rel32\rtsplib.lib ..\..\..\video\vidutil\thumb-rel32\vidutillib.lib ..\..\..\datatype\common\vidrend\thumb-rel32\vidrend.lib ..\..\..\datatype\common\util\thumb-rel32\dtutillib.lib ..\..\..\datatype\h263\payload\thumb-rel32\h263pyldlib.lib

DYNAMIC_LIBS="C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\estlib.lib"

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

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

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

all: thumb-rel32\obj\umakedll thumb-rel32\h263render.dll

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

all_objects: $(OBJS)

thumb-rel32\h263render.dll: $(OBJS) $(STATIC_LIBS)
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	python C:\source\build\bin\armerge -d thumb-rel32\obj\umakedll\lib thumb-rel32\h263render_libs.lib $(STATIC_LIBS)
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def h263render.def --output-exp thumb-rel32\h263render.exp --dllname thumb-rel32\h263render.dll
	python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll h263render.lnk thumb-rel32\h263render.exp --dll --base-file thumb-rel32\h263render.bas -o thumb-rel32\h263render.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\h263render_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\h263render.exp
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def h263render.def --dllname thumb-rel32\h263render.dll --base-file thumb-rel32\h263render.bas --output-exp thumb-rel32\h263render.exp
	python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll h263render.lnk thumb-rel32\h263render.exp --dll -Map thumb-rel32\h263render.dll.map -o thumb-rel32\h263render.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\h263render_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\h263render.dll thumb-rel32\h263render.dll
	rm thumb-rel32\h263render.exp thumb-rel32\h263render.bas
	rm thumb-rel32\h263render_libs.lib

thumb-rel32\obj\umakedll\h263video.o: h263video.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\umakedll" mkdir "thumb-rel32\obj\umakedll"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\umakedll\h263video.o -c h263video.cpp

thumb-rel32\obj\umakedll\h263vidfmt.o: h263vidfmt.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\umakedll" mkdir "thumb-rel32\obj\umakedll"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\umakedll\h263vidfmt.o -c h263vidfmt.cpp

thumb-rel32\obj\umakedll\h263dec.o: h263dec.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\umakedll" mkdir "thumb-rel32\obj\umakedll"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\umakedll\h263dec.o -c h263dec.cpp

thumb-rel32\obj\umakedll\plugin.o: plugin.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\umakedll" mkdir "thumb-rel32\obj\umakedll"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\umakedll\plugin.o -c plugin.cpp

thumb-rel32\obj\umakedll\guids.o: guids.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\umakedll" mkdir "thumb-rel32\obj\umakedll"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\umakedll\guids.o -c guids.cpp

thumb-rel32\obj\umakedll\h263render_dll_stub.o: h263render_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\umakedll" mkdir "thumb-rel32\obj\umakedll"
	$(CC) $(CCFLAGS) -o thumb-rel32\obj\umakedll\h263render_dll_stub.o -c h263render_dll_stub.c

thumb-rel32\obj\umakedll\h263render.uid.o: h263render.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\umakedll" mkdir "thumb-rel32\obj\umakedll"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\umakedll\h263render.uid.o -c h263render.uid.cpp

clean: 
	$(RM) thumb-rel32\h263render.dll thumb-rel32\obj\umakedll\h263video.o thumb-rel32\obj\umakedll\h263vidfmt.o
	$(RM) thumb-rel32\obj\umakedll\h263dec.o thumb-rel32\obj\umakedll\plugin.o thumb-rel32\obj\umakedll\guids.o
	$(RM) thumb-rel32\obj\umakedll\h263render_dll_stub.o thumb-rel32\obj\umakedll\h263render.uid.o

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

copy: ..\..\..\release\h263render.dll

depend: 
	python C:\source\build\bin\mkdepend /tthumb-rel32\obj\umakedll /mumakedll.mak $(DEFINES) $(INCLUDES) $(SRCS)
# DO NOT DELETE -- mkdepend depends on this line
thumb-rel32\obj\umakedll\h263video.obj: "h263video.cpp"
thumb-rel32\obj\umakedll\h263video.obj: "h263rend.ver"
thumb-rel32\obj\umakedll\h263video.obj: "..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\umakedll\h263video.obj: "..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\umakedll\h263video.obj: "..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\umakedll\h263video.obj: "..\..\..\common\include\hxwintyp.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coemain.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32base.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32base.inl"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\w32std.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\fntstore.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\f32file.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32svr.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32keys.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32hal.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32pccd.h"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\f32file.inl"
thumb-rel32\obj\umakedll\h263video.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\gdi.h"

⌨️ 快捷键说明

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