makefile
来自「symbian 下的helix player源代码」· 代码 · 共 320 行 · 第 1/2 页
TXT
320 行
__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=colormap.c coloracc.cpp infmt.cpp
OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
COMPILED_OBJS=thumb-rel32\obj\colormap.o thumb-rel32\obj\coloracc.o thumb-rel32\obj\infmt.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 ..\include -I ..\..\common\dbgtool\pub -I ..\..\common\container\pub -I ..\..\common\fileio\pub -I ..\..\client\include -I ..\colconverter\pub -I .\pub
DEFINES=-I . -include thumb-rel32\video_vidutil_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\vidutillib.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\vidutillib.lib: $(OBJS)
-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
-rm thumb-rel32\vidutillib.lib
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/ar" rv thumb-rel32\vidutillib.lib $(OBJS)
"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/ranlib" thumb-rel32\vidutillib.lib
thumb-rel32\obj\colormap.o: colormap.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\colormap.o -c colormap.c
thumb-rel32\obj\coloracc.o: coloracc.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\coloracc.o -c coloracc.cpp
thumb-rel32\obj\infmt.o: infmt.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\infmt.o -c infmt.cpp
clean:
$(RM) thumb-rel32\vidutillib.lib thumb-rel32\obj\colormap.o thumb-rel32\obj\coloracc.o thumb-rel32\obj\infmt.o
..\..\release\vidutillib.lib: thumb-rel32\vidutillib.lib
-@if NOT exist "..\..\release" mkdir "..\..\release"
rm -rf "..\..\release\vidutillib.lib"
copy "thumb-rel32\vidutillib.lib" "..\..\release\vidutillib.lib"
copy: ..\..\release\vidutillib.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\colormap.obj: "colormap.c"
thumb-rel32\obj\colormap.obj: "..\..\common\include\hxtypes.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\colormap.obj: "..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\colormap.obj: "..\..\common\include\hxbastsd.h"
thumb-rel32\obj\colormap.obj: "..\..\common\include\hxwintyp.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\coemain.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32base.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32base.inl"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\w32std.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\fntstore.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\f32file.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32svr.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32keys.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32hal.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32pccd.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\f32file.inl"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\gdi.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\s32std.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\s32strm.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\s32strm.inl"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\s32std.inl"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\gdi.inl"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\openfont.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitdev.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\fbs.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitmap.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitbase.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitstd.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bitdev.inl"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\barsc.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\badesca.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\bamdesca.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\basched.h"
thumb-rel32\obj\colormap.obj: "..\..\common\include\hxcom.h"
thumb-rel32\obj\colormap.obj: "..\..\common\include\hxresult.h"
thumb-rel32\obj\colormap.obj: "..\..\common\include\hxiids.h"
thumb-rel32\obj\colormap.obj: "..\..\common\include\hxpiids.h"
thumb-rel32\obj\colormap.obj: "..\..\common\runtime\pub\hlxclib/string.h"
thumb-rel32\obj\colormap.obj: "..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
thumb-rel32\obj\colormap.obj: "..\..\common\runtime\pub\hlxclib\string.h"
thumb-rel32\obj\colormap.obj: "..\..\common\runtime\pub\hlxclib\stdlib.h"
thumb-rel32\obj\colormap.obj: "..\..\common\runtime\pub\hlxclib\ctype.h"
thumb-rel32\obj\colormap.obj: "..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\colormap.obj: "..\..\common\runtime\pub\hlxclib/memory.h"
thumb-rel32\obj\colormap.obj: "..\..\common\runtime\pub\hlxclib\memory.h"
thumb-rel32\obj\colormap.obj: "..\..\common\include\atomicbase.h"
thumb-rel32\obj\colormap.obj: "..\..\common\system\pub\microsleep.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/time.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\_ansi.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\time.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\machine/types.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\stddef.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\unistd.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/unistd.h"
thumb-rel32\obj\colormap.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/types.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?