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
dd8a34de
Commit
dd8a34de
authored
Nov 02, 2010
by
Pieter Noordhuis
Browse files
Move anet.{c,h} to net.{c,h}
parent
ffa8666a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
dd8a34de
...
...
@@ -2,7 +2,7 @@
# Copyright (C) 2010 Salvatore Sanfilippo <antirez at gmail dot com>
# This file is released under the BSD license, see the COPYING file
OBJ
=
a
net.o hiredis.o sds.o async.o
OBJ
=
net.o hiredis.o sds.o async.o
BINS
=
hiredis-example hiredis-test
uname_S
:=
$(
shell
sh
-c
'uname -s 2>/dev/null || echo not'
)
...
...
@@ -41,14 +41,15 @@ INSTALL= cp -a
all
:
${DYLIBNAME} ${BINS}
# Deps (use make dep to generate this)
a
net.o
:
a
net.c fmacros.h
a
net.h
net.o
:
net.c fmacros.h net.h
async.o
:
async.c async.h hiredis.h sds.h util.h
example-libev.o
:
example-libev.c hiredis.h async.h adapters/libev.h
example-libevent.o
:
example-libevent.c hiredis.h async.h adapters/libevent.h
example.o
:
example.c hiredis.h
hiredis.o
:
hiredis.c hiredis.h
a
net.h sds.h util.h
hiredis.o
:
hiredis.c hiredis.h net.h sds.h util.h
sds.o
:
sds.c sds.h
test.o
:
test.c hiredis.h
${DYLIBNAME}
:
${OBJ}
${DYLIB_MAKE_CMD}
...
...
a
net.c
→
net.c
View file @
dd8a34de
File moved
a
net.h
→
net.h
View file @
dd8a34de
File moved
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