umakedll.mak

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

MAK
267
字号
__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=giffdll.cpp giffformat_dll_stub.c giffformat.uid.cpp

OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)

COMPILED_OBJS=thumb-rel32\obj\umakedll\giffdll.o thumb-rel32\obj\umakedll\giffformat_dll_stub.o thumb-rel32\obj\umakedll\giffformat.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 ..\..\common\pub -I ..\..\gif\common\pub -I ..\..\gif\fileformat\pub -I .\pub -I ..\..\..\..\common\dbgtool\pub -I ..\..\..\..\datatype\common\util\pub -I ..\..\..\..\common\util\pub -I ..\..\..\..\common\container\pub

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

STATIC_LIBS=..\..\gif\fileformat\thumb-rel32\gifflib.lib ..\..\gif\common\thumb-rel32\gifcomlib.lib ..\..\common\thumb-rel32\imgcomlib.lib ..\..\..\..\common\system\thumb-rel32\syslib.lib ..\..\..\..\common\dbgtool\thumb-rel32\debuglib.lib ..\..\..\..\common\runtime\thumb-rel32\runtlib.lib ..\..\..\..\datatype\common\util\thumb-rel32\dtutillib.lib ..\..\..\..\common\util\thumb-rel32\utillib.lib ..\..\..\..\common\container\thumb-rel32\contlib.lib ..\..\..\..\common\dbgtool\thumb-rel32\debuglib.lib ..\..\..\..\common\system\thumb-rel32\syslib.lib ..\..\..\..\common\runtime\thumb-rel32\runtlib.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\giffformat.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\giffformat.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\giffformat_libs.lib $(STATIC_LIBS)
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def giffformat.def --output-exp thumb-rel32\giffformat.exp --dllname thumb-rel32\giffformat.dll
	python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll giffformat.lnk thumb-rel32\giffformat.exp --dll --base-file thumb-rel32\giffformat.bas -o thumb-rel32\giffformat.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\giffformat_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\giffformat.exp
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def giffformat.def --dllname thumb-rel32\giffformat.dll --base-file thumb-rel32\giffformat.bas --output-exp thumb-rel32\giffformat.exp
	python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll giffformat.lnk thumb-rel32\giffformat.exp --dll -Map thumb-rel32\giffformat.dll.map -o thumb-rel32\giffformat.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\giffformat_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\giffformat.dll thumb-rel32\giffformat.dll
	rm thumb-rel32\giffformat.exp thumb-rel32\giffformat.bas
	rm thumb-rel32\giffformat_libs.lib

thumb-rel32\obj\umakedll\giffdll.o: giffdll.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\giffdll.o -c giffdll.cpp

thumb-rel32\obj\umakedll\giffformat_dll_stub.o: giffformat_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\giffformat_dll_stub.o -c giffformat_dll_stub.c

thumb-rel32\obj\umakedll\giffformat.uid.o: giffformat.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\giffformat.uid.o -c giffformat.uid.cpp

clean: 
	$(RM) thumb-rel32\giffformat.dll thumb-rel32\obj\umakedll\giffdll.o thumb-rel32\obj\umakedll\giffformat_dll_stub.o
	$(RM) thumb-rel32\obj\umakedll\giffformat.uid.o

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

copy: ..\..\..\..\release\giffformat.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\giffdll.obj: "giffdll.cpp"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\umakedll\giffdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\umakedll\giffdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\umakedll\giffdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\umakedll\giffdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\umakedll\giffdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\umakedll\giffdll.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\include\hxcom.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\include\hxresult.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\include\hxiids.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\include\hxpiids.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\runtime\pub\hlxclib/string.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\runtime\pub\hlxclib\string.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\runtime\pub\hlxclib\stdlib.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\runtime\pub\hlxclib\ctype.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\runtime\pub\hlxclib/memory.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\runtime\pub\hlxclib\memory.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\include\atomicbase.h"
thumb-rel32\obj\umakedll\giffdll.obj: "..\..\..\..\common\system\pub\microsleep.h"

⌨️ 快捷键说明

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