~ubuntu-branches/ubuntu/wily/almanah/wily

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-12-02 13:21:08 UTC
  • mfrom: (10.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20131202132108-sfv3084bowgmzq09
Tags: 0.11.0-1
* Imported Upstream version 0.11.0
* debian/control: Update Homepage field.
* debian/patches/:
  - encrypt_database: Removed, applied upstream
  - spellchecking_error: Removed, applied upstream
  - desktop_keywords: Removed, applied upstream
* Bump Standards-Version to 3.9.5 (no changes).

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.14 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 = .
53
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
54
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
55
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
56
 
        compile config.guess config.sub depcomp install-sh ltmain.sh \
57
 
        missing
 
81
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
 
82
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(top_srcdir)/configure $(am__configure_deps) \
 
84
        $(srcdir)/config.h.in COPYING compile config.guess config.sub \
 
85
        depcomp install-sh missing ltmain.sh
58
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
87
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
60
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79
107
am__v_at_1 = 
80
108
SOURCES =
81
109
DIST_SOURCES =
82
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
83
 
        html-recursive info-recursive install-data-recursive \
84
 
        install-dvi-recursive install-exec-recursive \
85
 
        install-html-recursive install-info-recursive \
86
 
        install-pdf-recursive install-ps-recursive install-recursive \
87
 
        installcheck-recursive installdirs-recursive pdf-recursive \
88
 
        ps-recursive uninstall-recursive
 
110
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
111
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
112
        install-data-recursive install-dvi-recursive \
 
113
        install-exec-recursive install-html-recursive \
 
114
        install-info-recursive install-pdf-recursive \
 
115
        install-ps-recursive install-recursive installcheck-recursive \
 
116
        installdirs-recursive pdf-recursive ps-recursive \
 
117
        tags-recursive uninstall-recursive
89
118
am__can_run_installinfo = \
90
119
  case $$AM_UPDATE_INFO_DIR in \
91
120
    n|no|NO) false;; \
93
122
  esac
94
123
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95
124
  distclean-recursive maintainer-clean-recursive
96
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
125
am__recursive_targets = \
 
126
  $(RECURSIVE_TARGETS) \
 
127
  $(RECURSIVE_CLEAN_TARGETS) \
 
128
  $(am__extra_recursive_targets)
 
129
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
98
130
        cscope distdir dist dist-all distcheck
 
131
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
132
        $(LISP)config.h.in
 
133
# Read a list of newline-separated strings from the standard input,
 
134
# and print each of them once, without duplicates.  Input order is
 
135
# *not* preserved.
 
136
am__uniquify_input = $(AWK) '\
 
137
  BEGIN { nonempty = 0; } \
 
138
  { items[$$0] = 1; nonempty = 1; } \
 
139
  END { if (nonempty) { for (i in items) print i; }; } \
 
140
'
 
141
# Make sure the list of sources is unique.  This is necessary because,
 
142
# e.g., the same source file might be shared among _SOURCES variables
 
143
# for different programs/libraries.
 
144
am__define_uniq_tagged_files = \
 
145
  list='$(am__tagged_files)'; \
 
146
  unique=`for i in $$list; do \
 
147
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
148
  done | $(am__uniquify_input)`
99
149
ETAGS = etags
100
150
CTAGS = ctags
101
151
CSCOPE = cscope
362
412
$(am__aclocal_m4_deps):
363
413
 
364
414
config.h: stamp-h1
365
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
366
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
415
        @test -f $@ || rm -f stamp-h1
 
416
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
367
417
 
368
418
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
369
419
        @rm -f stamp-h1
391
441
# (1) if the variable is set in 'config.status', edit 'config.status'
392
442
#     (which will cause the Makefiles to be regenerated when you run 'make');
393
443
# (2) otherwise, pass the desired values on the 'make' command line.
394
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
395
 
        @fail= failcom='exit 1'; \
396
 
        for f in x $$MAKEFLAGS; do \
397
 
          case $$f in \
398
 
            *=* | --[!k]*);; \
399
 
            *k*) failcom='fail=yes';; \
400
 
          esac; \
401
 
        done; \
 
444
$(am__recursive_targets):
 
445
        @fail=; \
 
446
        if $(am__make_keepgoing); then \
 
447
          failcom='fail=yes'; \
 
448
        else \
 
449
          failcom='exit 1'; \
 
450
        fi; \
402
451
        dot_seen=no; \
403
452
        target=`echo $@ | sed s/-recursive//`; \
404
453
        case "$@" in \
419
468
        if test "$$dot_seen" = "no"; then \
420
469
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
421
470
        fi; test -z "$$fail"
422
 
tags-recursive:
423
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
424
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
425
 
        done
426
 
ctags-recursive:
427
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
428
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
429
 
        done
430
 
cscopelist-recursive:
431
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
432
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
433
 
        done
434
 
 
435
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
436
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
437
 
        unique=`for i in $$list; do \
438
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
 
          done | \
440
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442
 
        mkid -fID $$unique
443
 
tags: TAGS
444
 
 
445
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
446
 
                $(TAGS_FILES) $(LISP)
 
471
 
 
472
ID: $(am__tagged_files)
 
473
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
474
tags: tags-recursive
 
475
TAGS: tags
 
476
 
 
477
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
447
478
        set x; \
448
479
        here=`pwd`; \
449
480
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
459
490
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
460
491
          fi; \
461
492
        done; \
462
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
463
 
        unique=`for i in $$list; do \
464
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
 
          done | \
466
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
493
        $(am__define_uniq_tagged_files); \
468
494
        shift; \
469
495
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470
496
          test -n "$$unique" || unique=$$empty_fix; \
476
502
              $$unique; \
477
503
          fi; \
478
504
        fi
479
 
ctags: CTAGS
480
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
481
 
                $(TAGS_FILES) $(LISP)
482
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
483
 
        unique=`for i in $$list; do \
484
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485
 
          done | \
486
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
505
ctags: ctags-recursive
 
506
 
 
507
CTAGS: ctags
 
508
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
509
        $(am__define_uniq_tagged_files); \
488
510
        test -z "$(CTAGS_ARGS)$$unique" \
489
511
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490
512
             $$unique
493
515
        here=`$(am__cd) $(top_builddir) && pwd` \
494
516
          && $(am__cd) $(top_srcdir) \
495
517
          && gtags -i $(GTAGS_ARGS) "$$here"
496
 
 
497
518
cscope: cscope.files
498
519
        test ! -s cscope.files \
499
520
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
500
 
 
501
521
clean-cscope:
502
522
        -rm -f cscope.files
503
 
 
504
 
cscope.files: clean-cscope cscopelist-recursive cscopelist
505
 
 
506
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
507
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
523
cscope.files: clean-cscope cscopelist
 
524
cscopelist: cscopelist-recursive
 
525
 
 
526
cscopelist-am: $(am__tagged_files)
 
527
        list='$(am__tagged_files)'; \
508
528
        case "$(srcdir)" in \
509
529
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
510
530
          *) sdir=$(subdir)/$(srcdir) ;; \
610
630
        $(am__post_remove_distdir)
611
631
 
612
632
dist-tarZ: distdir
 
633
        @echo WARNING: "Support for shar distribution archives is" \
 
634
                       "deprecated." >&2
 
635
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
613
636
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
614
637
        $(am__post_remove_distdir)
615
638
 
616
639
dist-shar: distdir
 
640
        @echo WARNING: "Support for distribution archives compressed with" \
 
641
                       "legacy program 'compress' is deprecated." >&2
 
642
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
617
643
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
618
644
        $(am__post_remove_distdir)
619
645
 
646
672
        *.zip*) \
647
673
          unzip $(distdir).zip ;;\
648
674
        esac
649
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
650
 
        mkdir $(distdir)/_build
651
 
        mkdir $(distdir)/_inst
 
675
        chmod -R a-w $(distdir)
 
676
        chmod u+w $(distdir)
 
677
        mkdir $(distdir)/_build $(distdir)/_inst
652
678
        chmod a-w $(distdir)
653
679
        test -d $(distdir)/_build || exit 0; \
654
680
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
817
843
 
818
844
uninstall-am:
819
845
 
820
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
821
 
        cscopelist-recursive ctags-recursive install-am install-strip \
822
 
        tags-recursive
 
846
.MAKE: $(am__recursive_targets) all install-am install-strip
823
847
 
824
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
825
 
        all all-am am--refresh check check-am clean clean-cscope \
826
 
        clean-generic clean-libtool cscope cscopelist \
827
 
        cscopelist-recursive ctags ctags-recursive dist dist-all \
828
 
        dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
829
 
        dist-xz dist-zip distcheck distclean distclean-generic \
830
 
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
831
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
832
 
        info-am install install-am install-data install-data-am \
833
 
        install-dvi install-dvi-am install-exec install-exec-am \
834
 
        install-html install-html-am install-info install-info-am \
835
 
        install-man install-pdf install-pdf-am install-ps \
836
 
        install-ps-am install-strip installcheck installcheck-am \
837
 
        installdirs installdirs-am maintainer-clean \
838
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
839
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
840
 
        uninstall uninstall-am
 
848
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
849
        am--refresh check check-am clean clean-cscope clean-generic \
 
850
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
 
851
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
 
852
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
853
        distclean-generic distclean-hdr distclean-libtool \
 
854
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
855
        dvi-am html html-am info info-am install install-am \
 
856
        install-data install-data-am install-dvi install-dvi-am \
 
857
        install-exec install-exec-am install-html install-html-am \
 
858
        install-info install-info-am install-man install-pdf \
 
859
        install-pdf-am install-ps install-ps-am install-strip \
 
860
        installcheck installcheck-am installdirs installdirs-am \
 
861
        maintainer-clean maintainer-clean-generic mostlyclean \
 
862
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
863
        tags tags-am uninstall uninstall-am
841
864
 
842
865
 
843
866
# Copy all the spec files. Of course, only one is actually used.