📄 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=raformat.cpp raibufs.cpp rarender.cpp smppkfdr.cpp raiids.cpp nullevent\plugin_w_eventsink.cpp nullevent\null_event_rend.cpp rarender_dll_stub.c rarender.uid.cpp
OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
COMPILED_OBJS=thumb-rel32\obj\raformat.o thumb-rel32\obj\raibufs.o thumb-rel32\obj\rarender.o thumb-rel32\obj\smppkfdr.o thumb-rel32\obj\raiids.o thumb-rel32\obj\nullevent\plugin_w_eventsink.o thumb-rel32\obj\nullevent\null_event_rend.o thumb-rel32\obj\rarender_dll_stub.o thumb-rel32\obj\rarender.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\audio\common\pub -I ..\..\..\..\datatype\rm\audio\renderer -I ..\..\..\..\datatype\rm\include -I nullevent -I ..\..\..\..\datatype\rm\audio\payload\pub -I .\pub -I ..\..\..\..\common\dbgtool\pub -I ..\..\..\..\common\util\pub -I ..\..\..\..\common\container\pub -I ..\..\..\..\datatype\common\util\pub -I ..\..\..\..\datatype\rm\common\pub
DEFINES=-I . -include thumb-rel32\datatype_rm_audio_renderer_ribodefs.h
STATIC_LIBS=c:\source\helix\datatype_dist\rm\audio\renderer\thumb-rel32\rarender.lib c:\source\helix\datatype_dist\rm\audio\common\thumb-rel32\racomlib.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\system\thumb-rel32\syslib.lib ..\..\..\..\common\runtime\thumb-rel32\runtlib.lib ..\..\..\..\common\container\thumb-rel32\contlib.lib ..\..\..\..\datatype\common\util\thumb-rel32\dtutillib.lib ..\..\..\..\datatype\rm\common\thumb-rel32\rmcomlib.lib ..\..\..\..\datatype\rm\audio\payload\thumb-rel32\rapayld.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\rarender.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\rarender.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\rarender_libs.lib $(STATIC_LIBS)
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def rarender.def --output-exp thumb-rel32\rarender.exp --dllname thumb-rel32\rarender.dll
python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll rarender.lnk thumb-rel32\rarender.exp --dll --base-file thumb-rel32\rarender.bas -o thumb-rel32\rarender.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\rarender_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\rarender.exp
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/dlltool" -m thumb --def rarender.def --dllname thumb-rel32\rarender.dll --base-file thumb-rel32\rarender.bas --output-exp thumb-rel32\rarender.exp
python C:\source\build\bin\rlink.py ld -s --thumb-entry _E32Dll -u _E32Dll rarender.lnk thumb-rel32\rarender.exp --dll -Map thumb-rel32\rarender.dll.map -o thumb-rel32\rarender.dll C:\Symbian\6.1\SERIES60\EPOC32\Release\THUMB\UREL\edll.lib $(OBJS) thumb-rel32\rarender_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\rarender.dll thumb-rel32\rarender.dll
rm thumb-rel32\rarender.exp thumb-rel32\rarender.bas
rm thumb-rel32\rarender_libs.lib
thumb-rel32\obj\raformat.o: raformat.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\raformat.o -c raformat.cpp
thumb-rel32\obj\raibufs.o: raibufs.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\raibufs.o -c raibufs.cpp
thumb-rel32\obj\rarender.o: rarender.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\rarender.o -c rarender.cpp
thumb-rel32\obj\smppkfdr.o: smppkfdr.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\smppkfdr.o -c smppkfdr.cpp
thumb-rel32\obj\raiids.o: raiids.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\raiids.o -c raiids.cpp
thumb-rel32\obj\nullevent\plugin_w_eventsink.o: nullevent\plugin_w_eventsink.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\nullevent" mkdir "thumb-rel32\obj\nullevent"
$(CC) $(CXXFLAGS) -o thumb-rel32\obj\nullevent\plugin_w_eventsink.o -c nullevent\plugin_w_eventsink.cpp
thumb-rel32\obj\nullevent\null_event_rend.o: nullevent\null_event_rend.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\nullevent" mkdir "thumb-rel32\obj\nullevent"
$(CC) $(CXXFLAGS) -o thumb-rel32\obj\nullevent\null_event_rend.o -c nullevent\null_event_rend.cpp
thumb-rel32\obj\rarender_dll_stub.o: rarender_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\rarender_dll_stub.o -c rarender_dll_stub.c
thumb-rel32\obj\rarender.uid.o: rarender.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\rarender.uid.o -c rarender.uid.cpp
clean:
$(RM) thumb-rel32\rarender.dll thumb-rel32\obj\raformat.o thumb-rel32\obj\raibufs.o thumb-rel32\obj\rarender.o
$(RM) thumb-rel32\obj\smppkfdr.o thumb-rel32\obj\raiids.o thumb-rel32\obj\nullevent\plugin_w_eventsink.o
$(RM) thumb-rel32\obj\nullevent\null_event_rend.o thumb-rel32\obj\rarender_dll_stub.o thumb-rel32\obj\rarender.uid.o
..\..\..\..\release\rarender.dll: thumb-rel32\rarender.dll
-@if NOT exist "..\..\..\..\release" mkdir "..\..\..\..\release"
rm -rf "..\..\..\..\release\rarender.dll"
copy "thumb-rel32\rarender.dll" "..\..\..\..\release\rarender.dll"
copy: ..\..\..\..\release\rarender.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\raformat.obj: "raformat.cpp"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\hlxclib/stdio.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\platform/openwave/hx_op_debug.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\platform/openwave/hx_op_fs.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\hlxclib/sys/types.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/types.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stddef.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\machine/types.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\hlxclib/time.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/time.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\_ansi.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\hlxclib\time.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\platform/openwave/hx_op_timeutil.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\raformat.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\hlxclib\windows.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\hlxosstr.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\raformat.obj: "..\..\..\..\common\runtime\pub\hlxclib\stdlib.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -