~ubuntu-branches/debian/jessie/make-dfsg/jessie

« back to all changes in this revision

Viewing changes to glob/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2010-03-21 12:42:55 UTC
  • Revision ID: james.westby@ubuntu.com-20100321124255-ukc2euswom49jf2z
Tags: 3.81-8
* New bug fixing release.
* [a6f53b8]: [topic--overlap-strcpy-fix]: make corrupts commands with
  latest eglibc make uses strcpy() on overlapping strings, recent
  (e)glibc doesn't tolerate this. strcpy is not defined to work on
  overlapping regions. This is upstream bug
  https://savannah.gnu.org/bugs/index.php?29253 The fix comes thanks
  to Roderich Schupp and Max Bowsher.
  Bug fix: "make corrupts commands with latest eglibc (strcpy of
  overlapping strings)", thanks to Roderich Schupp    (Closes: #568665).
* Bug fix: "make package built from source missing libc6 dependency",
  thanks to Daniel Schepler                           (Closes: #569924).
* Bug fix: "Please build-depend on autopoint", thanks to Santiago Vila
                                                       (Closes: #572474).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 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  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
 
17
18
# -*-Makefile-*-, or close enough
 
19
# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
20
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
21
# This file is part of GNU Make.
 
22
#
 
23
# GNU Make is free software; you can redistribute it and/or modify it under the
 
24
# terms of the GNU General Public License as published by the Free Software
 
25
# Foundation; either version 2, or (at your option) any later version.
 
26
#
 
27
# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
 
28
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
 
29
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 
30
#
 
31
# You should have received a copy of the GNU General Public License along with
 
32
# GNU Make; see the file COPYING.  If not, write to the Free Software
 
33
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18
34
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
35
VPATH = @srcdir@
22
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
23
38
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
41
install_sh_DATA = $(install_sh) -c -m 644
29
42
install_sh_PROGRAM = $(install_sh) -c
30
43
install_sh_SCRIPT = $(install_sh) -c
44
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
58
am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \
46
59
        $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
 
60
        $(top_srcdir)/config/isc-posix.m4 \
47
61
        $(top_srcdir)/config/lib-ld.m4 \
48
62
        $(top_srcdir)/config/lib-link.m4 \
49
63
        $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \
54
68
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
55
69
CONFIG_HEADER = $(top_builddir)/config.h
56
70
CONFIG_CLEAN_FILES =
 
71
CONFIG_CLEAN_VPATH_FILES =
57
72
LIBRARIES = $(noinst_LIBRARIES)
58
73
ARFLAGS = cru
59
74
libglob_a_AR = $(AR) $(ARFLAGS)
60
75
libglob_a_LIBADD =
61
76
am_libglob_a_OBJECTS = glob.$(OBJEXT) fnmatch.$(OBJEXT)
62
77
libglob_a_OBJECTS = $(am_libglob_a_OBJECTS)
63
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
79
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
65
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
66
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
84
CCLD = $(CC)
74
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
91
ACLOCAL = @ACLOCAL@
76
92
ALLOCA = @ALLOCA@
77
 
AMDEP_FALSE = @AMDEP_FALSE@
78
 
AMDEP_TRUE = @AMDEP_TRUE@
79
93
AMTAR = @AMTAR@
80
94
AR = @AR@
81
95
AUTOCONF = @AUTOCONF@
99
113
GLOBINC = @GLOBINC@
100
114
GLOBLIB = @GLOBLIB@
101
115
GMSGFMT = @GMSGFMT@
 
116
GREP = @GREP@
 
117
INSTALL = @INSTALL@
102
118
INSTALL_DATA = @INSTALL_DATA@
103
119
INSTALL_PROGRAM = @INSTALL_PROGRAM@
104
120
INSTALL_SCRIPT = @INSTALL_SCRIPT@
114
130
LTLIBINTL = @LTLIBINTL@
115
131
LTLIBOBJS = @LTLIBOBJS@
116
132
MAINT = @MAINT@
117
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
118
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
119
133
MAKEINFO = @MAKEINFO@
120
134
MAKE_HOST = @MAKE_HOST@
 
135
MKDIR_P = @MKDIR_P@
121
136
MKINSTALLDIRS = @MKINSTALLDIRS@
122
137
MSGFMT = @MSGFMT@
123
138
MSGMERGE = @MSGMERGE@
128
143
PACKAGE_NAME = @PACKAGE_NAME@
129
144
PACKAGE_STRING = @PACKAGE_STRING@
130
145
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
146
PACKAGE_URL = @PACKAGE_URL@
131
147
PACKAGE_VERSION = @PACKAGE_VERSION@
132
148
PATH_SEPARATOR = @PATH_SEPARATOR@
133
149
PERL = @PERL@
138
154
SHELL = @SHELL@
139
155
STRIP = @STRIP@
140
156
U = @U@
141
 
USE_CUSTOMS_FALSE = @USE_CUSTOMS_FALSE@
142
 
USE_CUSTOMS_TRUE = @USE_CUSTOMS_TRUE@
143
 
USE_LOCAL_GLOB_FALSE = @USE_LOCAL_GLOB_FALSE@
144
 
USE_LOCAL_GLOB_TRUE = @USE_LOCAL_GLOB_TRUE@
145
157
USE_NLS = @USE_NLS@
146
158
VERSION = @VERSION@
147
 
WINDOWSENV_FALSE = @WINDOWSENV_FALSE@
148
 
WINDOWSENV_TRUE = @WINDOWSENV_TRUE@
149
159
XGETTEXT = @XGETTEXT@
 
160
abs_builddir = @abs_builddir@
 
161
abs_srcdir = @abs_srcdir@
 
162
abs_top_builddir = @abs_top_builddir@
 
163
abs_top_srcdir = @abs_top_srcdir@
150
164
ac_ct_CC = @ac_ct_CC@
151
 
ac_ct_RANLIB = @ac_ct_RANLIB@
152
 
ac_ct_STRIP = @ac_ct_STRIP@
153
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
154
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
155
165
am__include = @am__include@
156
166
am__leading_dot = @am__leading_dot@
157
167
am__quote = @am__quote@
163
173
build_cpu = @build_cpu@
164
174
build_os = @build_os@
165
175
build_vendor = @build_vendor@
 
176
builddir = @builddir@
166
177
datadir = @datadir@
 
178
datarootdir = @datarootdir@
 
179
docdir = @docdir@
 
180
dvidir = @dvidir@
167
181
exec_prefix = @exec_prefix@
168
182
host = @host@
169
183
host_alias = @host_alias@
170
184
host_cpu = @host_cpu@
171
185
host_os = @host_os@
172
186
host_vendor = @host_vendor@
 
187
htmldir = @htmldir@
173
188
includedir = @includedir@
174
189
infodir = @infodir@
175
190
install_sh = @install_sh@
176
191
libdir = @libdir@
177
192
libexecdir = @libexecdir@
 
193
localedir = @localedir@
178
194
localstatedir = @localstatedir@
179
195
mandir = @mandir@
180
196
mkdir_p = @mkdir_p@
181
197
oldincludedir = @oldincludedir@
 
198
pdfdir = @pdfdir@
182
199
prefix = @prefix@
183
200
program_transform_name = @program_transform_name@
 
201
psdir = @psdir@
184
202
sbindir = @sbindir@
185
203
sharedstatedir = @sharedstatedir@
 
204
srcdir = @srcdir@
186
205
sysconfdir = @sysconfdir@
187
206
target_alias = @target_alias@
 
207
top_build_prefix = @top_build_prefix@
 
208
top_builddir = @top_builddir@
 
209
top_srcdir = @top_srcdir@
188
210
AUTOMAKE_OPTIONS = foreign
189
211
 
190
212
# Only build the library when the system doesn't already have GNU glob.
201
223
        @for dep in $?; do \
202
224
          case '$(am__configure_deps)' in \
203
225
            *$$dep*) \
204
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
205
 
                && exit 0; \
 
226
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
227
                && { if test -f $@; then exit 0; else break; fi; }; \
206
228
              exit 1;; \
207
229
          esac; \
208
230
        done; \
209
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  glob/Makefile'; \
210
 
        cd $(top_srcdir) && \
211
 
          $(AUTOMAKE) --foreign  glob/Makefile
 
231
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign glob/Makefile'; \
 
232
        $(am__cd) $(top_srcdir) && \
 
233
          $(AUTOMAKE) --foreign glob/Makefile
212
234
.PRECIOUS: Makefile
213
235
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214
236
        @case '$?' in \
226
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
249
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
228
250
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
251
$(am__aclocal_m4_deps):
229
252
 
230
253
clean-noinstLIBRARIES:
231
254
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
244
267
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
245
268
 
246
269
.c.o:
247
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
248
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
270
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
271
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
249
272
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
250
273
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251
274
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
252
275
 
253
276
.c.obj:
254
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
255
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
277
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
278
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
256
279
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
257
280
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258
281
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
259
 
uninstall-info-am:
260
282
 
261
283
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
262
284
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
263
285
        unique=`for i in $$list; do \
264
286
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265
287
          done | \
266
 
          $(AWK) '    { files[$$0] = 1; } \
267
 
               END { for (i in files) print i; }'`; \
 
288
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
289
              END { if (nonempty) { for (i in files) print i; }; }'`; \
268
290
        mkid -fID $$unique
269
291
tags: TAGS
270
292
 
271
293
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
272
294
                $(TAGS_FILES) $(LISP)
273
 
        tags=; \
 
295
        set x; \
274
296
        here=`pwd`; \
275
297
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
276
298
        unique=`for i in $$list; do \
277
299
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278
300
          done | \
279
 
          $(AWK) '    { files[$$0] = 1; } \
280
 
               END { for (i in files) print i; }'`; \
281
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
301
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
302
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
303
        shift; \
 
304
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
282
305
          test -n "$$unique" || unique=$$empty_fix; \
283
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
284
 
            $$tags $$unique; \
 
306
          if test $$# -gt 0; then \
 
307
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
308
              "$$@" $$unique; \
 
309
          else \
 
310
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
311
              $$unique; \
 
312
          fi; \
285
313
        fi
286
314
ctags: CTAGS
287
315
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
288
316
                $(TAGS_FILES) $(LISP)
289
 
        tags=; \
290
 
        here=`pwd`; \
291
317
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
292
318
        unique=`for i in $$list; do \
293
319
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294
320
          done | \
295
 
          $(AWK) '    { files[$$0] = 1; } \
296
 
               END { for (i in files) print i; }'`; \
297
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
321
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
322
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
323
        test -z "$(CTAGS_ARGS)$$unique" \
298
324
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
299
 
             $$tags $$unique
 
325
             $$unique
300
326
 
301
327
GTAGS:
302
328
        here=`$(am__cd) $(top_builddir) && pwd` \
303
 
          && cd $(top_srcdir) \
304
 
          && gtags -i $(GTAGS_ARGS) $$here
 
329
          && $(am__cd) $(top_srcdir) \
 
330
          && gtags -i $(GTAGS_ARGS) "$$here"
305
331
 
306
332
distclean-tags:
307
333
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
308
334
 
309
335
distdir: $(DISTFILES)
310
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
311
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
312
 
        list='$(DISTFILES)'; for file in $$list; do \
313
 
          case $$file in \
314
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
315
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
316
 
          esac; \
 
336
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
337
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
338
        list='$(DISTFILES)'; \
 
339
          dist_files=`for file in $$list; do echo $$file; done | \
 
340
          sed -e "s|^$$srcdirstrip/||;t" \
 
341
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
342
        case $$dist_files in \
 
343
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
344
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
345
                           sort -u` ;; \
 
346
        esac; \
 
347
        for file in $$dist_files; do \
317
348
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
318
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
319
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
320
 
            dir="/$$dir"; \
321
 
            $(mkdir_p) "$(distdir)$$dir"; \
322
 
          else \
323
 
            dir=''; \
324
 
          fi; \
325
349
          if test -d $$d/$$file; then \
 
350
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
351
            if test -d "$(distdir)/$$file"; then \
 
352
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
353
            fi; \
326
354
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
327
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
355
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
356
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
328
357
            fi; \
329
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
358
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
330
359
          else \
331
 
            test -f $(distdir)/$$file \
332
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
360
            test -f "$(distdir)/$$file" \
 
361
            || cp -p $$d/$$file "$(distdir)/$$file" \
333
362
            || exit 1; \
334
363
          fi; \
335
364
        done
357
386
 
358
387
distclean-generic:
359
388
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
389
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
360
390
 
361
391
maintainer-clean-generic:
362
392
        @echo "This command is intended for maintainers to use"
377
407
 
378
408
html: html-am
379
409
 
 
410
html-am:
 
411
 
380
412
info: info-am
381
413
 
382
414
info-am:
383
415
 
384
416
install-data-am:
385
417
 
 
418
install-dvi: install-dvi-am
 
419
 
 
420
install-dvi-am:
 
421
 
386
422
install-exec-am:
387
423
 
 
424
install-html: install-html-am
 
425
 
 
426
install-html-am:
 
427
 
388
428
install-info: install-info-am
389
429
 
 
430
install-info-am:
 
431
 
390
432
install-man:
391
433
 
 
434
install-pdf: install-pdf-am
 
435
 
 
436
install-pdf-am:
 
437
 
 
438
install-ps: install-ps-am
 
439
 
 
440
install-ps-am:
 
441
 
392
442
installcheck-am:
393
443
 
394
444
maintainer-clean: maintainer-clean-am
408
458
 
409
459
ps-am:
410
460
 
411
 
uninstall-am: uninstall-info-am
 
461
uninstall-am:
 
462
 
 
463
.MAKE: install-am install-strip
412
464
 
413
465
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
414
466
        clean-noinstLIBRARIES ctags distclean distclean-compile \
415
467
        distclean-generic distclean-tags distdir dvi dvi-am html \
416
468
        html-am info info-am install install-am install-data \
417
 
        install-data-am install-exec install-exec-am install-info \
418
 
        install-info-am install-man install-strip installcheck \
 
469
        install-data-am install-dvi install-dvi-am install-exec \
 
470
        install-exec-am install-html install-html-am install-info \
 
471
        install-info-am install-man install-pdf install-pdf-am \
 
472
        install-ps install-ps-am install-strip installcheck \
419
473
        installcheck-am installdirs maintainer-clean \
420
474
        maintainer-clean-generic mostlyclean mostlyclean-compile \
421
475
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
422
 
        uninstall-am uninstall-info-am
 
476
        uninstall-am
 
477
 
423
478
 
424
479
# Tell versions [3.59,3.63) of GNU make to not export all variables.
425
480
# Otherwise a system limit (for SysV at least) may be exceeded.