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

« back to all changes in this revision

Viewing changes to plugins/textsize/textsize/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.
54
54
CONFIG_HEADER = $(top_builddir)/config.h
55
55
CONFIG_CLEAN_FILES =
56
56
CONFIG_CLEAN_VPATH_FILES =
57
 
AM_V_GEN = $(am__v_GEN_$(V))
58
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
57
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
58
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
59
59
am__v_GEN_0 = @echo "  GEN   " $@;
60
 
AM_V_at = $(am__v_at_$(V))
61
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
60
AM_V_at = $(am__v_at_@AM_V@)
 
61
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
62
62
am__v_at_0 = @
63
63
SOURCES =
64
64
DIST_SOURCES =
83
83
am__base_list = \
84
84
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
85
85
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
86
am__uninstall_files_from_dir = { \
 
87
  test -z "$$files" \
 
88
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
89
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
90
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
91
  }
 
92
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
86
93
am__installdirs = "$(DESTDIR)$(plugindir)"
87
94
py_compile = $(top_srcdir)/build-aux/py-compile
88
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143
150
INTLTOOL_MERGE = @INTLTOOL_MERGE@
144
151
INTLTOOL_PERL = @INTLTOOL_PERL@
145
152
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
153
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
154
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
155
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
156
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
146
157
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
147
158
LD = @LD@
148
159
LDFLAGS = @LDFLAGS@
232
243
includedir = @includedir@
233
244
infodir = @infodir@
234
245
install_sh = @install_sh@
 
246
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
247
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
235
248
libdir = @libdir@
236
249
libexecdir = @libexecdir@
237
250
localedir = @localedir@
257
270
top_srcdir = @top_srcdir@
258
271
plugindir = $(GEDIT_PLUGINS_LIBS_DIR)/textsize
259
272
plugin_PYTHON = \
260
 
        constants.py \
261
273
        documenthelper.py \
262
274
        __init__.py \
263
275
        signals.py
319
331
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
320
332
        done || exit $$?; \
321
333
        if test -n "$$dlist"; then \
322
 
          if test -z "$(DESTDIR)"; then \
323
 
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
324
 
          else \
325
 
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
326
 
          fi; \
 
334
          $(am__py_compile) --destdir "$(DESTDIR)" \
 
335
                            --basedir "$(plugindir)" $$dlist; \
327
336
        else :; fi
328
337
 
329
338
uninstall-pluginPYTHON:
331
340
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
332
341
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
333
342
        test -n "$$files" || exit 0; \
 
343
        dir='$(DESTDIR)$(plugindir)'; \
334
344
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
335
345
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
336
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
337
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files || exit $$?; \
338
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$filesc ")"; \
339
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$filesc || exit $$?; \
340
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$fileso ")"; \
341
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$fileso
 
346
        st=0; \
 
347
        for files in "$$files" "$$filesc" "$$fileso"; do \
 
348
          $(am__uninstall_files_from_dir) || st=$$?; \
 
349
        done; \
 
350
        exit $$st
342
351
tags: TAGS
343
352
TAGS:
344
353
 
393
402
 
394
403
installcheck: installcheck-am
395
404
install-strip:
396
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
397
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
398
 
          `test -z '$(STRIP)' || \
399
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
405
        if test -z '$(STRIP)'; then \
 
406
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
407
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
408
              install; \
 
409
        else \
 
410
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
411
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
412
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
413
        fi
400
414
mostlyclean-generic:
401
415
 
402
416
clean-generic: