~ubuntu-branches/ubuntu/raring/libcaca/raring

« back to all changes in this revision

Viewing changes to kernel/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2007-10-13 20:10:44 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071013201044-35yldy9w3xe7iy2j
Tags: 0.99.beta12.debian-3
* debian/control:
  + Build-depend on texlive instead of all the other texlive-* packages so
    that we have the proper fonts at build time (Closes: #445797).

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 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  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.
16
16
 
17
17
# $Id: Makefile.am 326 2006-03-06 20:57:14Z sam $
18
18
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
20
pkgdatadir = $(datadir)/@PACKAGE@
23
21
pkglibdir = $(libdir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
60
56
libkernel_la_LIBADD =
61
57
am_libkernel_la_OBJECTS = kernel.lo multiboot.lo
62
58
libkernel_la_OBJECTS = $(am_libkernel_la_OBJECTS)
 
59
libkernel_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
60
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
61
        $(libkernel_la_LDFLAGS) $(LDFLAGS) -o $@
63
62
@USE_KERNEL_TRUE@am_libkernel_la_rpath = -rpath $(libdir)
64
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
63
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
65
64
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
66
65
am__depfiles_maybe = depfiles
67
 
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
68
 
LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \
69
 
        $(CCASFLAGS)
 
66
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
 
68
LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
70
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
73
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74
 
        $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
75
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
76
CCLD = $(CC)
76
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
77
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
77
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
78
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
79
        $(LDFLAGS) -o $@
78
80
SOURCES = $(libkernel_la_SOURCES)
79
81
DIST_SOURCES = $(libkernel_la_SOURCES)
80
82
ETAGS = etags
81
83
CTAGS = ctags
82
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83
85
ACLOCAL = @ACLOCAL@
84
 
AMDEP_FALSE = @AMDEP_FALSE@
85
 
AMDEP_TRUE = @AMDEP_TRUE@
86
86
AMTAR = @AMTAR@
87
87
AR = @AR@
88
88
AS = @AS@
90
90
AUTOHEADER = @AUTOHEADER@
91
91
AUTOMAKE = @AUTOMAKE@
92
92
AWK = @AWK@
93
 
BUILD_DOCUMENTATION_FALSE = @BUILD_DOCUMENTATION_FALSE@
94
 
BUILD_DOCUMENTATION_TRUE = @BUILD_DOCUMENTATION_TRUE@
95
93
CACA_LIBS = @CACA_LIBS@
96
94
CC = @CC@
97
95
CCAS = @CCAS@
 
96
CCASDEPMODE = @CCASDEPMODE@
98
97
CCASFLAGS = @CCASFLAGS@
99
98
CCDEPMODE = @CCDEPMODE@
100
99
CFLAGS = @CFLAGS@
123
122
GREP = @GREP@
124
123
IMLIB2_CFLAGS = @IMLIB2_CFLAGS@
125
124
IMLIB2_LIBS = @IMLIB2_LIBS@
 
125
INSTALL = @INSTALL@
126
126
INSTALL_DATA = @INSTALL_DATA@
127
127
INSTALL_PROGRAM = @INSTALL_PROGRAM@
128
128
INSTALL_SCRIPT = @INSTALL_SCRIPT@
137
137
LT_VERSION = @LT_VERSION@
138
138
MAKEINFO = @MAKEINFO@
139
139
MATH_LIBS = @MATH_LIBS@
 
140
MKDIR_P = @MKDIR_P@
140
141
OBJC = @OBJC@
141
142
OBJCDEPMODE = @OBJCDEPMODE@
142
143
OBJCFLAGS = @OBJCFLAGS@
153
154
PATH_SEPARATOR = @PATH_SEPARATOR@
154
155
PKG_CONFIG = @PKG_CONFIG@
155
156
RANLIB = @RANLIB@
 
157
SED = @SED@
156
158
SET_MAKE = @SET_MAKE@
157
159
SHELL = @SHELL@
158
160
STRIP = @STRIP@
159
 
USE_COCOA_FALSE = @USE_COCOA_FALSE@
160
 
USE_COCOA_TRUE = @USE_COCOA_TRUE@
161
 
USE_CXX_FALSE = @USE_CXX_FALSE@
162
 
USE_CXX_TRUE = @USE_CXX_TRUE@
163
 
USE_KERNEL_FALSE = @USE_KERNEL_FALSE@
164
 
USE_KERNEL_TRUE = @USE_KERNEL_TRUE@
165
 
USE_LATEX_FALSE = @USE_LATEX_FALSE@
166
 
USE_LATEX_TRUE = @USE_LATEX_TRUE@
167
 
USE_NETWORK_FALSE = @USE_NETWORK_FALSE@
168
 
USE_NETWORK_TRUE = @USE_NETWORK_TRUE@
169
 
USE_PANGO_FALSE = @USE_PANGO_FALSE@
170
 
USE_PANGO_TRUE = @USE_PANGO_TRUE@
171
 
USE_PLUGINS_FALSE = @USE_PLUGINS_FALSE@
172
 
USE_PLUGINS_TRUE = @USE_PLUGINS_TRUE@
173
161
VERSION = @VERSION@
174
162
X11_LIBS = @X11_LIBS@
175
163
XMKMF = @XMKMF@
 
164
abs_builddir = @abs_builddir@
 
165
abs_srcdir = @abs_srcdir@
 
166
abs_top_builddir = @abs_top_builddir@
 
167
abs_top_srcdir = @abs_top_srcdir@
176
168
ac_ct_CC = @ac_ct_CC@
177
169
ac_ct_CXX = @ac_ct_CXX@
178
170
ac_ct_F77 = @ac_ct_F77@
179
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
180
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
181
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
182
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
183
 
am__fastdepOBJC_FALSE = @am__fastdepOBJC_FALSE@
184
 
am__fastdepOBJC_TRUE = @am__fastdepOBJC_TRUE@
185
171
am__include = @am__include@
186
172
am__leading_dot = @am__leading_dot@
187
173
am__quote = @am__quote@
193
179
build_cpu = @build_cpu@
194
180
build_os = @build_os@
195
181
build_vendor = @build_vendor@
 
182
builddir = @builddir@
196
183
datadir = @datadir@
197
184
datarootdir = @datarootdir@
198
185
docdir = @docdir@
220
207
psdir = @psdir@
221
208
sbindir = @sbindir@
222
209
sharedstatedir = @sharedstatedir@
 
210
srcdir = @srcdir@
223
211
sysconfdir = @sysconfdir@
224
212
target = @target@
225
213
target_alias = @target_alias@
226
214
target_cpu = @target_cpu@
227
215
target_os = @target_os@
228
216
target_vendor = @target_vendor@
 
217
top_builddir = @top_builddir@
 
218
top_srcdir = @top_srcdir@
229
219
lib_LTLIBRARIES = $(libkernel_la)
230
220
@USE_KERNEL_TRUE@libkernel_la = libkernel.la
231
221
libkernel_la_SOURCES = \
272
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
263
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
274
264
        @$(NORMAL_INSTALL)
275
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
265
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
276
266
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
277
267
          if test -f $$p; then \
278
268
            f=$(am__strip_dir) \
283
273
 
284
274
uninstall-libLTLIBRARIES:
285
275
        @$(NORMAL_UNINSTALL)
286
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
276
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
287
277
          p=$(am__strip_dir) \
288
278
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
289
279
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
298
288
          rm -f "$${dir}/so_locations"; \
299
289
        done
300
290
libkernel.la: $(libkernel_la_OBJECTS) $(libkernel_la_DEPENDENCIES) 
301
 
        $(LINK) $(am_libkernel_la_rpath) $(libkernel_la_LDFLAGS) $(libkernel_la_OBJECTS) $(libkernel_la_LIBADD) $(LIBS)
 
291
        $(libkernel_la_LINK) $(am_libkernel_la_rpath) $(libkernel_la_OBJECTS) $(libkernel_la_LIBADD) $(LIBS)
302
292
 
303
293
mostlyclean-compile:
304
294
        -rm -f *.$(OBJEXT)
307
297
        -rm -f *.tab.c
308
298
 
309
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel.Plo@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multiboot.Plo@am__quote@
310
301
 
311
302
.S.o:
312
 
        $(CCASCOMPILE) -c $<
 
303
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
304
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
305
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
306
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
307
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
313
308
 
314
309
.S.obj:
315
 
        $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
 
310
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
311
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
312
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
313
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
314
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
316
315
 
317
316
.S.lo:
318
 
        $(LTCCASCOMPILE) -c -o $@ $<
 
317
@am__fastdepCCAS_TRUE@  $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
318
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
319
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
320
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
321
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
319
322
 
320
323
.c.o:
321
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
322
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
324
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
325
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324
327
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
328
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
326
329
 
327
330
.c.obj:
328
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
329
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
331
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
332
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
330
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
335
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
333
336
 
334
337
.c.lo:
335
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
336
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
338
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
339
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
337
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
338
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339
342
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
344
347
clean-libtool:
345
348
        -rm -rf .libs _libs
346
349
 
347
 
distclean-libtool:
348
 
        -rm -f libtool
349
 
uninstall-info-am:
350
 
 
351
350
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
352
351
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353
352
        unique=`for i in $$list; do \
397
396
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
398
397
 
399
398
distdir: $(DISTFILES)
400
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
401
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
402
 
        list='$(DISTFILES)'; for file in $$list; do \
403
 
          case $$file in \
404
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
405
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
406
 
          esac; \
 
399
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
400
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
401
        list='$(DISTFILES)'; \
 
402
          dist_files=`for file in $$list; do echo $$file; done | \
 
403
          sed -e "s|^$$srcdirstrip/||;t" \
 
404
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
405
        case $$dist_files in \
 
406
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
407
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
408
                           sort -u` ;; \
 
409
        esac; \
 
410
        for file in $$dist_files; do \
407
411
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
408
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
409
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
410
 
            dir="/$$dir"; \
411
 
            $(mkdir_p) "$(distdir)$$dir"; \
412
 
          else \
413
 
            dir=''; \
414
 
          fi; \
415
412
          if test -d $$d/$$file; then \
 
413
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
416
414
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
417
415
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
418
416
            fi; \
428
426
all-am: Makefile $(LTLIBRARIES)
429
427
installdirs:
430
428
        for dir in "$(DESTDIR)$(libdir)"; do \
431
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
429
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
432
430
        done
433
431
install: install-am
434
432
install-exec: install-exec-am
463
461
        -rm -rf ./$(DEPDIR)
464
462
        -rm -f Makefile
465
463
distclean-am: clean-am distclean-compile distclean-generic \
466
 
        distclean-libtool distclean-tags
 
464
        distclean-tags
467
465
 
468
466
dvi: dvi-am
469
467
 
477
475
 
478
476
install-data-am:
479
477
 
 
478
install-dvi: install-dvi-am
 
479
 
480
480
install-exec-am: install-libLTLIBRARIES
481
481
 
 
482
install-html: install-html-am
 
483
 
482
484
install-info: install-info-am
483
485
 
484
486
install-man:
485
487
 
 
488
install-pdf: install-pdf-am
 
489
 
 
490
install-ps: install-ps-am
 
491
 
486
492
installcheck-am:
487
493
 
488
494
maintainer-clean: maintainer-clean-am
503
509
 
504
510
ps-am:
505
511
 
506
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
512
uninstall-am: uninstall-libLTLIBRARIES
 
513
 
 
514
.MAKE: install-am install-strip
507
515
 
508
516
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
509
517
        clean-libLTLIBRARIES clean-libtool ctags distclean \
510
518
        distclean-compile distclean-generic distclean-libtool \
511
519
        distclean-tags distdir dvi dvi-am html html-am info info-am \
512
 
        install install-am install-data install-data-am install-exec \
513
 
        install-exec-am install-info install-info-am \
514
 
        install-libLTLIBRARIES install-man install-strip installcheck \
 
520
        install install-am install-data install-data-am install-dvi \
 
521
        install-dvi-am install-exec install-exec-am install-html \
 
522
        install-html-am install-info install-info-am \
 
523
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
524
        install-ps install-ps-am install-strip installcheck \
515
525
        installcheck-am installdirs maintainer-clean \
516
526
        maintainer-clean-generic mostlyclean mostlyclean-compile \
517
527
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
518
 
        tags uninstall uninstall-am uninstall-info-am \
519
 
        uninstall-libLTLIBRARIES
 
528
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
520
529
 
521
530
# Tell versions [3.59,3.63) of GNU make to not export all variables.
522
531
# Otherwise a system limit (for SysV at least) may be exceeded.