wangzhengquan
2020-12-29 ed1f486e2c2d8c02d675363d848a3460edfe80e3
update
8 文件已重命名
2个文件已修改
6 ■■■■ 已修改文件
src/Makefile 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/shm/hashtable.c 补丁 | 查看 | 原始文档 | blame | 历史
src/shm/hashtable.h 补丁 | 查看 | 原始文档 | blame | 历史
src/shm/mem_pool.h 补丁 | 查看 | 原始文档 | blame | 历史
src/shm/mm.c 补丁 | 查看 | 原始文档 | blame | 历史
src/shm/mm.h 补丁 | 查看 | 原始文档 | blame | 历史
src/shm/shm_allocator.h 补丁 | 查看 | 原始文档 | blame | 历史
src/shm/shm_mm_wraper.h 补丁 | 查看 | 原始文档 | blame | 历史
src/shm/shm_mm_wrapper.c 补丁 | 查看 | 原始文档 | blame | 历史
test_net_socket/Makefile 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/Makefile
@@ -16,7 +16,7 @@
#-I$(ROOT)/include/usgcommon
INCLUDES += -I./queue -I./socket  -I$(ROOT)/include/usgcommon
INCLUDES += -I./shm -I./queue -I./socket  -I$(ROOT)/include/usgcommon
SOURCES := $(wildcard *.c ./**/*.c)
OBJS   = $(patsubst %.c, $(DEST)/%.o, $(SOURCES)) 
@@ -71,7 +71,7 @@
    install -d $(PREFIX)/lib/
    install -m 644 $^ $(PREFIX)/lib/
    install -d $(PREFIX)/include/shmqueue
    install -m 644 ./*.h ./queue/*.h ./socket/*.h  $(PREFIX)/include/shmqueue
    install -m 644 ./*.h ./shm/*.h ./queue/*.h ./socket/*.h  $(PREFIX)/include/shmqueue
.PHONY: uninstall
src/shm/hashtable.c
src/shm/hashtable.h
src/shm/mem_pool.h
src/shm/mm.c
src/shm/mm.h
src/shm/shm_allocator.h
src/shm/shm_mm_wraper.h
src/shm/shm_mm_wrapper.c
test_net_socket/Makefile
@@ -12,7 +12,7 @@
LDLIBS += -lshm_queue -lpthread -lusgcommon
#-I$(ROOT)/include/usgcommon
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I${ROOT}/include/usgcommon
INCLUDES += -I${ROOT}/src -I${ROOT}/src/shm -I${ROOT}/src/queue -I${ROOT}/src/socket  -I${ROOT}/include/usgcommon
PROGS = ${DEST}/test_net_mod_socket ${DEST}/test_bus_stop ${DEST}/heart_beat