~ubuntu-branches/ubuntu/lucid/gavl/lucid

« back to all changes in this revision

Viewing changes to gavl/mmxext/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2008-11-07 13:47:46 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081107134746-s4s970fo1bcde9zw
Tags: 1.0.1-1
* Adopted package for debian, with the blessing of previous maintainer.
* Based new package on Christian Marillat's package for debian-multimedia.
* Removed support for ccache until I figure out how to make it work
  with cdbs.
* Changed library package name since ABI is not backward compatible, but
  upstream did not bump major soversion.

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.10.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  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
50
46
CONFIG_CLEAN_FILES =
51
47
LTLIBRARIES = $(noinst_LTLIBRARIES)
52
48
libgavl_mmxext_la_LIBADD =
53
 
am_libgavl_mmxext_la_OBJECTS = colorspace_mmxext.lo scale_mmxext.lo
 
49
am_libgavl_mmxext_la_OBJECTS = deinterlace_blend_mmxext.lo \
 
50
        dsp_mmxext.lo rgb_rgb_mmxext.lo rgb_yuv_mmxext.lo \
 
51
        yuv_rgb_mmxext.lo yuv_yuv_mmxext.lo scale_y_mmxext.lo \
 
52
        scale_x_mmxext.lo
54
53
libgavl_mmxext_la_OBJECTS = $(am_libgavl_mmxext_la_OBJECTS)
55
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include/gavl
 
54
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include/gavl
56
55
depcomp = $(SHELL) $(top_srcdir)/depcomp
57
56
am__depfiles_maybe = depfiles
58
57
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59
58
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
61
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
62
 
        $(AM_CFLAGS) $(CFLAGS)
 
59
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
60
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
61
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
62
CCLD = $(CC)
64
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
63
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
64
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
65
        $(LDFLAGS) -o $@
66
66
SOURCES = $(libgavl_mmxext_la_SOURCES)
67
67
DIST_SOURCES = $(libgavl_mmxext_la_SOURCES)
68
68
ETAGS = etags
69
69
CTAGS = ctags
70
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
71
ACLOCAL = @ACLOCAL@
72
 
AMDEP_FALSE = @AMDEP_FALSE@
73
 
AMDEP_TRUE = @AMDEP_TRUE@
74
72
AMTAR = @AMTAR@
75
73
AR = @AR@
76
74
AUTOCONF = @AUTOCONF@
89
87
CYGPATH_W = @CYGPATH_W@
90
88
DEFS = @DEFS@
91
89
DEPDIR = @DEPDIR@
 
90
DOXYGEN = @DOXYGEN@
 
91
DSYMUTIL = @DSYMUTIL@
92
92
ECHO = @ECHO@
93
93
ECHO_C = @ECHO_C@
94
94
ECHO_N = @ECHO_N@
97
97
EXEEXT = @EXEEXT@
98
98
F77 = @F77@
99
99
FFLAGS = @FFLAGS@
100
 
GAVL_ENDIANESS = @GAVL_ENDIANESS@
 
100
GAVL_VERSION = @GAVL_VERSION@
 
101
GAVL_VERSION_MAJOR = @GAVL_VERSION_MAJOR@
 
102
GAVL_VERSION_MICRO = @GAVL_VERSION_MICRO@
 
103
GAVL_VERSION_MINOR = @GAVL_VERSION_MINOR@
101
104
GMERLIN_DEP_LIBS = @GMERLIN_DEP_LIBS@
102
 
HAVE_3DNOW_FALSE = @HAVE_3DNOW_FALSE@
103
 
HAVE_3DNOW_TRUE = @HAVE_3DNOW_TRUE@
104
 
HAVE_LIBPNG_FALSE = @HAVE_LIBPNG_FALSE@
105
 
HAVE_LIBPNG_TRUE = @HAVE_LIBPNG_TRUE@
106
 
HAVE_MMX_FALSE = @HAVE_MMX_FALSE@
107
 
HAVE_MMX_TRUE = @HAVE_MMX_TRUE@
108
 
HAVE_SSE2_FALSE = @HAVE_SSE2_FALSE@
109
 
HAVE_SSE2_TRUE = @HAVE_SSE2_TRUE@
110
 
HAVE_SSE_FALSE = @HAVE_SSE_FALSE@
111
 
HAVE_SSE_TRUE = @HAVE_SSE_TRUE@
 
105
GREP = @GREP@
112
106
INCLUDES = @INCLUDES@
 
107
INSTALL = @INSTALL@
113
108
INSTALL_DATA = @INSTALL_DATA@
114
109
INSTALL_PROGRAM = @INSTALL_PROGRAM@
115
110
INSTALL_SCRIPT = @INSTALL_SCRIPT@
120
115
LIBTOOL = @LIBTOOL@
121
116
LN_S = @LN_S@
122
117
LTLIBOBJS = @LTLIBOBJS@
 
118
LTVERSION_AGE = @LTVERSION_AGE@
 
119
LTVERSION_CURRENT = @LTVERSION_CURRENT@
 
120
LTVERSION_REVISION = @LTVERSION_REVISION@
123
121
MAKEINFO = @MAKEINFO@
 
122
MKDIR_P = @MKDIR_P@
 
123
NMEDIT = @NMEDIT@
124
124
OBJEXT = @OBJEXT@
125
125
PACKAGE = @PACKAGE@
126
126
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133
133
PNG_LIBS = @PNG_LIBS@
134
134
PNG_REQUIRED = @PNG_REQUIRED@
135
135
RANLIB = @RANLIB@
 
136
RT_LIBS = @RT_LIBS@
 
137
SED = @SED@
136
138
SET_MAKE = @SET_MAKE@
137
139
SHELL = @SHELL@
138
140
STRIP = @STRIP@
 
141
TOP_SRCDIR = @TOP_SRCDIR@
139
142
VERSION = @VERSION@
140
 
ac_ct_AR = @ac_ct_AR@
 
143
abs_builddir = @abs_builddir@
 
144
abs_srcdir = @abs_srcdir@
 
145
abs_top_builddir = @abs_top_builddir@
 
146
abs_top_srcdir = @abs_top_srcdir@
141
147
ac_ct_CC = @ac_ct_CC@
142
148
ac_ct_CXX = @ac_ct_CXX@
143
149
ac_ct_F77 = @ac_ct_F77@
144
 
ac_ct_RANLIB = @ac_ct_RANLIB@
145
 
ac_ct_STRIP = @ac_ct_STRIP@
146
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
147
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
148
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
149
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
150
150
am__include = @am__include@
151
151
am__leading_dot = @am__leading_dot@
152
152
am__quote = @am__quote@
158
158
build_cpu = @build_cpu@
159
159
build_os = @build_os@
160
160
build_vendor = @build_vendor@
 
161
builddir = @builddir@
161
162
datadir = @datadir@
 
163
datarootdir = @datarootdir@
 
164
docdir = @docdir@
 
165
dvidir = @dvidir@
162
166
exec_prefix = @exec_prefix@
163
167
host = @host@
164
168
host_alias = @host_alias@
165
169
host_cpu = @host_cpu@
166
170
host_os = @host_os@
167
171
host_vendor = @host_vendor@
 
172
htmldir = @htmldir@
168
173
includedir = @includedir@
169
174
infodir = @infodir@
170
175
install_sh = @install_sh@
171
176
libdir = @libdir@
172
177
libexecdir = @libexecdir@
 
178
localedir = @localedir@
173
179
localstatedir = @localstatedir@
174
180
mandir = @mandir@
175
181
mkdir_p = @mkdir_p@
176
182
oldincludedir = @oldincludedir@
 
183
pdfdir = @pdfdir@
177
184
prefix = @prefix@
178
185
program_transform_name = @program_transform_name@
 
186
psdir = @psdir@
179
187
sbindir = @sbindir@
180
188
sharedstatedir = @sharedstatedir@
 
189
srcdir = @srcdir@
181
190
sysconfdir = @sysconfdir@
182
191
target_alias = @target_alias@
 
192
top_builddir = @top_builddir@
 
193
top_srcdir = @top_srcdir@
183
194
noinst_LTLIBRARIES = libgavl_mmxext.la
184
195
libgavl_mmxext_la_SOURCES = \
185
 
colorspace_mmxext.c \
186
 
scale_mmxext.c
 
196
deinterlace_blend_mmxext.c \
 
197
dsp_mmxext.c \
 
198
rgb_rgb_mmxext.c \
 
199
rgb_yuv_mmxext.c \
 
200
yuv_rgb_mmxext.c \
 
201
yuv_yuv_mmxext.c \
 
202
scale_y_mmxext.c \
 
203
scale_x_mmxext.c
187
204
 
188
205
all: all-am
189
206
 
228
245
          rm -f "$${dir}/so_locations"; \
229
246
        done
230
247
libgavl_mmxext.la: $(libgavl_mmxext_la_OBJECTS) $(libgavl_mmxext_la_DEPENDENCIES) 
231
 
        $(LINK)  $(libgavl_mmxext_la_LDFLAGS) $(libgavl_mmxext_la_OBJECTS) $(libgavl_mmxext_la_LIBADD) $(LIBS)
 
248
        $(LINK)  $(libgavl_mmxext_la_OBJECTS) $(libgavl_mmxext_la_LIBADD) $(LIBS)
232
249
 
233
250
mostlyclean-compile:
234
251
        -rm -f *.$(OBJEXT)
236
253
distclean-compile:
237
254
        -rm -f *.tab.c
238
255
 
239
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colorspace_mmxext.Plo@am__quote@
240
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scale_mmxext.Plo@am__quote@
 
256
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deinterlace_blend_mmxext.Plo@am__quote@
 
257
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsp_mmxext.Plo@am__quote@
 
258
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb_rgb_mmxext.Plo@am__quote@
 
259
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb_yuv_mmxext.Plo@am__quote@
 
260
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scale_x_mmxext.Plo@am__quote@
 
261
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scale_y_mmxext.Plo@am__quote@
 
262
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yuv_rgb_mmxext.Plo@am__quote@
 
263
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yuv_yuv_mmxext.Plo@am__quote@
241
264
 
242
265
.c.o:
243
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
244
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
266
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
267
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
245
268
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
246
269
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
247
270
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
248
271
 
249
272
.c.obj:
250
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
251
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
273
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
274
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
252
275
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
253
276
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254
277
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
255
278
 
256
279
.c.lo:
257
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
258
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
280
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
281
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
259
282
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
260
283
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261
284
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
266
289
clean-libtool:
267
290
        -rm -rf .libs _libs
268
291
 
269
 
distclean-libtool:
270
 
        -rm -f libtool
271
 
uninstall-info-am:
272
 
 
273
292
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
274
293
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
275
294
        unique=`for i in $$list; do \
276
295
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277
296
          done | \
278
 
          $(AWK) '    { files[$$0] = 1; } \
279
 
               END { for (i in files) print i; }'`; \
 
297
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
298
              END { if (nonempty) { for (i in files) print i; }; }'`; \
280
299
        mkid -fID $$unique
281
300
tags: TAGS
282
301
 
288
307
        unique=`for i in $$list; do \
289
308
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290
309
          done | \
291
 
          $(AWK) '    { files[$$0] = 1; } \
292
 
               END { for (i in files) print i; }'`; \
 
310
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
311
              END { if (nonempty) { for (i in files) print i; }; }'`; \
293
312
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
294
313
          test -n "$$unique" || unique=$$empty_fix; \
295
314
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
299
318
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
300
319
                $(TAGS_FILES) $(LISP)
301
320
        tags=; \
302
 
        here=`pwd`; \
303
321
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
304
322
        unique=`for i in $$list; do \
305
323
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306
324
          done | \
307
 
          $(AWK) '    { files[$$0] = 1; } \
308
 
               END { for (i in files) print i; }'`; \
 
325
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
326
              END { if (nonempty) { for (i in files) print i; }; }'`; \
309
327
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
310
328
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
311
329
             $$tags $$unique
319
337
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
320
338
 
321
339
distdir: $(DISTFILES)
322
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
323
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
324
 
        list='$(DISTFILES)'; for file in $$list; do \
325
 
          case $$file in \
326
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
327
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
328
 
          esac; \
 
340
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
341
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
342
        list='$(DISTFILES)'; \
 
343
          dist_files=`for file in $$list; do echo $$file; done | \
 
344
          sed -e "s|^$$srcdirstrip/||;t" \
 
345
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
346
        case $$dist_files in \
 
347
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
348
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
349
                           sort -u` ;; \
 
350
        esac; \
 
351
        for file in $$dist_files; do \
329
352
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
330
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
331
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
332
 
            dir="/$$dir"; \
333
 
            $(mkdir_p) "$(distdir)$$dir"; \
334
 
          else \
335
 
            dir=''; \
336
 
          fi; \
337
353
          if test -d $$d/$$file; then \
 
354
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
338
355
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
339
356
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
340
357
            fi; \
382
399
        -rm -rf ./$(DEPDIR)
383
400
        -rm -f Makefile
384
401
distclean-am: clean-am distclean-compile distclean-generic \
385
 
        distclean-libtool distclean-tags
 
402
        distclean-tags
386
403
 
387
404
dvi: dvi-am
388
405
 
396
413
 
397
414
install-data-am:
398
415
 
 
416
install-dvi: install-dvi-am
 
417
 
399
418
install-exec-am:
400
419
 
 
420
install-html: install-html-am
 
421
 
401
422
install-info: install-info-am
402
423
 
403
424
install-man:
404
425
 
 
426
install-pdf: install-pdf-am
 
427
 
 
428
install-ps: install-ps-am
 
429
 
405
430
installcheck-am:
406
431
 
407
432
maintainer-clean: maintainer-clean-am
422
447
 
423
448
ps-am:
424
449
 
425
 
uninstall-am: uninstall-info-am
 
450
uninstall-am:
 
451
 
 
452
.MAKE: install-am install-strip
426
453
 
427
454
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
428
455
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
429
456
        distclean-compile distclean-generic distclean-libtool \
430
457
        distclean-tags distdir dvi dvi-am html html-am info info-am \
431
 
        install install-am install-data install-data-am install-exec \
432
 
        install-exec-am install-info install-info-am install-man \
 
458
        install install-am install-data install-data-am install-dvi \
 
459
        install-dvi-am install-exec install-exec-am install-html \
 
460
        install-html-am install-info install-info-am install-man \
 
461
        install-pdf install-pdf-am install-ps install-ps-am \
433
462
        install-strip installcheck installcheck-am installdirs \
434
463
        maintainer-clean maintainer-clean-generic mostlyclean \
435
464
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
436
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
437
 
        uninstall-info-am
438
 
 
 
465
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
466
 
 
467
 
 
468
# Removed, because they aren't faster
 
469
439
470
# Tell versions [3.59,3.63) of GNU make to not export all variables.
440
471
# Otherwise a system limit (for SysV at least) may be exceeded.
441
472
.NOEXPORT: