Makefile.am 790 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#  Specify all build files that have to go into source packages.
#  msvc directory does its own stuff.

EXTRA_DIST = \
 	cygwin/Makefile.cygwin \
	zos/makelibzmq \
	zos/cxxall \
	zos/README.md \
	zos/makeclean \
	zos/platform.hpp \
	zos/zc++ \
	zos/test_fork.cpp \
	zos/maketests \
	zos/runtests \
	cygwin/Makefile.cygwin \
	mingw32/Makefile.mingw32 \
	mingw32/platform.hpp \
18
	cmake/ci_build.sh \
19 20 21
	cmake/Modules \
	cmake/NSIS.template32.in \
	cmake/NSIS.template64.in \
22
	cmake/ZeroMQConfig.cmake.in \
23
	cmake/clang-format-check.sh.in \
24
	cmake/platform.hpp.in \
25
	valgrind/ci_build.sh \
26 27 28 29
	valgrind/valgrind.supp \
	valgrind/vg \
	nuget/readme.nuget \
	nuget/libzmq.autopkg \
30 31
	android/Dockerfile \
	android/README.md \
32 33 34
	android/android_build_helper.sh \
	android/ci_build.sh \
	android/build.sh