From 3c4b18f39e06a09a05a13476f212d4deaa1e4707 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期日, 23 八月 2020 13:10:15 +0800 Subject: [PATCH] Merge branch 'master' of https://shmqueue --- test/Makefile | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/test/Makefile b/test/Makefile new file mode 100755 index 0000000..fc951f6 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,26 @@ +# +# Makefile for common library. +# +ROOT=.. +LDLIBS+=-Wl,-rpath=$(ROOT)/lib:$(ROOT)/build/lib +# 寮�婧愬伐鍏峰寘璺緞 +LDDIR += -L$(ROOT)/lib -L$(ROOT)/build/lib +# 寮�婧愬伐鍏峰寘 +LDLIBS += -lshm_queue -lusgcommon -lpthread + +INCLUDE += -I$(ROOT)/build/include + +PLATFORM=$(shell $(ROOT)/systype.sh) +include $(ROOT)/Make.defines.$(PLATFORM) + + +PROGS = protocle_parse strtok test_set test_vector lambda test test_type + +build: $(PROGS) + +# test1: $(LIBCOMMON) + +# 濡傛灉鍖匒 寮曠敤鍖匓锛� B 瑕佹斁鍦� A 鍚庨潰 + +clean: + rm -f $(TEMPFILES) $(PROGS) -- Gitblit v1.8.0