~ubuntu-branches/ubuntu/precise/gedit-plugins/precise-201112230606

« back to all changes in this revision

Viewing changes to plugins/bracketcompletion/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2009-07-27 15:49:40 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20090727154940-pl89xugusqa5tj2q
Tags: 2.26.3-0ubuntu1
* New upstream release.
  - Misc Bugfixes.
  - New and updated translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
47
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
50
CONFIG_HEADER = $(top_builddir)/config.h
49
51
CONFIG_CLEAN_FILES = bracketcompletion.gedit-plugin.desktop.in
 
52
CONFIG_CLEAN_VPATH_FILES =
 
53
AM_V_GEN = $(am__v_GEN_$(V))
 
54
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
55
am__v_GEN_0 = @echo "  GEN   " $@;
 
56
AM_V_at = $(am__v_at_$(V))
 
57
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
58
am__v_at_0 = @
50
59
SOURCES =
51
60
DIST_SOURCES =
52
61
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
63
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
64
    *) f=$$p;; \
56
65
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
66
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
67
am__install_max = 40
 
68
am__nobase_strip_setup = \
 
69
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
70
am__nobase_strip = \
 
71
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
72
am__nobase_list = $(am__nobase_strip_setup); \
 
73
  for p in $$list; do echo "$$p $$p"; done | \
 
74
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
75
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
76
    if (++n[$$2] == $(am__install_max)) \
 
77
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
78
    END { for (dir in files) print dir, files[dir] }'
 
79
am__base_list = \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
81
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
58
82
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
59
 
pluginPYTHON_INSTALL = $(INSTALL_DATA)
60
83
py_compile = $(top_srcdir)/py-compile
61
 
pluginDATA_INSTALL = $(INSTALL_DATA)
62
84
DATA = $(plugin_DATA)
63
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64
86
ACLOCAL = @ACLOCAL@
65
87
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
66
88
ALL_LINGUAS = @ALL_LINGUAS@
67
89
AMTAR = @AMTAR@
 
90
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
68
91
AR = @AR@
69
92
AUTOCONF = @AUTOCONF@
70
93
AUTOHEADER = @AUTOHEADER@
255
278
              exit 1;; \
256
279
          esac; \
257
280
        done; \
258
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/bracketcompletion/Makefile'; \
259
 
        cd $(top_srcdir) && \
260
 
          $(AUTOMAKE) --gnu  plugins/bracketcompletion/Makefile
 
281
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/bracketcompletion/Makefile'; \
 
282
        $(am__cd) $(top_srcdir) && \
 
283
          $(AUTOMAKE) --gnu plugins/bracketcompletion/Makefile
261
284
.PRECIOUS: Makefile
262
285
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263
286
        @case '$?' in \
275
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
299
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
277
300
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
301
$(am__aclocal_m4_deps):
278
302
bracketcompletion.gedit-plugin.desktop.in: $(top_builddir)/config.status $(srcdir)/bracketcompletion.gedit-plugin.desktop.in.in
279
303
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
280
304
 
286
310
install-pluginPYTHON: $(plugin_PYTHON)
287
311
        @$(NORMAL_INSTALL)
288
312
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
289
 
        @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
 
313
        @list='$(plugin_PYTHON)'; dlist=; list2=; test -n "$(plugindir)" || list=; \
 
314
        for p in $$list; do \
290
315
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
291
316
          if test -f $$b$$p; then \
292
 
            f=$(am__strip_dir) \
 
317
            $(am__strip_dir) \
293
318
            dlist="$$dlist $$f"; \
294
 
            echo " $(pluginPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
295
 
            $(pluginPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
319
            list2="$$list2 $$b$$p"; \
296
320
          else :; fi; \
297
321
        done; \
 
322
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
 
323
        while read files; do \
 
324
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
325
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
 
326
        done || exit $$?; \
298
327
        if test -n "$$dlist"; then \
299
328
          if test -z "$(DESTDIR)"; then \
300
329
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
305
334
 
306
335
uninstall-pluginPYTHON:
307
336
        @$(NORMAL_UNINSTALL)
308
 
        @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
309
 
          f=$(am__strip_dir) \
310
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
311
 
          rm -f "$(DESTDIR)$(plugindir)/$${f}c"; \
312
 
          rm -f "$(DESTDIR)$(plugindir)/$${f}o"; \
313
 
        done
 
337
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
 
338
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
339
        test -n "$$files" || exit 0; \
 
340
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
 
341
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
342
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
343
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files || exit $$?; \
 
344
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$filesc ")"; \
 
345
        cd "$(DESTDIR)$(plugindir)" && rm -f $$filesc || exit $$?; \
 
346
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$fileso ")"; \
 
347
        cd "$(DESTDIR)$(plugindir)" && rm -f $$fileso
314
348
install-pluginDATA: $(plugin_DATA)
315
349
        @$(NORMAL_INSTALL)
316
350
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
317
 
        @list='$(plugin_DATA)'; for p in $$list; do \
 
351
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
352
        for p in $$list; do \
318
353
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
319
 
          f=$(am__strip_dir) \
320
 
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
321
 
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
354
          echo "$$d$$p"; \
 
355
        done | $(am__base_list) | \
 
356
        while read files; do \
 
357
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
358
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
322
359
        done
323
360
 
324
361
uninstall-pluginDATA:
325
362
        @$(NORMAL_UNINSTALL)
326
 
        @list='$(plugin_DATA)'; for p in $$list; do \
327
 
          f=$(am__strip_dir) \
328
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
329
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
330
 
        done
 
363
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
364
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
365
        test -n "$$files" || exit 0; \
 
366
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
367
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
331
368
tags: TAGS
332
369
TAGS:
333
370
 
351
388
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
352
389
          if test -d $$d/$$file; then \
353
390
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
391
            if test -d "$(distdir)/$$file"; then \
 
392
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
393
            fi; \
354
394
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
355
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
395
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
396
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
356
397
            fi; \
357
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
398
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
358
399
          else \
359
 
            test -f $(distdir)/$$file \
360
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
400
            test -f "$(distdir)/$$file" \
 
401
            || cp -p $$d/$$file "$(distdir)/$$file" \
361
402
            || exit 1; \
362
403
          fi; \
363
404
        done
389
430
 
390
431
distclean-generic:
391
432
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
433
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
392
434
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
393
435
 
394
436
maintainer-clean-generic:
408
450
 
409
451
html: html-am
410
452
 
 
453
html-am:
 
454
 
411
455
info: info-am
412
456
 
413
457
info-am:
416
460
 
417
461
install-dvi: install-dvi-am
418
462
 
 
463
install-dvi-am:
 
464
 
419
465
install-exec-am:
420
466
 
421
467
install-html: install-html-am
422
468
 
 
469
install-html-am:
 
470
 
423
471
install-info: install-info-am
424
472
 
 
473
install-info-am:
 
474
 
425
475
install-man:
426
476
 
427
477
install-pdf: install-pdf-am
428
478
 
 
479
install-pdf-am:
 
480
 
429
481
install-ps: install-ps-am
430
482
 
 
483
install-ps-am:
 
484
 
431
485
installcheck-am:
432
486
 
433
487
maintainer-clean: maintainer-clean-am
466
520
%.gedit-plugin: %.gedit-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
467
521
 
468
522
-include $(top_srcdir)/git.mk
 
523
 
469
524
# Tell versions [3.59,3.63) of GNU make to not export all variables.
470
525
# Otherwise a system limit (for SysV at least) may be exceeded.
471
526
.NOEXPORT: