~ubuntu-branches/ubuntu/raring/shadow/raring-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-11-24 13:42:42 UTC
  • mfrom: (1.1.9 upstream) (18.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101124134242-832f4tew5s81ntj7
Tags: 1:4.1.4.2+svn3283-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/{source_shadow.py,rules}: Add apport hook
  - debian/rules: fix FTBFS from newer libtools
  - debian/patches/495_stdout-encrypted-password: chpasswd can report
    password hashes on stdout (Debian bug 505640).
  - Rework 495_stdout-encrypted-password to cope with chpasswd using PAM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
47
49
mkinstalldirs = $(install_sh) -d
48
50
CONFIG_HEADER = config.h
49
51
CONFIG_CLEAN_FILES = shadow.spec
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
SOURCES =
51
54
DIST_SOURCES =
52
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
61
        ps-recursive uninstall-recursive
59
62
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60
63
  distclean-recursive maintainer-clean-recursive
 
64
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
65
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
66
        distdir dist dist-all distcheck
61
67
ETAGS = etags
62
68
CTAGS = ctags
63
69
DIST_SUBDIRS = $(SUBDIRS)
65
71
distdir = $(PACKAGE)-$(VERSION)
66
72
top_distdir = $(distdir)
67
73
am__remove_distdir = \
68
 
  { test ! -d $(distdir) \
69
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
70
 
         && rm -fr $(distdir); }; }
 
74
  { test ! -d "$(distdir)" \
 
75
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
76
         && rm -fr "$(distdir)"; }; }
 
77
am__relativize = \
 
78
  dir0=`pwd`; \
 
79
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
80
  sed_rest='s,^[^/]*/*,,'; \
 
81
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
82
  sed_butlast='s,/*[^/]*$$,,'; \
 
83
  while test -n "$$dir1"; do \
 
84
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
85
    if test "$$first" != "."; then \
 
86
      if test "$$first" = ".."; then \
 
87
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
88
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
89
      else \
 
90
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
91
        if test "$$first2" = "$$first"; then \
 
92
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
93
        else \
 
94
          dir2="../$$dir2"; \
 
95
        fi; \
 
96
        dir0="$$dir0"/"$$first"; \
 
97
      fi; \
 
98
    fi; \
 
99
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
100
  done; \
 
101
  reldir="$$dir2"
71
102
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
72
103
GZIP_ENV = --best
73
104
distuninstallcheck_listfiles = find . -type f -print
109
140
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
110
141
LD = @LD@
111
142
LDFLAGS = @LDFLAGS@
 
143
LIBACL = @LIBACL@
 
144
LIBATTR = @LIBATTR@
112
145
LIBAUDIT = @LIBAUDIT@
113
146
LIBCRACK = @LIBCRACK@
114
147
LIBCRYPT = @LIBCRYPT@
120
153
LIBS = @LIBS@
121
154
LIBSELINUX = @LIBSELINUX@
122
155
LIBSKEY = @LIBSKEY@
 
156
LIBTCB = @LIBTCB@
123
157
LIBTOOL = @LIBTOOL@
124
158
LIPO = @LIPO@
125
159
LN_S = @LN_S@
143
177
PACKAGE_NAME = @PACKAGE_NAME@
144
178
PACKAGE_STRING = @PACKAGE_STRING@
145
179
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
180
PACKAGE_URL = @PACKAGE_URL@
146
181
PACKAGE_VERSION = @PACKAGE_VERSION@
147
182
PATH_SEPARATOR = @PATH_SEPARATOR@
148
183
POSUB = @POSUB@
229
264
        @for dep in $?; do \
230
265
          case '$(am__configure_deps)' in \
231
266
            *$$dep*) \
232
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
233
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
267
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
268
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
234
269
                && exit 0; \
235
270
              exit 1;; \
236
271
          esac; \
237
272
        done; \
238
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
239
 
        cd $(top_srcdir) && \
240
 
          $(AUTOMAKE) --foreign  Makefile
 
273
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
274
        $(am__cd) $(top_srcdir) && \
 
275
          $(AUTOMAKE) --foreign Makefile
241
276
.PRECIOUS: Makefile
242
277
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243
278
        @case '$?' in \
253
288
        $(SHELL) ./config.status --recheck
254
289
 
255
290
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
256
 
        cd $(srcdir) && $(AUTOCONF)
 
291
        $(am__cd) $(srcdir) && $(AUTOCONF)
257
292
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
258
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
293
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
294
$(am__aclocal_m4_deps):
259
295
 
260
296
config.h: stamp-h1
261
297
        @if test ! -f $@; then \
267
303
        @rm -f stamp-h1
268
304
        cd $(top_builddir) && $(SHELL) ./config.status config.h
269
305
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
270
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
306
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
271
307
        rm -f stamp-h1
272
308
        touch $@
273
309
 
292
328
#     (which will cause the Makefiles to be regenerated when you run `make');
293
329
# (2) otherwise, pass the desired values on the `make' command line.
294
330
$(RECURSIVE_TARGETS):
295
 
        @failcom='exit 1'; \
 
331
        @fail= failcom='exit 1'; \
296
332
        for f in x $$MAKEFLAGS; do \
297
333
          case $$f in \
298
334
            *=* | --[!k]*);; \
309
345
          else \
310
346
            local_target="$$target"; \
311
347
          fi; \
312
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
348
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313
349
          || eval $$failcom; \
314
350
        done; \
315
351
        if test "$$dot_seen" = "no"; then \
317
353
        fi; test -z "$$fail"
318
354
 
319
355
$(RECURSIVE_CLEAN_TARGETS):
320
 
        @failcom='exit 1'; \
 
356
        @fail= failcom='exit 1'; \
321
357
        for f in x $$MAKEFLAGS; do \
322
358
          case $$f in \
323
359
            *=* | --[!k]*);; \
343
379
          else \
344
380
            local_target="$$target"; \
345
381
          fi; \
346
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
382
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
347
383
          || eval $$failcom; \
348
384
        done && test -z "$$fail"
349
385
tags-recursive:
350
386
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
387
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
352
388
        done
353
389
ctags-recursive:
354
390
        list='$(SUBDIRS)'; for subdir in $$list; do \
355
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
391
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
356
392
        done
357
393
 
358
394
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
367
403
 
368
404
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
369
405
                $(TAGS_FILES) $(LISP)
370
 
        tags=; \
 
406
        set x; \
371
407
        here=`pwd`; \
372
408
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
373
409
          include_option=--etags-include; \
379
415
        list='$(SUBDIRS)'; for subdir in $$list; do \
380
416
          if test "$$subdir" = .; then :; else \
381
417
            test ! -f $$subdir/TAGS || \
382
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
418
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
383
419
          fi; \
384
420
        done; \
385
421
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
388
424
          done | \
389
425
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390
426
              END { if (nonempty) { for (i in files) print i; }; }'`; \
391
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
427
        shift; \
 
428
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392
429
          test -n "$$unique" || unique=$$empty_fix; \
393
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394
 
            $$tags $$unique; \
 
430
          if test $$# -gt 0; then \
 
431
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
432
              "$$@" $$unique; \
 
433
          else \
 
434
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
435
              $$unique; \
 
436
          fi; \
395
437
        fi
396
438
ctags: CTAGS
397
439
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
398
440
                $(TAGS_FILES) $(LISP)
399
 
        tags=; \
400
441
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
401
442
        unique=`for i in $$list; do \
402
443
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403
444
          done | \
404
445
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405
446
              END { if (nonempty) { for (i in files) print i; }; }'`; \
406
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
447
        test -z "$(CTAGS_ARGS)$$unique" \
407
448
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
408
 
             $$tags $$unique
 
449
             $$unique
409
450
 
410
451
GTAGS:
411
452
        here=`$(am__cd) $(top_builddir) && pwd` \
412
 
          && cd $(top_srcdir) \
413
 
          && gtags -i $(GTAGS_ARGS) $$here
 
453
          && $(am__cd) $(top_srcdir) \
 
454
          && gtags -i $(GTAGS_ARGS) "$$here"
414
455
 
415
456
distclean-tags:
416
457
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
417
458
 
418
459
distdir: $(DISTFILES)
419
460
        $(am__remove_distdir)
420
 
        test -d $(distdir) || mkdir $(distdir)
 
461
        test -d "$(distdir)" || mkdir "$(distdir)"
421
462
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422
463
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423
464
        list='$(DISTFILES)'; \
433
474
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
434
475
          if test -d $$d/$$file; then \
435
476
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
477
            if test -d "$(distdir)/$$file"; then \
 
478
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
479
            fi; \
436
480
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
437
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
481
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
482
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438
483
            fi; \
439
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
484
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
440
485
          else \
441
 
            test -f $(distdir)/$$file \
442
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
486
            test -f "$(distdir)/$$file" \
 
487
            || cp -p $$d/$$file "$(distdir)/$$file" \
443
488
            || exit 1; \
444
489
          fi; \
445
490
        done
446
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
491
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
447
492
          if test "$$subdir" = .; then :; else \
448
493
            test -d "$(distdir)/$$subdir" \
449
494
            || $(MKDIR_P) "$(distdir)/$$subdir" \
450
495
            || exit 1; \
451
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
452
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
453
 
            (cd $$subdir && \
 
496
          fi; \
 
497
        done
 
498
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
499
          if test "$$subdir" = .; then :; else \
 
500
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
501
            $(am__relativize); \
 
502
            new_distdir=$$reldir; \
 
503
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
504
            $(am__relativize); \
 
505
            new_top_distdir=$$reldir; \
 
506
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
507
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
508
            ($(am__cd) $$subdir && \
454
509
              $(MAKE) $(AM_MAKEFLAGS) \
455
 
                top_distdir="$$top_distdir" \
456
 
                distdir="$$distdir/$$subdir" \
 
510
                top_distdir="$$new_top_distdir" \
 
511
                distdir="$$new_distdir" \
457
512
                am__remove_distdir=: \
458
513
                am__skip_length_check=: \
 
514
                am__skip_mode_fix=: \
459
515
                distdir) \
460
516
              || exit 1; \
461
517
          fi; \
462
518
        done
463
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
519
        -test -n "$(am__skip_mode_fix)" \
 
520
        || find "$(distdir)" -type d ! -perm -755 \
 
521
                -exec chmod u+rwx,go+rx {} \; -o \
464
522
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
465
523
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
466
524
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
467
 
        || chmod -R a+r $(distdir)
 
525
        || chmod -R a+r "$(distdir)"
468
526
dist-gzip: distdir
469
527
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
470
528
        $(am__remove_distdir)
476
534
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
477
535
        $(am__remove_distdir)
478
536
 
 
537
dist-xz: distdir
 
538
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
539
        $(am__remove_distdir)
 
540
 
479
541
dist-tarZ: distdir
480
542
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
481
543
        $(am__remove_distdir)
500
562
distcheck: dist
501
563
        case '$(DIST_ARCHIVES)' in \
502
564
        *.tar.gz*) \
503
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
565
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
504
566
        *.tar.bz2*) \
505
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
567
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
506
568
        *.tar.lzma*) \
507
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
569
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
570
        *.tar.xz*) \
 
571
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
508
572
        *.tar.Z*) \
509
573
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
510
574
        *.shar.gz*) \
511
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
575
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
512
576
        *.zip*) \
513
577
          unzip $(distdir).zip ;;\
514
578
        esac
516
580
        mkdir $(distdir)/_build
517
581
        mkdir $(distdir)/_inst
518
582
        chmod a-w $(distdir)
 
583
        test -d $(distdir)/_build || exit 0; \
519
584
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
520
585
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
521
 
          && cd $(distdir)/_build \
 
586
          && am__cwd=`pwd` \
 
587
          && $(am__cd) $(distdir)/_build \
522
588
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
523
589
            $(DISTCHECK_CONFIGURE_FLAGS) \
524
590
          && $(MAKE) $(AM_MAKEFLAGS) \
540
606
          && rm -rf "$$dc_destdir" \
541
607
          && $(MAKE) $(AM_MAKEFLAGS) dist \
542
608
          && rm -rf $(DIST_ARCHIVES) \
543
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
609
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
610
          && cd "$$am__cwd" \
 
611
          || exit 1
544
612
        $(am__remove_distdir)
545
613
        @(echo "$(distdir) archives ready for distribution: "; \
546
614
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
547
615
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
548
616
distuninstallcheck:
549
 
        @cd $(distuninstallcheck_dir) \
 
617
        @$(am__cd) '$(distuninstallcheck_dir)' \
550
618
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
551
619
           || { echo "ERROR: files left after uninstall:" ; \
552
620
                if test -n "$(DESTDIR)"; then \
588
656
 
589
657
distclean-generic:
590
658
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
659
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
591
660
 
592
661
maintainer-clean-generic:
593
662
        @echo "This command is intended for maintainers to use"
608
677
 
609
678
html: html-recursive
610
679
 
 
680
html-am:
 
681
 
611
682
info: info-recursive
612
683
 
613
684
info-am:
616
687
 
617
688
install-dvi: install-dvi-recursive
618
689
 
 
690
install-dvi-am:
 
691
 
619
692
install-exec-am:
620
693
 
621
694
install-html: install-html-recursive
622
695
 
 
696
install-html-am:
 
697
 
623
698
install-info: install-info-recursive
624
699
 
 
700
install-info-am:
 
701
 
625
702
install-man:
626
703
 
627
704
install-pdf: install-pdf-recursive
628
705
 
 
706
install-pdf-am:
 
707
 
629
708
install-ps: install-ps-recursive
630
709
 
 
710
install-ps-am:
 
711
 
631
712
installcheck-am:
632
713
 
633
714
maintainer-clean: maintainer-clean-recursive
650
731
 
651
732
uninstall-am:
652
733
 
653
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
654
 
        install-strip
 
734
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
735
        ctags-recursive install-am install-strip tags-recursive
655
736
 
656
737
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
657
738
        all all-am am--refresh check check-am clean clean-generic \
658
739
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
659
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
660
 
        distclean distclean-generic distclean-hdr distclean-libtool \
661
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
662
 
        dvi-am html html-am info info-am install install-am \
663
 
        install-data install-data-am install-dvi install-dvi-am \
664
 
        install-exec install-exec-am install-html install-html-am \
665
 
        install-info install-info-am install-man install-pdf \
666
 
        install-pdf-am install-ps install-ps-am install-strip \
667
 
        installcheck installcheck-am installdirs installdirs-am \
668
 
        maintainer-clean maintainer-clean-generic mostlyclean \
669
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
670
 
        tags tags-recursive uninstall uninstall-am
 
740
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
741
        distcheck distclean distclean-generic distclean-hdr \
 
742
        distclean-libtool distclean-tags distcleancheck distdir \
 
743
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
744
        install install-am install-data install-data-am install-dvi \
 
745
        install-dvi-am install-exec install-exec-am install-html \
 
746
        install-html-am install-info install-info-am install-man \
 
747
        install-pdf install-pdf-am install-ps install-ps-am \
 
748
        install-strip installcheck installcheck-am installdirs \
 
749
        installdirs-am maintainer-clean maintainer-clean-generic \
 
750
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
751
        ps ps-am tags tags-recursive uninstall uninstall-am
 
752
 
671
753
 
672
754
# Tell versions [3.59,3.63) of GNU make to not export all variables.
673
755
# Otherwise a system limit (for SysV at least) may be exceeded.