~noskcaj/ubuntu/trusty/parole/0.6.0

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez, Jackson Doak, Yves-Alexis Perez
  • Date: 2013-12-05 21:58:41 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131205215841-zw5ugfte1bu86xsx
Tags: 0.5.4-1
[ Jackson Doak ]
* New upstream release
* Replace autotools-dev with autoreconf
* debian/rules: --disable-silent-rules
* Update manpage

[ Yves-Alexis Perez ]
* debian/rules:
  - drop xdt-autogen and autoreconf calls.
* debian/control:
  - drop build-dep on dh-autoreconf.

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.13.3 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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    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 \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
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
 
  }
 
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))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
51
78
build_triplet = @build@
52
79
host_triplet = @host@
53
80
subdir = docs
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
83
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
57
84
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
87
CONFIG_HEADER = $(top_builddir)/config.h
61
88
CONFIG_CLEAN_FILES =
62
89
CONFIG_CLEAN_VPATH_FILES =
 
90
AM_V_P = $(am__v_P_@AM_V@)
 
91
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
92
am__v_P_0 = false
 
93
am__v_P_1 = :
63
94
AM_V_GEN = $(am__v_GEN_@AM_V@)
64
95
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
65
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
96
am__v_GEN_0 = @echo "  GEN     " $@;
 
97
am__v_GEN_1 = 
66
98
AM_V_at = $(am__v_at_@AM_V@)
67
99
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
68
100
am__v_at_0 = @
 
101
am__v_at_1 = 
69
102
SOURCES =
70
103
DIST_SOURCES =
71
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72
 
        html-recursive info-recursive install-data-recursive \
73
 
        install-dvi-recursive install-exec-recursive \
74
 
        install-html-recursive install-info-recursive \
75
 
        install-pdf-recursive install-ps-recursive install-recursive \
76
 
        installcheck-recursive installdirs-recursive pdf-recursive \
77
 
        ps-recursive uninstall-recursive
 
104
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
105
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
106
        install-data-recursive install-dvi-recursive \
 
107
        install-exec-recursive install-html-recursive \
 
108
        install-info-recursive install-pdf-recursive \
 
109
        install-ps-recursive install-recursive installcheck-recursive \
 
110
        installdirs-recursive pdf-recursive ps-recursive \
 
111
        tags-recursive uninstall-recursive
78
112
am__can_run_installinfo = \
79
113
  case $$AM_UPDATE_INFO_DIR in \
80
114
    n|no|NO) false;; \
82
116
  esac
83
117
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84
118
  distclean-recursive maintainer-clean-recursive
85
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
119
am__recursive_targets = \
 
120
  $(RECURSIVE_TARGETS) \
 
121
  $(RECURSIVE_CLEAN_TARGETS) \
 
122
  $(am__extra_recursive_targets)
 
123
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
87
124
        distdir
 
125
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
126
# Read a list of newline-separated strings from the standard input,
 
127
# and print each of them once, without duplicates.  Input order is
 
128
# *not* preserved.
 
129
am__uniquify_input = $(AWK) '\
 
130
  BEGIN { nonempty = 0; } \
 
131
  { items[$$0] = 1; nonempty = 1; } \
 
132
  END { if (nonempty) { for (i in items) print i; }; } \
 
133
'
 
134
# Make sure the list of sources is unique.  This is necessary because,
 
135
# e.g., the same source file might be shared among _SOURCES variables
 
136
# for different programs/libraries.
 
137
am__define_uniq_tagged_files = \
 
138
  list='$(am__tagged_files)'; \
 
139
  unique=`for i in $$list; do \
 
140
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
141
  done | $(am__uniquify_input)`
88
142
ETAGS = etags
89
143
CTAGS = ctags
90
144
DIST_SUBDIRS = $(SUBDIRS)
406
460
        -rm -rf .libs _libs
407
461
 
408
462
# This directory's subdirectories are mostly independent; you can cd
409
 
# into them and run `make' without going through this Makefile.
410
 
# To change the values of `make' variables: instead of editing Makefiles,
411
 
# (1) if the variable is set in `config.status', edit `config.status'
412
 
#     (which will cause the Makefiles to be regenerated when you run `make');
413
 
# (2) otherwise, pass the desired values on the `make' command line.
414
 
$(RECURSIVE_TARGETS):
415
 
        @fail= failcom='exit 1'; \
416
 
        for f in x $$MAKEFLAGS; do \
417
 
          case $$f in \
418
 
            *=* | --[!k]*);; \
419
 
            *k*) failcom='fail=yes';; \
420
 
          esac; \
421
 
        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; \
422
475
        dot_seen=no; \
423
476
        target=`echo $@ | sed s/-recursive//`; \
424
 
        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 \
425
482
          echo "Making $$target in $$subdir"; \
426
483
          if test "$$subdir" = "."; then \
427
484
            dot_seen=yes; \
436
493
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
437
494
        fi; test -z "$$fail"
438
495
 
439
 
$(RECURSIVE_CLEAN_TARGETS):
440
 
        @fail= failcom='exit 1'; \
441
 
        for f in x $$MAKEFLAGS; do \
442
 
          case $$f in \
443
 
            *=* | --[!k]*);; \
444
 
            *k*) failcom='fail=yes';; \
445
 
          esac; \
446
 
        done; \
447
 
        dot_seen=no; \
448
 
        case "$@" in \
449
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
450
 
          *) list='$(SUBDIRS)' ;; \
451
 
        esac; \
452
 
        rev=''; for subdir in $$list; do \
453
 
          if test "$$subdir" = "."; then :; else \
454
 
            rev="$$subdir $$rev"; \
455
 
          fi; \
456
 
        done; \
457
 
        rev="$$rev ."; \
458
 
        target=`echo $@ | sed s/-recursive//`; \
459
 
        for subdir in $$rev; do \
460
 
          echo "Making $$target in $$subdir"; \
461
 
          if test "$$subdir" = "."; then \
462
 
            local_target="$$target-am"; \
463
 
          else \
464
 
            local_target="$$target"; \
465
 
          fi; \
466
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
467
 
          || eval $$failcom; \
468
 
        done && test -z "$$fail"
469
 
tags-recursive:
470
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
471
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
472
 
        done
473
 
ctags-recursive:
474
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
475
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
476
 
        done
477
 
 
478
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
479
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
480
 
        unique=`for i in $$list; do \
481
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482
 
          done | \
483
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
485
 
        mkid -fID $$unique
486
 
tags: TAGS
487
 
 
488
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
489
 
                $(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)
490
502
        set x; \
491
503
        here=`pwd`; \
492
504
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
502
514
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
503
515
          fi; \
504
516
        done; \
505
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
506
 
        unique=`for i in $$list; do \
507
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
508
 
          done | \
509
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
517
        $(am__define_uniq_tagged_files); \
511
518
        shift; \
512
519
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
513
520
          test -n "$$unique" || unique=$$empty_fix; \
519
526
              $$unique; \
520
527
          fi; \
521
528
        fi
522
 
ctags: CTAGS
523
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
524
 
                $(TAGS_FILES) $(LISP)
525
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
526
 
        unique=`for i in $$list; do \
527
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528
 
          done | \
529
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
530
 
              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); \
531
534
        test -z "$(CTAGS_ARGS)$$unique" \
532
535
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
533
536
             $$unique
536
539
        here=`$(am__cd) $(top_builddir) && pwd` \
537
540
          && $(am__cd) $(top_srcdir) \
538
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
539
557
 
540
558
distclean-tags:
541
559
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
696
714
 
697
715
uninstall-am:
698
716
 
699
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
700
 
        install-am install-strip tags-recursive
 
717
.MAKE: $(am__recursive_targets) install-am install-strip
701
718
 
702
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
703
 
        all all-am check check-am clean clean-generic clean-libtool \
704
 
        ctags ctags-recursive distclean distclean-generic \
705
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
706
 
        html-am info info-am install install-am install-data \
707
 
        install-data-am install-dvi install-dvi-am install-exec \
708
 
        install-exec-am install-html install-html-am install-info \
709
 
        install-info-am install-man install-pdf install-pdf-am \
710
 
        install-ps install-ps-am install-strip installcheck \
711
 
        installcheck-am installdirs installdirs-am maintainer-clean \
712
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
713
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
714
 
        uninstall uninstall-am
 
719
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
720
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
721
        ctags-am distclean distclean-generic distclean-libtool \
 
722
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
723
        install install-am install-data install-data-am install-dvi \
 
724
        install-dvi-am install-exec install-exec-am install-html \
 
725
        install-html-am install-info install-info-am install-man \
 
726
        install-pdf install-pdf-am install-ps install-ps-am \
 
727
        install-strip installcheck installcheck-am installdirs \
 
728
        installdirs-am maintainer-clean maintainer-clean-generic \
 
729
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
730
        ps ps-am tags tags-am uninstall uninstall-am
715
731
 
716
732
 
717
733
# Tell versions [3.59,3.63) of GNU make to not export all variables.