Makefile.vars 1.2 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. INSTALL_HEADERS=hv.h\
  7. \
  8. hconfig.h\
  9. base/hplatform.h\
  10. \
  11. base/hdef.h\
  12. base/hversion.h\
  13. base/hbase.h\
  14. base/hsysinfo.h\
  15. base/hproc.h\
  16. base/hmath.h\
  17. base/htime.h\
  18. base/herr.h\
  19. base/hlog.h\
  20. base/hmutex.h\
  21. base/hthread.h\
  22. base/hsocket.h\
  23. base/hbuf.h\
  24. base/hurl.h\
  25. base/hgui.h\
  26. base/ssl_ctx.h\
  27. \
  28. base/hstring.h\
  29. base/hvar.h\
  30. base/hobj.h\
  31. base/hfile.h\
  32. base/hdir.h\
  33. base/hscope.h\
  34. base/hthreadpool.h\
  35. base/hobjectpool.h\
  36. \
  37. utils/base64.h\
  38. utils/md5.h\
  39. utils/json.hpp\
  40. utils/singleton.h\
  41. utils/ifconfig.h\
  42. utils/iniparser.h\
  43. utils/hendian.h\
  44. utils/hmain.h\
  45. \
  46. event/hloop.h\
  47. event/nlog.h\
  48. event/nmap.h\
  49. \
  50. http/httpdef.h\
  51. http/http2def.h\
  52. http/grpcdef.h\
  53. http/http_content.h\
  54. http/HttpMessage.h\
  55. http/client/http_client.h\
  56. http/server/HttpService.h\
  57. http/server/HttpServer.h\
  58. \
  59. protocol/icmp.h\
  60. protocol/dns.h\
  61. protocol/ftp.h\
  62. protocol/smtp.h