Makefile.am 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. LIBZMQ_DIST = vs2008/libzmq.sln \
  2. vs2008/libzmq/libzmq.vcproj \
  3. vs2010/libzmq.sln \
  4. vs2010/libzmq/libzmq.vcxproj \
  5. vs2010/libzmq/libzmq.vcxproj.filters \
  6. vs2012/libzmq.sln \
  7. vs2012/libzmq/libzmq.vcxproj \
  8. vs2012/libzmq/libzmq.vcxproj.filters \
  9. vs2013/libzmq.sln \
  10. vs2013/libzmq/libzmq.vcxproj \
  11. vs2013/libzmq/libzmq.vcxproj.filters \
  12. vs2015/libzmq.sln \
  13. vs2015/libzmq/libzmq.vcxproj \
  14. vs2015/libzmq/libzmq.vcxproj.filters \
  15. vs2015/libzmq/libzmq.props \
  16. vs2015/libzmq/libzmq.xml \
  17. vs2015/libzmq.import.props \
  18. vs2015/libzmq.import.xml \
  19. errno.cpp \
  20. errno.hpp \
  21. platform.hpp \
  22. resource.h \
  23. resource.rc
  24. PERF_DIST = vs2008/local_lat/local_lat.vcproj \
  25. vs2008/local_thr/local_thr.vcproj \
  26. vs2008/remote_lat/remote_lat.vcproj \
  27. vs2008/remote_thr/remote_thr.vcproj \
  28. vs2008/inproc_lat/inproc_lat.vcproj \
  29. vs2008/inproc_thr/inproc_thr.vcproj \
  30. vs2010/local_lat/local_lat.vcxproj \
  31. vs2010/local_thr/local_thr.vcxproj \
  32. vs2010/remote_lat/remote_lat.vcxproj \
  33. vs2010/remote_thr/remote_thr.vcxproj \
  34. vs2010/inproc_lat/inproc_lat.vcxproj \
  35. vs2010/inproc_thr/inproc_thr.vcxproj \
  36. vs2012/local_lat/local_lat.vcxproj \
  37. vs2012/local_thr/local_thr.vcxproj \
  38. vs2012/remote_lat/remote_lat.vcxproj \
  39. vs2012/remote_thr/remote_thr.vcxproj \
  40. vs2012/inproc_lat/inproc_lat.vcxproj \
  41. vs2012/inproc_thr/inproc_thr.vcxproj \
  42. vs2013/local_lat/local_lat.vcxproj \
  43. vs2013/local_thr/local_thr.vcxproj \
  44. vs2013/remote_lat/remote_lat.vcxproj \
  45. vs2013/remote_thr/remote_thr.vcxproj \
  46. vs2013/inproc_lat/inproc_lat.vcxproj \
  47. vs2013/inproc_thr/inproc_thr.vcxproj \
  48. vs2015/local_lat/local_lat.vcxproj \
  49. vs2015/local_lat/local_lat.props \
  50. vs2015/local_thr/local_thr.vcxproj \
  51. vs2015/local_thr/local_thr.props \
  52. vs2015/remote_lat/remote_lat.vcxproj \
  53. vs2015/remote_lat/remote_lat.props \
  54. vs2015/remote_thr/remote_thr.vcxproj \
  55. vs2015/remote_thr/remote_thr.props \
  56. vs2015/inproc_lat/inproc_lat.vcxproj \
  57. vs2015/inproc_lat/inproc_lat.props \
  58. vs2015/inproc_thr/inproc_thr.vcxproj \
  59. vs2015/inproc_thr/inproc_thr.props
  60. PROPERTIES_DIST = properties/Common.props \
  61. properties/Debug.props \
  62. properties/DebugDEXE.props \
  63. properties/DebugDLL.props \
  64. properties/DebugLEXE.props \
  65. properties/DebugLIB.props \
  66. properties/DebugLTCG.props \
  67. properties/DebugSEXE.props \
  68. properties/DLL.props \
  69. properties/EXE.props \
  70. properties/LIB.props \
  71. properties/Link.props \
  72. properties/LTCG.props \
  73. properties/Messages.props \
  74. properties/Output.props \
  75. properties/Release.props \
  76. properties/ReleaseDEXE.props \
  77. properties/ReleaseDLL.props \
  78. properties/ReleaseLEXE.props \
  79. properties/ReleaseLIB.props \
  80. properties/ReleaseLTCG.props \
  81. properties/ReleaseSEXE.props \
  82. properties/Win32.props \
  83. properties/x64.props
  84. PRECOMPILED_DIST = ../../src/precompiled.hpp \
  85. ../../src/precompiled.cpp
  86. BUILD_DIST = build/build.bat \
  87. build/buildall.bat \
  88. build/buildbase.bat
  89. EXTRA_DIST = $(LIBZMQ_DIST) $(PERF_DIST) $(PROPERTIES_DIST) $(PRECOMPILED_DIST) $(BUILD_DIST)