~ubuntu-branches/ubuntu/raring/virt-manager/raring-proposed

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther, Laurent Léonard, Guido Günther
  • Date: 2009-10-07 14:04:03 UTC
  • mfrom: (2.3.1 experimental)
  • mto: (2.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20091007140403-kl9yum4ocrar1acq
Tags: 0.8.0-2
[ Laurent Léonard ]
* [61651ae] Drop ${shlibs:Depends} from dependencies since there is no more
  C code.
* [3319434] Drop redo-patches target from debian/rules. Since gbp-pq
  is used now.
* [b04541e] Clean debian/rules. Drop commented post-patches target
  since there is no more autogen.sh.
* [145ba60] Update french translation.
* [799f18e] Update 0001-use-usr-share-gconf-for-schema-data.patch.
* [052f7bb] Remove XS-Python-Version field from debian/control. Since
  it is deprecated with pysupport.
* [bfb1611][1a66b27][a8ce142][4116d07][31ff60a] Fix some misspellings in
  french translation.
* [6e23aff] Clean build dependencies.
* [b71c8c9] Bump Debhelper version to 7.
* [c614f09] Bump Standards-Version to 3.8.3.
* [99a52c2] Clean debian/rules.
* [52f3b63] Add clean target in debian/rules. To clean automatically
  generated files: - debian/pycompat (see #424898)
* [d5e2ef7] Remove tests/Makefile in the debian/rules clean target. To get a
  clean Debian diff at rebuild time, the file is automatically generated.
* [7da6d9b] Don't close connection on all libvirt errors. Pulled from
  upstream 1c886d1863f7.

[ Guido Günther ]
* upload to unstable
* [464fb65] make package arch all since there is no more C code.
* [25f7663] switch to python-support and use python-distutils
* [c4da06a] bump python-libvirt dependency so we get all of VMs new
  features.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2006, 2007, 2008  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
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
34
36
subdir = help
35
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_python_devel.m4 \
38
 
        $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
41
        $(ACLOCAL_M4)
41
42
mkinstalldirs = $(install_sh) -d
42
43
CONFIG_CLEAN_FILES =
 
44
CONFIG_CLEAN_VPATH_FILES =
43
45
SOURCES =
44
46
DIST_SOURCES =
45
47
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
53
        ps-recursive uninstall-recursive
52
54
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
55
  distclean-recursive maintainer-clean-recursive
 
56
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
57
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
58
        distdir
54
59
ETAGS = etags
55
60
CTAGS = ctags
56
61
DIST_SUBDIRS = $(SUBDIRS)
57
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
63
am__relativize = \
 
64
  dir0=`pwd`; \
 
65
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
66
  sed_rest='s,^[^/]*/*,,'; \
 
67
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
68
  sed_butlast='s,/*[^/]*$$,,'; \
 
69
  while test -n "$$dir1"; do \
 
70
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
71
    if test "$$first" != "."; then \
 
72
      if test "$$first" = ".."; then \
 
73
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
74
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
75
      else \
 
76
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
77
        if test "$$first2" = "$$first"; then \
 
78
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
79
        else \
 
80
          dir2="../$$dir2"; \
 
81
        fi; \
 
82
        dir0="$$dir0"/"$$first"; \
 
83
      fi; \
 
84
    fi; \
 
85
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
86
  done; \
 
87
  reldir="$$dir2"
58
88
ACLOCAL = @ACLOCAL@
59
89
ALL_LINGUAS = @ALL_LINGUAS@
60
90
AMTAR = @AMTAR@
61
 
AR = @AR@
62
91
AUTOCONF = @AUTOCONF@
63
92
AUTOHEADER = @AUTOHEADER@
64
93
AUTOMAKE = @AUTOMAKE@
66
95
CC = @CC@
67
96
CCDEPMODE = @CCDEPMODE@
68
97
CFLAGS = @CFLAGS@
69
 
CPP = @CPP@
70
98
CPPFLAGS = @CPPFLAGS@
71
 
CXX = @CXX@
72
 
CXXCPP = @CXXCPP@
73
 
CXXDEPMODE = @CXXDEPMODE@
74
 
CXXFLAGS = @CXXFLAGS@
75
99
CYGPATH_W = @CYGPATH_W@
76
100
DATADIRNAME = @DATADIRNAME@
77
101
DEFS = @DEFS@
78
102
DEPDIR = @DEPDIR@
79
 
ECHO = @ECHO@
80
103
ECHO_C = @ECHO_C@
81
104
ECHO_N = @ECHO_N@
82
105
ECHO_T = @ECHO_T@
83
 
EGREP = @EGREP@
84
106
EXEEXT = @EXEEXT@
85
 
F77 = @F77@
86
 
FFLAGS = @FFLAGS@
87
107
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
88
108
GMSGFMT = @GMSGFMT@
89
109
GMSGFMT_015 = @GMSGFMT_015@
90
 
GREP = @GREP@
91
 
GTK2_CFLAGS = @GTK2_CFLAGS@
92
 
GTK2_LIBS = @GTK2_LIBS@
93
110
INSTALL = @INSTALL@
94
111
INSTALL_DATA = @INSTALL_DATA@
95
112
INSTALL_PROGRAM = @INSTALL_PROGRAM@
125
142
LIBINTL = @LIBINTL@
126
143
LIBOBJS = @LIBOBJS@
127
144
LIBS = @LIBS@
128
 
LIBTOOL = @LIBTOOL@
129
 
LN_S = @LN_S@
130
145
LTLIBICONV = @LTLIBICONV@
131
146
LTLIBINTL = @LTLIBINTL@
132
147
LTLIBOBJS = @LTLIBOBJS@
143
158
PACKAGE_TARNAME = @PACKAGE_TARNAME@
144
159
PACKAGE_VERSION = @PACKAGE_VERSION@
145
160
PATH_SEPARATOR = @PATH_SEPARATOR@
146
 
PKG_CONFIG = @PKG_CONFIG@
147
161
POSUB = @POSUB@
148
 
PYGTK2_CFLAGS = @PYGTK2_CFLAGS@
149
 
PYGTK2_LIBS = @PYGTK2_LIBS@
150
 
PYTHON = @PYTHON@
151
 
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
152
 
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
153
 
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
154
 
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
155
 
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
156
 
PYTHON_VERSION = @PYTHON_VERSION@
157
 
RANLIB = @RANLIB@
158
162
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
159
 
SED = @SED@
160
163
SET_MAKE = @SET_MAKE@
161
164
SHELL = @SHELL@
162
165
STRIP = @STRIP@
170
173
abs_top_builddir = @abs_top_builddir@
171
174
abs_top_srcdir = @abs_top_srcdir@
172
175
ac_ct_CC = @ac_ct_CC@
173
 
ac_ct_CXX = @ac_ct_CXX@
174
 
ac_ct_F77 = @ac_ct_F77@
175
176
am__include = @am__include@
176
177
am__leading_dot = @am__leading_dot@
177
178
am__quote = @am__quote@
214
215
srcdir = @srcdir@
215
216
sysconfdir = @sysconfdir@
216
217
target_alias = @target_alias@
 
218
top_build_prefix = @top_build_prefix@
217
219
top_builddir = @top_builddir@
218
220
top_srcdir = @top_srcdir@
219
221
SUBDIRS = \
226
228
        @for dep in $?; do \
227
229
          case '$(am__configure_deps)' in \
228
230
            *$$dep*) \
229
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
230
 
                && exit 0; \
 
231
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
232
                && { if test -f $@; then exit 0; else break; fi; }; \
231
233
              exit 1;; \
232
234
          esac; \
233
235
        done; \
234
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  help/Makefile'; \
235
 
        cd $(top_srcdir) && \
236
 
          $(AUTOMAKE) --gnu  help/Makefile
 
236
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/Makefile'; \
 
237
        $(am__cd) $(top_srcdir) && \
 
238
          $(AUTOMAKE) --gnu help/Makefile
237
239
.PRECIOUS: Makefile
238
240
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239
241
        @case '$?' in \
251
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
254
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
253
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
 
 
255
 
mostlyclean-libtool:
256
 
        -rm -f *.lo
257
 
 
258
 
clean-libtool:
259
 
        -rm -rf .libs _libs
 
256
$(am__aclocal_m4_deps):
260
257
 
261
258
# This directory's subdirectories are mostly independent; you can cd
262
259
# into them and run `make' without going through this Makefile.
282
279
          else \
283
280
            local_target="$$target"; \
284
281
          fi; \
285
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
282
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
286
283
          || eval $$failcom; \
287
284
        done; \
288
285
        if test "$$dot_seen" = "no"; then \
316
313
          else \
317
314
            local_target="$$target"; \
318
315
          fi; \
319
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
316
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320
317
          || eval $$failcom; \
321
318
        done && test -z "$$fail"
322
319
tags-recursive:
323
320
        list='$(SUBDIRS)'; for subdir in $$list; do \
324
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
321
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
325
322
        done
326
323
ctags-recursive:
327
324
        list='$(SUBDIRS)'; for subdir in $$list; do \
328
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
325
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
329
326
        done
330
327
 
331
328
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
333
330
        unique=`for i in $$list; do \
334
331
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335
332
          done | \
336
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
333
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337
334
              END { if (nonempty) { for (i in files) print i; }; }'`; \
338
335
        mkid -fID $$unique
339
336
tags: TAGS
340
337
 
341
338
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342
339
                $(TAGS_FILES) $(LISP)
343
 
        tags=; \
 
340
        set x; \
344
341
        here=`pwd`; \
345
342
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
346
343
          include_option=--etags-include; \
352
349
        list='$(SUBDIRS)'; for subdir in $$list; do \
353
350
          if test "$$subdir" = .; then :; else \
354
351
            test ! -f $$subdir/TAGS || \
355
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
352
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
356
353
          fi; \
357
354
        done; \
358
355
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
361
358
          done | \
362
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
364
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
361
        shift; \
 
362
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
365
363
          test -n "$$unique" || unique=$$empty_fix; \
366
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
367
 
            $$tags $$unique; \
 
364
          if test $$# -gt 0; then \
 
365
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
366
              "$$@" $$unique; \
 
367
          else \
 
368
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
369
              $$unique; \
 
370
          fi; \
368
371
        fi
369
372
ctags: CTAGS
370
373
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
371
374
                $(TAGS_FILES) $(LISP)
372
 
        tags=; \
373
375
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
374
376
        unique=`for i in $$list; do \
375
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376
378
          done | \
377
379
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
379
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
381
        test -z "$(CTAGS_ARGS)$$unique" \
380
382
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
381
 
             $$tags $$unique
 
383
             $$unique
382
384
 
383
385
GTAGS:
384
386
        here=`$(am__cd) $(top_builddir) && pwd` \
385
 
          && cd $(top_srcdir) \
386
 
          && gtags -i $(GTAGS_ARGS) $$here
 
387
          && $(am__cd) $(top_srcdir) \
 
388
          && gtags -i $(GTAGS_ARGS) "$$here"
387
389
 
388
390
distclean-tags:
389
391
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
404
406
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
405
407
          if test -d $$d/$$file; then \
406
408
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
409
            if test -d "$(distdir)/$$file"; then \
 
410
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
411
            fi; \
407
412
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
413
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
414
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
409
415
            fi; \
410
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
416
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
411
417
          else \
412
 
            test -f $(distdir)/$$file \
413
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
418
            test -f "$(distdir)/$$file" \
 
419
            || cp -p $$d/$$file "$(distdir)/$$file" \
414
420
            || exit 1; \
415
421
          fi; \
416
422
        done
417
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
423
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
418
424
          if test "$$subdir" = .; then :; else \
419
425
            test -d "$(distdir)/$$subdir" \
420
426
            || $(MKDIR_P) "$(distdir)/$$subdir" \
421
427
            || exit 1; \
422
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
423
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
424
 
            (cd $$subdir && \
 
428
          fi; \
 
429
        done
 
430
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
431
          if test "$$subdir" = .; then :; else \
 
432
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
433
            $(am__relativize); \
 
434
            new_distdir=$$reldir; \
 
435
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
436
            $(am__relativize); \
 
437
            new_top_distdir=$$reldir; \
 
438
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
439
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
440
            ($(am__cd) $$subdir && \
425
441
              $(MAKE) $(AM_MAKEFLAGS) \
426
 
                top_distdir="$$top_distdir" \
427
 
                distdir="$$distdir/$$subdir" \
 
442
                top_distdir="$$new_top_distdir" \
 
443
                distdir="$$new_distdir" \
428
444
                am__remove_distdir=: \
429
445
                am__skip_length_check=: \
 
446
                am__skip_mode_fix=: \
430
447
                distdir) \
431
448
              || exit 1; \
432
449
          fi; \
456
473
 
457
474
distclean-generic:
458
475
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
476
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
459
477
 
460
478
maintainer-clean-generic:
461
479
        @echo "This command is intended for maintainers to use"
462
480
        @echo "it deletes files that may require special tools to rebuild."
463
481
clean: clean-recursive
464
482
 
465
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
483
clean-am: clean-generic mostlyclean-am
466
484
 
467
485
distclean: distclean-recursive
468
486
        -rm -f Makefile
474
492
 
475
493
html: html-recursive
476
494
 
 
495
html-am:
 
496
 
477
497
info: info-recursive
478
498
 
479
499
info-am:
482
502
 
483
503
install-dvi: install-dvi-recursive
484
504
 
 
505
install-dvi-am:
 
506
 
485
507
install-exec-am:
486
508
 
487
509
install-html: install-html-recursive
488
510
 
 
511
install-html-am:
 
512
 
489
513
install-info: install-info-recursive
490
514
 
 
515
install-info-am:
 
516
 
491
517
install-man:
492
518
 
493
519
install-pdf: install-pdf-recursive
494
520
 
 
521
install-pdf-am:
 
522
 
495
523
install-ps: install-ps-recursive
496
524
 
 
525
install-ps-am:
 
526
 
497
527
installcheck-am:
498
528
 
499
529
maintainer-clean: maintainer-clean-recursive
502
532
 
503
533
mostlyclean: mostlyclean-recursive
504
534
 
505
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
535
mostlyclean-am: mostlyclean-generic
506
536
 
507
537
pdf: pdf-recursive
508
538
 
514
544
 
515
545
uninstall-am:
516
546
 
517
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
518
 
        install-strip
 
547
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
548
        install-am install-strip tags-recursive
519
549
 
520
550
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
521
 
        all all-am check check-am clean clean-generic clean-libtool \
522
 
        ctags ctags-recursive distclean distclean-generic \
523
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
524
 
        html-am info info-am install install-am install-data \
525
 
        install-data-am install-dvi install-dvi-am install-exec \
526
 
        install-exec-am install-html install-html-am install-info \
527
 
        install-info-am install-man install-pdf install-pdf-am \
528
 
        install-ps install-ps-am install-strip installcheck \
529
 
        installcheck-am installdirs installdirs-am maintainer-clean \
530
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
531
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
532
 
        uninstall uninstall-am
 
551
        all all-am check check-am clean clean-generic ctags \
 
552
        ctags-recursive distclean distclean-generic distclean-tags \
 
553
        distdir dvi dvi-am html html-am info info-am install \
 
554
        install-am install-data install-data-am install-dvi \
 
555
        install-dvi-am install-exec install-exec-am install-html \
 
556
        install-html-am install-info install-info-am install-man \
 
557
        install-pdf install-pdf-am install-ps install-ps-am \
 
558
        install-strip installcheck installcheck-am installdirs \
 
559
        installdirs-am maintainer-clean maintainer-clean-generic \
 
560
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
561
        tags-recursive uninstall uninstall-am
 
562
 
533
563
 
534
564
# Tell versions [3.59,3.63) of GNU make to not export all variables.
535
565
# Otherwise a system limit (for SysV at least) may be exceeded.