⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 symbian 下的helix player源代码
💻
字号:
__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/g++"

CXXFLAGS=-fomit-frame-pointer -march=armv4t -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/g++"

CCFLAGS=-fomit-frame-pointer -march=armv4t -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/g++"

CXXFLAGS=-fomit-frame-pointer -march=armv4t -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=decwrapper.cpp cook_dll_stub.c cook.uid.cpp

OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)

COMPILED_OBJS=thumb-rel32\obj\decwrapper.o thumb-rel32\obj\cook_dll_stub.o thumb-rel32\obj\cook.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 ..\..\..\..\..\datatype\rm\include -I ..\..\..\..\..\datatype\include -I .\pub -I ..\..\..\..\..\common\dbgtool\pub

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

STATIC_LIBS=c:\source\helix\datatype_dist\rm\audio\codec\ra8lbr\fixpt\thumb-rel32\ra8lbrdec.lib ..\..\..\..\..\common\system\thumb-rel32\syslib.lib ..\..\..\..\..\common\dbgtool\thumb-rel32\debuglib.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 thumb-rel32\cook.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\cook.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\cook_libs.lib $(STATIC_LIBS)
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def cook.def --output-exp thumb-rel32\cook.exp --dllname thumb-rel32\cook.dll
	python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll cook.lnk thumb-rel32\cook.exp --dll --base-file thumb-rel32\cook.bas -o thumb-rel32\cook.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\cook_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\cook.exp
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def cook.def --dllname thumb-rel32\cook.dll --base-file thumb-rel32\cook.bas --output-exp thumb-rel32\cook.exp
	python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll cook.lnk thumb-rel32\cook.exp --dll -Map thumb-rel32\cook.dll.map -o thumb-rel32\cook.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\cook_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\cook.dll thumb-rel32\cook.dll
	rm thumb-rel32\cook.exp thumb-rel32\cook.bas
	rm thumb-rel32\cook_libs.lib

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

thumb-rel32\obj\cook_dll_stub.o: cook_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\cook_dll_stub.o -c cook_dll_stub.c

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

clean: 
	$(RM) thumb-rel32\cook.dll thumb-rel32\obj\decwrapper.o thumb-rel32\obj\cook_dll_stub.o thumb-rel32\obj\cook.uid.o

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

copy: ..\..\..\..\..\release\cook.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\decwrapper.obj: "decwrapper.cpp"
thumb-rel32\obj\decwrapper.obj: ".\pub\ra8lbr.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\datatype\rm\include\racodec.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\hxresult.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\hxcom.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\hxiids.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\hxpiids.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\runtime\pub\hlxclib/string.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\runtime\pub\hlxclib\string.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\runtime\pub\hlxclib\stdlib.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\runtime\pub\hlxclib\ctype.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\runtime\pub\hlxclib/memory.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\runtime\pub\hlxclib\memory.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\atomicbase.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\system\pub\microsleep.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/time.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\_ansi.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\time.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\machine/types.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stddef.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\unistd.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/unistd.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/types.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\hxmutexlock.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdio.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdarg_e.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/stdio_t.h"
thumb-rel32\obj\decwrapper.obj: "..\..\..\..\..\common\include\hxengin.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\errno.h"
thumb-rel32\obj\decwrapper.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/errno.h"
thumb-rel32\obj\decwrapper.obj: "thumb-rel32\datatype_rm_audio_codec_ra8lbr_ribodefs.h"
thumb-rel32\obj\cook_dll_stub.obj: "cook_dll_stub.c"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\string.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\_ansi.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stddef.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\system\pub\hxglobalmgr.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\hxcom.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\hxresult.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\hxiids.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\hxpiids.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\runtime\pub\hlxclib/string.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\runtime\pub\hlxclib\string.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\runtime\pub\hlxclib\stdlib.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\runtime\pub\hlxclib\ctype.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\runtime\pub\hlxclib/memory.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\runtime\pub\hlxclib\memory.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\atomicbase.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\system\pub\microsleep.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/time.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\time.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\machine/types.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\unistd.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/unistd.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/types.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\hxmutexlock.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdio.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdarg_e.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/stdio_t.h"
thumb-rel32\obj\cook_dll_stub.obj: "..\..\..\..\..\common\include\hxengin.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\errno.h"
thumb-rel32\obj\cook_dll_stub.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/errno.h"
thumb-rel32\obj\cook_dll_stub.obj: "thumb-rel32\datatype_rm_audio_codec_ra8lbr_ribodefs.h"
thumb-rel32\obj\cook.uid.obj: "cook.uid.cpp"
thumb-rel32\obj\cook.uid.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\E32STD.H"
thumb-rel32\obj\cook.uid.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\cook.uid.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\cook.uid.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\cook.uid.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\cook.uid.obj: "thumb-rel32\datatype_rm_audio_codec_ra8lbr_ribodefs.h"

⌨️ 快捷键说明

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