wangzhengquan
2020-12-30 5eced9fa401e05226309ec9682df4310b18683c3
test_queue/Makefile
@@ -4,17 +4,17 @@
ROOT=..
LDLIBS+=-Wl,-rpath=$(ROOT)/lib:$(ROOT)/build/lib
# 开源工具包路径
LDDIR +=  -L$(ROOT)/lib -L$(ROOT)/build/lib
LDDIR += -L$(ROOT)/build/lib
# 开源工具包
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)
 
PROGS = test
PROGS = test_queue
build: $(PROGS)