~ubuntu-branches/ubuntu/raring/gedit-plugins/raring

« back to all changes in this revision

Viewing changes to plugins/textsize/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-25 10:10:54 UTC
  • mfrom: (1.4.11)
  • Revision ID: package-import@ubuntu.com-20120925101054-y5gqrf29jt1evacd
Tags: 3.6.0-0ubuntu1
New upstream stable release

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.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18
18
# Textsize
19
19
 
20
20
VPATH = @srcdir@
 
21
am__make_dryrun = \
 
22
  { \
 
23
    am__dry=no; \
 
24
    case $$MAKEFLAGS in \
 
25
      *\\[\ \   ]*) \
 
26
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
27
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
28
      *) \
 
29
        for am__flg in $$MAKEFLAGS; do \
 
30
          case $$am__flg in \
 
31
            *=*|--*) ;; \
 
32
            *n*) am__dry=yes; break;; \
 
33
          esac; \
 
34
        done;; \
 
35
    esac; \
 
36
    test $$am__dry = yes; \
 
37
  }
21
38
pkgdatadir = $(datadir)/@PACKAGE@
22
39
pkgincludedir = $(includedir)/@PACKAGE@
23
40
pkglibdir = $(libdir)/@PACKAGE@
70
87
        install-pdf-recursive install-ps-recursive install-recursive \
71
88
        installcheck-recursive installdirs-recursive pdf-recursive \
72
89
        ps-recursive uninstall-recursive
 
90
am__can_run_installinfo = \
 
91
  case $$AM_UPDATE_INFO_DIR in \
 
92
    n|no|NO) false;; \
 
93
    *) (install-info --version) >/dev/null 2>&1;; \
 
94
  esac
73
95
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74
96
am__vpath_adj = case $$p in \
75
97
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
358
380
        -rm -rf .libs _libs
359
381
install-pluginDATA: $(plugin_DATA)
360
382
        @$(NORMAL_INSTALL)
361
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
362
383
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
384
        if test -n "$$list"; then \
 
385
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
386
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
387
        fi; \
363
388
        for p in $$list; do \
364
389
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
365
390
          echo "$$d$$p"; \
542
567
        done
543
568
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
544
569
          if test "$$subdir" = .; then :; else \
545
 
            test -d "$(distdir)/$$subdir" \
546
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
547
 
            || exit 1; \
548
 
          fi; \
549
 
        done
550
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
551
 
          if test "$$subdir" = .; then :; else \
 
570
            $(am__make_dryrun) \
 
571
              || test -d "$(distdir)/$$subdir" \
 
572
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
573
              || exit 1; \
552
574
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
553
575
            $(am__relativize); \
554
576
            new_distdir=$$reldir; \