~jamesodhunt/ubuntu/saucy/upstart/1.9.1

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: James Hunt
  • Date: 2013-06-28 15:57:37 UTC
  • mfrom: (1436.2.1)
  • Revision ID: james.hunt@ubuntu.com-20130628155737-8bskclzrhmjvpm6e
New upstream release.

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.2 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 = .
54
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56
 
        $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
57
 
        ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS TODO compile \
58
 
        config.guess config.rpath config.sub depcomp install-sh \
59
 
        ltmain.sh 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 $(top_srcdir)/intl/Makefile.in ABOUT-NLS \
 
85
        COPYING TODO compile config.guess config.rpath config.sub \
 
86
        depcomp install-sh missing ltmain.sh
60
87
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
88
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
62
89
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
85
112
CONFIG_HEADER = config.h
86
113
CONFIG_CLEAN_FILES = intl/Makefile
87
114
CONFIG_CLEAN_VPATH_FILES =
 
115
AM_V_P = $(am__v_P_@AM_V@)
 
116
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
117
am__v_P_0 = false
 
118
am__v_P_1 = :
88
119
AM_V_GEN = $(am__v_GEN_@AM_V@)
89
120
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
90
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
121
am__v_GEN_0 = @echo "  GEN     " $@;
 
122
am__v_GEN_1 = 
91
123
AM_V_at = $(am__v_at_@AM_V@)
92
124
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
93
125
am__v_at_0 = @
 
126
am__v_at_1 = 
94
127
SOURCES =
95
128
DIST_SOURCES =
96
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
97
 
        html-recursive info-recursive install-data-recursive \
98
 
        install-dvi-recursive install-exec-recursive \
99
 
        install-html-recursive install-info-recursive \
100
 
        install-pdf-recursive install-ps-recursive install-recursive \
101
 
        installcheck-recursive installdirs-recursive pdf-recursive \
102
 
        ps-recursive uninstall-recursive
 
129
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
130
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
131
        install-data-recursive install-dvi-recursive \
 
132
        install-exec-recursive install-html-recursive \
 
133
        install-info-recursive install-pdf-recursive \
 
134
        install-ps-recursive install-recursive installcheck-recursive \
 
135
        installdirs-recursive pdf-recursive ps-recursive \
 
136
        tags-recursive uninstall-recursive
103
137
am__can_run_installinfo = \
104
138
  case $$AM_UPDATE_INFO_DIR in \
105
139
    n|no|NO) false;; \
107
141
  esac
108
142
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109
143
  distclean-recursive maintainer-clean-recursive
110
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112
 
        distdir dist dist-all distcheck
 
144
am__recursive_targets = \
 
145
  $(RECURSIVE_TARGETS) \
 
146
  $(RECURSIVE_CLEAN_TARGETS) \
 
147
  $(am__extra_recursive_targets)
 
148
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
149
        cscope distdir dist dist-all distcheck
 
150
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
151
        $(LISP)config.h.in
 
152
# Read a list of newline-separated strings from the standard input,
 
153
# and print each of them once, without duplicates.  Input order is
 
154
# *not* preserved.
 
155
am__uniquify_input = $(AWK) '\
 
156
  BEGIN { nonempty = 0; } \
 
157
  { items[$$0] = 1; nonempty = 1; } \
 
158
  END { if (nonempty) { for (i in items) print i; }; } \
 
159
'
 
160
# Make sure the list of sources is unique.  This is necessary because,
 
161
# e.g., the same source file might be shared among _SOURCES variables
 
162
# for different programs/libraries.
 
163
am__define_uniq_tagged_files = \
 
164
  list='$(am__tagged_files)'; \
 
165
  unique=`for i in $$list; do \
 
166
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
167
  done | $(am__uniquify_input)`
113
168
ETAGS = etags
114
169
CTAGS = ctags
 
170
CSCOPE = cscope
115
171
DIST_SUBDIRS = $(SUBDIRS)
116
172
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
173
distdir = $(PACKAGE)-$(VERSION)
122
178
      && rm -rf "$(distdir)" \
123
179
      || { sleep 5 && rm -rf "$(distdir)"; }; \
124
180
  else :; fi
 
181
am__post_remove_distdir = $(am__remove_distdir)
125
182
am__relativize = \
126
183
  dir0=`pwd`; \
127
184
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
149
206
  reldir="$$dir2"
150
207
DIST_ARCHIVES = $(distdir).tar.gz
151
208
GZIP_ENV = --best
 
209
DIST_TARGETS = dist-gzip
152
210
distuninstallcheck_listfiles = find . -type f -print
153
211
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
154
212
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
155
213
distcleancheck_listfiles = find . -type f -print
 
214
ABI_COMPLIANCE_CHECKER = @ABI_COMPLIANCE_CHECKER@
156
215
ACLOCAL = @ACLOCAL@
157
216
ALLOCA = @ALLOCA@
158
217
AMTAR = @AMTAR@
330
389
top_build_prefix = @top_build_prefix@
331
390
top_builddir = @top_builddir@
332
391
top_srcdir = @top_srcdir@
333
 
SUBDIRS = intl dbus init util extra conf doc contrib po scripts
 
392
SUBDIRS = test intl dbus init util extra lib conf doc contrib po scripts
334
393
EXTRA_DIST = HACKING
335
394
ACLOCAL_AMFLAGS = --install -I m4
 
395
 
 
396
# Broken with gcc-4.8 on ubuntu saucy at the moment
 
397
AM_DISTCHECK_CONFIGURE_FLAGS = --disable-abi-check
336
398
all: config.h
337
399
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
338
400
 
399
461
        -rm -f libtool config.lt
400
462
 
401
463
# This directory's subdirectories are mostly independent; you can cd
402
 
# into them and run `make' without going through this Makefile.
403
 
# To change the values of `make' variables: instead of editing Makefiles,
404
 
# (1) if the variable is set in `config.status', edit `config.status'
405
 
#     (which will cause the Makefiles to be regenerated when you run `make');
406
 
# (2) otherwise, pass the desired values on the `make' command line.
407
 
$(RECURSIVE_TARGETS):
408
 
        @fail= failcom='exit 1'; \
409
 
        for f in x $$MAKEFLAGS; do \
410
 
          case $$f in \
411
 
            *=* | --[!k]*);; \
412
 
            *k*) failcom='fail=yes';; \
413
 
          esac; \
414
 
        done; \
 
464
# into them and run 'make' without going through this Makefile.
 
465
# To change the values of 'make' variables: instead of editing Makefiles,
 
466
# (1) if the variable is set in 'config.status', edit 'config.status'
 
467
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
468
# (2) otherwise, pass the desired values on the 'make' command line.
 
469
$(am__recursive_targets):
 
470
        @fail=; \
 
471
        if $(am__make_keepgoing); then \
 
472
          failcom='fail=yes'; \
 
473
        else \
 
474
          failcom='exit 1'; \
 
475
        fi; \
415
476
        dot_seen=no; \
416
477
        target=`echo $@ | sed s/-recursive//`; \
417
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
478
        case "$@" in \
 
479
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
480
          *) list='$(SUBDIRS)' ;; \
 
481
        esac; \
 
482
        for subdir in $$list; do \
418
483
          echo "Making $$target in $$subdir"; \
419
484
          if test "$$subdir" = "."; then \
420
485
            dot_seen=yes; \
429
494
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
430
495
        fi; test -z "$$fail"
431
496
 
432
 
$(RECURSIVE_CLEAN_TARGETS):
433
 
        @fail= failcom='exit 1'; \
434
 
        for f in x $$MAKEFLAGS; do \
435
 
          case $$f in \
436
 
            *=* | --[!k]*);; \
437
 
            *k*) failcom='fail=yes';; \
438
 
          esac; \
439
 
        done; \
440
 
        dot_seen=no; \
441
 
        case "$@" in \
442
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
443
 
          *) list='$(SUBDIRS)' ;; \
444
 
        esac; \
445
 
        rev=''; for subdir in $$list; do \
446
 
          if test "$$subdir" = "."; then :; else \
447
 
            rev="$$subdir $$rev"; \
448
 
          fi; \
449
 
        done; \
450
 
        rev="$$rev ."; \
451
 
        target=`echo $@ | sed s/-recursive//`; \
452
 
        for subdir in $$rev; do \
453
 
          echo "Making $$target in $$subdir"; \
454
 
          if test "$$subdir" = "."; then \
455
 
            local_target="$$target-am"; \
456
 
          else \
457
 
            local_target="$$target"; \
458
 
          fi; \
459
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
460
 
          || eval $$failcom; \
461
 
        done && test -z "$$fail"
462
 
tags-recursive:
463
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
464
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
465
 
        done
466
 
ctags-recursive:
467
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
468
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
469
 
        done
470
 
 
471
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
472
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
473
 
        unique=`for i in $$list; do \
474
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475
 
          done | \
476
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
478
 
        mkid -fID $$unique
479
 
tags: TAGS
480
 
 
481
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
482
 
                $(TAGS_FILES) $(LISP)
 
497
ID: $(am__tagged_files)
 
498
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
499
tags: tags-recursive
 
500
TAGS: tags
 
501
 
 
502
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483
503
        set x; \
484
504
        here=`pwd`; \
485
505
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
495
515
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
496
516
          fi; \
497
517
        done; \
498
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
499
 
        unique=`for i in $$list; do \
500
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501
 
          done | \
502
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
518
        $(am__define_uniq_tagged_files); \
504
519
        shift; \
505
520
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
506
521
          test -n "$$unique" || unique=$$empty_fix; \
512
527
              $$unique; \
513
528
          fi; \
514
529
        fi
515
 
ctags: CTAGS
516
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
517
 
                $(TAGS_FILES) $(LISP)
518
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
519
 
        unique=`for i in $$list; do \
520
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521
 
          done | \
522
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
523
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
530
ctags: ctags-recursive
 
531
 
 
532
CTAGS: ctags
 
533
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
534
        $(am__define_uniq_tagged_files); \
524
535
        test -z "$(CTAGS_ARGS)$$unique" \
525
536
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526
537
             $$unique
529
540
        here=`$(am__cd) $(top_builddir) && pwd` \
530
541
          && $(am__cd) $(top_srcdir) \
531
542
          && gtags -i $(GTAGS_ARGS) "$$here"
 
543
cscope: cscope.files
 
544
        test ! -s cscope.files \
 
545
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
546
clean-cscope:
 
547
        -rm -f cscope.files
 
548
cscope.files: clean-cscope cscopelist
 
549
cscopelist: cscopelist-recursive
 
550
 
 
551
cscopelist-am: $(am__tagged_files)
 
552
        list='$(am__tagged_files)'; \
 
553
        case "$(srcdir)" in \
 
554
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
555
          *) sdir=$(subdir)/$(srcdir) ;; \
 
556
        esac; \
 
557
        for i in $$list; do \
 
558
          if test -f "$$i"; then \
 
559
            echo "$(subdir)/$$i"; \
 
560
          else \
 
561
            echo "$$sdir/$$i"; \
 
562
          fi; \
 
563
        done >> $(top_builddir)/cscope.files
532
564
 
533
565
distclean-tags:
534
566
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
567
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
535
568
 
536
569
distdir: $(DISTFILES)
537
570
        @case `sed 15q $(srcdir)/NEWS` in \
605
638
        || chmod -R a+r "$(distdir)"
606
639
dist-gzip: distdir
607
640
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
608
 
        $(am__remove_distdir)
 
641
        $(am__post_remove_distdir)
609
642
 
610
643
dist-bzip2: distdir
611
644
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
612
 
        $(am__remove_distdir)
 
645
        $(am__post_remove_distdir)
613
646
 
614
647
dist-lzip: distdir
615
648
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
616
 
        $(am__remove_distdir)
617
 
 
618
 
dist-lzma: distdir
619
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
620
 
        $(am__remove_distdir)
 
649
        $(am__post_remove_distdir)
621
650
 
622
651
dist-xz: distdir
623
652
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
624
 
        $(am__remove_distdir)
 
653
        $(am__post_remove_distdir)
625
654
 
626
655
dist-tarZ: distdir
627
656
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
628
 
        $(am__remove_distdir)
 
657
        $(am__post_remove_distdir)
629
658
 
630
659
dist-shar: distdir
631
660
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
632
 
        $(am__remove_distdir)
 
661
        $(am__post_remove_distdir)
633
662
 
634
663
dist-zip: distdir
635
664
        -rm -f $(distdir).zip
636
665
        zip -rq $(distdir).zip $(distdir)
637
 
        $(am__remove_distdir)
 
666
        $(am__post_remove_distdir)
638
667
 
639
 
dist dist-all: distdir
640
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
641
 
        $(am__remove_distdir)
 
668
dist dist-all:
 
669
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
670
        $(am__post_remove_distdir)
642
671
 
643
672
# This target untars the dist file and tries a VPATH configuration.  Then
644
673
# it guarantees that the distribution is self-contained by making another
649
678
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
650
679
        *.tar.bz2*) \
651
680
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
652
 
        *.tar.lzma*) \
653
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
654
681
        *.tar.lz*) \
655
682
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
656
683
        *.tar.xz*) \
662
689
        *.zip*) \
663
690
          unzip $(distdir).zip ;;\
664
691
        esac
665
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
666
 
        mkdir $(distdir)/_build
667
 
        mkdir $(distdir)/_inst
 
692
        chmod -R a-w $(distdir)
 
693
        chmod u+w $(distdir)
 
694
        mkdir $(distdir)/_build $(distdir)/_inst
668
695
        chmod a-w $(distdir)
669
696
        test -d $(distdir)/_build || exit 0; \
670
697
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
697
724
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
698
725
          && cd "$$am__cwd" \
699
726
          || exit 1
700
 
        $(am__remove_distdir)
 
727
        $(am__post_remove_distdir)
701
728
        @(echo "$(distdir) archives ready for distribution: "; \
702
729
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
703
730
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
832
859
 
833
860
uninstall-am:
834
861
 
835
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
836
 
        ctags-recursive install-am install-strip tags-recursive
 
862
.MAKE: $(am__recursive_targets) all install-am install-strip
837
863
 
838
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
839
 
        all all-am am--refresh check check-am clean clean-generic \
840
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
841
 
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
842
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
843
 
        distclean-libtool distclean-tags distcleancheck distdir \
844
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
845
 
        install install-am install-data install-data-am install-dvi \
846
 
        install-dvi-am install-exec install-exec-am install-html \
847
 
        install-html-am install-info install-info-am install-man \
848
 
        install-pdf install-pdf-am install-ps install-ps-am \
849
 
        install-strip installcheck installcheck-am installdirs \
850
 
        installdirs-am maintainer-clean maintainer-clean-generic \
851
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
852
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
864
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
865
        am--refresh check check-am clean clean-cscope clean-generic \
 
866
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
 
867
        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
 
868
        dist-xz dist-zip distcheck distclean distclean-generic \
 
869
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
870
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
871
        info-am install install-am install-data install-data-am \
 
872
        install-dvi install-dvi-am install-exec install-exec-am \
 
873
        install-html install-html-am install-info install-info-am \
 
874
        install-man install-pdf install-pdf-am install-ps \
 
875
        install-ps-am install-strip installcheck installcheck-am \
 
876
        installdirs installdirs-am maintainer-clean \
 
877
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
878
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
879
        uninstall-am
853
880
 
854
881
 
855
882
# Tell versions [3.59,3.63) of GNU make to not export all variables.