mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 23:31:03 +00:00
Makefile.dep updated.
This commit is contained in:
parent
b1ba58f341
commit
2dfc5e35a9
@ -1,5 +1,5 @@
|
|||||||
adlist.o: adlist.c adlist.h zmalloc.h
|
adlist.o: adlist.c adlist.h zmalloc.h
|
||||||
ae.o: ae.c ae.h zmalloc.h config.h ae_kqueue.c
|
ae.o: ae.c ae.h zmalloc.h config.h ae_kqueue.c ae_epoll.c ae_select.c ae_evport.c
|
||||||
ae_epoll.o: ae_epoll.c
|
ae_epoll.o: ae_epoll.c
|
||||||
ae_evport.o: ae_evport.c
|
ae_evport.o: ae_evport.c
|
||||||
ae_kqueue.o: ae_kqueue.c
|
ae_kqueue.o: ae_kqueue.c
|
||||||
@ -117,3 +117,6 @@ ziplist.o: ziplist.c zmalloc.h util.h sds.h ziplist.h endianconv.h \
|
|||||||
config.h redisassert.h
|
config.h redisassert.h
|
||||||
zipmap.o: zipmap.c zmalloc.h endianconv.h config.h
|
zipmap.o: zipmap.c zmalloc.h endianconv.h config.h
|
||||||
zmalloc.o: zmalloc.c config.h zmalloc.h
|
zmalloc.o: zmalloc.c config.h zmalloc.h
|
||||||
|
blocked.o: blocked.c redis.h fmacros.h config.h ../deps/lua/src/lua.h \
|
||||||
|
../deps/lua/src/luaconf.h ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||||
|
ziplist.h intset.h version.h util.h rdb.h rio.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user