~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-08-29 12:48:19 UTC
  • mfrom: (1.1.29) (0.4.20 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130829124819-r4mliaiddrgv5x4g
Tags: 2.8.6-1ubuntu1
* Synchronize with Debian (LP: #1207734). Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

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.3 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.
18
17
# Version resources for Microsoft Windows
19
18
 
20
19
VPATH = @srcdir@
21
 
am__make_dryrun = \
22
 
  { \
23
 
    am__dry=no; \
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
24
33
    case $$MAKEFLAGS in \
25
34
      *\\[\ \   ]*) \
26
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28
 
      *) \
29
 
        for am__flg in $$MAKEFLAGS; do \
30
 
          case $$am__flg in \
31
 
            *=*|--*) ;; \
32
 
            *n*) am__dry=yes; break;; \
33
 
          esac; \
34
 
        done;; \
35
 
    esac; \
36
 
    test $$am__dry = yes; \
37
 
  }
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38
65
pkgdatadir = $(datadir)/@PACKAGE@
39
66
pkgincludedir = $(includedir)/@PACKAGE@
40
67
pkglibdir = $(libdir)/@PACKAGE@
53
80
POST_UNINSTALL = :
54
81
build_triplet = @build@
55
82
host_triplet = @host@
56
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57
 
        $(top_srcdir)/build/windows/gimprc-plug-ins.rule
 
83
DIST_COMMON = $(top_srcdir)/build/windows/gimprc-plug-ins.rule \
 
84
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
85
        $(top_srcdir)/depcomp README
58
86
libexec_PROGRAMS = gfig$(EXEEXT)
59
87
subdir = plug-ins/gfig
60
88
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
62
 
        $(top_srcdir)/m4macros/alsa.m4 \
 
89
am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
 
90
        $(top_srcdir)/m4macros/intltool.m4 \
 
91
        $(top_srcdir)/m4macros/libtool.m4 \
 
92
        $(top_srcdir)/m4macros/ltoptions.m4 \
 
93
        $(top_srcdir)/m4macros/ltsugar.m4 \
 
94
        $(top_srcdir)/m4macros/ltversion.m4 \
 
95
        $(top_srcdir)/m4macros/lt~obsolete.m4 \
 
96
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/m4macros/alsa.m4 \
63
97
        $(top_srcdir)/m4macros/binreloc.m4 \
64
98
        $(top_srcdir)/m4macros/detectcflags.m4 \
65
99
        $(top_srcdir)/m4macros/gimpprint.m4 \
89
123
AM_V_lt = $(am__v_lt_@AM_V@)
90
124
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
91
125
am__v_lt_0 = --silent
 
126
am__v_lt_1 = 
 
127
AM_V_P = $(am__v_P_@AM_V@)
 
128
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
129
am__v_P_0 = false
 
130
am__v_P_1 = :
 
131
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
132
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
133
am__v_GEN_0 = @echo "  GEN     " $@;
 
134
am__v_GEN_1 = 
 
135
AM_V_at = $(am__v_at_@AM_V@)
 
136
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
137
am__v_at_0 = @
 
138
am__v_at_1 = 
92
139
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
93
140
depcomp = $(SHELL) $(top_srcdir)/depcomp
94
141
am__depfiles_maybe = depfiles
101
148
        $(AM_CFLAGS) $(CFLAGS)
102
149
AM_V_CC = $(am__v_CC_@AM_V@)
103
150
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
104
 
am__v_CC_0 = @echo "  CC    " $@;
105
 
AM_V_at = $(am__v_at_@AM_V@)
106
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107
 
am__v_at_0 = @
 
151
am__v_CC_0 = @echo "  CC      " $@;
 
152
am__v_CC_1 = 
108
153
CCLD = $(CC)
109
154
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
110
155
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
111
156
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
112
157
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
113
158
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
114
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
115
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
116
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
159
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
160
am__v_CCLD_1 = 
118
161
SOURCES = $(gfig_SOURCES)
119
162
DIST_SOURCES = $(gfig_SOURCES)
120
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
121
 
        html-recursive info-recursive install-data-recursive \
122
 
        install-dvi-recursive install-exec-recursive \
123
 
        install-html-recursive install-info-recursive \
124
 
        install-pdf-recursive install-ps-recursive install-recursive \
125
 
        installcheck-recursive installdirs-recursive pdf-recursive \
126
 
        ps-recursive uninstall-recursive
 
163
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
164
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
165
        install-data-recursive install-dvi-recursive \
 
166
        install-exec-recursive install-html-recursive \
 
167
        install-info-recursive install-pdf-recursive \
 
168
        install-ps-recursive install-recursive installcheck-recursive \
 
169
        installdirs-recursive pdf-recursive ps-recursive \
 
170
        tags-recursive uninstall-recursive
127
171
am__can_run_installinfo = \
128
172
  case $$AM_UPDATE_INFO_DIR in \
129
173
    n|no|NO) false;; \
131
175
  esac
132
176
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133
177
  distclean-recursive maintainer-clean-recursive
134
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
135
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
178
am__recursive_targets = \
 
179
  $(RECURSIVE_TARGETS) \
 
180
  $(RECURSIVE_CLEAN_TARGETS) \
 
181
  $(am__extra_recursive_targets)
 
182
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
136
183
        distdir
 
184
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
185
# Read a list of newline-separated strings from the standard input,
 
186
# and print each of them once, without duplicates.  Input order is
 
187
# *not* preserved.
 
188
am__uniquify_input = $(AWK) '\
 
189
  BEGIN { nonempty = 0; } \
 
190
  { items[$$0] = 1; nonempty = 1; } \
 
191
  END { if (nonempty) { for (i in items) print i; }; } \
 
192
'
 
193
# Make sure the list of sources is unique.  This is necessary because,
 
194
# e.g., the same source file might be shared among _SOURCES variables
 
195
# for different programs/libraries.
 
196
am__define_uniq_tagged_files = \
 
197
  list='$(am__tagged_files)'; \
 
198
  unique=`for i in $$list; do \
 
199
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
200
  done | $(am__uniquify_input)`
137
201
ETAGS = etags
138
202
CTAGS = ctags
139
203
DIST_SUBDIRS = $(SUBDIRS)
600
664
        fi; \
601
665
        for p in $$list; do echo "$$p $$p"; done | \
602
666
        sed 's/$(EXEEXT)$$//' | \
603
 
        while read p p1; do if test -f $$p || test -f $$p1; \
604
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
667
        while read p p1; do if test -f $$p \
 
668
         || test -f $$p1 \
 
669
          ; then echo "$$p"; echo "$$p"; else :; fi; \
605
670
        done | \
606
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
671
        sed -e 'p;s,.*/,,;n;h' \
 
672
            -e 's|.*|.|' \
607
673
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
608
674
        sed 'N;N;N;s,\n, ,g' | \
609
675
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
624
690
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
625
691
        files=`for p in $$list; do echo "$$p"; done | \
626
692
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
627
 
              -e 's/$$/$(EXEEXT)/' `; \
 
693
              -e 's/$$/$(EXEEXT)/' \
 
694
        `; \
628
695
        test -n "$$list" || exit 0; \
629
696
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
630
697
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
637
704
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
638
705
        echo " rm -f" $$list; \
639
706
        rm -f $$list
 
707
 
640
708
gfig$(EXEEXT): $(gfig_OBJECTS) $(gfig_DEPENDENCIES) $(EXTRA_gfig_DEPENDENCIES) 
641
709
        @rm -f gfig$(EXEEXT)
642
710
        $(AM_V_CCLD)$(LINK) $(gfig_OBJECTS) $(gfig_LDADD) $(LIBS)
692
760
        -rm -rf .libs _libs
693
761
 
694
762
# This directory's subdirectories are mostly independent; you can cd
695
 
# into them and run `make' without going through this Makefile.
696
 
# To change the values of `make' variables: instead of editing Makefiles,
697
 
# (1) if the variable is set in `config.status', edit `config.status'
698
 
#     (which will cause the Makefiles to be regenerated when you run `make');
699
 
# (2) otherwise, pass the desired values on the `make' command line.
700
 
$(RECURSIVE_TARGETS):
701
 
        @fail= failcom='exit 1'; \
702
 
        for f in x $$MAKEFLAGS; do \
703
 
          case $$f in \
704
 
            *=* | --[!k]*);; \
705
 
            *k*) failcom='fail=yes';; \
706
 
          esac; \
707
 
        done; \
 
763
# into them and run 'make' without going through this Makefile.
 
764
# To change the values of 'make' variables: instead of editing Makefiles,
 
765
# (1) if the variable is set in 'config.status', edit 'config.status'
 
766
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
767
# (2) otherwise, pass the desired values on the 'make' command line.
 
768
$(am__recursive_targets):
 
769
        @fail=; \
 
770
        if $(am__make_keepgoing); then \
 
771
          failcom='fail=yes'; \
 
772
        else \
 
773
          failcom='exit 1'; \
 
774
        fi; \
708
775
        dot_seen=no; \
709
776
        target=`echo $@ | sed s/-recursive//`; \
710
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
777
        case "$@" in \
 
778
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
779
          *) list='$(SUBDIRS)' ;; \
 
780
        esac; \
 
781
        for subdir in $$list; do \
711
782
          echo "Making $$target in $$subdir"; \
712
783
          if test "$$subdir" = "."; then \
713
784
            dot_seen=yes; \
722
793
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
723
794
        fi; test -z "$$fail"
724
795
 
725
 
$(RECURSIVE_CLEAN_TARGETS):
726
 
        @fail= failcom='exit 1'; \
727
 
        for f in x $$MAKEFLAGS; do \
728
 
          case $$f in \
729
 
            *=* | --[!k]*);; \
730
 
            *k*) failcom='fail=yes';; \
731
 
          esac; \
732
 
        done; \
733
 
        dot_seen=no; \
734
 
        case "$@" in \
735
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
736
 
          *) list='$(SUBDIRS)' ;; \
737
 
        esac; \
738
 
        rev=''; for subdir in $$list; do \
739
 
          if test "$$subdir" = "."; then :; else \
740
 
            rev="$$subdir $$rev"; \
741
 
          fi; \
742
 
        done; \
743
 
        rev="$$rev ."; \
744
 
        target=`echo $@ | sed s/-recursive//`; \
745
 
        for subdir in $$rev; do \
746
 
          echo "Making $$target in $$subdir"; \
747
 
          if test "$$subdir" = "."; then \
748
 
            local_target="$$target-am"; \
749
 
          else \
750
 
            local_target="$$target"; \
751
 
          fi; \
752
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
753
 
          || eval $$failcom; \
754
 
        done && test -z "$$fail"
755
 
tags-recursive:
756
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
757
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
758
 
        done
759
 
ctags-recursive:
760
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
761
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
762
 
        done
763
 
 
764
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
765
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
766
 
        unique=`for i in $$list; do \
767
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
768
 
          done | \
769
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
770
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
771
 
        mkid -fID $$unique
772
 
tags: TAGS
773
 
 
774
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
775
 
                $(TAGS_FILES) $(LISP)
 
796
ID: $(am__tagged_files)
 
797
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
798
tags: tags-recursive
 
799
TAGS: tags
 
800
 
 
801
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
776
802
        set x; \
777
803
        here=`pwd`; \
778
804
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
788
814
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
789
815
          fi; \
790
816
        done; \
791
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
792
 
        unique=`for i in $$list; do \
793
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
794
 
          done | \
795
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
796
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
817
        $(am__define_uniq_tagged_files); \
797
818
        shift; \
798
819
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
799
820
          test -n "$$unique" || unique=$$empty_fix; \
805
826
              $$unique; \
806
827
          fi; \
807
828
        fi
808
 
ctags: CTAGS
809
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
810
 
                $(TAGS_FILES) $(LISP)
811
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
812
 
        unique=`for i in $$list; do \
813
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
814
 
          done | \
815
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
816
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
829
ctags: ctags-recursive
 
830
 
 
831
CTAGS: ctags
 
832
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
833
        $(am__define_uniq_tagged_files); \
817
834
        test -z "$(CTAGS_ARGS)$$unique" \
818
835
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
819
836
             $$unique
822
839
        here=`$(am__cd) $(top_builddir) && pwd` \
823
840
          && $(am__cd) $(top_srcdir) \
824
841
          && gtags -i $(GTAGS_ARGS) "$$here"
 
842
cscopelist: cscopelist-recursive
 
843
 
 
844
cscopelist-am: $(am__tagged_files)
 
845
        list='$(am__tagged_files)'; \
 
846
        case "$(srcdir)" in \
 
847
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
848
          *) sdir=$(subdir)/$(srcdir) ;; \
 
849
        esac; \
 
850
        for i in $$list; do \
 
851
          if test -f "$$i"; then \
 
852
            echo "$(subdir)/$$i"; \
 
853
          else \
 
854
            echo "$$sdir/$$i"; \
 
855
          fi; \
 
856
        done >> $(top_builddir)/cscope.files
825
857
 
826
858
distclean-tags:
827
859
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
990
1022
 
991
1023
uninstall-am: uninstall-libexecPROGRAMS
992
1024
 
993
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
994
 
        install-am install-strip tags-recursive
 
1025
.MAKE: $(am__recursive_targets) install-am install-strip
995
1026
 
996
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
997
 
        all all-am check check-am clean clean-generic \
998
 
        clean-libexecPROGRAMS clean-libtool ctags ctags-recursive \
999
 
        distclean distclean-compile distclean-generic \
1000
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
1001
 
        html-am info info-am install install-am install-data \
1002
 
        install-data-am install-dvi install-dvi-am install-exec \
1003
 
        install-exec-am install-html install-html-am install-info \
1004
 
        install-info-am install-libexecPROGRAMS install-man \
1005
 
        install-pdf install-pdf-am install-ps install-ps-am \
1006
 
        install-strip installcheck installcheck-am installdirs \
1007
 
        installdirs-am maintainer-clean maintainer-clean-generic \
1008
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
1009
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1010
 
        uninstall uninstall-am uninstall-libexecPROGRAMS
 
1027
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1028
        check-am clean clean-generic clean-libexecPROGRAMS \
 
1029
        clean-libtool cscopelist-am ctags ctags-am distclean \
 
1030
        distclean-compile distclean-generic distclean-libtool \
 
1031
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1032
        install install-am install-data install-data-am install-dvi \
 
1033
        install-dvi-am install-exec install-exec-am install-html \
 
1034
        install-html-am install-info install-info-am \
 
1035
        install-libexecPROGRAMS install-man install-pdf install-pdf-am \
 
1036
        install-ps install-ps-am install-strip installcheck \
 
1037
        installcheck-am installdirs installdirs-am maintainer-clean \
 
1038
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1039
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1040
        tags tags-am uninstall uninstall-am uninstall-libexecPROGRAMS
1011
1041
 
1012
1042
 
1013
1043
@HAVE_WINDRES_TRUE@%.rc.o: