wangzhengquan
2020-12-01 caecfd9123e17b916c1e6e79f967afb3cdeaa0bb
test_socket/Makefile
@@ -1,4 +1,3 @@
ROOT := ..
PLATFORM=$(shell $(ROOT)/systype.sh)
include $(ROOT)/Make.defines.$(PLATFORM)
@@ -8,9 +7,10 @@
LDDIR += -L${DEST}/lib
# 开源工具包
LDLIBS += -lshm_queue -lusgcommon -lpthread
#-lusgcommon
LDLIBS += -lshm_queue  -lpthread -lusgcommon
INCLUDES += -I${DEST}/include/shmqueue -I$(ROOT)/include/usgcommon
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