Makefile.vars 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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/hatomic.h\
  10. base/herr.h\
  11. base/htime.h\
  12. base/hmath.h\
  13. base/hbase.h\
  14. base/hversion.h\
  15. base/hsysinfo.h\
  16. base/hproc.h\
  17. base/hthread.h\
  18. base/hmutex.h\
  19. base/hsocket.h\
  20. base/hssl.h\
  21. base/hlog.h\
  22. base/hbuf.h\
  23. \
  24. base/hmap.h\
  25. base/hstring.h\
  26. base/hfile.h\
  27. base/hdir.h\
  28. base/hurl.h\
  29. base/hscope.h\
  30. base/hthreadpool.h\
  31. base/hobjectpool.h\
  32. base/ifconfig.h\
  33. UTILS_HEADERS = utils/base64.h\
  34. utils/md5.h\
  35. utils/json.hpp\
  36. utils/singleton.h\
  37. utils/iniparser.h\
  38. utils/hendian.h\
  39. utils/hmain.h\
  40. EVENT_HEADERS = event/hloop.h\
  41. event/nlog.h\
  42. event/nmap.h\
  43. PROTOCOL_HEADERS = protocol/icmp.h\
  44. protocol/dns.h\
  45. protocol/ftp.h\
  46. protocol/smtp.h
  47. HTTP_HEADERS = http/httpdef.h\
  48. http/http2def.h\
  49. http/grpcdef.h\
  50. http/http_content.h\
  51. http/HttpMessage.h\
  52. http/HttpParser.h\
  53. HTTP_CLIENT_HEADERS = http/client/http_client.h http/client/requests.h
  54. HTTP_SERVER_HEADERS = http/server/HttpService.h http/server/HttpServer.h
  55. CONSUL_HEADERS = consul/consul.h