From 6da3e92dab82554db8492d2bd7981ecd9ef3fd65 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 23 七月 2020 15:57:34 +0800 Subject: [PATCH] sycronized --- test_socket/Makefile | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/test_socket/Makefile b/test_socket/Makefile index 5828f23..214cd1a 100644 --- a/test_socket/Makefile +++ b/test_socket/Makefile @@ -2,19 +2,19 @@ # Makefile for common library. # ROOT=.. -LDLIBS+=-Wl,-rpath=$(ROOT)/queue:$(ROOT)/lib +LDLIBS+=-Wl,-rpath=$(ROOT)/lib:$(ROOT)/build/lib # 寮�婧愬伐鍏峰寘璺緞 -LDDIR += -L$(ROOT)/queue +LDDIR += -L$(ROOT)/build/lib # 寮�婧愬伐鍏峰寘 LDLIBS += -lshm_queue -lusgcommon -lpthread -INCLUDE += -I$(ROOT)/queue/ -I$(ROOT)/queue/include +INCLUDE += -I$(ROOT)/build/include PLATFORM=$(shell $(ROOT)/systype.sh) include $(ROOT)/Make.defines.$(PLATFORM) -PROGS = req_rep pub_sub +PROGS = dgram_socket_test dgram_mod_req_rep build: $(PROGS) @@ -26,7 +26,3 @@ clean: rm -f $(TEMPFILES) $(PROGS) - - -$(LIBQUEUE): - (cd $(ROOT)/queue && $(MAKE)) -- Gitblit v1.8.0