wangzhengquan
2020-06-16 794acdd7e45b2305f25fdddc6fd43e7648216807
move ipc
24个文件已删除
8个文件已修改
909 ■■■■■ 已修改文件
bipc/Makefile 41 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/bipc.c 144 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/bipc.h 63 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_bus 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_bus.c 74 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_bus.sh 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_pair 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_pair.c 93 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_pair.sh 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_pubsub 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_pubsub.c 84 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_pubsub.sh 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_pullpush 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_pullpush.c 71 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_pullpush.sh 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_reqrep 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_reqrep.c 92 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_reqrep.sh 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_survey 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_survey.c 96 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_survey.sh 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_survey2 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_survey2.c 112 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
bipc/test_survey2.sh 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/Makefile 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/libusgcommon.a 补丁 | 查看 | 原始文档 | blame | 历史
common/libusgcommon.so 补丁 | 查看 | 原始文档 | blame | 历史
service/netdisk_service 补丁 | 查看 | 原始文档 | blame | 历史
service/test 补丁 | 查看 | 原始文档 | blame | 历史
service/test_client 补丁 | 查看 | 原始文档 | blame | 历史
service/test_properties 补丁 | 查看 | 原始文档 | blame | 历史
service/test_queue 补丁 | 查看 | 原始文档 | blame | 历史
bipc/Makefile
File was deleted
bipc/bipc.c
File was deleted
bipc/bipc.h
File was deleted
bipc/test_bus
Binary files differ
bipc/test_bus.c
File was deleted
bipc/test_bus.sh
File was deleted
bipc/test_pair
Binary files differ
bipc/test_pair.c
File was deleted
bipc/test_pair.sh
File was deleted
bipc/test_pubsub
Binary files differ
bipc/test_pubsub.c
File was deleted
bipc/test_pubsub.sh
File was deleted
bipc/test_pullpush
Binary files differ
bipc/test_pullpush.c
File was deleted
bipc/test_pullpush.sh
File was deleted
bipc/test_reqrep
Binary files differ
bipc/test_reqrep.c
File was deleted
bipc/test_reqrep.sh
File was deleted
bipc/test_survey
Binary files differ
bipc/test_survey.c
File was deleted
bipc/test_survey.sh
File was deleted
bipc/test_survey2
Binary files differ
bipc/test_survey2.c
File was deleted
bipc/test_survey2.sh
File was deleted
common/Makefile
@@ -12,8 +12,9 @@
SOURCES := $(wildcard *.c)
OBJS   = $(patsubst %.c, %.o, $(SOURCES)) 
all: libs
all: $(LIBCOMMON) $(DLIBCOMMON)
libs: $(LIBCOMMON) $(DLIBCOMMON)
#static lib
@@ -26,6 +27,7 @@
    rm -f *.o
    $(CC) -fPIC -shared $(CFLAGS) $^ -o $@ $(LDFLAGS)
#PREFIX is environment variable, but if it is not set, then set default value
ifeq ($(PREFIX),)
    PREFIX := /usr/local
common/libusgcommon.a
Binary files differ
common/libusgcommon.so
Binary files differ
service/netdisk_service
Binary files differ
service/test
Binary files differ
service/test_client
Binary files differ
service/test_properties
Binary files differ
service/test_queue
Binary files differ