~ubuntu-branches/ubuntu/lucid/gimp/lucid-proposed

« back to all changes in this revision

Viewing changes to plug-ins/gfig/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-26 19:10:31 UTC
  • mfrom: (1.1.22 upstream) (0.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100226191031-d11l96bebdllen1n
Tags: 2.6.8-2ubuntu1
* Merge with debian, remaining changes:
  + debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    - updated some strings for ubuntu
  + debian/rules:
    - updated translation templates
  + debian/control:
    - set Vcs-Bzr url

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 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
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
am__installdirs = "$(DESTDIR)$(libexecdir)"
52
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53
55
PROGRAMS = $(libexec_PROGRAMS)
54
56
am_gfig_OBJECTS = gfig.$(OBJEXT) gfig-arc.$(OBJEXT) \
55
57
        gfig-bezier.$(OBJEXT) gfig-circle.$(OBJEXT) \
68
70
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
69
71
depcomp = $(SHELL) $(top_srcdir)/depcomp
70
72
am__depfiles_maybe = depfiles
 
73
am__mv = mv -f
71
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88
91
        ps-recursive uninstall-recursive
89
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90
93
  distclean-recursive maintainer-clean-recursive
 
94
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
95
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
96
        distdir
91
97
ETAGS = etags
92
98
CTAGS = ctags
93
99
DIST_SUBDIRS = $(SUBDIRS)
94
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
101
am__relativize = \
 
102
  dir0=`pwd`; \
 
103
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
104
  sed_rest='s,^[^/]*/*,,'; \
 
105
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
106
  sed_butlast='s,/*[^/]*$$,,'; \
 
107
  while test -n "$$dir1"; do \
 
108
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
109
    if test "$$first" != "."; then \
 
110
      if test "$$first" = ".."; then \
 
111
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
112
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
113
      else \
 
114
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
115
        if test "$$first2" = "$$first"; then \
 
116
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
117
        else \
 
118
          dir2="../$$dir2"; \
 
119
        fi; \
 
120
        dir0="$$dir0"/"$$first"; \
 
121
      fi; \
 
122
    fi; \
 
123
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
124
  done; \
 
125
  reldir="$$dir2"
95
126
AA_LIBS = @AA_LIBS@
96
127
ACLOCAL = @ACLOCAL@
97
128
ALLOCA = @ALLOCA@
464
495
              exit 1;; \
465
496
          esac; \
466
497
        done; \
467
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plug-ins/gfig/Makefile'; \
468
 
        cd $(top_srcdir) && \
469
 
          $(AUTOMAKE) --gnu  plug-ins/gfig/Makefile
 
498
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gfig/Makefile'; \
 
499
        $(am__cd) $(top_srcdir) && \
 
500
          $(AUTOMAKE) --gnu plug-ins/gfig/Makefile
470
501
.PRECIOUS: Makefile
471
502
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
472
503
        @case '$?' in \
484
515
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485
516
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
486
517
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
518
$(am__aclocal_m4_deps):
487
519
install-libexecPROGRAMS: $(libexec_PROGRAMS)
488
520
        @$(NORMAL_INSTALL)
489
521
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
490
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
491
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
492
 
          if test -f $$p \
493
 
             || test -f $$p1 \
494
 
          ; then \
495
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
496
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
497
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
498
 
          else :; fi; \
499
 
        done
 
522
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
523
        for p in $$list; do echo "$$p $$p"; done | \
 
524
        sed 's/$(EXEEXT)$$//' | \
 
525
        while read p p1; do if test -f $$p || test -f $$p1; \
 
526
          then echo "$$p"; echo "$$p"; else :; fi; \
 
527
        done | \
 
528
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
529
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
530
        sed 'N;N;N;s,\n, ,g' | \
 
531
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
532
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
533
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
534
            else { print "f", $$3 "/" $$4, $$1; } } \
 
535
          END { for (d in files) print "f", d, files[d] }' | \
 
536
        while read type dir files; do \
 
537
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
538
            test -z "$$files" || { \
 
539
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
540
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
541
            } \
 
542
        ; done
500
543
 
501
544
uninstall-libexecPROGRAMS:
502
545
        @$(NORMAL_UNINSTALL)
503
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
504
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
505
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
506
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
507
 
        done
 
546
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
547
        files=`for p in $$list; do echo "$$p"; done | \
 
548
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
549
              -e 's/$$/$(EXEEXT)/' `; \
 
550
        test -n "$$list" || exit 0; \
 
551
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
552
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
508
553
 
509
554
clean-libexecPROGRAMS:
510
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
511
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
512
 
          echo " rm -f $$p $$f"; \
513
 
          rm -f $$p $$f ; \
514
 
        done
 
555
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
556
        echo " rm -f" $$list; \
 
557
        rm -f $$list || exit $$?; \
 
558
        test -n "$(EXEEXT)" || exit 0; \
 
559
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
560
        echo " rm -f" $$list; \
 
561
        rm -f $$list
515
562
gfig$(EXEEXT): $(gfig_OBJECTS) $(gfig_DEPENDENCIES) 
516
563
        @rm -f gfig$(EXEEXT)
517
564
        $(LINK) $(gfig_OBJECTS) $(gfig_LDADD) $(LIBS)
541
588
 
542
589
.c.o:
543
590
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
544
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
591
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
545
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
546
593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547
594
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
548
595
 
549
596
.c.obj:
550
597
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
551
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
598
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
552
599
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
553
600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554
601
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
555
602
 
556
603
.c.lo:
557
604
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
558
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
605
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
559
606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
560
607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561
608
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
590
637
          else \
591
638
            local_target="$$target"; \
592
639
          fi; \
593
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
640
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
594
641
          || eval $$failcom; \
595
642
        done; \
596
643
        if test "$$dot_seen" = "no"; then \
624
671
          else \
625
672
            local_target="$$target"; \
626
673
          fi; \
627
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
674
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
628
675
          || eval $$failcom; \
629
676
        done && test -z "$$fail"
630
677
tags-recursive:
631
678
        list='$(SUBDIRS)'; for subdir in $$list; do \
632
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
679
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
633
680
        done
634
681
ctags-recursive:
635
682
        list='$(SUBDIRS)'; for subdir in $$list; do \
636
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
683
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
637
684
        done
638
685
 
639
686
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
648
695
 
649
696
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
650
697
                $(TAGS_FILES) $(LISP)
651
 
        tags=; \
 
698
        set x; \
652
699
        here=`pwd`; \
653
700
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
654
701
          include_option=--etags-include; \
660
707
        list='$(SUBDIRS)'; for subdir in $$list; do \
661
708
          if test "$$subdir" = .; then :; else \
662
709
            test ! -f $$subdir/TAGS || \
663
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
710
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
664
711
          fi; \
665
712
        done; \
666
713
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
669
716
          done | \
670
717
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
671
718
              END { if (nonempty) { for (i in files) print i; }; }'`; \
672
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
719
        shift; \
 
720
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
673
721
          test -n "$$unique" || unique=$$empty_fix; \
674
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
675
 
            $$tags $$unique; \
 
722
          if test $$# -gt 0; then \
 
723
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
724
              "$$@" $$unique; \
 
725
          else \
 
726
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
727
              $$unique; \
 
728
          fi; \
676
729
        fi
677
730
ctags: CTAGS
678
731
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
679
732
                $(TAGS_FILES) $(LISP)
680
 
        tags=; \
681
733
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
682
734
        unique=`for i in $$list; do \
683
735
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
684
736
          done | \
685
737
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
686
738
              END { if (nonempty) { for (i in files) print i; }; }'`; \
687
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
739
        test -z "$(CTAGS_ARGS)$$unique" \
688
740
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
689
 
             $$tags $$unique
 
741
             $$unique
690
742
 
691
743
GTAGS:
692
744
        here=`$(am__cd) $(top_builddir) && pwd` \
693
 
          && cd $(top_srcdir) \
694
 
          && gtags -i $(GTAGS_ARGS) $$here
 
745
          && $(am__cd) $(top_srcdir) \
 
746
          && gtags -i $(GTAGS_ARGS) "$$here"
695
747
 
696
748
distclean-tags:
697
749
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
712
764
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
713
765
          if test -d $$d/$$file; then \
714
766
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
767
            if test -d "$(distdir)/$$file"; then \
 
768
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
769
            fi; \
715
770
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
716
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
771
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
772
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
717
773
            fi; \
718
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
774
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
719
775
          else \
720
 
            test -f $(distdir)/$$file \
721
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
776
            test -f "$(distdir)/$$file" \
 
777
            || cp -p $$d/$$file "$(distdir)/$$file" \
722
778
            || exit 1; \
723
779
          fi; \
724
780
        done
725
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
781
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
726
782
          if test "$$subdir" = .; then :; else \
727
783
            test -d "$(distdir)/$$subdir" \
728
784
            || $(MKDIR_P) "$(distdir)/$$subdir" \
729
785
            || exit 1; \
730
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
731
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
732
 
            (cd $$subdir && \
 
786
          fi; \
 
787
        done
 
788
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
789
          if test "$$subdir" = .; then :; else \
 
790
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
791
            $(am__relativize); \
 
792
            new_distdir=$$reldir; \
 
793
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
794
            $(am__relativize); \
 
795
            new_top_distdir=$$reldir; \
 
796
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
797
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
798
            ($(am__cd) $$subdir && \
733
799
              $(MAKE) $(AM_MAKEFLAGS) \
734
 
                top_distdir="$$top_distdir" \
735
 
                distdir="$$distdir/$$subdir" \
 
800
                top_distdir="$$new_top_distdir" \
 
801
                distdir="$$new_distdir" \
736
802
                am__remove_distdir=: \
737
803
                am__skip_length_check=: \
 
804
                am__skip_mode_fix=: \
738
805
                distdir) \
739
806
              || exit 1; \
740
807
          fi; \
767
834
 
768
835
distclean-generic:
769
836
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
837
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
770
838
 
771
839
maintainer-clean-generic:
772
840
        @echo "This command is intended for maintainers to use"
788
856
 
789
857
html: html-recursive
790
858
 
 
859
html-am:
 
860
 
791
861
info: info-recursive
792
862
 
793
863
info-am:
796
866
 
797
867
install-dvi: install-dvi-recursive
798
868
 
 
869
install-dvi-am:
 
870
 
799
871
install-exec-am: install-libexecPROGRAMS
800
872
 
801
873
install-html: install-html-recursive
802
874
 
 
875
install-html-am:
 
876
 
803
877
install-info: install-info-recursive
804
878
 
 
879
install-info-am:
 
880
 
805
881
install-man:
806
882
 
807
883
install-pdf: install-pdf-recursive
808
884
 
 
885
install-pdf-am:
 
886
 
809
887
install-ps: install-ps-recursive
810
888
 
 
889
install-ps-am:
 
890
 
811
891
installcheck-am:
812
892
 
813
893
maintainer-clean: maintainer-clean-recursive
830
910
 
831
911
uninstall-am: uninstall-libexecPROGRAMS
832
912
 
833
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
834
 
        install-strip
 
913
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
914
        install-am install-strip tags-recursive
835
915
 
836
916
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
837
917
        all all-am check check-am clean clean-generic \
849
929
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
850
930
        uninstall uninstall-am uninstall-libexecPROGRAMS
851
931
 
 
932
 
852
933
# Tell versions [3.59,3.63) of GNU make to not export all variables.
853
934
# Otherwise a system limit (for SysV at least) may be exceeded.
854
935
.NOEXPORT: