~ubuntu-branches/ubuntu/utopic/libgrip/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chase Douglas
  • Date: 2012-07-30 14:13:08 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: package-import@ubuntu.com-20120730141308-2b0i6k8vecjqqz9r
Tags: upstream-0.3.5
ImportĀ upstreamĀ versionĀ 0.3.5

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.5 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.
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@
47
64
CONFIG_HEADER = $(top_builddir)/config.h
48
65
CONFIG_CLEAN_FILES =
49
66
CONFIG_CLEAN_VPATH_FILES =
50
 
AM_V_GEN = $(am__v_GEN_$(V))
51
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
67
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
68
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
52
69
am__v_GEN_0 = @echo "  GEN   " $@;
53
 
AM_V_at = $(am__v_at_$(V))
54
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
70
AM_V_at = $(am__v_at_@AM_V@)
 
71
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
55
72
am__v_at_0 = @
56
73
SOURCES =
57
74
DIST_SOURCES =
62
79
        install-pdf-recursive install-ps-recursive install-recursive \
63
80
        installcheck-recursive installdirs-recursive pdf-recursive \
64
81
        ps-recursive uninstall-recursive
 
82
am__can_run_installinfo = \
 
83
  case $$AM_UPDATE_INFO_DIR in \
 
84
    n|no|NO) false;; \
 
85
    *) (install-info --version) >/dev/null 2>&1;; \
 
86
  esac
65
87
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
66
88
  distclean-recursive maintainer-clean-recursive
67
89
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
455
477
        done
456
478
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457
479
          if test "$$subdir" = .; then :; else \
458
 
            test -d "$(distdir)/$$subdir" \
459
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
460
 
            || exit 1; \
461
 
          fi; \
462
 
        done
463
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
464
 
          if test "$$subdir" = .; then :; else \
 
480
            $(am__make_dryrun) \
 
481
              || test -d "$(distdir)/$$subdir" \
 
482
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
483
              || exit 1; \
465
484
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
466
485
            $(am__relativize); \
467
486
            new_distdir=$$reldir; \
496
515
 
497
516
installcheck: installcheck-recursive
498
517
install-strip:
499
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
500
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
501
 
          `test -z '$(STRIP)' || \
502
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
518
        if test -z '$(STRIP)'; then \
 
519
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
520
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
521
              install; \
 
522
        else \
 
523
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
524
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
525
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
526
        fi
503
527
mostlyclean-generic:
504
528
 
505
529
clean-generic: