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

« back to all changes in this revision

Viewing changes to plugins/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.
52
52
CONFIG_HEADER = $(top_builddir)/config.h
53
53
CONFIG_CLEAN_FILES = gpdefs.py
54
54
CONFIG_CLEAN_VPATH_FILES =
55
 
AM_V_GEN = $(am__v_GEN_$(V))
56
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
55
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
56
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
57
57
am__v_GEN_0 = @echo "  GEN   " $@;
58
 
AM_V_at = $(am__v_at_$(V))
59
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
58
AM_V_at = $(am__v_at_@AM_V@)
 
59
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
60
60
am__v_at_0 = @
61
61
SOURCES =
62
62
DIST_SOURCES =
88
88
am__base_list = \
89
89
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
90
90
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
91
am__uninstall_files_from_dir = { \
 
92
  test -z "$$files" \
 
93
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
94
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
95
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
96
  }
 
97
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
91
98
am__installdirs = "$(DESTDIR)$(plugindir)"
92
99
py_compile = $(top_srcdir)/build-aux/py-compile
93
100
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
180
187
INTLTOOL_MERGE = @INTLTOOL_MERGE@
181
188
INTLTOOL_PERL = @INTLTOOL_PERL@
182
189
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
190
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
191
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
192
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
193
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
183
194
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
184
195
LD = @LD@
185
196
LDFLAGS = @LDFLAGS@
269
280
includedir = @includedir@
270
281
infodir = @infodir@
271
282
install_sh = @install_sh@
 
283
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
284
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
272
285
libdir = @libdir@
273
286
libexecdir = @libexecdir@
274
287
localedir = @localedir@
363
376
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
364
377
        done || exit $$?; \
365
378
        if test -n "$$dlist"; then \
366
 
          if test -z "$(DESTDIR)"; then \
367
 
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
368
 
          else \
369
 
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
370
 
          fi; \
 
379
          $(am__py_compile) --destdir "$(DESTDIR)" \
 
380
                            --basedir "$(plugindir)" $$dlist; \
371
381
        else :; fi
372
382
 
373
383
uninstall-pluginPYTHON:
375
385
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
376
386
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
377
387
        test -n "$$files" || exit 0; \
 
388
        dir='$(DESTDIR)$(plugindir)'; \
378
389
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
379
390
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
380
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
381
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files || exit $$?; \
382
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$filesc ")"; \
383
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$filesc || exit $$?; \
384
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$fileso ")"; \
385
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$fileso
 
391
        st=0; \
 
392
        for files in "$$files" "$$filesc" "$$fileso"; do \
 
393
          $(am__uninstall_files_from_dir) || st=$$?; \
 
394
        done; \
 
395
        exit $$st
386
396
 
387
397
# This directory's subdirectories are mostly independent; you can cd
388
398
# into them and run `make' without going through this Makefile.
595
605
 
596
606
installcheck: installcheck-recursive
597
607
install-strip:
598
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
599
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
600
 
          `test -z '$(STRIP)' || \
601
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
608
        if test -z '$(STRIP)'; then \
 
609
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
610
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
611
              install; \
 
612
        else \
 
613
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
614
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
615
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
616
        fi
602
617
mostlyclean-generic:
603
618
 
604
619
clean-generic: