Makefile.am 1.34 KB
Newer Older
1 2 3
LIBZMQ_DIST = libzmq/libzmq.vcproj libzmq/libzmq.vcxproj \
              libzmq/libzmq.vcxproj.filters \
              platform.hpp msvc.sln msvc10.sln
4 5

PERF_DIST = c_local_thr/c_local_thr.vcproj \
6
            c_local_thr/c_local_thr.vcxproj \
7
            c_remote_thr/c_remote_thr.vcproj \
8
            c_remote_thr/c_remote_thr.vcxproj \
9
            c_local_lat/c_local_lat.vcproj \
10
            c_local_lat/c_local_lat.vcxproj \
11
            c_remote_lat/c_remote_lat.vcproj \
12
            c_remote_lat/c_remote_lat.vcxproj \
13
            inproc_lat/inproc_lat.vcproj \
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
            inproc_lat/inproc_lat.vcxproj \
            inproc_thr/inproc_thr.vcproj \
            inproc_thr/inproc_thr.vcxproj

PROPERTIES_DIST = properties/Common.props \
                  properties/Debug.props \
                  properties/Dynamic.props \
                  properties/Executable.props \
                  properties/Precompiled.props \
                  properties/Release.props \
                  properties/Win32.props \
                  properties/Win32_Release.props \
                  properties/WithOpenPGM.props \
                  properties/x64.props \
                  properties/ZeroMQ.props

PRECOMPILED_DIST = ../../src/precompiled.hpp \
                   ../../src/precompiled.cpp
32

33
EXTRA_DIST = $(LIBZMQ_DIST) $(PERF_DIST) $(PROPERTIES_DIST) $(PRECOMPILED_DIST)