Makefile.vars 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. INSTALL_INCDIR=/usr/local/include/hv
  2. INSTALL_LIBDIR=/usr/local/lib
  3. INSTALL_HEADERS=hv.h\
  4. \
  5. hconfig.h\
  6. 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/hstring.h\
  26. base/hvar.h\
  27. base/hobj.h\
  28. base/hfile.h\
  29. base/hdir.h\
  30. base/hscope.h\
  31. base/hthreadpool.h\
  32. base/hobjectpool.h\
  33. \
  34. utils/base64.h\
  35. utils/md5.h\
  36. utils/json.hpp\
  37. utils/singleton.h\
  38. utils/ifconfig.h\
  39. utils/iniparser.h\
  40. utils/hendian.h\
  41. utils/hmain.h\
  42. \
  43. event/hloop.h\
  44. event/nlog.h\
  45. event/nmap.h\
  46. \
  47. http/httpdef.h\
  48. http/http2def.h\
  49. http/grpcdef.h\
  50. http/http_content.h\
  51. http/HttpMessage.h\
  52. http/client/http_client.h\
  53. http/server/HttpService.h\
  54. http/server/HttpServer.h\
  55. \
  56. protocol/icmp.h\
  57. protocol/dns.h\
  58. protocol/ftp.h\
  59. protocol/smtp.h