~ubuntu-branches/ubuntu/wily/torrus/wily-proposed

« back to all changes in this revision

Viewing changes to perllib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Bernhard Schmidt
  • Date: 2014-10-05 21:16:04 UTC
  • mfrom: (1.2.5)
  • mto: (6.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: package-import@ubuntu.com-20141005211604-qqkvq1k0uqiv3bvk
Tags: upstream-2.08
ImportĀ upstreamĀ versionĀ 2.08

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
31
31
#  along with this program; if not, write to the Free Software
32
32
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
33
33
 
34
 
# $Id$
35
34
# Stanislav Sinyagin <ssinyagin@yahoo.com>
36
35
#
37
36
VPATH = @srcdir@
 
37
am__make_dryrun = \
 
38
  { \
 
39
    am__dry=no; \
 
40
    case $$MAKEFLAGS in \
 
41
      *\\[\ \   ]*) \
 
42
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
43
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
44
      *) \
 
45
        for am__flg in $$MAKEFLAGS; do \
 
46
          case $$am__flg in \
 
47
            *=*|--*) ;; \
 
48
            *n*) am__dry=yes; break;; \
 
49
          esac; \
 
50
        done;; \
 
51
    esac; \
 
52
    test $$am__dry = yes; \
 
53
  }
38
54
pkgdatadir = $(datadir)/@PACKAGE@
39
55
pkgincludedir = $(includedir)/@PACKAGE@
40
56
pkglibdir = $(libdir)/@PACKAGE@
64
80
CONFIG_CLEAN_VPATH_FILES =
65
81
SOURCES =
66
82
DIST_SOURCES =
 
83
am__can_run_installinfo = \
 
84
  case $$AM_UPDATE_INFO_DIR in \
 
85
    n|no|NO) false;; \
 
86
    *) (install-info --version) >/dev/null 2>&1;; \
 
87
  esac
67
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
89
ACLOCAL = @ACLOCAL@
69
90
AMTAR = @AMTAR@
97
118
PACKAGE_VERSION = @PACKAGE_VERSION@
98
119
PATH_SEPARATOR = @PATH_SEPARATOR@
99
120
PERL = @PERL@
 
121
PERLCRITIC = @PERLCRITIC@
100
122
PERLINC = @PERLINC@
101
123
POD2MAN = @POD2MAN@
102
124
POD2TEXT = @POD2TEXT@
282
304
 
283
305
installcheck: installcheck-am
284
306
install-strip:
285
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
286
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
287
 
          `test -z '$(STRIP)' || \
288
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
307
        if test -z '$(STRIP)'; then \
 
308
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
309
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
310
              install; \
 
311
        else \
 
312
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
313
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
314
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
315
        fi
289
316
mostlyclean-generic:
290
317
 
291
318
clean-generic: