makefile
来自「symbian 下的helix player源代码」· 代码 · 共 127 行
TXT
127 行
__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/gcc"
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/gcc"
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/gcc"
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=platform\arm\core_gcc.s resample.c
OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
COMPILED_OBJS=thumb-rel32\obj\platform\arm\core_gcc.obj thumb-rel32\obj\resample.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 .\pub -I ..\..\common\dbgtool\pub
DEFINES=-I . -include thumb-rel32\audio_fixptresampler_ribodefs.h
STATIC_LIBS=..\..\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\fixptresampler.lib
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\fixptresampler.lib: $(OBJS)
-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
-rm thumb-rel32\fixptresampler.lib
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/ar" rv thumb-rel32\fixptresampler.lib $(OBJS)
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/ranlib" thumb-rel32\fixptresampler.lib
thumb-rel32\obj\platform\arm\core_gcc.obj: platform\arm\core_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\platform" mkdir "thumb-rel32\obj\platform"
-@if NOT exist "thumb-rel32\obj\platform\arm" mkdir "thumb-rel32\obj\platform\arm"
$(CC) $(CXXFLAGS) -o thumb-rel32\obj\platform\arm\core_gcc.obj -c platform\arm\core_gcc.s
thumb-rel32\obj\resample.o: resample.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\resample.o -c resample.c
clean:
$(RM) thumb-rel32\fixptresampler.lib thumb-rel32\obj\platform\arm\core_gcc.obj thumb-rel32\obj\resample.o
..\..\release\fixptresampler.lib: thumb-rel32\fixptresampler.lib
-@if NOT exist "..\..\release" mkdir "..\..\release"
rm -rf "..\..\release\fixptresampler.lib"
copy "thumb-rel32\fixptresampler.lib" "..\..\release\fixptresampler.lib"
copy: ..\..\release\fixptresampler.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\platform\arm\core_gcc.obj: "platform\arm\core_gcc.s"
thumb-rel32\obj\platform\arm\core_gcc.obj: "thumb-rel32\audio_fixptresampler_ribodefs.h"
thumb-rel32\obj\resample.obj: "resample.c"
thumb-rel32\obj\resample.obj: "..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\resample.obj: "..\..\common\include\hxtypes.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\resample.obj: "..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\resample.obj: "..\..\common\include\hxbastsd.h"
thumb-rel32\obj\resample.obj: "..\..\common\runtime\pub\hlxclib\stdlib.h"
thumb-rel32\obj\resample.obj: "..\..\common\runtime\pub\hlxclib/string.h"
thumb-rel32\obj\resample.obj: "..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
thumb-rel32\obj\resample.obj: "..\..\common\runtime\pub\hlxclib\string.h"
thumb-rel32\obj\resample.obj: "..\..\common\runtime\pub\hlxclib\ctype.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stdlib.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\_ansi.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stddef.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/reent.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/stdio_t.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys\time.h"
thumb-rel32\obj\resample.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\string.h"
thumb-rel32\obj\resample.obj: "resample.h"
thumb-rel32\obj\resample.obj: "core.h"
thumb-rel32\obj\resample.obj: "filter.h"
thumb-rel32\obj\resample.obj: "thumb-rel32\audio_fixptresampler_ribodefs.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?