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

« back to all changes in this revision

Viewing changes to plugins/synctex/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-12-12 16:35:11 UTC
  • mto: (7.3.7 sid)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: package-import@ubuntu.com-20131212163511-d7275l3drwdrw1qq
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
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
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
52
79
build_triplet = @build@
53
80
host_triplet = @host@
54
81
subdir = plugins/synctex
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56
83
        $(srcdir)/synctex.plugin.desktop.in.in
57
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
85
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
70
97
CONFIG_HEADER = $(top_builddir)/config.h
71
98
CONFIG_CLEAN_FILES = synctex.plugin.desktop.in
72
99
CONFIG_CLEAN_VPATH_FILES =
 
100
AM_V_P = $(am__v_P_@AM_V@)
 
101
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
102
am__v_P_0 = false
 
103
am__v_P_1 = :
73
104
AM_V_GEN = $(am__v_GEN_@AM_V@)
74
105
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
75
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
106
am__v_GEN_0 = @echo "  GEN     " $@;
 
107
am__v_GEN_1 = 
76
108
AM_V_at = $(am__v_at_@AM_V@)
77
109
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
78
110
am__v_at_0 = @
 
111
am__v_at_1 = 
79
112
SOURCES =
80
113
DIST_SOURCES =
81
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82
 
        html-recursive info-recursive install-data-recursive \
83
 
        install-dvi-recursive install-exec-recursive \
84
 
        install-html-recursive install-info-recursive \
85
 
        install-pdf-recursive install-ps-recursive install-recursive \
86
 
        installcheck-recursive installdirs-recursive pdf-recursive \
87
 
        ps-recursive uninstall-recursive
 
114
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
115
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
116
        install-data-recursive install-dvi-recursive \
 
117
        install-exec-recursive install-html-recursive \
 
118
        install-info-recursive install-pdf-recursive \
 
119
        install-ps-recursive install-recursive installcheck-recursive \
 
120
        installdirs-recursive pdf-recursive ps-recursive \
 
121
        tags-recursive uninstall-recursive
88
122
am__can_run_installinfo = \
89
123
  case $$AM_UPDATE_INFO_DIR in \
90
124
    n|no|NO) false;; \
121
155
DATA = $(plugin_DATA)
122
156
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
123
157
  distclean-recursive maintainer-clean-recursive
124
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
125
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
158
am__recursive_targets = \
 
159
  $(RECURSIVE_TARGETS) \
 
160
  $(RECURSIVE_CLEAN_TARGETS) \
 
161
  $(am__extra_recursive_targets)
 
162
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
126
163
        distdir
 
164
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
165
# Read a list of newline-separated strings from the standard input,
 
166
# and print each of them once, without duplicates.  Input order is
 
167
# *not* preserved.
 
168
am__uniquify_input = $(AWK) '\
 
169
  BEGIN { nonempty = 0; } \
 
170
  { items[$$0] = 1; nonempty = 1; } \
 
171
  END { if (nonempty) { for (i in items) print i; }; } \
 
172
'
 
173
# Make sure the list of sources is unique.  This is necessary because,
 
174
# e.g., the same source file might be shared among _SOURCES variables
 
175
# for different programs/libraries.
 
176
am__define_uniq_tagged_files = \
 
177
  list='$(am__tagged_files)'; \
 
178
  unique=`for i in $$list; do \
 
179
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
180
  done | $(am__uniquify_input)`
127
181
ETAGS = etags
128
182
CTAGS = ctags
129
183
DIST_SUBDIRS = $(SUBDIRS)
202
256
GMSGFMT_015 = @GMSGFMT_015@
203
257
GREP = @GREP@
204
258
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
259
HELP_DIR = @HELP_DIR@
205
260
INSTALL = @INSTALL@
206
261
INSTALL_DATA = @INSTALL_DATA@
207
262
INSTALL_PROGRAM = @INSTALL_PROGRAM@
217
272
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
218
273
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
219
274
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
275
ITSTOOL = @ITSTOOL@
220
276
LD = @LD@
221
277
LDFLAGS = @LDFLAGS@
222
278
LIBICONV = @LIBICONV@
270
326
XGETTEXT = @XGETTEXT@
271
327
XGETTEXT_015 = @XGETTEXT_015@
272
328
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
329
XMLLINT = @XMLLINT@
273
330
abs_builddir = @abs_builddir@
274
331
abs_srcdir = @abs_srcdir@
275
332
abs_top_builddir = @abs_top_builddir@
403
460
        dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
404
461
 
405
462
# This directory's subdirectories are mostly independent; you can cd
406
 
# into them and run `make' without going through this Makefile.
407
 
# To change the values of `make' variables: instead of editing Makefiles,
408
 
# (1) if the variable is set in `config.status', edit `config.status'
409
 
#     (which will cause the Makefiles to be regenerated when you run `make');
410
 
# (2) otherwise, pass the desired values on the `make' command line.
411
 
$(RECURSIVE_TARGETS):
412
 
        @fail= failcom='exit 1'; \
413
 
        for f in x $$MAKEFLAGS; do \
414
 
          case $$f in \
415
 
            *=* | --[!k]*);; \
416
 
            *k*) failcom='fail=yes';; \
417
 
          esac; \
418
 
        done; \
 
463
# into them and run 'make' without going through this Makefile.
 
464
# To change the values of 'make' variables: instead of editing Makefiles,
 
465
# (1) if the variable is set in 'config.status', edit 'config.status'
 
466
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
467
# (2) otherwise, pass the desired values on the 'make' command line.
 
468
$(am__recursive_targets):
 
469
        @fail=; \
 
470
        if $(am__make_keepgoing); then \
 
471
          failcom='fail=yes'; \
 
472
        else \
 
473
          failcom='exit 1'; \
 
474
        fi; \
419
475
        dot_seen=no; \
420
476
        target=`echo $@ | sed s/-recursive//`; \
421
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
477
        case "$@" in \
 
478
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
479
          *) list='$(SUBDIRS)' ;; \
 
480
        esac; \
 
481
        for subdir in $$list; do \
422
482
          echo "Making $$target in $$subdir"; \
423
483
          if test "$$subdir" = "."; then \
424
484
            dot_seen=yes; \
433
493
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
434
494
        fi; test -z "$$fail"
435
495
 
436
 
$(RECURSIVE_CLEAN_TARGETS):
437
 
        @fail= failcom='exit 1'; \
438
 
        for f in x $$MAKEFLAGS; do \
439
 
          case $$f in \
440
 
            *=* | --[!k]*);; \
441
 
            *k*) failcom='fail=yes';; \
442
 
          esac; \
443
 
        done; \
444
 
        dot_seen=no; \
445
 
        case "$@" in \
446
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
447
 
          *) list='$(SUBDIRS)' ;; \
448
 
        esac; \
449
 
        rev=''; for subdir in $$list; do \
450
 
          if test "$$subdir" = "."; then :; else \
451
 
            rev="$$subdir $$rev"; \
452
 
          fi; \
453
 
        done; \
454
 
        rev="$$rev ."; \
455
 
        target=`echo $@ | sed s/-recursive//`; \
456
 
        for subdir in $$rev; do \
457
 
          echo "Making $$target in $$subdir"; \
458
 
          if test "$$subdir" = "."; then \
459
 
            local_target="$$target-am"; \
460
 
          else \
461
 
            local_target="$$target"; \
462
 
          fi; \
463
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464
 
          || eval $$failcom; \
465
 
        done && test -z "$$fail"
466
 
tags-recursive:
467
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
468
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
469
 
        done
470
 
ctags-recursive:
471
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
472
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
473
 
        done
474
 
 
475
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
476
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
477
 
        unique=`for i in $$list; do \
478
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479
 
          done | \
480
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
482
 
        mkid -fID $$unique
483
 
tags: TAGS
484
 
 
485
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
486
 
                $(TAGS_FILES) $(LISP)
 
496
ID: $(am__tagged_files)
 
497
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
498
tags: tags-recursive
 
499
TAGS: tags
 
500
 
 
501
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
487
502
        set x; \
488
503
        here=`pwd`; \
489
504
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
499
514
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
500
515
          fi; \
501
516
        done; \
502
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503
 
        unique=`for i in $$list; do \
504
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
 
          done | \
506
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
517
        $(am__define_uniq_tagged_files); \
508
518
        shift; \
509
519
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
510
520
          test -n "$$unique" || unique=$$empty_fix; \
516
526
              $$unique; \
517
527
          fi; \
518
528
        fi
519
 
ctags: CTAGS
520
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
521
 
                $(TAGS_FILES) $(LISP)
522
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
523
 
        unique=`for i in $$list; do \
524
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525
 
          done | \
526
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
527
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
529
ctags: ctags-recursive
 
530
 
 
531
CTAGS: ctags
 
532
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
533
        $(am__define_uniq_tagged_files); \
528
534
        test -z "$(CTAGS_ARGS)$$unique" \
529
535
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530
536
             $$unique
533
539
        here=`$(am__cd) $(top_builddir) && pwd` \
534
540
          && $(am__cd) $(top_srcdir) \
535
541
          && gtags -i $(GTAGS_ARGS) "$$here"
 
542
cscopelist: cscopelist-recursive
 
543
 
 
544
cscopelist-am: $(am__tagged_files)
 
545
        list='$(am__tagged_files)'; \
 
546
        case "$(srcdir)" in \
 
547
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
548
          *) sdir=$(subdir)/$(srcdir) ;; \
 
549
        esac; \
 
550
        for i in $$list; do \
 
551
          if test -f "$$i"; then \
 
552
            echo "$(subdir)/$$i"; \
 
553
          else \
 
554
            echo "$$sdir/$$i"; \
 
555
          fi; \
 
556
        done >> $(top_builddir)/cscope.files
536
557
 
537
558
distclean-tags:
538
559
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
698
719
 
699
720
uninstall-am: uninstall-pluginDATA
700
721
 
701
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
702
 
        install-am install-strip tags-recursive
 
722
.MAKE: $(am__recursive_targets) install-am install-strip
703
723
 
704
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
705
 
        all all-am check check-am clean clean-generic clean-libtool \
706
 
        ctags ctags-recursive distclean distclean-generic \
707
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
708
 
        html-am info info-am install install-am install-data \
709
 
        install-data-am install-dvi install-dvi-am install-exec \
710
 
        install-exec-am install-html install-html-am install-info \
711
 
        install-info-am install-man install-pdf install-pdf-am \
712
 
        install-pluginDATA install-ps install-ps-am install-strip \
713
 
        installcheck installcheck-am installdirs installdirs-am \
714
 
        maintainer-clean maintainer-clean-generic mostlyclean \
715
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
716
 
        tags tags-recursive uninstall uninstall-am \
717
 
        uninstall-pluginDATA
 
724
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
725
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
726
        ctags-am distclean distclean-generic distclean-libtool \
 
727
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
728
        install install-am install-data install-data-am install-dvi \
 
729
        install-dvi-am install-exec install-exec-am install-html \
 
730
        install-html-am install-info install-info-am install-man \
 
731
        install-pdf install-pdf-am install-pluginDATA install-ps \
 
732
        install-ps-am install-strip installcheck installcheck-am \
 
733
        installdirs installdirs-am maintainer-clean \
 
734
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
735
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
736
        uninstall-am uninstall-pluginDATA
718
737
 
719
738
%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
720
739