wangzhengquan
2020-07-09 91f003aac4c95f4d2a2fc0782c9bea9d484b6919
queue/Makefile
File was renamed from squeue/Makefile
@@ -14,8 +14,8 @@
PLATFORM=$(shell $(ROOT)/systype.sh)
include $(ROOT)/Make.defines.$(PLATFORM)
LIBSQUEUE = libsqueue.a
DLIBSQUEUE = libsqueue.so
LIBSQUEUE = libshm_queue.a
DLIBSQUEUE = libshm_queue.so
SOURCES := $(wildcard *.c)
OBJS   = $(patsubst %.c, %.o, $(SOURCES))