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

📄 makefile

📁 symbian 下的helix player源代码
💻
📖 第 1 页 / 共 5 页
字号:
__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=platform\symbian\hxsymbiannetapi.cpp platform\symbian\hxsymbianresolv.cpp platform\symbian\hxsymbiantcpsock.cpp platform\symbian\hxsymbianudpsock.cpp platform\symbian\hxsymbiansockhlp.cpp platform\symbian\hxsymbianapman.cpp hxcloakedtcp.cpp hxnetutil.cpp hxsockcallback.cpp hxapconresp.cpp

OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)

COMPILED_OBJS=thumb-rel32\obj\platform\symbian\hxsymbiannetapi.o thumb-rel32\obj\platform\symbian\hxsymbianresolv.o thumb-rel32\obj\platform\symbian\hxsymbiantcpsock.o thumb-rel32\obj\platform\symbian\hxsymbianudpsock.o thumb-rel32\obj\platform\symbian\hxsymbiansockhlp.o thumb-rel32\obj\platform\symbian\hxsymbianapman.o thumb-rel32\obj\hxcloakedtcp.o thumb-rel32\obj\hxnetutil.o thumb-rel32\obj\hxsockcallback.o thumb-rel32\obj\hxapconresp.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\util\pub -I ..\..\common\dbgtool\pub -I ..\..\common\netio\pub -I ..\..\client\common\netio\pub -I ..\..\protocol\common\util\pub -I ..\..\protocol\http\pub -I .\pub

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

thumb-rel32\obj\platform\symbian\hxsymbiannetapi.o: platform\symbian\hxsymbiannetapi.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\platform" mkdir "thumb-rel32\obj\platform"
	-@if NOT exist "thumb-rel32\obj\platform\symbian" mkdir "thumb-rel32\obj\platform\symbian"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\platform\symbian\hxsymbiannetapi.o -c platform\symbian\hxsymbiannetapi.cpp

thumb-rel32\obj\platform\symbian\hxsymbianresolv.o: platform\symbian\hxsymbianresolv.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\platform" mkdir "thumb-rel32\obj\platform"
	-@if NOT exist "thumb-rel32\obj\platform\symbian" mkdir "thumb-rel32\obj\platform\symbian"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\platform\symbian\hxsymbianresolv.o -c platform\symbian\hxsymbianresolv.cpp

thumb-rel32\obj\platform\symbian\hxsymbiantcpsock.o: platform\symbian\hxsymbiantcpsock.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\platform" mkdir "thumb-rel32\obj\platform"
	-@if NOT exist "thumb-rel32\obj\platform\symbian" mkdir "thumb-rel32\obj\platform\symbian"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\platform\symbian\hxsymbiantcpsock.o -c platform\symbian\hxsymbiantcpsock.cpp

thumb-rel32\obj\platform\symbian\hxsymbianudpsock.o: platform\symbian\hxsymbianudpsock.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\platform" mkdir "thumb-rel32\obj\platform"
	-@if NOT exist "thumb-rel32\obj\platform\symbian" mkdir "thumb-rel32\obj\platform\symbian"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\platform\symbian\hxsymbianudpsock.o -c platform\symbian\hxsymbianudpsock.cpp

thumb-rel32\obj\platform\symbian\hxsymbiansockhlp.o: platform\symbian\hxsymbiansockhlp.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\platform" mkdir "thumb-rel32\obj\platform"
	-@if NOT exist "thumb-rel32\obj\platform\symbian" mkdir "thumb-rel32\obj\platform\symbian"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\platform\symbian\hxsymbiansockhlp.o -c platform\symbian\hxsymbiansockhlp.cpp

thumb-rel32\obj\platform\symbian\hxsymbianapman.o: platform\symbian\hxsymbianapman.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\platform" mkdir "thumb-rel32\obj\platform"
	-@if NOT exist "thumb-rel32\obj\platform\symbian" mkdir "thumb-rel32\obj\platform\symbian"
	$(CC) $(CXXFLAGS) -o thumb-rel32\obj\platform\symbian\hxsymbianapman.o -c platform\symbian\hxsymbianapman.cpp

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

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

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

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

clean: 
	$(RM) thumb-rel32\netsvclib.lib thumb-rel32\obj\platform\symbian\hxsymbiannetapi.o
	$(RM) thumb-rel32\obj\platform\symbian\hxsymbianresolv.o thumb-rel32\obj\platform\symbian\hxsymbiantcpsock.o
	$(RM) thumb-rel32\obj\platform\symbian\hxsymbianudpsock.o thumb-rel32\obj\platform\symbian\hxsymbiansockhlp.o
	$(RM) thumb-rel32\obj\platform\symbian\hxsymbianapman.o thumb-rel32\obj\hxcloakedtcp.o thumb-rel32\obj\hxnetutil.o
	$(RM) thumb-rel32\obj\hxsockcallback.o thumb-rel32\obj\hxapconresp.o

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

⌨️ 快捷键说明

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