wangzhengquan
2020-11-26 1f8a523275ca32e30335c02e3feabb3110549fa6
update
4个文件已修改
8 ■■■■ 已修改文件
src/Makefile 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
test_net_socket/Makefile 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
test_queue/Makefile 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
test_socket/Makefile 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/Makefile
@@ -16,7 +16,7 @@
#-I$(ROOT)/include/usgcommon
INCLUDES += -I./queue -I./socket -I./common/include
INCLUDES += -I./queue -I./socket -I./common/include -I$(ROOT)/include/usgcommon
SOURCES := $(wildcard *.c ./**/*.c)
OBJS   = $(patsubst %.c, $(DEST)/%.o, $(SOURCES)) 
test_net_socket/Makefile
@@ -12,7 +12,7 @@
LDLIBS += -lshm_queue  -lpthread
#-I$(ROOT)/include/usgcommon
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I./include/usgcommon
PROGS = ${DEST}/test_net_mod_socket
test_queue/Makefile
@@ -8,7 +8,7 @@
# 开源工具包
LDLIBS += -lshm_queue -lusgcommon -lpthread
INCLUDE += -I$(ROOT)/build/include
INCLUDE += -I$(ROOT)/build/include -I$(ROOT)/include/usgcommon
PLATFORM=$(shell $(ROOT)/systype.sh)
include $(ROOT)/Make.defines.$(PLATFORM)
test_socket/Makefile
@@ -10,7 +10,7 @@
#-lusgcommon
LDLIBS += -lshm_queue  -lpthread
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I$(ROOT)/include/usgcommon
PROGS = ${DEST}/dgram_mod_bus ${DEST}/dgram_mod_survey ${DEST}/dgram_mod_req_rep ${DEST}/test_timeout ${DEST}/test_open_close