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

« back to all changes in this revision

Viewing changes to plugins/codecomment/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-25 10:10:54 UTC
  • mto: (7.3.5 sid)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: package-import@ubuntu.com-20120925101054-v3bv1a9uz5hr1o85
Tags: upstream-3.6.0
ImportĀ upstreamĀ versionĀ 3.6.0

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,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
62
79
am__v_at_0 = @
63
80
SOURCES =
64
81
DIST_SOURCES =
 
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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66
88
am__vpath_adj = case $$p in \
67
89
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
323
345
        -rm -rf .libs _libs
324
346
install-pluginPYTHON: $(plugin_PYTHON)
325
347
        @$(NORMAL_INSTALL)
326
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
327
348
        @list='$(plugin_PYTHON)'; dlist=; list2=; test -n "$(plugindir)" || list=; \
 
349
        if test -n "$$list"; then \
 
350
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
351
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
352
        fi; \
328
353
        for p in $$list; do \
329
354
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
330
355
          if test -f $$b$$p; then \
358
383
        exit $$st
359
384
install-pluginDATA: $(plugin_DATA)
360
385
        @$(NORMAL_INSTALL)
361
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
362
386
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
387
        if test -n "$$list"; then \
 
388
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
389
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
390
        fi; \
363
391
        for p in $$list; do \
364
392
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
365
393
          echo "$$d$$p"; \