makefile

来自「telcobridges voip develop」· 代码 · 共 39 行

TXT
39
字号
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 + =
减小字号Ctrl + -
显示快捷键?