bipc/Makefile | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/bipc.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/bipc.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_bus | 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_bus.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_bus.sh | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_pair | 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_pair.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_pair.sh | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_pubsub | 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_pubsub.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_pubsub.sh | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_pullpush | 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_pullpush.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_pullpush.sh | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_reqrep | 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_reqrep.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_reqrep.sh | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_survey | 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_survey.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_survey.sh | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_survey2 | 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_survey2.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
bipc/test_survey2.sh | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
common/Makefile | ●●●●● 补丁 | 查看 | 原始文档 | 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_busBinary files differ
bipc/test_bus.c
File was deleted bipc/test_bus.sh
File was deleted bipc/test_pairBinary files differ
bipc/test_pair.c
File was deleted bipc/test_pair.sh
File was deleted bipc/test_pubsubBinary files differ
bipc/test_pubsub.c
File was deleted bipc/test_pubsub.sh
File was deleted bipc/test_pullpushBinary files differ
bipc/test_pullpush.c
File was deleted bipc/test_pullpush.sh
File was deleted bipc/test_reqrepBinary files differ
bipc/test_reqrep.c
File was deleted bipc/test_reqrep.sh
File was deleted bipc/test_surveyBinary files differ
bipc/test_survey.c
File was deleted bipc/test_survey.sh
File was deleted bipc/test_survey2Binary 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.aBinary files differ
common/libusgcommon.soBinary files differ
service/netdisk_serviceBinary files differ
service/testBinary files differ
service/test_clientBinary files differ
service/test_propertiesBinary files differ
service/test_queueBinary files differ