Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9e9c0ce1
Commit
9e9c0ce1
authored
Jun 06, 2009
by
antirez
Browse files
Makefile dependencies updated
parent
6f376729
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
9e9c0ce1
...
@@ -17,16 +17,18 @@ CLIPRGNAME = redis-cli
...
@@ -17,16 +17,18 @@ CLIPRGNAME = redis-cli
all
:
redis-server redis-benchmark redis-cli
all
:
redis-server redis-benchmark redis-cli
# Deps (use make dep to generate this)
# Deps (use make dep to generate this)
adlist.o
:
adlist.c adlist.h
adlist.o
:
adlist.c adlist.h zmalloc.h
ae.o
:
ae.c ae.h
ae.o
:
ae.c ae.h zmalloc.h
anet.o
:
anet.c anet.h
anet.o
:
anet.c fmacros.h anet.h
benchmark.o
:
benchmark.c ae.h anet.h sds.h adlist.h
benchmark.o
:
benchmark.c fmacros.h ae.h anet.h sds.h adlist.h zmalloc.h
dict.o
:
dict.c dict.h
dict.o
:
dict.c fmacros.h dict.h zmalloc.h
redis-cli.o
:
redis-cli.c anet.h sds.h adlist.h
lzf_c.o
:
lzf_c.c lzfP.h
redis.o
:
redis.c ae.h sds.h anet.h dict.h adlist.h zmalloc.c zmalloc.h
lzf_d.o
:
lzf_d.c lzfP.h
sds.o
:
sds.c sds.h
pqsort.o
:
pqsort.c
sha1.o
:
sha1.c sha1.h
redis-cli.o
:
redis-cli.c fmacros.h anet.h sds.h adlist.h zmalloc.h
zmalloc.o
:
zmalloc.c
redis.o
:
redis.c fmacros.h ae.h sds.h anet.h dict.h adlist.h zmalloc.h lzf.h pqsort.h config.h
sds.o
:
sds.c sds.h zmalloc.h
zmalloc.o
:
zmalloc.c config.h
redis-server
:
$(OBJ)
redis-server
:
$(OBJ)
$(CC)
-o
$(PRGNAME)
$(CCOPT)
$(DEBUG)
$(OBJ)
$(CC)
-o
$(PRGNAME)
$(CCOPT)
$(DEBUG)
$(OBJ)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment