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
e1c92209
Commit
e1c92209
authored
Aug 14, 2012
by
Pieter Noordhuis
Browse files
Include Makefile.dep
parent
5f1ed966
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e1c92209
...
...
@@ -4,4 +4,3 @@
*.so
*.dylib
*.a
Makefile.dep
src/Makefile.dep
0 → 100644
View file @
e1c92209
address.o
:
address.c address.h
context.o
:
context.c context.h handle.h address.h common.h parser.h
\
format.h object.h
fd.o
:
fd.c fd.h address.h common.h
format.o
:
format.c format.h sds.h
handle.o
:
handle.c fd.h address.h common.h handle.h parser.h sds.h
object.o
:
object.c object.h parser.h
parser.o
:
parser.c parser.h
request.o
:
request.c handle.h address.h common.h parser.h object.h
\
request.h ngx-queue.h
sds.o
:
sds.c sds.h
test/Makefile.dep
0 → 100644
View file @
e1c92209
net-helper.o
:
net-helper.c net-helper.h ../src/handle.h ../src/address.h
\
../src/common.h ../src/parser.h
spawn.o
:
spawn.c spawn.h
test-context.o
:
test-context.c ../src/context.h ../src/handle.h
\
../src/address.h ../src/common.h ../src/parser.h net-helper.h
\
../src/object.h test-helper.h spawn.h
test-format.o
:
test-format.c ../src/format.h test-helper.h
\
../src/handle.h ../src/address.h ../src/common.h ../src/parser.h
\
spawn.h
test-handle.o
:
test-handle.c ../src/handle.h ../src/address.h
\
../src/common.h ../src/parser.h test-helper.h spawn.h
test-object.o
:
test-object.c ../src/object.h ../src/parser.h
\
test-helper.h ../src/handle.h ../src/address.h ../src/common.h spawn.h
test-parser.o
:
test-parser.c ../src/parser.h ../src/sds.h test-helper.h
\
../src/handle.h ../src/address.h ../src/common.h spawn.h
test-request.o
:
test-request.c ../src/request.h ../src/ngx-queue.h
\
../src/parser.h test-helper.h ../src/handle.h ../src/address.h
\
../src/common.h spawn.h
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