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

📄 makefile

📁 telcobridges voip develop
💻
字号:
MAKEDIR ?= ../../common/make

include ${MAKEDIR}/makefile.top

TARGETNAME = voip
DEFINES +=
CFLAGS += -Wall
INCLUDESPATH += -I.. -I../stream
LIBPATH +=

LIBS += -ltbxhost -ltbxstream -ltbxclitools -ltbstreamserver -ltbxtest -lpcap

# Add in SRC files from:
SRCS=	\
	voip.c								\
	voip_adapter.c						\
	voip_adapter_alloc.c				\
	voip_adapter_clear.c				\
	voip_adapter_compare.c				\
	voip_adapter_configure.c			\
	voip_adapter_ready.c				\
	voip_adapter_set.c					\
	voip_adapter_state.c				\
	voip_adapter_sync.c					\
	voip_cli.c							\
	voip_cli_cmd.c						\
	voip_config.c						\
	voip_msg.c							\
	voip_parse.c						\
	voip_state.c						\
	voip_stream_server.c				\
	voip_stress_test.c					\
	voip_demo.c							\
	voip_auto_test.c					\
	voip_raw_data_file.c				\
	../../common/src/tbxfeatures.c

include ${MAKEDIR}/makefile.rules

⌨️ 快捷键说明

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