| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- 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
- BASE_HEADERS = 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/hmap.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\
- base/ifconfig.h\
- UTILS_HEADERS = utils/base64.h\
- utils/md5.h\
- utils/json.hpp\
- utils/singleton.h\
- utils/iniparser.h\
- utils/hendian.h\
- utils/hmain.h\
- EVENT_HEADERS = event/hloop.h\
- event/nlog.h\
- event/nmap.h\
- PROTOCOL_HEADERS = protocol/icmp.h\
- protocol/dns.h\
- protocol/ftp.h\
- protocol/smtp.h
- HTTP_HEADERS = http/httpdef.h\
- http/http2def.h\
- http/grpcdef.h\
- http/http_content.h\
- http/HttpMessage.h\
- http/HttpParser.h\
- HTTP_CLIENT_HEADERS = http/client/http_client.h
- HTTP_SERVER_HEADERS = http/server/HttpService.h http/server/HttpServer.h
- CONSUL_HEADERS = consul/consul.h
|