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

« back to all changes in this revision

Viewing changes to doc/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
 
38
37
VPATH = @srcdir@
 
38
am__make_dryrun = \
 
39
  { \
 
40
    am__dry=no; \
 
41
    case $$MAKEFLAGS in \
 
42
      *\\[\ \   ]*) \
 
43
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
44
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
45
      *) \
 
46
        for am__flg in $$MAKEFLAGS; do \
 
47
          case $$am__flg in \
 
48
            *=*|--*) ;; \
 
49
            *n*) am__dry=yes; break;; \
 
50
          esac; \
 
51
        done;; \
 
52
    esac; \
 
53
    test $$am__dry = yes; \
 
54
  }
39
55
pkgdatadir = $(datadir)/@PACKAGE@
40
56
pkgincludedir = $(includedir)/@PACKAGE@
41
57
pkglibdir = $(libdir)/@PACKAGE@
73
89
        install-pdf-recursive install-ps-recursive install-recursive \
74
90
        installcheck-recursive installdirs-recursive pdf-recursive \
75
91
        ps-recursive uninstall-recursive
 
92
am__can_run_installinfo = \
 
93
  case $$AM_UPDATE_INFO_DIR in \
 
94
    n|no|NO) false;; \
 
95
    *) (install-info --version) >/dev/null 2>&1;; \
 
96
  esac
76
97
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
77
98
am__vpath_adj = case $$p in \
78
99
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
94
115
am__base_list = \
95
116
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
96
117
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
118
am__uninstall_files_from_dir = { \
 
119
  test -z "$$files" \
 
120
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
121
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
122
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
123
  }
97
124
am__installdirs = "$(DESTDIR)$(devdocdir)" "$(DESTDIR)$(pkgdocdir)"
98
125
DATA = $(dist_devdoc_DATA) $(nodist_pkgdoc_DATA)
99
126
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
162
189
PACKAGE_VERSION = @PACKAGE_VERSION@
163
190
PATH_SEPARATOR = @PATH_SEPARATOR@
164
191
PERL = @PERL@
 
192
PERLCRITIC = @PERLCRITIC@
165
193
PERLINC = @PERLINC@
166
194
POD2MAN = @POD2MAN@
167
195
POD2TEXT = @POD2TEXT@
351
379
$(am__aclocal_m4_deps):
352
380
install-dist_devdocDATA: $(dist_devdoc_DATA)
353
381
        @$(NORMAL_INSTALL)
354
 
        test -z "$(devdocdir)" || $(MKDIR_P) "$(DESTDIR)$(devdocdir)"
355
382
        @list='$(dist_devdoc_DATA)'; test -n "$(devdocdir)" || list=; \
 
383
        if test -n "$$list"; then \
 
384
          echo " $(MKDIR_P) '$(DESTDIR)$(devdocdir)'"; \
 
385
          $(MKDIR_P) "$(DESTDIR)$(devdocdir)" || exit 1; \
 
386
        fi; \
356
387
        for p in $$list; do \
357
388
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
358
389
          echo "$$d$$p"; \
366
397
        @$(NORMAL_UNINSTALL)
367
398
        @list='$(dist_devdoc_DATA)'; test -n "$(devdocdir)" || list=; \
368
399
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
369
 
        test -n "$$files" || exit 0; \
370
 
        echo " ( cd '$(DESTDIR)$(devdocdir)' && rm -f" $$files ")"; \
371
 
        cd "$(DESTDIR)$(devdocdir)" && rm -f $$files
 
400
        dir='$(DESTDIR)$(devdocdir)'; $(am__uninstall_files_from_dir)
372
401
install-nodist_pkgdocDATA: $(nodist_pkgdoc_DATA)
373
402
        @$(NORMAL_INSTALL)
374
 
        test -z "$(pkgdocdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdocdir)"
375
403
        @list='$(nodist_pkgdoc_DATA)'; test -n "$(pkgdocdir)" || list=; \
 
404
        if test -n "$$list"; then \
 
405
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgdocdir)'"; \
 
406
          $(MKDIR_P) "$(DESTDIR)$(pkgdocdir)" || exit 1; \
 
407
        fi; \
376
408
        for p in $$list; do \
377
409
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
378
410
          echo "$$d$$p"; \
386
418
        @$(NORMAL_UNINSTALL)
387
419
        @list='$(nodist_pkgdoc_DATA)'; test -n "$(pkgdocdir)" || list=; \
388
420
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
389
 
        test -n "$$files" || exit 0; \
390
 
        echo " ( cd '$(DESTDIR)$(pkgdocdir)' && rm -f" $$files ")"; \
391
 
        cd "$(DESTDIR)$(pkgdocdir)" && rm -f $$files
 
421
        dir='$(DESTDIR)$(pkgdocdir)'; $(am__uninstall_files_from_dir)
392
422
 
393
423
# This directory's subdirectories are mostly independent; you can cd
394
424
# into them and run `make' without going through this Makefile.
557
587
        done
558
588
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
559
589
          if test "$$subdir" = .; then :; else \
560
 
            test -d "$(distdir)/$$subdir" \
561
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
562
 
            || exit 1; \
563
 
          fi; \
564
 
        done
565
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
566
 
          if test "$$subdir" = .; then :; else \
 
590
            $(am__make_dryrun) \
 
591
              || test -d "$(distdir)/$$subdir" \
 
592
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
593
              || exit 1; \
567
594
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
568
595
            $(am__relativize); \
569
596
            new_distdir=$$reldir; \
601
628
 
602
629
installcheck: installcheck-recursive
603
630
install-strip:
604
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
605
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
606
 
          `test -z '$(STRIP)' || \
607
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
631
        if test -z '$(STRIP)'; then \
 
632
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
633
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
634
              install; \
 
635
        else \
 
636
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
637
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
638
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
639
        fi
608
640
mostlyclean-generic:
609
641
 
610
642
clean-generic: