~ubuntu-branches/ubuntu/raring/consolekit/raring

« back to all changes in this revision

Viewing changes to tools/linux/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-10-13 12:28:33 UTC
  • mfrom: (0.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20101013122833-i43tbcnvjs3jiynv
Tags: 0.4.2-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - 10-retry_console_open_eio.patch: Retry console opens if they return
    EIO, since this may happen while a tty is closing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
49
am__vpath_adj = case $$p in \
 
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
51
    *) f=$$p;; \
 
52
  esac;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
45
69
am__installdirs = "$(DESTDIR)$(scriptdir)"
46
 
scriptSCRIPT_INSTALL = $(INSTALL_SCRIPT)
47
70
SCRIPTS = $(script_SCRIPTS)
 
71
AM_V_GEN = $(am__v_GEN_$(V))
 
72
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
73
am__v_GEN_0 = @echo "  GEN   " $@;
 
74
AM_V_at = $(am__v_at_$(V))
 
75
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
76
am__v_at_0 = @
48
77
SOURCES =
49
78
DIST_SOURCES =
50
79
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56
85
        ps-recursive uninstall-recursive
57
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
58
87
  distclean-recursive maintainer-clean-recursive
 
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
89
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
90
        distdir
59
91
ETAGS = etags
60
92
CTAGS = ctags
61
93
DIST_SUBDIRS = $(SUBDIRS)
62
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
95
am__relativize = \
 
96
  dir0=`pwd`; \
 
97
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
98
  sed_rest='s,^[^/]*/*,,'; \
 
99
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
100
  sed_butlast='s,/*[^/]*$$,,'; \
 
101
  while test -n "$$dir1"; do \
 
102
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
103
    if test "$$first" != "."; then \
 
104
      if test "$$first" = ".."; then \
 
105
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
106
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
107
      else \
 
108
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
109
        if test "$$first2" = "$$first"; then \
 
110
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
111
        else \
 
112
          dir2="../$$dir2"; \
 
113
        fi; \
 
114
        dir0="$$dir0"/"$$first"; \
 
115
      fi; \
 
116
    fi; \
 
117
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
118
  done; \
 
119
  reldir="$$dir2"
63
120
ACLOCAL = @ACLOCAL@
64
121
AMTAR = @AMTAR@
 
122
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
65
123
AR = @AR@
66
124
AUTOCONF = @AUTOCONF@
67
125
AUTOHEADER = @AUTOHEADER@
137
195
PACKAGE_NAME = @PACKAGE_NAME@
138
196
PACKAGE_STRING = @PACKAGE_STRING@
139
197
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
198
PACKAGE_URL = @PACKAGE_URL@
140
199
PACKAGE_VERSION = @PACKAGE_VERSION@
141
200
PAM_LIBS = @PAM_LIBS@
142
201
PAM_MODULE_DIR = @PAM_MODULE_DIR@
143
202
PATH_SEPARATOR = @PATH_SEPARATOR@
144
203
PKG_CONFIG = @PKG_CONFIG@
 
204
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
205
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
145
206
POFILES = @POFILES@
146
207
POLKIT_CFLAGS = @POLKIT_CFLAGS@
147
208
POLKIT_LIBS = @POLKIT_LIBS@
200
261
libexecdir = @libexecdir@
201
262
localedir = @localedir@
202
263
localstatedir = @localstatedir@
203
 
lt_ECHO = @lt_ECHO@
204
264
mandir = @mandir@
205
265
mkdir_p = @mkdir_p@
206
266
oldincludedir = @oldincludedir@
212
272
sharedstatedir = @sharedstatedir@
213
273
srcdir = @srcdir@
214
274
sysconfdir = @sysconfdir@
 
275
systemdsystemunitdir = @systemdsystemunitdir@
215
276
target_alias = @target_alias@
216
277
top_build_prefix = @top_build_prefix@
217
278
top_builddir = @top_builddir@
242
303
        @for dep in $?; do \
243
304
          case '$(am__configure_deps)' in \
244
305
            *$$dep*) \
245
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
246
 
                && exit 0; \
 
306
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
307
                && { if test -f $@; then exit 0; else break; fi; }; \
247
308
              exit 1;; \
248
309
          esac; \
249
310
        done; \
250
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/linux/Makefile'; \
251
 
        cd $(top_srcdir) && \
252
 
          $(AUTOMAKE) --gnu  tools/linux/Makefile
 
311
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/linux/Makefile'; \
 
312
        $(am__cd) $(top_srcdir) && \
 
313
          $(AUTOMAKE) --gnu tools/linux/Makefile
253
314
.PRECIOUS: Makefile
254
315
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255
316
        @case '$?' in \
267
328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
329
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
269
330
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
331
$(am__aclocal_m4_deps):
270
332
install-scriptSCRIPTS: $(script_SCRIPTS)
271
333
        @$(NORMAL_INSTALL)
272
334
        test -z "$(scriptdir)" || $(MKDIR_P) "$(DESTDIR)$(scriptdir)"
273
 
        @list='$(script_SCRIPTS)'; for p in $$list; do \
 
335
        @list='$(script_SCRIPTS)'; test -n "$(scriptdir)" || list=; \
 
336
        for p in $$list; do \
274
337
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
275
 
          if test -f $$d$$p; then \
276
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
277
 
            echo " $(scriptSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptdir)/$$f'"; \
278
 
            $(scriptSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptdir)/$$f"; \
279
 
          else :; fi; \
280
 
        done
 
338
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
339
        done | \
 
340
        sed -e 'p;s,.*/,,;n' \
 
341
            -e 'h;s|.*|.|' \
 
342
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
343
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
344
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
345
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
346
              if (++n[d] == $(am__install_max)) { \
 
347
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
348
            else { print "f", d "/" $$4, $$1 } } \
 
349
          END { for (d in files) print "f", d, files[d] }' | \
 
350
        while read type dir files; do \
 
351
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
352
             test -z "$$files" || { \
 
353
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(scriptdir)$$dir'"; \
 
354
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(scriptdir)$$dir" || exit $$?; \
 
355
             } \
 
356
        ; done
281
357
 
282
358
uninstall-scriptSCRIPTS:
283
359
        @$(NORMAL_UNINSTALL)
284
 
        @list='$(script_SCRIPTS)'; for p in $$list; do \
285
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
286
 
          echo " rm -f '$(DESTDIR)$(scriptdir)/$$f'"; \
287
 
          rm -f "$(DESTDIR)$(scriptdir)/$$f"; \
288
 
        done
 
360
        @list='$(script_SCRIPTS)'; test -n "$(scriptdir)" || exit 0; \
 
361
        files=`for p in $$list; do echo "$$p"; done | \
 
362
               sed -e 's,.*/,,;$(transform)'`; \
 
363
        test -n "$$list" || exit 0; \
 
364
        echo " ( cd '$(DESTDIR)$(scriptdir)' && rm -f" $$files ")"; \
 
365
        cd "$(DESTDIR)$(scriptdir)" && rm -f $$files
289
366
 
290
367
mostlyclean-libtool:
291
368
        -rm -f *.lo
300
377
#     (which will cause the Makefiles to be regenerated when you run `make');
301
378
# (2) otherwise, pass the desired values on the `make' command line.
302
379
$(RECURSIVE_TARGETS):
303
 
        @failcom='exit 1'; \
 
380
        @fail= failcom='exit 1'; \
304
381
        for f in x $$MAKEFLAGS; do \
305
382
          case $$f in \
306
383
            *=* | --[!k]*);; \
317
394
          else \
318
395
            local_target="$$target"; \
319
396
          fi; \
320
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
397
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321
398
          || eval $$failcom; \
322
399
        done; \
323
400
        if test "$$dot_seen" = "no"; then \
325
402
        fi; test -z "$$fail"
326
403
 
327
404
$(RECURSIVE_CLEAN_TARGETS):
328
 
        @failcom='exit 1'; \
 
405
        @fail= failcom='exit 1'; \
329
406
        for f in x $$MAKEFLAGS; do \
330
407
          case $$f in \
331
408
            *=* | --[!k]*);; \
351
428
          else \
352
429
            local_target="$$target"; \
353
430
          fi; \
354
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
431
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
355
432
          || eval $$failcom; \
356
433
        done && test -z "$$fail"
357
434
tags-recursive:
358
435
        list='$(SUBDIRS)'; for subdir in $$list; do \
359
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
436
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
360
437
        done
361
438
ctags-recursive:
362
439
        list='$(SUBDIRS)'; for subdir in $$list; do \
363
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
440
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
364
441
        done
365
442
 
366
443
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
368
445
        unique=`for i in $$list; do \
369
446
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370
447
          done | \
371
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
448
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372
449
              END { if (nonempty) { for (i in files) print i; }; }'`; \
373
450
        mkid -fID $$unique
374
451
tags: TAGS
375
452
 
376
453
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377
454
                $(TAGS_FILES) $(LISP)
378
 
        tags=; \
 
455
        set x; \
379
456
        here=`pwd`; \
380
457
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
381
458
          include_option=--etags-include; \
387
464
        list='$(SUBDIRS)'; for subdir in $$list; do \
388
465
          if test "$$subdir" = .; then :; else \
389
466
            test ! -f $$subdir/TAGS || \
390
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
467
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
391
468
          fi; \
392
469
        done; \
393
470
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
473
          done | \
397
474
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398
475
              END { if (nonempty) { for (i in files) print i; }; }'`; \
399
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
476
        shift; \
 
477
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400
478
          test -n "$$unique" || unique=$$empty_fix; \
401
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402
 
            $$tags $$unique; \
 
479
          if test $$# -gt 0; then \
 
480
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
481
              "$$@" $$unique; \
 
482
          else \
 
483
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
484
              $$unique; \
 
485
          fi; \
403
486
        fi
404
487
ctags: CTAGS
405
488
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406
489
                $(TAGS_FILES) $(LISP)
407
 
        tags=; \
408
490
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
409
491
        unique=`for i in $$list; do \
410
492
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411
493
          done | \
412
494
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413
495
              END { if (nonempty) { for (i in files) print i; }; }'`; \
414
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
496
        test -z "$(CTAGS_ARGS)$$unique" \
415
497
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
416
 
             $$tags $$unique
 
498
             $$unique
417
499
 
418
500
GTAGS:
419
501
        here=`$(am__cd) $(top_builddir) && pwd` \
420
 
          && cd $(top_srcdir) \
421
 
          && gtags -i $(GTAGS_ARGS) $$here
 
502
          && $(am__cd) $(top_srcdir) \
 
503
          && gtags -i $(GTAGS_ARGS) "$$here"
422
504
 
423
505
distclean-tags:
424
506
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
439
521
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
440
522
          if test -d $$d/$$file; then \
441
523
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
524
            if test -d "$(distdir)/$$file"; then \
 
525
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
526
            fi; \
442
527
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
443
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
528
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
529
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
444
530
            fi; \
445
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
531
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
446
532
          else \
447
 
            test -f $(distdir)/$$file \
448
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
533
            test -f "$(distdir)/$$file" \
 
534
            || cp -p $$d/$$file "$(distdir)/$$file" \
449
535
            || exit 1; \
450
536
          fi; \
451
537
        done
452
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
538
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
453
539
          if test "$$subdir" = .; then :; else \
454
540
            test -d "$(distdir)/$$subdir" \
455
541
            || $(MKDIR_P) "$(distdir)/$$subdir" \
456
542
            || exit 1; \
457
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
458
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
459
 
            (cd $$subdir && \
 
543
          fi; \
 
544
        done
 
545
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
546
          if test "$$subdir" = .; then :; else \
 
547
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
548
            $(am__relativize); \
 
549
            new_distdir=$$reldir; \
 
550
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
551
            $(am__relativize); \
 
552
            new_top_distdir=$$reldir; \
 
553
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
554
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
555
            ($(am__cd) $$subdir && \
460
556
              $(MAKE) $(AM_MAKEFLAGS) \
461
 
                top_distdir="$$top_distdir" \
462
 
                distdir="$$distdir/$$subdir" \
 
557
                top_distdir="$$new_top_distdir" \
 
558
                distdir="$$new_distdir" \
463
559
                am__remove_distdir=: \
464
560
                am__skip_length_check=: \
 
561
                am__skip_mode_fix=: \
465
562
                distdir) \
466
563
              || exit 1; \
467
564
          fi; \
494
591
 
495
592
distclean-generic:
496
593
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
594
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
497
595
 
498
596
maintainer-clean-generic:
499
597
        @echo "This command is intended for maintainers to use"
513
611
 
514
612
html: html-recursive
515
613
 
 
614
html-am:
 
615
 
516
616
info: info-recursive
517
617
 
518
618
info-am:
521
621
 
522
622
install-dvi: install-dvi-recursive
523
623
 
 
624
install-dvi-am:
 
625
 
524
626
install-exec-am:
525
627
 
526
628
install-html: install-html-recursive
527
629
 
 
630
install-html-am:
 
631
 
528
632
install-info: install-info-recursive
529
633
 
 
634
install-info-am:
 
635
 
530
636
install-man:
531
637
 
532
638
install-pdf: install-pdf-recursive
533
639
 
 
640
install-pdf-am:
 
641
 
534
642
install-ps: install-ps-recursive
535
643
 
 
644
install-ps-am:
 
645
 
536
646
installcheck-am:
537
647
 
538
648
maintainer-clean: maintainer-clean-recursive
553
663
 
554
664
uninstall-am: uninstall-scriptSCRIPTS
555
665
 
556
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
557
 
        install-strip
 
666
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
667
        install-am install-strip tags-recursive
558
668
 
559
669
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
560
670
        all all-am check check-am clean clean-generic clean-libtool \
586
696
                rm -f bash.error; \
587
697
            fi; \
588
698
        done;
 
699
 
589
700
# Tell versions [3.59,3.63) of GNU make to not export all variables.
590
701
# Otherwise a system limit (for SysV at least) may be exceeded.
591
702
.NOEXPORT: