Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
dad05164
Commit
dad05164
authored
Jan 05, 2015
by
Matt Stancliff
Browse files
Update dependency list in Makefile
parent
9abfdf94
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
dad05164
...
@@ -68,12 +68,13 @@ endif
...
@@ -68,12 +68,13 @@ endif
all
:
$(DYLIBNAME) $(STLIBNAME) $(PKGCONFNAME)
all
:
$(DYLIBNAME) $(STLIBNAME) $(PKGCONFNAME)
# Deps (use make dep to generate this)
# Deps (use make dep to generate this)
net.o
:
net.c fmacros.h net.h hiredis.h
async.o
:
async.c fmacros.h async.h hiredis.h read.h sds.h net.h dict.c dict.h
async.o
:
async.c async.h hiredis.h sds.h dict.c dict.h
dict.o
:
dict.c fmacros.h dict.h
read.o
:
read.c read.h
hiredis.o
:
hiredis.c fmacros.h hiredis.h read.h sds.h net.h
hiredis.o
:
hiredis.c fmacros.h hiredis.h net.h sds.h
net.o
:
net.c fmacros.h net.h hiredis.h read.h sds.h
read.o
:
read.c fmacros.h read.h sds.h
sds.o
:
sds.c sds.h
sds.o
:
sds.c sds.h
test.o
:
test.c
hiredi
s.h
test.o
:
test.c
fmacros.h hiredis.h read.h sd
s.h
$(DYLIBNAME)
:
$(OBJ)
$(DYLIBNAME)
:
$(OBJ)
$(DYLIB_MAKE_CMD)
$(OBJ)
$(DYLIB_MAKE_CMD)
$(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