~ubuntu-branches/ubuntu/trusty/accerciser/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mario Lang
  • Date: 2014-03-26 08:43:05 UTC
  • mfrom: (37.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140326084305-wb6sxjdz99wady2a
Tags: 3.12.0-1
New upstream release.

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.4 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,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    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 \
21
31
    case $$MAKEFLAGS in \
22
32
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
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))
35
63
pkgdatadir = $(datadir)/@PACKAGE@
36
64
pkgincludedir = $(includedir)/@PACKAGE@
37
65
pkglibdir = $(libdir)/@PACKAGE@
49
77
PRE_UNINSTALL = :
50
78
POST_UNINSTALL = :
51
79
subdir = .
52
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
53
 
        $(srcdir)/Makefile.in $(srcdir)/accerciser.desktop.in.in \
54
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
55
 
        install-sh missing py-compile
 
80
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
 
81
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
82
        $(top_srcdir)/configure $(am__configure_deps) \
 
83
        $(srcdir)/accerciser.desktop.in.in COPYING install-sh missing \
 
84
        py-compile
56
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
86
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58
87
        $(top_srcdir)/configure.ac
63
92
mkinstalldirs = $(install_sh) -d
64
93
CONFIG_CLEAN_FILES = accerciser.desktop.in
65
94
CONFIG_CLEAN_VPATH_FILES =
 
95
AM_V_P = $(am__v_P_@AM_V@)
 
96
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
97
am__v_P_0 = false
 
98
am__v_P_1 = :
 
99
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
100
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
101
am__v_GEN_0 = @echo "  GEN     " $@;
 
102
am__v_GEN_1 = 
 
103
AM_V_at = $(am__v_at_@AM_V@)
 
104
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
105
am__v_at_0 = @
 
106
am__v_at_1 = 
66
107
SOURCES =
67
108
DIST_SOURCES =
68
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69
 
        html-recursive info-recursive install-data-recursive \
70
 
        install-dvi-recursive install-exec-recursive \
71
 
        install-html-recursive install-info-recursive \
72
 
        install-pdf-recursive install-ps-recursive install-recursive \
73
 
        installcheck-recursive installdirs-recursive pdf-recursive \
74
 
        ps-recursive uninstall-recursive
 
109
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
110
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
111
        install-data-recursive install-dvi-recursive \
 
112
        install-exec-recursive install-html-recursive \
 
113
        install-info-recursive install-pdf-recursive \
 
114
        install-ps-recursive install-recursive installcheck-recursive \
 
115
        installdirs-recursive pdf-recursive ps-recursive \
 
116
        tags-recursive uninstall-recursive
75
117
am__can_run_installinfo = \
76
118
  case $$AM_UPDATE_INFO_DIR in \
77
119
    n|no|NO) false;; \
108
150
DATA = $(desktop_DATA)
109
151
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
110
152
  distclean-recursive maintainer-clean-recursive
111
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
112
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
153
am__recursive_targets = \
 
154
  $(RECURSIVE_TARGETS) \
 
155
  $(RECURSIVE_CLEAN_TARGETS) \
 
156
  $(am__extra_recursive_targets)
 
157
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
113
158
        cscope distdir dist dist-all distcheck
 
159
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
160
# Read a list of newline-separated strings from the standard input,
 
161
# and print each of them once, without duplicates.  Input order is
 
162
# *not* preserved.
 
163
am__uniquify_input = $(AWK) '\
 
164
  BEGIN { nonempty = 0; } \
 
165
  { items[$$0] = 1; nonempty = 1; } \
 
166
  END { if (nonempty) { for (i in items) print i; }; } \
 
167
'
 
168
# Make sure the list of sources is unique.  This is necessary because,
 
169
# e.g., the same source file might be shared among _SOURCES variables
 
170
# for different programs/libraries.
 
171
am__define_uniq_tagged_files = \
 
172
  list='$(am__tagged_files)'; \
 
173
  unique=`for i in $$list; do \
 
174
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
175
  done | $(am__uniquify_input)`
114
176
ETAGS = etags
115
177
CTAGS = ctags
116
178
CSCOPE = cscope
397
459
# (1) if the variable is set in 'config.status', edit 'config.status'
398
460
#     (which will cause the Makefiles to be regenerated when you run 'make');
399
461
# (2) otherwise, pass the desired values on the 'make' command line.
400
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
401
 
        @fail= failcom='exit 1'; \
402
 
        for f in x $$MAKEFLAGS; do \
403
 
          case $$f in \
404
 
            *=* | --[!k]*);; \
405
 
            *k*) failcom='fail=yes';; \
406
 
          esac; \
407
 
        done; \
 
462
$(am__recursive_targets):
 
463
        @fail=; \
 
464
        if $(am__make_keepgoing); then \
 
465
          failcom='fail=yes'; \
 
466
        else \
 
467
          failcom='exit 1'; \
 
468
        fi; \
408
469
        dot_seen=no; \
409
470
        target=`echo $@ | sed s/-recursive//`; \
410
471
        case "$@" in \
425
486
        if test "$$dot_seen" = "no"; then \
426
487
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
427
488
        fi; test -z "$$fail"
428
 
tags-recursive:
429
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
430
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
431
 
        done
432
 
ctags-recursive:
433
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
434
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
435
 
        done
436
 
cscopelist-recursive:
437
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
438
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
439
 
        done
440
 
 
441
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
442
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443
 
        unique=`for i in $$list; do \
444
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445
 
          done | \
446
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
448
 
        mkid -fID $$unique
449
 
tags: TAGS
450
 
 
451
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452
 
                $(TAGS_FILES) $(LISP)
 
489
 
 
490
ID: $(am__tagged_files)
 
491
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
492
tags: tags-recursive
 
493
TAGS: tags
 
494
 
 
495
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
453
496
        set x; \
454
497
        here=`pwd`; \
455
498
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
465
508
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
466
509
          fi; \
467
510
        done; \
468
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469
 
        unique=`for i in $$list; do \
470
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471
 
          done | \
472
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
511
        $(am__define_uniq_tagged_files); \
474
512
        shift; \
475
513
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
476
514
          test -n "$$unique" || unique=$$empty_fix; \
482
520
              $$unique; \
483
521
          fi; \
484
522
        fi
485
 
ctags: CTAGS
486
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487
 
                $(TAGS_FILES) $(LISP)
488
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
489
 
        unique=`for i in $$list; do \
490
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491
 
          done | \
492
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
523
ctags: ctags-recursive
 
524
 
 
525
CTAGS: ctags
 
526
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
527
        $(am__define_uniq_tagged_files); \
494
528
        test -z "$(CTAGS_ARGS)$$unique" \
495
529
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
496
530
             $$unique
499
533
        here=`$(am__cd) $(top_builddir) && pwd` \
500
534
          && $(am__cd) $(top_srcdir) \
501
535
          && gtags -i $(GTAGS_ARGS) "$$here"
502
 
 
503
536
cscope: cscope.files
504
537
        test ! -s cscope.files \
505
538
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
506
 
 
507
539
clean-cscope:
508
540
        -rm -f cscope.files
509
 
 
510
 
cscope.files: clean-cscope cscopelist-recursive cscopelist
511
 
 
512
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
513
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
541
cscope.files: clean-cscope cscopelist
 
542
cscopelist: cscopelist-recursive
 
543
 
 
544
cscopelist-am: $(am__tagged_files)
 
545
        list='$(am__tagged_files)'; \
514
546
        case "$(srcdir)" in \
515
547
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
516
548
          *) sdir=$(subdir)/$(srcdir) ;; \
644
676
        *.zip*) \
645
677
          unzip $(distdir).zip ;;\
646
678
        esac
647
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
648
 
        mkdir $(distdir)/_build
649
 
        mkdir $(distdir)/_inst
 
679
        chmod -R a-w $(distdir)
 
680
        chmod u+w $(distdir)
 
681
        mkdir $(distdir)/_build $(distdir)/_inst
650
682
        chmod a-w $(distdir)
651
683
        test -d $(distdir)/_build || exit 0; \
652
684
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
816
848
 
817
849
uninstall-am: uninstall-desktopDATA
818
850
 
819
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
820
 
        cscopelist-recursive ctags-recursive install-am install-strip \
821
 
        tags-recursive
 
851
.MAKE: $(am__recursive_targets) install-am install-strip
822
852
 
823
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
824
 
        all all-am am--refresh check check-am clean clean-cscope \
825
 
        clean-generic cscope cscopelist cscopelist-recursive ctags \
826
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzip \
827
 
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
828
 
        distclean-generic distclean-tags distcleancheck distdir \
829
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
830
 
        install install-am install-data install-data-am \
831
 
        install-desktopDATA install-dvi install-dvi-am install-exec \
832
 
        install-exec-am install-html install-html-am install-info \
833
 
        install-info-am install-man install-pdf install-pdf-am \
834
 
        install-ps install-ps-am install-strip installcheck \
835
 
        installcheck-am installdirs installdirs-am maintainer-clean \
836
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
837
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
838
 
        uninstall-desktopDATA
 
853
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
854
        am--refresh check check-am clean clean-cscope clean-generic \
 
855
        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
 
856
        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
 
857
        distcheck distclean distclean-generic distclean-tags \
 
858
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
859
        html-am info info-am install install-am install-data \
 
860
        install-data-am install-desktopDATA install-dvi install-dvi-am \
 
861
        install-exec install-exec-am install-html install-html-am \
 
862
        install-info install-info-am install-man install-pdf \
 
863
        install-pdf-am install-ps install-ps-am install-strip \
 
864
        installcheck installcheck-am installdirs installdirs-am \
 
865
        maintainer-clean maintainer-clean-generic mostlyclean \
 
866
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 
867
        uninstall-am uninstall-desktopDATA
839
868
 
840
869
@INTLTOOL_DESKTOP_RULE@
841
870
@INTLTOOL_XML_NOMERGE_RULE@