~noskcaj/ubuntu/utopic/devhelp/merge

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-04-16 14:29:09 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20120416142909-z5jhmr23nhi1dti7
Tags: 3.4.1-0ubuntu1
* New upstream release:
  - Translation updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
74
91
        install-pdf-recursive install-ps-recursive install-recursive \
75
92
        installcheck-recursive installdirs-recursive pdf-recursive \
76
93
        ps-recursive uninstall-recursive
 
94
am__can_run_installinfo = \
 
95
  case $$AM_UPDATE_INFO_DIR in \
 
96
    n|no|NO) false;; \
 
97
    *) (install-info --version) >/dev/null 2>&1;; \
 
98
  esac
77
99
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78
100
  distclean-recursive maintainer-clean-recursive
79
101
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
532
554
        done
533
555
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
534
556
          if test "$$subdir" = .; then :; else \
535
 
            test -d "$(distdir)/$$subdir" \
536
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
537
 
            || exit 1; \
538
 
          fi; \
539
 
        done
540
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
541
 
          if test "$$subdir" = .; then :; else \
 
557
            $(am__make_dryrun) \
 
558
              || test -d "$(distdir)/$$subdir" \
 
559
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
560
              || exit 1; \
542
561
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
543
562
            $(am__relativize); \
544
563
            new_distdir=$$reldir; \