forked from ithewei/libhv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.vars
64 lines (62 loc) · 1.17 KB
/
Makefile.vars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
MKDIR = -mkdir -p 2>/dev/null
CP = -cp -r 2>/dev/null
RM = -rm -r 2>/dev/null
INSTALL_INCDIR=/usr/local/include/hv
INSTALL_LIBDIR=/usr/local/lib
INSTALL_HEADERS=hv.h\
\
hconfig.h\
base/hplatform.h\
\
base/hdef.h\
base/hversion.h\
base/hbase.h\
base/hsysinfo.h\
base/hproc.h\
base/hmath.h\
base/htime.h\
base/herr.h\
base/hlog.h\
base/hmutex.h\
base/hthread.h\
base/hsocket.h\
base/hbuf.h\
base/hurl.h\
base/hgui.h\
base/ssl_ctx.h\
\
base/hstring.h\
base/hvar.h\
base/hobj.h\
base/hfile.h\
base/hdir.h\
base/hscope.h\
base/hthreadpool.h\
base/hobjectpool.h\
\
utils/base64.h\
utils/md5.h\
utils/json.hpp\
utils/singleton.h\
utils/ifconfig.h\
utils/iniparser.h\
utils/hendian.h\
utils/hmain.h\
\
event/hloop.h\
event/nlog.h\
event/nmap.h\
\
http/httpdef.h\
http/http2def.h\
http/grpcdef.h\
http/http_content.h\
http/HttpMessage.h\
http/client/http_client.h\
http/server/HttpService.h\
http/server/HttpServer.h\
\
protocol/icmp.h\
protocol/dns.h\
protocol/ftp.h\
protocol/smtp.h