makefile

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

TXT
306
字号
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
	-@if NOT exist "thumb-rel32\obj\real" mkdir "thumb-rel32\obj\real"
	$(CC) $(CCFLAGS) -o thumb-rel32\obj\real\trigtabs.o -c real\trigtabs.c

thumb-rel32\obj\real\arm\asmpoly_gcc.obj: real\arm\asmpoly_gcc.s
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	-@if NOT exist "thumb-rel32\obj" mkdir "thumb-rel32\obj"
	-@if NOT exist "thumb-rel32\obj\real" mkdir "thumb-rel32\obj\real"
	-@if NOT exist "thumb-rel32\obj\real\arm" mkdir "thumb-rel32\obj\real\arm"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\real\arm\asmpoly_gcc.obj -c real\arm\asmpoly_gcc.s

clean: 
	$(RM) thumb-rel32\mp3codecfixpt.lib thumb-rel32\obj\mpadecobj.o thumb-rel32\obj\mp3dec.o thumb-rel32\obj\mp3tabs.o
	$(RM) thumb-rel32\obj\real\bitstream.o thumb-rel32\obj\real\buffers.o thumb-rel32\obj\real\dct32.o
	$(RM) thumb-rel32\obj\real\dequant.o thumb-rel32\obj\real\dqchan.o thumb-rel32\obj\real\huffman.o
	$(RM) thumb-rel32\obj\real\hufftabs.o thumb-rel32\obj\real\imdct.o thumb-rel32\obj\real\scalfact.o
	$(RM) thumb-rel32\obj\real\stproc.o thumb-rel32\obj\real\subband.o thumb-rel32\obj\real\trigtabs.o
	$(RM) thumb-rel32\obj\real\arm\asmpoly_gcc.obj

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

copy: ..\..\..\..\release\mp3codecfixpt.lib

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\mpadecobj.obj: "mpadecobj.cpp"
thumb-rel32\obj\mpadecobj.obj: ".\pub\mpadecobjfixpt.h"
thumb-rel32\obj\mpadecobj.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\mpadecobj.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\mp3dec.obj: "mp3dec.c"
thumb-rel32\obj\mp3dec.obj: "..\..\..\..\common\runtime\pub\hlxclib/string.h"
thumb-rel32\obj\mp3dec.obj: "..\..\..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
thumb-rel32\obj\mp3dec.obj: "..\..\..\..\common\runtime\pub\hlxclib\string.h"
thumb-rel32\obj\mp3dec.obj: "..\..\..\..\common\runtime\pub\hlxclib\stdlib.h"
thumb-rel32\obj\mp3dec.obj: "..\..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\mp3dec.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\mp3dec.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\mp3dec.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\mp3dec.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\mp3dec.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\mp3dec.obj: "..\..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\mp3dec.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\mp3dec.obj: "..\..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\mp3dec.obj: "..\..\..\..\common\runtime\pub\hlxclib\ctype.h"
thumb-rel32\obj\mp3dec.obj: "..\..\..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\mp3dec.obj: ".\pub\mp3common.h"
thumb-rel32\obj\mp3dec.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\mp3dec.obj: ".\pub\statname.h"
thumb-rel32\obj\mp3dec.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\mp3tabs.obj: "mp3tabs.c"
thumb-rel32\obj\mp3tabs.obj: ".\pub\mp3common.h"
thumb-rel32\obj\mp3tabs.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\mp3tabs.obj: ".\pub\statname.h"
thumb-rel32\obj\mp3tabs.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\bitstream.obj: "real\bitstream.c"
thumb-rel32\obj\real\bitstream.obj: "real\coder.h"
thumb-rel32\obj\real\bitstream.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\bitstream.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\bitstream.obj: ".\pub\statname.h"
thumb-rel32\obj\real\bitstream.obj: "real\assembly.h"
thumb-rel32\obj\real\bitstream.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\buffers.obj: "real\buffers.c"
thumb-rel32\obj\real\buffers.obj: "..\..\..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\real\buffers.obj: "..\..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\real\buffers.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\real\buffers.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\real\buffers.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\real\buffers.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\real\buffers.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\real\buffers.obj: "..\..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\real\buffers.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\real\buffers.obj: "..\..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\real\buffers.obj: "..\..\..\..\common\runtime\pub\hlxclib\stdlib.h"
thumb-rel32\obj\real\buffers.obj: "real\coder.h"
thumb-rel32\obj\real\buffers.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\buffers.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\buffers.obj: ".\pub\statname.h"
thumb-rel32\obj\real\buffers.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\dct32.obj: "real\dct32.c"
thumb-rel32\obj\real\dct32.obj: "real\coder.h"
thumb-rel32\obj\real\dct32.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\dct32.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\dct32.obj: ".\pub\statname.h"
thumb-rel32\obj\real\dct32.obj: "real\assembly.h"
thumb-rel32\obj\real\dct32.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\dequant.obj: "real\dequant.c"
thumb-rel32\obj\real\dequant.obj: "real\coder.h"
thumb-rel32\obj\real\dequant.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\dequant.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\dequant.obj: ".\pub\statname.h"
thumb-rel32\obj\real\dequant.obj: "real\assembly.h"
thumb-rel32\obj\real\dequant.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\dqchan.obj: "real\dqchan.c"
thumb-rel32\obj\real\dqchan.obj: "real\coder.h"
thumb-rel32\obj\real\dqchan.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\dqchan.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\dqchan.obj: ".\pub\statname.h"
thumb-rel32\obj\real\dqchan.obj: "real\assembly.h"
thumb-rel32\obj\real\dqchan.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\huffman.obj: "real\huffman.c"
thumb-rel32\obj\real\huffman.obj: "real\coder.h"
thumb-rel32\obj\real\huffman.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\huffman.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\huffman.obj: ".\pub\statname.h"
thumb-rel32\obj\real\huffman.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\hufftabs.obj: "real\hufftabs.c"
thumb-rel32\obj\real\hufftabs.obj: "real\coder.h"
thumb-rel32\obj\real\hufftabs.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\hufftabs.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\hufftabs.obj: ".\pub\statname.h"
thumb-rel32\obj\real\hufftabs.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\imdct.obj: "real\imdct.c"
thumb-rel32\obj\real\imdct.obj: "real\coder.h"
thumb-rel32\obj\real\imdct.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\imdct.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\imdct.obj: ".\pub\statname.h"
thumb-rel32\obj\real\imdct.obj: "real\assembly.h"
thumb-rel32\obj\real\imdct.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\scalfact.obj: "real\scalfact.c"
thumb-rel32\obj\real\scalfact.obj: "real\coder.h"
thumb-rel32\obj\real\scalfact.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\scalfact.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\scalfact.obj: ".\pub\statname.h"
thumb-rel32\obj\real\scalfact.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\stproc.obj: "real\stproc.c"
thumb-rel32\obj\real\stproc.obj: "real\coder.h"
thumb-rel32\obj\real\stproc.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\stproc.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\stproc.obj: ".\pub\statname.h"
thumb-rel32\obj\real\stproc.obj: "real\assembly.h"
thumb-rel32\obj\real\stproc.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\subband.obj: "real\subband.c"
thumb-rel32\obj\real\subband.obj: "real\coder.h"
thumb-rel32\obj\real\subband.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\subband.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\subband.obj: ".\pub\statname.h"
thumb-rel32\obj\real\subband.obj: "real\assembly.h"
thumb-rel32\obj\real\subband.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\trigtabs.obj: "real\trigtabs.c"
thumb-rel32\obj\real\trigtabs.obj: "real\coder.h"
thumb-rel32\obj\real\trigtabs.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\trigtabs.obj: ".\pub\mp3dec.h"
thumb-rel32\obj\real\trigtabs.obj: ".\pub\statname.h"
thumb-rel32\obj\real\trigtabs.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"
thumb-rel32\obj\real\arm\asmpoly_gcc.obj: "real\arm\asmpoly_gcc.s"
thumb-rel32\obj\real\arm\asmpoly_gcc.obj: "thumb-rel32\datatype_mp3_codec_fixpt_ribodefs.h"

⌨️ 快捷键说明

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