~ubuntu-branches/ubuntu/saucy/zeromq3/saucy

« back to all changes in this revision

Viewing changes to builds/msvc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-06-04 21:21:09 UTC
  • Revision ID: package-import@ubuntu.com-20120604212109-b7b3m0rn21o8oo2q
Tags: upstream-3.1.0~beta+dfsg
ImportĀ upstreamĀ versionĀ 3.1.0~beta+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LIBZMQ_DIST = libzmq/libzmq.vcproj libzmq/libzmq.vcxproj \
 
2
              libzmq/libzmq.vcxproj.filters \
 
3
              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
            inproc_lat/inproc_lat.vcxproj \
 
15
            inproc_thr/inproc_thr.vcproj \
 
16
            inproc_thr/inproc_thr.vcxproj
 
17
 
 
18
PROPERTIES_DIST = properties/Common.props \
 
19
                  properties/Debug.props \
 
20
                  properties/Dynamic.props \
 
21
                  properties/Executable.props \
 
22
                  properties/Precompiled.props \
 
23
                  properties/Release.props \
 
24
                  properties/Win32.props \
 
25
                  properties/Win32_Release.props \
 
26
                  properties/WithOpenPGM.props \
 
27
                  properties/x64.props \
 
28
                  properties/ZeroMQ.props
 
29
 
 
30
PRECOMPILED_DIST = ../../src/precompiled.hpp \
 
31
                   ../../src/precompiled.cpp
 
32
 
 
33
EXTRA_DIST = $(LIBZMQ_DIST) $(PERF_DIST) $(PROPERTIES_DIST) $(PRECOMPILED_DIST)