~ubuntu-branches/ubuntu/trusty/rhythmbox/trusty

« back to all changes in this revision

Viewing changes to data/icons/hicolor/48x48/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-10-24 11:01:12 UTC
  • mfrom: (1.1.69) (2.1.31 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131024110112-v3ou37rae2m6xpml
Tags: 3.0.1-1ubuntu1
* Merge with Debian unstable (LP: #1220972), remaining changes:
  + Add Breaks and Replaces on versions of transmageddon which shipped the
    .prs files we are now shipping in -data.
  + Split magnatune, visualizer and cdrecorder plugins out and Recommend
    these from rhythmbox instead of all of the plugins.
  + Suggest gst-plugins-ugly instead of Recommending.
  + Add Ubuntu encoding presets and use them by default.
  + debian/patches/02_use_escaped_podcast_uri.patch
    - Handle podcasts that have sound files with the same basename
  + debian/patches/03_magnatune_partner.patch:
    - Change magnatune partner ID to 'ubuntu'.
  + debian/patches/05_hide_on_quit.patch
    - Hide (not quit) if RB is playing when closed.
  + debian/patches/07_quicklists.patch
    - Add quicklists.
* Re-enable visualization plugin; it works again.
* Remove 09_keywords.patch as the upstream .desktop file contains (almost)
  all of these.
* Disable grilo plugin as grilo is in Universe. 
* Use dh_python3 and pass --no-ext-rename to leave plugin filenames alone. 
* Have -plugin-magnatune depend on gir1.2-secret-1
* Re-enabled replaygain plugin (LP: #1180721)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
50
78
build_triplet = @build@
51
79
host_triplet = @host@
52
80
subdir = data/icons/hicolor/48x48
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54
 
        $(top_srcdir)/mkinstalldirs
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/macros/gsettings.m4 \
57
 
        $(top_srcdir)/macros/gtk-doc.m4 \
58
 
        $(top_srcdir)/macros/intltool.m4 \
59
 
        $(top_srcdir)/macros/libtool.m4 \
60
 
        $(top_srcdir)/macros/ltoptions.m4 \
61
 
        $(top_srcdir)/macros/ltsugar.m4 \
62
 
        $(top_srcdir)/macros/ltversion.m4 \
63
 
        $(top_srcdir)/macros/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
83
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
84
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
 
85
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intltool.m4 \
 
86
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
87
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
88
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
89
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
90
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
91
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
64
92
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
93
        $(ACLOCAL_M4)
66
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
94
mkinstalldirs = $(install_sh) -d
67
95
CONFIG_HEADER = $(top_builddir)/config.h
68
96
CONFIG_CLEAN_FILES =
69
97
CONFIG_CLEAN_VPATH_FILES =
81
109
am__v_at_1 = 
82
110
SOURCES =
83
111
DIST_SOURCES =
84
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
85
 
        html-recursive info-recursive install-data-recursive \
86
 
        install-dvi-recursive install-exec-recursive \
87
 
        install-html-recursive install-info-recursive \
88
 
        install-pdf-recursive install-ps-recursive install-recursive \
89
 
        installcheck-recursive installdirs-recursive pdf-recursive \
90
 
        ps-recursive uninstall-recursive
 
112
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
113
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
114
        install-data-recursive install-dvi-recursive \
 
115
        install-exec-recursive install-html-recursive \
 
116
        install-info-recursive install-pdf-recursive \
 
117
        install-ps-recursive install-recursive installcheck-recursive \
 
118
        installdirs-recursive pdf-recursive ps-recursive \
 
119
        tags-recursive uninstall-recursive
91
120
am__can_run_installinfo = \
92
121
  case $$AM_UPDATE_INFO_DIR in \
93
122
    n|no|NO) false;; \
95
124
  esac
96
125
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
97
126
  distclean-recursive maintainer-clean-recursive
98
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
99
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
127
am__recursive_targets = \
 
128
  $(RECURSIVE_TARGETS) \
 
129
  $(RECURSIVE_CLEAN_TARGETS) \
 
130
  $(am__extra_recursive_targets)
 
131
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
100
132
        distdir
 
133
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
134
# Read a list of newline-separated strings from the standard input,
 
135
# and print each of them once, without duplicates.  Input order is
 
136
# *not* preserved.
 
137
am__uniquify_input = $(AWK) '\
 
138
  BEGIN { nonempty = 0; } \
 
139
  { items[$$0] = 1; nonempty = 1; } \
 
140
  END { if (nonempty) { for (i in items) print i; }; } \
 
141
'
 
142
# Make sure the list of sources is unique.  This is necessary because,
 
143
# e.g., the same source file might be shared among _SOURCES variables
 
144
# for different programs/libraries.
 
145
am__define_uniq_tagged_files = \
 
146
  list='$(am__tagged_files)'; \
 
147
  unique=`for i in $$list; do \
 
148
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
149
  done | $(am__uniquify_input)`
101
150
ETAGS = etags
102
151
CTAGS = ctags
103
152
DIST_SUBDIRS = $(SUBDIRS)
128
177
  done; \
129
178
  reldir="$$dir2"
130
179
ACLOCAL = @ACLOCAL@
131
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
132
180
ALL_LINGUAS = @ALL_LINGUAS@
133
181
AMTAR = @AMTAR@
134
182
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
137
185
AUTOHEADER = @AUTOHEADER@
138
186
AUTOMAKE = @AUTOMAKE@
139
187
AWK = @AWK@
140
 
CATALOGS = @CATALOGS@
141
 
CATOBJEXT = @CATOBJEXT@
142
188
CC = @CC@
143
189
CCDEPMODE = @CCDEPMODE@
144
190
CFLAGS = @CFLAGS@
165
211
EXEEXT = @EXEEXT@
166
212
FGREP = @FGREP@
167
213
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
 
214
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
168
215
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
169
216
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
170
217
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
171
 
GMOFILES = @GMOFILES@
172
218
GMSGFMT = @GMSGFMT@
 
219
GMSGFMT_015 = @GMSGFMT_015@
173
220
GREP = @GREP@
174
221
GRILO_CFLAGS = @GRILO_CFLAGS@
175
222
GRILO_LIBS = @GRILO_LIBS@
177
224
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
178
225
GSTREAMER_LIBS = @GSTREAMER_LIBS@
179
226
GTKDOC_CHECK = @GTKDOC_CHECK@
 
227
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
180
228
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
181
229
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
182
230
GTKDOC_MKPDF = @GTKDOC_MKPDF@
193
241
INSTALL_PROGRAM = @INSTALL_PROGRAM@
194
242
INSTALL_SCRIPT = @INSTALL_SCRIPT@
195
243
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
196
 
INSTOBJEXT = @INSTOBJEXT@
197
244
INTLLIBS = @INTLLIBS@
198
245
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
199
246
INTLTOOL_MERGE = @INTLTOOL_MERGE@
203
250
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
204
251
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
205
252
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
253
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
206
254
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
207
255
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
208
256
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
219
267
LDFLAGS = @LDFLAGS@
220
268
LIBBRASERO_MEDIA_CFLAGS = @LIBBRASERO_MEDIA_CFLAGS@
221
269
LIBBRASERO_MEDIA_LIBS = @LIBBRASERO_MEDIA_LIBS@
 
270
LIBICONV = @LIBICONV@
 
271
LIBINTL = @LIBINTL@
222
272
LIBOBJS = @LIBOBJS@
223
273
LIBS = @LIBS@
224
274
LIBSECRET_CFLAGS = @LIBSECRET_CFLAGS@
226
276
LIBTOOL = @LIBTOOL@
227
277
LIPO = @LIPO@
228
278
LN_S = @LN_S@
 
279
LTLIBICONV = @LTLIBICONV@
 
280
LTLIBINTL = @LTLIBINTL@
229
281
LTLIBOBJS = @LTLIBOBJS@
230
282
MAINT = @MAINT@
231
283
MAKEINFO = @MAKEINFO@
234
286
MKINSTALLDIRS = @MKINSTALLDIRS@
235
287
MOZILLA_PLUGINDIR = @MOZILLA_PLUGINDIR@
236
288
MSGFMT = @MSGFMT@
237
 
MSGFMT_OPTS = @MSGFMT_OPTS@
 
289
MSGFMT_015 = @MSGFMT_015@
238
290
MSGMERGE = @MSGMERGE@
239
291
MTP_CFLAGS = @MTP_CFLAGS@
240
292
MTP_LIBS = @MTP_LIBS@
261
313
PLUGINDATADIR = @PLUGINDATADIR@
262
314
PLUGINDIR = @PLUGINDIR@
263
315
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
264
 
POFILES = @POFILES@
265
316
POSUB = @POSUB@
266
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
267
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
268
317
PYTHON = @PYTHON@
269
318
PYTHON_CFLAGS = @PYTHON_CFLAGS@
270
319
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
300
349
WEBKIT_LIBS = @WEBKIT_LIBS@
301
350
WNOERROR_CFLAGS = @WNOERROR_CFLAGS@
302
351
XGETTEXT = @XGETTEXT@
 
352
XGETTEXT_015 = @XGETTEXT_015@
 
353
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
303
354
XMKMF = @XMKMF@
304
355
XMLLINT = @XMLLINT@
305
356
X_CFLAGS = @X_CFLAGS@
413
464
# (1) if the variable is set in 'config.status', edit 'config.status'
414
465
#     (which will cause the Makefiles to be regenerated when you run 'make');
415
466
# (2) otherwise, pass the desired values on the 'make' command line.
416
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
417
 
        @fail= failcom='exit 1'; \
418
 
        for f in x $$MAKEFLAGS; do \
419
 
          case $$f in \
420
 
            *=* | --[!k]*);; \
421
 
            *k*) failcom='fail=yes';; \
422
 
          esac; \
423
 
        done; \
 
467
$(am__recursive_targets):
 
468
        @fail=; \
 
469
        if $(am__make_keepgoing); then \
 
470
          failcom='fail=yes'; \
 
471
        else \
 
472
          failcom='exit 1'; \
 
473
        fi; \
424
474
        dot_seen=no; \
425
475
        target=`echo $@ | sed s/-recursive//`; \
426
476
        case "$@" in \
441
491
        if test "$$dot_seen" = "no"; then \
442
492
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
443
493
        fi; test -z "$$fail"
444
 
tags-recursive:
445
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
446
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
447
 
        done
448
 
ctags-recursive:
449
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
450
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
451
 
        done
452
 
cscopelist-recursive:
453
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
454
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
455
 
        done
456
 
 
457
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
458
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
459
 
        unique=`for i in $$list; do \
460
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461
 
          done | \
462
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
464
 
        mkid -fID $$unique
465
 
tags: TAGS
466
 
 
467
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
468
 
                $(TAGS_FILES) $(LISP)
 
494
 
 
495
ID: $(am__tagged_files)
 
496
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
497
tags: tags-recursive
 
498
TAGS: tags
 
499
 
 
500
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
469
501
        set x; \
470
502
        here=`pwd`; \
471
503
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
481
513
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
482
514
          fi; \
483
515
        done; \
484
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
485
 
        unique=`for i in $$list; do \
486
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487
 
          done | \
488
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
516
        $(am__define_uniq_tagged_files); \
490
517
        shift; \
491
518
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
492
519
          test -n "$$unique" || unique=$$empty_fix; \
498
525
              $$unique; \
499
526
          fi; \
500
527
        fi
501
 
ctags: CTAGS
502
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
503
 
                $(TAGS_FILES) $(LISP)
504
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505
 
        unique=`for i in $$list; do \
506
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507
 
          done | \
508
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
528
ctags: ctags-recursive
 
529
 
 
530
CTAGS: ctags
 
531
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
532
        $(am__define_uniq_tagged_files); \
510
533
        test -z "$(CTAGS_ARGS)$$unique" \
511
534
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512
535
             $$unique
515
538
        here=`$(am__cd) $(top_builddir) && pwd` \
516
539
          && $(am__cd) $(top_srcdir) \
517
540
          && gtags -i $(GTAGS_ARGS) "$$here"
 
541
cscopelist: cscopelist-recursive
518
542
 
519
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
520
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
543
cscopelist-am: $(am__tagged_files)
 
544
        list='$(am__tagged_files)'; \
521
545
        case "$(srcdir)" in \
522
546
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
523
547
          *) sdir=$(subdir)/$(srcdir) ;; \
689
713
 
690
714
uninstall-am:
691
715
 
692
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
693
 
        cscopelist-recursive ctags-recursive install-am install-strip \
694
 
        tags-recursive
 
716
.MAKE: $(am__recursive_targets) install-am install-strip
695
717
 
696
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
697
 
        all all-am check check-am clean clean-generic clean-libtool \
698
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
699
 
        distclean distclean-generic distclean-libtool distclean-tags \
700
 
        distdir dvi dvi-am html html-am info info-am install \
701
 
        install-am install-data install-data-am install-dvi \
 
718
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
719
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
720
        ctags-am distclean distclean-generic distclean-libtool \
 
721
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
722
        install install-am install-data install-data-am install-dvi \
702
723
        install-dvi-am install-exec install-exec-am install-html \
703
724
        install-html-am install-info install-info-am install-man \
704
725
        install-pdf install-pdf-am install-ps install-ps-am \
705
726
        install-strip installcheck installcheck-am installdirs \
706
727
        installdirs-am maintainer-clean maintainer-clean-generic \
707
728
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
708
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
729
        ps ps-am tags tags-am uninstall uninstall-am
709
730
 
710
731
 
711
732
# Tell versions [3.59,3.63) of GNU make to not export all variables.