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

« back to all changes in this revision

Viewing changes to gtksourceview/completion-providers/words/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,
16
16
 
17
17
 
18
18
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
22
32
    case $$MAKEFLAGS in \
23
33
      *\\[\ \   ]*) \
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
 
  }
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
64
pkgdatadir = $(datadir)/@PACKAGE@
37
65
pkgincludedir = $(includedir)/@PACKAGE@
38
66
pkglibdir = $(libdir)/@PACKAGE@
52
80
build_triplet = @build@
53
81
host_triplet = @host@
54
82
subdir = gtksourceview/completion-providers/words
55
 
DIST_COMMON = $(libgtksourcecompletionwords_include_HEADERS) \
56
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57
 
        $(top_srcdir)/depcomp
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp \
 
85
        $(libgtksourcecompletionwords_include_HEADERS)
58
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
87
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
60
88
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
156
184
  }
157
185
am__installdirs = "$(DESTDIR)$(libgtksourcecompletionwords_includedir)"
158
186
HEADERS = $(libgtksourcecompletionwords_include_HEADERS)
 
187
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
188
# Read a list of newline-separated strings from the standard input,
 
189
# and print each of them once, without duplicates.  Input order is
 
190
# *not* preserved.
 
191
am__uniquify_input = $(AWK) '\
 
192
  BEGIN { nonempty = 0; } \
 
193
  { items[$$0] = 1; nonempty = 1; } \
 
194
  END { if (nonempty) { for (i in items) print i; }; } \
 
195
'
 
196
# Make sure the list of sources is unique.  This is necessary because,
 
197
# e.g., the same source file might be shared among _SOURCES variables
 
198
# for different programs/libraries.
 
199
am__define_uniq_tagged_files = \
 
200
  list='$(am__tagged_files)'; \
 
201
  unique=`for i in $$list; do \
 
202
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
203
  done | $(am__uniquify_input)`
159
204
ETAGS = etags
160
205
CTAGS = ctags
161
206
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
422
467
          echo rm -f $${locs}; \
423
468
          rm -f $${locs}; \
424
469
        }
 
470
 
425
471
libgtksourcecompletionwords.la: $(libgtksourcecompletionwords_la_OBJECTS) $(libgtksourcecompletionwords_la_DEPENDENCIES) $(EXTRA_libgtksourcecompletionwords_la_DEPENDENCIES) 
426
472
        $(AM_V_CCLD)$(LINK)  $(libgtksourcecompletionwords_la_OBJECTS) $(libgtksourcecompletionwords_la_LIBADD) $(LIBS)
427
473
 
485
531
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
486
532
        dir='$(DESTDIR)$(libgtksourcecompletionwords_includedir)'; $(am__uninstall_files_from_dir)
487
533
 
488
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
489
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
490
 
        unique=`for i in $$list; do \
491
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492
 
          done | \
493
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
495
 
        mkid -fID $$unique
496
 
tags: TAGS
 
534
ID: $(am__tagged_files)
 
535
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
536
tags: tags-am
 
537
TAGS: tags
497
538
 
498
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
499
 
                $(TAGS_FILES) $(LISP)
 
539
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
500
540
        set x; \
501
541
        here=`pwd`; \
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; }; }'`; \
 
542
        $(am__define_uniq_tagged_files); \
508
543
        shift; \
509
544
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
510
545
          test -n "$$unique" || unique=$$empty_fix; \
516
551
              $$unique; \
517
552
          fi; \
518
553
        fi
519
 
ctags: CTAGS
520
 
CTAGS:  $(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; }; }'`; \
 
554
ctags: ctags-am
 
555
 
 
556
CTAGS: ctags
 
557
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
558
        $(am__define_uniq_tagged_files); \
528
559
        test -z "$(CTAGS_ARGS)$$unique" \
529
560
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530
561
             $$unique
533
564
        here=`$(am__cd) $(top_builddir) && pwd` \
534
565
          && $(am__cd) $(top_srcdir) \
535
566
          && gtags -i $(GTAGS_ARGS) "$$here"
 
567
cscopelist: cscopelist-am
536
568
 
537
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
538
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
569
cscopelist-am: $(am__tagged_files)
 
570
        list='$(am__tagged_files)'; \
539
571
        case "$(srcdir)" in \
540
572
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
541
573
          *) sdir=$(subdir)/$(srcdir) ;; \
691
723
 
692
724
.MAKE: install-am install-strip
693
725
 
694
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
695
 
        clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
696
 
        distclean distclean-compile distclean-generic \
 
726
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
727
        clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
 
728
        ctags-am distclean distclean-compile distclean-generic \
697
729
        distclean-libtool distclean-tags distdir dvi dvi-am html \
698
730
        html-am info info-am install install-am install-data \
699
731
        install-data-am install-dvi install-dvi-am install-exec \
704
736
        install-strip installcheck installcheck-am installdirs \
705
737
        maintainer-clean maintainer-clean-generic mostlyclean \
706
738
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
707
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
739
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
708
740
        uninstall-libgtksourcecompletionwords_includeHEADERS
709
741
 
710
742