~ubuntu-branches/ubuntu/trusty/gtksourceview3/trusty-proposed

« back to all changes in this revision

Viewing changes to gtksourceview/completion-providers/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-07-15 11:13:01 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20130715111301-og17vgxynxrgwl4w
Tags: 3.8.2-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
50
78
build_triplet = @build@
51
79
host_triplet = @host@
52
80
subdir = gtksourceview/completion-providers
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
83
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
56
84
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
81
109
am__v_at_1 = 
82
110
SOURCES =
83
111
DIST_SOURCES =
84
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
85
 
        html-recursive info-recursive install-data-recursive \
86
 
        install-dvi-recursive install-exec-recursive \
87
 
        install-html-recursive install-info-recursive \
88
 
        install-pdf-recursive install-ps-recursive install-recursive \
89
 
        installcheck-recursive installdirs-recursive pdf-recursive \
90
 
        ps-recursive uninstall-recursive
 
112
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
113
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
114
        install-data-recursive install-dvi-recursive \
 
115
        install-exec-recursive install-html-recursive \
 
116
        install-info-recursive install-pdf-recursive \
 
117
        install-ps-recursive install-recursive installcheck-recursive \
 
118
        installdirs-recursive pdf-recursive ps-recursive \
 
119
        tags-recursive uninstall-recursive
91
120
am__can_run_installinfo = \
92
121
  case $$AM_UPDATE_INFO_DIR in \
93
122
    n|no|NO) false;; \
95
124
  esac
96
125
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
97
126
  distclean-recursive maintainer-clean-recursive
98
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
99
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
127
am__recursive_targets = \
 
128
  $(RECURSIVE_TARGETS) \
 
129
  $(RECURSIVE_CLEAN_TARGETS) \
 
130
  $(am__extra_recursive_targets)
 
131
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
100
132
        distdir
 
133
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
134
# Read a list of newline-separated strings from the standard input,
 
135
# and print each of them once, without duplicates.  Input order is
 
136
# *not* preserved.
 
137
am__uniquify_input = $(AWK) '\
 
138
  BEGIN { nonempty = 0; } \
 
139
  { items[$$0] = 1; nonempty = 1; } \
 
140
  END { if (nonempty) { for (i in items) print i; }; } \
 
141
'
 
142
# Make sure the list of sources is unique.  This is necessary because,
 
143
# e.g., the same source file might be shared among _SOURCES variables
 
144
# for different programs/libraries.
 
145
am__define_uniq_tagged_files = \
 
146
  list='$(am__tagged_files)'; \
 
147
  unique=`for i in $$list; do \
 
148
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
149
  done | $(am__uniquify_input)`
101
150
ETAGS = etags
102
151
CTAGS = ctags
103
152
DIST_SUBDIRS = $(SUBDIRS)
359
408
# (1) if the variable is set in 'config.status', edit 'config.status'
360
409
#     (which will cause the Makefiles to be regenerated when you run 'make');
361
410
# (2) otherwise, pass the desired values on the 'make' command line.
362
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
363
 
        @fail= failcom='exit 1'; \
364
 
        for f in x $$MAKEFLAGS; do \
365
 
          case $$f in \
366
 
            *=* | --[!k]*);; \
367
 
            *k*) failcom='fail=yes';; \
368
 
          esac; \
369
 
        done; \
 
411
$(am__recursive_targets):
 
412
        @fail=; \
 
413
        if $(am__make_keepgoing); then \
 
414
          failcom='fail=yes'; \
 
415
        else \
 
416
          failcom='exit 1'; \
 
417
        fi; \
370
418
        dot_seen=no; \
371
419
        target=`echo $@ | sed s/-recursive//`; \
372
420
        case "$@" in \
387
435
        if test "$$dot_seen" = "no"; then \
388
436
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
389
437
        fi; test -z "$$fail"
390
 
tags-recursive:
391
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
392
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
393
 
        done
394
 
ctags-recursive:
395
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
396
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
397
 
        done
398
 
cscopelist-recursive:
399
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
400
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
401
 
        done
402
 
 
403
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
405
 
        unique=`for i in $$list; do \
406
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
 
          done | \
408
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
410
 
        mkid -fID $$unique
411
 
tags: TAGS
412
 
 
413
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414
 
                $(TAGS_FILES) $(LISP)
 
438
 
 
439
ID: $(am__tagged_files)
 
440
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
441
tags: tags-recursive
 
442
TAGS: tags
 
443
 
 
444
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
415
445
        set x; \
416
446
        here=`pwd`; \
417
447
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
427
457
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
428
458
          fi; \
429
459
        done; \
430
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
431
 
        unique=`for i in $$list; do \
432
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433
 
          done | \
434
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
460
        $(am__define_uniq_tagged_files); \
436
461
        shift; \
437
462
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
438
463
          test -n "$$unique" || unique=$$empty_fix; \
444
469
              $$unique; \
445
470
          fi; \
446
471
        fi
447
 
ctags: CTAGS
448
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
449
 
                $(TAGS_FILES) $(LISP)
450
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
451
 
        unique=`for i in $$list; do \
452
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453
 
          done | \
454
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
472
ctags: ctags-recursive
 
473
 
 
474
CTAGS: ctags
 
475
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
476
        $(am__define_uniq_tagged_files); \
456
477
        test -z "$(CTAGS_ARGS)$$unique" \
457
478
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458
479
             $$unique
461
482
        here=`$(am__cd) $(top_builddir) && pwd` \
462
483
          && $(am__cd) $(top_srcdir) \
463
484
          && gtags -i $(GTAGS_ARGS) "$$here"
 
485
cscopelist: cscopelist-recursive
464
486
 
465
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
466
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
487
cscopelist-am: $(am__tagged_files)
 
488
        list='$(am__tagged_files)'; \
467
489
        case "$(srcdir)" in \
468
490
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
469
491
          *) sdir=$(subdir)/$(srcdir) ;; \
635
657
 
636
658
uninstall-am:
637
659
 
638
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
639
 
        cscopelist-recursive ctags-recursive install-am install-strip \
640
 
        tags-recursive
 
660
.MAKE: $(am__recursive_targets) install-am install-strip
641
661
 
642
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
643
 
        all all-am check check-am clean clean-generic clean-libtool \
644
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
645
 
        distclean distclean-generic distclean-libtool distclean-tags \
646
 
        distdir dvi dvi-am html html-am info info-am install \
647
 
        install-am install-data install-data-am install-dvi \
 
662
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
663
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
664
        ctags-am distclean distclean-generic distclean-libtool \
 
665
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
666
        install install-am install-data install-data-am install-dvi \
648
667
        install-dvi-am install-exec install-exec-am install-html \
649
668
        install-html-am install-info install-info-am install-man \
650
669
        install-pdf install-pdf-am install-ps install-ps-am \
651
670
        install-strip installcheck installcheck-am installdirs \
652
671
        installdirs-am maintainer-clean maintainer-clean-generic \
653
672
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
654
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
673
        ps ps-am tags tags-am uninstall uninstall-am
655
674
 
656
675
 
657
676
-include $(top_srcdir)/git.mk