~ubuntu-branches/ubuntu/wily/zeromq3/wily-proposed

« back to all changes in this revision

Viewing changes to perf/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2014-03-16 14:02:28 UTC
  • mfrom: (1.1.6) (6.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140316140228-ig1sgh7czk59m9ux
Tags: 4.0.4+dfsg-1
* QA upload; orphan the package
  - Upload to unstable
* New upstream release
* Update repack.stub script
* Drop 02_fix-exported-symbols.patch and 03_fix-s390-rdtsc.patch
  (merged upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
22
 
    case $$MAKEFLAGS in \
23
 
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
36
19
pkgdatadir = $(datadir)/@PACKAGE@
37
20
pkgincludedir = $(includedir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
62
45
        $(top_srcdir)/config/ltsugar.m4 \
63
46
        $(top_srcdir)/config/ltversion.m4 \
64
47
        $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
65
 
        $(top_srcdir)/configure.in
 
48
        $(top_srcdir)/configure.ac
66
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
50
        $(ACLOCAL_M4)
68
51
mkinstalldirs = $(install_sh) -d
123
106
DIST_SOURCES = $(inproc_lat_SOURCES) $(inproc_thr_SOURCES) \
124
107
        $(local_lat_SOURCES) $(local_thr_SOURCES) \
125
108
        $(remote_lat_SOURCES) $(remote_thr_SOURCES)
126
 
am__can_run_installinfo = \
127
 
  case $$AM_UPDATE_INFO_DIR in \
128
 
    n|no|NO) false;; \
129
 
    *) (install-info --version) >/dev/null 2>&1;; \
130
 
  esac
131
109
ETAGS = etags
132
110
CTAGS = ctags
133
111
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)