~ubuntu-branches/ubuntu/trusty/gedit-plugins/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/terminal/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
# Terminal Plugin
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@
66
83
am__v_at_0 = @
67
84
SOURCES =
68
85
DIST_SOURCES =
 
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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70
92
am__vpath_adj = case $$p in \
71
93
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
326
348
        -rm -rf .libs _libs
327
349
install-pluginPYTHON: $(plugin_PYTHON)
328
350
        @$(NORMAL_INSTALL)
329
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
330
351
        @list='$(plugin_PYTHON)'; dlist=; list2=; test -n "$(plugindir)" || list=; \
 
352
        if test -n "$$list"; then \
 
353
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
354
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
355
        fi; \
331
356
        for p in $$list; do \
332
357
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
333
358
          if test -f $$b$$p; then \
361
386
        exit $$st
362
387
install-pluginDATA: $(plugin_DATA)
363
388
        @$(NORMAL_INSTALL)
364
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
365
389
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
390
        if test -n "$$list"; then \
 
391
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
392
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
393
        fi; \
366
394
        for p in $$list; do \
367
395
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
368
396
          echo "$$d$$p"; \