~ubuntu-branches/debian/sid/xfce4-indicator-plugin/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-19 23:02:15 UTC
  • mfrom: (3.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110419230215-jl7zlyzpe1i857w6
Tags: 0.2.0-2
[ Lionel Le Folgoc ]
* Upload to unstable.
* debian/control:
  - add myself to Uploaders.
  - remove Simon and Emanuele from uploaders, thanks to them.
  - bump xfce4-panel-dev b-dep to (>= 4.8.0).

[ Yves-Alexis Perez ]
* debian/control:
  - update standards version to 3.9.2.

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 = $(SHELL) $(top_srcdir)/mkinstalldirs
48
50
CONFIG_HEADER = config.h
49
51
CONFIG_CLEAN_FILES =
 
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
107
138
GTK_LIBS = @GTK_LIBS@
108
139
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
109
140
GTK_VERSION = @GTK_VERSION@
 
141
INDICATORDIR = @INDICATORDIR@
 
142
INDICATORICONSDIR = @INDICATORICONSDIR@
110
143
INDICATOR_CFLAGS = @INDICATOR_CFLAGS@
111
144
INDICATOR_LIBS = @INDICATOR_LIBS@
112
145
INDICATOR_REQUIRED_VERSION = @INDICATOR_REQUIRED_VERSION@
163
196
PACKAGE_NAME = @PACKAGE_NAME@
164
197
PACKAGE_STRING = @PACKAGE_STRING@
165
198
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
199
PACKAGE_URL = @PACKAGE_URL@
166
200
PACKAGE_VERSION = @PACKAGE_VERSION@
167
201
PATH_SEPARATOR = @PATH_SEPARATOR@
168
202
PKG_CONFIG = @PKG_CONFIG@
240
274
target_cpu = @target_cpu@
241
275
target_os = @target_os@
242
276
target_vendor = @target_vendor@
 
277
top_build_prefix = @top_build_prefix@
243
278
top_builddir = @top_builddir@
244
279
top_srcdir = @top_srcdir@
245
280
SUBDIRS = \
267
302
        @for dep in $?; do \
268
303
          case '$(am__configure_deps)' in \
269
304
            *$$dep*) \
270
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
271
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
305
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
306
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
272
307
                && exit 0; \
273
308
              exit 1;; \
274
309
          esac; \
275
310
        done; \
276
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
277
 
        cd $(top_srcdir) && \
278
 
          $(AUTOMAKE) --gnu  Makefile
 
311
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
312
        $(am__cd) $(top_srcdir) && \
 
313
          $(AUTOMAKE) --gnu Makefile
279
314
.PRECIOUS: Makefile
280
315
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281
316
        @case '$?' in \
291
326
        $(SHELL) ./config.status --recheck
292
327
 
293
328
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
294
 
        cd $(srcdir) && $(AUTOCONF)
 
329
        $(am__cd) $(srcdir) && $(AUTOCONF)
295
330
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
296
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
331
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
332
$(am__aclocal_m4_deps):
297
333
 
298
334
config.h: stamp-h1
299
335
        @if test ! -f $@; then \
305
341
        @rm -f stamp-h1
306
342
        cd $(top_builddir) && $(SHELL) ./config.status config.h
307
343
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
308
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
344
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
309
345
        rm -f stamp-h1
310
346
        touch $@
311
347
 
328
364
#     (which will cause the Makefiles to be regenerated when you run `make');
329
365
# (2) otherwise, pass the desired values on the `make' command line.
330
366
$(RECURSIVE_TARGETS):
331
 
        @failcom='exit 1'; \
 
367
        @fail= failcom='exit 1'; \
332
368
        for f in x $$MAKEFLAGS; do \
333
369
          case $$f in \
334
370
            *=* | --[!k]*);; \
345
381
          else \
346
382
            local_target="$$target"; \
347
383
          fi; \
348
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
384
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349
385
          || eval $$failcom; \
350
386
        done; \
351
387
        if test "$$dot_seen" = "no"; then \
353
389
        fi; test -z "$$fail"
354
390
 
355
391
$(RECURSIVE_CLEAN_TARGETS):
356
 
        @failcom='exit 1'; \
 
392
        @fail= failcom='exit 1'; \
357
393
        for f in x $$MAKEFLAGS; do \
358
394
          case $$f in \
359
395
            *=* | --[!k]*);; \
379
415
          else \
380
416
            local_target="$$target"; \
381
417
          fi; \
382
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
418
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383
419
          || eval $$failcom; \
384
420
        done && test -z "$$fail"
385
421
tags-recursive:
386
422
        list='$(SUBDIRS)'; for subdir in $$list; do \
387
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
423
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
388
424
        done
389
425
ctags-recursive:
390
426
        list='$(SUBDIRS)'; for subdir in $$list; do \
391
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
427
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
392
428
        done
393
429
 
394
430
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
403
439
 
404
440
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
405
441
                $(TAGS_FILES) $(LISP)
406
 
        tags=; \
 
442
        set x; \
407
443
        here=`pwd`; \
408
444
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
409
445
          include_option=--etags-include; \
415
451
        list='$(SUBDIRS)'; for subdir in $$list; do \
416
452
          if test "$$subdir" = .; then :; else \
417
453
            test ! -f $$subdir/TAGS || \
418
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
454
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
419
455
          fi; \
420
456
        done; \
421
457
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
424
460
          done | \
425
461
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
462
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
463
        shift; \
 
464
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428
465
          test -n "$$unique" || unique=$$empty_fix; \
429
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430
 
            $$tags $$unique; \
 
466
          if test $$# -gt 0; then \
 
467
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
468
              "$$@" $$unique; \
 
469
          else \
 
470
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
471
              $$unique; \
 
472
          fi; \
431
473
        fi
432
474
ctags: CTAGS
433
475
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
434
476
                $(TAGS_FILES) $(LISP)
435
 
        tags=; \
436
477
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
437
478
        unique=`for i in $$list; do \
438
479
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
480
          done | \
440
481
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
482
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
483
        test -z "$(CTAGS_ARGS)$$unique" \
443
484
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444
 
             $$tags $$unique
 
485
             $$unique
445
486
 
446
487
GTAGS:
447
488
        here=`$(am__cd) $(top_builddir) && pwd` \
448
 
          && cd $(top_srcdir) \
449
 
          && gtags -i $(GTAGS_ARGS) $$here
 
489
          && $(am__cd) $(top_srcdir) \
 
490
          && gtags -i $(GTAGS_ARGS) "$$here"
450
491
 
451
492
distclean-tags:
452
493
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
453
494
 
454
495
distdir: $(DISTFILES)
455
496
        $(am__remove_distdir)
456
 
        test -d $(distdir) || mkdir $(distdir)
 
497
        test -d "$(distdir)" || mkdir "$(distdir)"
457
498
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458
499
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459
500
        list='$(DISTFILES)'; \
469
510
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
470
511
          if test -d $$d/$$file; then \
471
512
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
513
            if test -d "$(distdir)/$$file"; then \
 
514
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
515
            fi; \
472
516
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
473
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
517
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
518
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474
519
            fi; \
475
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
520
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
476
521
          else \
477
 
            test -f $(distdir)/$$file \
478
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
522
            test -f "$(distdir)/$$file" \
 
523
            || cp -p $$d/$$file "$(distdir)/$$file" \
479
524
            || exit 1; \
480
525
          fi; \
481
526
        done
482
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
527
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
483
528
          if test "$$subdir" = .; then :; else \
484
529
            test -d "$(distdir)/$$subdir" \
485
530
            || $(MKDIR_P) "$(distdir)/$$subdir" \
486
531
            || exit 1; \
487
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
488
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
489
 
            (cd $$subdir && \
 
532
          fi; \
 
533
        done
 
534
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
535
          if test "$$subdir" = .; then :; else \
 
536
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
537
            $(am__relativize); \
 
538
            new_distdir=$$reldir; \
 
539
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
540
            $(am__relativize); \
 
541
            new_top_distdir=$$reldir; \
 
542
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
543
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
544
            ($(am__cd) $$subdir && \
490
545
              $(MAKE) $(AM_MAKEFLAGS) \
491
 
                top_distdir="$$top_distdir" \
492
 
                distdir="$$distdir/$$subdir" \
 
546
                top_distdir="$$new_top_distdir" \
 
547
                distdir="$$new_distdir" \
493
548
                am__remove_distdir=: \
494
549
                am__skip_length_check=: \
 
550
                am__skip_mode_fix=: \
495
551
                distdir) \
496
552
              || exit 1; \
497
553
          fi; \
498
554
        done
499
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
555
        -test -n "$(am__skip_mode_fix)" \
 
556
        || find "$(distdir)" -type d ! -perm -755 \
 
557
                -exec chmod u+rwx,go+rx {} \; -o \
500
558
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
501
559
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
502
560
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
503
 
        || chmod -R a+r $(distdir)
 
561
        || chmod -R a+r "$(distdir)"
504
562
dist-gzip: distdir
505
563
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
506
564
        $(am__remove_distdir)
512
570
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
513
571
        $(am__remove_distdir)
514
572
 
 
573
dist-xz: distdir
 
574
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
575
        $(am__remove_distdir)
 
576
 
515
577
dist-tarZ: distdir
516
578
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
517
579
        $(am__remove_distdir)
536
598
distcheck: dist
537
599
        case '$(DIST_ARCHIVES)' in \
538
600
        *.tar.gz*) \
539
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
601
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
540
602
        *.tar.bz2*) \
541
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
603
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
542
604
        *.tar.lzma*) \
543
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
605
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
606
        *.tar.xz*) \
 
607
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
544
608
        *.tar.Z*) \
545
609
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
546
610
        *.shar.gz*) \
547
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
611
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
548
612
        *.zip*) \
549
613
          unzip $(distdir).zip ;;\
550
614
        esac
552
616
        mkdir $(distdir)/_build
553
617
        mkdir $(distdir)/_inst
554
618
        chmod a-w $(distdir)
 
619
        test -d $(distdir)/_build || exit 0; \
555
620
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
556
621
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
557
 
          && cd $(distdir)/_build \
 
622
          && am__cwd=`pwd` \
 
623
          && $(am__cd) $(distdir)/_build \
558
624
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
559
625
            $(DISTCHECK_CONFIGURE_FLAGS) \
560
626
          && $(MAKE) $(AM_MAKEFLAGS) \
576
642
          && rm -rf "$$dc_destdir" \
577
643
          && $(MAKE) $(AM_MAKEFLAGS) dist \
578
644
          && rm -rf $(DIST_ARCHIVES) \
579
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
645
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
646
          && cd "$$am__cwd" \
 
647
          || exit 1
580
648
        $(am__remove_distdir)
581
649
        @(echo "$(distdir) archives ready for distribution: "; \
582
650
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
583
651
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
584
652
distuninstallcheck:
585
 
        @cd $(distuninstallcheck_dir) \
 
653
        @$(am__cd) '$(distuninstallcheck_dir)' \
586
654
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
587
655
           || { echo "ERROR: files left after uninstall:" ; \
588
656
                if test -n "$(DESTDIR)"; then \
624
692
 
625
693
distclean-generic:
626
694
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
695
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
627
696
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
628
697
 
629
698
maintainer-clean-generic:
645
714
 
646
715
html: html-recursive
647
716
 
 
717
html-am:
 
718
 
648
719
info: info-recursive
649
720
 
650
721
info-am:
653
724
 
654
725
install-dvi: install-dvi-recursive
655
726
 
 
727
install-dvi-am:
 
728
 
656
729
install-exec-am:
657
730
 
658
731
install-html: install-html-recursive
659
732
 
 
733
install-html-am:
 
734
 
660
735
install-info: install-info-recursive
661
736
 
 
737
install-info-am:
 
738
 
662
739
install-man:
663
740
 
664
741
install-pdf: install-pdf-recursive
665
742
 
 
743
install-pdf-am:
 
744
 
666
745
install-ps: install-ps-recursive
667
746
 
 
747
install-ps-am:
 
748
 
668
749
installcheck-am:
669
750
 
670
751
maintainer-clean: maintainer-clean-recursive
687
768
 
688
769
uninstall-am:
689
770
 
690
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
691
 
        install-strip
 
771
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
772
        ctags-recursive install-am install-strip tags-recursive
692
773
 
693
774
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
694
775
        all all-am am--refresh check check-am clean clean-generic \
695
776
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
696
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
697
 
        distclean distclean-generic distclean-hdr distclean-libtool \
698
 
        distclean-local distclean-tags distcleancheck distdir \
699
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
700
 
        install install-am install-data install-data-am install-dvi \
701
 
        install-dvi-am install-exec install-exec-am install-html \
702
 
        install-html-am install-info install-info-am install-man \
703
 
        install-pdf install-pdf-am install-ps install-ps-am \
704
 
        install-strip installcheck installcheck-am installdirs \
705
 
        installdirs-am maintainer-clean maintainer-clean-generic \
706
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
707
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
777
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
778
        distcheck distclean distclean-generic distclean-hdr \
 
779
        distclean-libtool distclean-local distclean-tags \
 
780
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
781
        html-am info info-am install install-am install-data \
 
782
        install-data-am install-dvi install-dvi-am install-exec \
 
783
        install-exec-am install-html install-html-am install-info \
 
784
        install-info-am install-man install-pdf install-pdf-am \
 
785
        install-ps install-ps-am install-strip installcheck \
 
786
        installcheck-am installdirs installdirs-am maintainer-clean \
 
787
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
788
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
789
        uninstall uninstall-am
708
790
 
709
791
 
710
792
distclean-local:
715
797
        @rm -f $(PACKAGE)-$(VERSION).tar.gz
716
798
 
717
799
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
800
 
718
801
# Tell versions [3.59,3.63) of GNU make to not export all variables.
719
802
# Otherwise a system limit (for SysV at least) may be exceeded.
720
803
.NOEXPORT: