~ubuntu-branches/ubuntu/vivid/gedit-plugins/vivid-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-08-20 11:28:57 UTC
  • mfrom: (1.4.9)
  • Revision ID: package-import@ubuntu.com-20120820112857-b9o0cpx9enivzy8u
Tags: 3.5.1-0ubuntu1
New upstream release

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.3 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.
58
58
CONFIG_CLEAN_FILES = org.gnome.gedit.plugins.terminal.gschema.xml.in \
59
59
        terminal.plugin.desktop.in
60
60
CONFIG_CLEAN_VPATH_FILES =
61
 
AM_V_GEN = $(am__v_GEN_$(V))
62
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
61
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
62
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
63
63
am__v_GEN_0 = @echo "  GEN   " $@;
64
 
AM_V_at = $(am__v_at_$(V))
65
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
64
AM_V_at = $(am__v_at_@AM_V@)
 
65
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
66
66
am__v_at_0 = @
67
67
SOURCES =
68
68
DIST_SOURCES =
87
87
am__base_list = \
88
88
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89
89
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
90
am__uninstall_files_from_dir = { \
 
91
  test -z "$$files" \
 
92
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
93
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
94
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
95
  }
 
96
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
90
97
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
91
98
py_compile = $(top_srcdir)/build-aux/py-compile
92
99
DATA = $(plugin_DATA)
148
155
INTLTOOL_MERGE = @INTLTOOL_MERGE@
149
156
INTLTOOL_PERL = @INTLTOOL_PERL@
150
157
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
158
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
159
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
160
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
161
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
151
162
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
152
163
LD = @LD@
153
164
LDFLAGS = @LDFLAGS@
237
248
includedir = @includedir@
238
249
infodir = @infodir@
239
250
install_sh = @install_sh@
 
251
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
252
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
240
253
libdir = @libdir@
241
254
libexecdir = @libexecdir@
242
255
localedir = @localedir@
329
342
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
330
343
        done || exit $$?; \
331
344
        if test -n "$$dlist"; then \
332
 
          if test -z "$(DESTDIR)"; then \
333
 
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
334
 
          else \
335
 
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
336
 
          fi; \
 
345
          $(am__py_compile) --destdir "$(DESTDIR)" \
 
346
                            --basedir "$(plugindir)" $$dlist; \
337
347
        else :; fi
338
348
 
339
349
uninstall-pluginPYTHON:
341
351
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
342
352
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
343
353
        test -n "$$files" || exit 0; \
 
354
        dir='$(DESTDIR)$(plugindir)'; \
344
355
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
345
356
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
346
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
347
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files || exit $$?; \
348
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$filesc ")"; \
349
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$filesc || exit $$?; \
350
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$fileso ")"; \
351
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$fileso
 
357
        st=0; \
 
358
        for files in "$$files" "$$filesc" "$$fileso"; do \
 
359
          $(am__uninstall_files_from_dir) || st=$$?; \
 
360
        done; \
 
361
        exit $$st
352
362
install-pluginDATA: $(plugin_DATA)
353
363
        @$(NORMAL_INSTALL)
354
364
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
366
376
        @$(NORMAL_UNINSTALL)
367
377
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
368
378
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
369
 
        test -n "$$files" || exit 0; \
370
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
371
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
 
379
        dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
372
380
tags: TAGS
373
381
TAGS:
374
382
 
423
431
 
424
432
installcheck: installcheck-am
425
433
install-strip:
426
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
427
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428
 
          `test -z '$(STRIP)' || \
429
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
434
        if test -z '$(STRIP)'; then \
 
435
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
436
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
437
              install; \
 
438
        else \
 
439
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
440
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
441
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
442
        fi
430
443
mostlyclean-generic:
431
444
 
432
445
clean-generic: