Commit e1c92209 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Include Makefile.dep

parent 5f1ed966
......@@ -4,4 +4,3 @@
*.so
*.dylib
*.a
Makefile.dep
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
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment