wangzhengquan
2020-10-22 76c8ad48fe569ae629181865ace8b425bd77897e
test_net_socket/Makefile
@@ -7,10 +7,12 @@
# 开源工具包路径
LDDIR += -L${DEST}/lib
#-lusgcommon
# 开源工具包
LDLIBS += -lshm_queue -lusgcommon -lpthread
LDLIBS += -lshm_queue  -lpthread
INCLUDES += -I${DEST}/include/shmqueue -I$(ROOT)/include/usgcommon
#-I$(ROOT)/include/usgcommon
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include
PROGS = ${DEST}/test_net_mod_socket
@@ -19,11 +21,8 @@
#LIBCOMMON=${ROOT}/lib/libusgcommon.a
build:    $(PROGS)
# class
#$(DEST)/kucker : kucker.c
build: $(PROGS)
   cp -a net_mod_socket.sh ${DEST}
clean: