~ubuntu-branches/ubuntu/quantal/gnome-screensaver/quantal-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-28 19:29:45 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20120728192945-m5li4dre8xyn4kmk
Tags: 3.5.4-0ubuntu1
New upstream release (LP: #1018710)

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,
17
17
 
18
18
# This file will be processed with automake-1.7 to create Makefile.in
19
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
pkglibdir = $(libdir)/@PACKAGE@
66
83
        install-pdf-recursive install-ps-recursive install-recursive \
67
84
        installcheck-recursive installdirs-recursive pdf-recursive \
68
85
        ps-recursive uninstall-recursive
 
86
am__can_run_installinfo = \
 
87
  case $$AM_UPDATE_INFO_DIR in \
 
88
    n|no|NO) false;; \
 
89
    *) (install-info --version) >/dev/null 2>&1;; \
 
90
  esac
69
91
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
70
92
  distclean-recursive maintainer-clean-recursive
71
93
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
582
604
        done
583
605
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
584
606
          if test "$$subdir" = .; then :; else \
585
 
            test -d "$(distdir)/$$subdir" \
586
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
587
 
            || exit 1; \
588
 
          fi; \
589
 
        done
590
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
591
 
          if test "$$subdir" = .; then :; else \
 
607
            $(am__make_dryrun) \
 
608
              || test -d "$(distdir)/$$subdir" \
 
609
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
610
              || exit 1; \
592
611
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
593
612
            $(am__relativize); \
594
613
            new_distdir=$$reldir; \