Makefile.vars 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. MKDIR = -mkdir -p 2>/dev/null
  2. CP = -cp -r 2>/dev/null
  3. RM = -rm -r 2>/dev/null
  4. INSTALL_INCDIR=/usr/local/include/hv
  5. INSTALL_LIBDIR=/usr/local/lib
  6. BASE_HEADERS = base/hplatform.h\
  7. \
  8. base/hdef.h\
  9. base/hversion.h\
  10. base/hbase.h\
  11. base/hsysinfo.h\
  12. base/hproc.h\
  13. base/hmath.h\
  14. base/htime.h\
  15. base/herr.h\
  16. base/hlog.h\
  17. base/hmutex.h\
  18. base/hthread.h\
  19. base/hsocket.h\
  20. base/hbuf.h\
  21. base/hurl.h\
  22. base/hgui.h\
  23. base/ssl_ctx.h\
  24. \
  25. base/hmap.h\
  26. base/hstring.h\
  27. base/hvar.h\
  28. base/hobj.h\
  29. base/hfile.h\
  30. base/hdir.h\
  31. base/hscope.h\
  32. base/hthreadpool.h\
  33. base/hobjectpool.h\
  34. base/ifconfig.h\
  35. UTILS_HEADERS = utils/base64.h\
  36. utils/md5.h\
  37. utils/json.hpp\
  38. utils/singleton.h\
  39. utils/iniparser.h\
  40. utils/hendian.h\
  41. utils/hmain.h\
  42. EVENT_HEADERS = event/hloop.h\
  43. event/nlog.h\
  44. event/nmap.h\
  45. PROTOCOL_HEADERS = protocol/icmp.h\
  46. protocol/dns.h\
  47. protocol/ftp.h\
  48. protocol/smtp.h
  49. HTTP_HEADERS = http/httpdef.h\
  50. http/http2def.h\
  51. http/grpcdef.h\
  52. http/http_content.h\
  53. http/HttpMessage.h\
  54. http/HttpParser.h\
  55. HTTP_CLIENT_HEADERS = http/client/http_client.h
  56. HTTP_SERVER_HEADERS = http/server/HttpService.h http/server/HttpServer.h
  57. CONSUL_HEADERS = consul/consul.h