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

📄 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/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=fileindextable.cpp

OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)

COMPILED_OBJS=thumb-rel32\obj\fileindextable.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 ..\..\..\common\container\pub -I ..\..\..\common\dbgtool\pub -I ..\..\..\common\util\pub -I .\pub

DEFINES=-I . -include thumb-rel32\datatype_common_container_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\dtcomcontlib.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\dtcomcontlib.lib: $(OBJS)
	-@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
	-rm thumb-rel32\dtcomcontlib.lib
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/ar" rv thumb-rel32\dtcomcontlib.lib $(OBJS)
	"C:\Symbian\6.1\Shared/EPOC32/gcc/bin/ranlib" thumb-rel32\dtcomcontlib.lib

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

clean: 
	$(RM) thumb-rel32\dtcomcontlib.lib thumb-rel32\obj\fileindextable.o

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

copy: ..\..\..\release\dtcomcontlib.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\fileindextable.obj: "fileindextable.cpp"
thumb-rel32\obj\fileindextable.obj: "..\..\..\common\include\hxresult.h"
thumb-rel32\obj\fileindextable.obj: "..\..\..\common\include\hxtypes.h"
thumb-rel32\obj\fileindextable.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thumb-rel32\obj\fileindextable.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h"
thumb-rel32\obj\fileindextable.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des8.h"
thumb-rel32\obj\fileindextable.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32des16.h"
thumb-rel32\obj\fileindextable.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.inl"
thumb-rel32\obj\fileindextable.obj: "..\..\..\common\include\platform/symbian/symbiantypes.h"
thumb-rel32\obj\fileindextable.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\libc\sys/param.h"
thumb-rel32\obj\fileindextable.obj: "..\..\..\common\include\hxbastsd.h"
thumb-rel32\obj\fileindextable.obj: ".\pub\fileindextable.h"
thumb-rel32\obj\fileindextable.obj: "thumb-rel32\datatype_common_container_ribodefs.h"

⌨️ 快捷键说明

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