~ubuntu-branches/ubuntu/oneiric/dbus-glib/oneiric-updates

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-07-06 14:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070706140042-zh5qmx99npmoe454
Tags: 0.74-1
* New upstream release.
* debian/rules:
  + Update shlibs to >= 0.74 because of new API.
* debian/control:
  + Use ${binary:Version} to make lintian happy.

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.
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
57
53
am_test_service_OBJECTS = test-service.$(OBJEXT)
58
54
test_service_OBJECTS = $(am_test_service_OBJECTS)
59
55
test_service_DEPENDENCIES = $(am__DEPENDENCIES_1)
60
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
56
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
61
57
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
58
am__depfiles_maybe = depfiles
63
59
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
60
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
66
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
67
 
        $(AM_CFLAGS) $(CFLAGS)
 
61
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
62
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
63
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
64
CCLD = $(CC)
69
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
70
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
65
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
66
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
67
        $(LDFLAGS) -o $@
71
68
SOURCES = $(decode_gcov_SOURCES) $(test_service_SOURCES)
72
69
DIST_SOURCES = $(decode_gcov_SOURCES) $(test_service_SOURCES)
73
70
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74
71
        html-recursive info-recursive install-data-recursive \
75
 
        install-exec-recursive install-info-recursive \
76
 
        install-recursive installcheck-recursive installdirs-recursive \
77
 
        pdf-recursive ps-recursive uninstall-info-recursive \
78
 
        uninstall-recursive
 
72
        install-dvi-recursive install-exec-recursive \
 
73
        install-html-recursive install-info-recursive \
 
74
        install-pdf-recursive install-ps-recursive install-recursive \
 
75
        installcheck-recursive installdirs-recursive pdf-recursive \
 
76
        ps-recursive uninstall-recursive
 
77
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
78
  distclean-recursive maintainer-clean-recursive
79
79
ETAGS = etags
80
80
CTAGS = ctags
81
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82
82
ABSOLUTE_TOP_BUILDDIR = @ABSOLUTE_TOP_BUILDDIR@
83
83
ACLOCAL = @ACLOCAL@
84
 
AMDEP_FALSE = @AMDEP_FALSE@
85
 
AMDEP_TRUE = @AMDEP_TRUE@
86
84
AMTAR = @AMTAR@
87
85
AR = @AR@
88
86
AUTOCONF = @AUTOCONF@
102
100
CXXFLAGS = @CXXFLAGS@
103
101
CYGPATH_W = @CYGPATH_W@
104
102
DATADIRNAME = @DATADIRNAME@
105
 
DBUS_BUILD_TESTS_FALSE = @DBUS_BUILD_TESTS_FALSE@
106
 
DBUS_BUILD_TESTS_TRUE = @DBUS_BUILD_TESTS_TRUE@
107
103
DBUS_BUS_CFLAGS = @DBUS_BUS_CFLAGS@
108
104
DBUS_BUS_LIBS = @DBUS_BUS_LIBS@
109
105
DBUS_CFLAGS = @DBUS_CFLAGS@
110
106
DBUS_CLIENT_CFLAGS = @DBUS_CLIENT_CFLAGS@
111
107
DBUS_CLIENT_LIBS = @DBUS_CLIENT_LIBS@
112
 
DBUS_DOXYGEN_DOCS_ENABLED_FALSE = @DBUS_DOXYGEN_DOCS_ENABLED_FALSE@
113
 
DBUS_DOXYGEN_DOCS_ENABLED_TRUE = @DBUS_DOXYGEN_DOCS_ENABLED_TRUE@
114
 
DBUS_GCOV_ENABLED_FALSE = @DBUS_GCOV_ENABLED_FALSE@
115
 
DBUS_GCOV_ENABLED_TRUE = @DBUS_GCOV_ENABLED_TRUE@
116
108
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
117
109
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
118
110
DBUS_GLIB_THREADS_CFLAGS = @DBUS_GLIB_THREADS_CFLAGS@
130
122
DBUS_TEST_CFLAGS = @DBUS_TEST_CFLAGS@
131
123
DBUS_TEST_LIBS = @DBUS_TEST_LIBS@
132
124
DBUS_UINT64_CONSTANT = @DBUS_UINT64_CONSTANT@
133
 
DBUS_XML_DOCS_ENABLED_FALSE = @DBUS_XML_DOCS_ENABLED_FALSE@
134
 
DBUS_XML_DOCS_ENABLED_TRUE = @DBUS_XML_DOCS_ENABLED_TRUE@
135
125
DEFS = @DEFS@
136
126
DEPDIR = @DEPDIR@
137
127
DOXYGEN = @DOXYGEN@
140
130
ECHO_N = @ECHO_N@
141
131
ECHO_T = @ECHO_T@
142
132
EGREP = @EGREP@
143
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
144
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
145
133
EXEEXT = @EXEEXT@
146
134
EXPANDED_BINDIR = @EXPANDED_BINDIR@
147
135
EXPANDED_DATADIR = @EXPANDED_DATADIR@
155
143
GMOFILES = @GMOFILES@
156
144
GMSGFMT = @GMSGFMT@
157
145
GREP = @GREP@
158
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
159
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
160
 
HAVE_DBUS_FALSE = @HAVE_DBUS_FALSE@
161
 
HAVE_DBUS_TRUE = @HAVE_DBUS_TRUE@
162
 
HAVE_GLIB_FALSE = @HAVE_GLIB_FALSE@
163
 
HAVE_GLIB_THREADS_FALSE = @HAVE_GLIB_THREADS_FALSE@
164
 
HAVE_GLIB_THREADS_TRUE = @HAVE_GLIB_THREADS_TRUE@
165
 
HAVE_GLIB_TRUE = @HAVE_GLIB_TRUE@
166
146
HTML_DIR = @HTML_DIR@
 
147
INSTALL = @INSTALL@
167
148
INSTALL_DATA = @INSTALL_DATA@
168
149
INSTALL_PROGRAM = @INSTALL_PROGRAM@
169
150
INSTALL_SCRIPT = @INSTALL_SCRIPT@
181
162
LT_CURRENT = @LT_CURRENT@
182
163
LT_REVISION = @LT_REVISION@
183
164
MAINT = @MAINT@
184
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
185
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
186
165
MAKEINFO = @MAKEINFO@
 
166
MKDIR_P = @MKDIR_P@
187
167
MKINSTALLDIRS = @MKINSTALLDIRS@
188
168
MSGFMT = @MSGFMT@
 
169
MSGFMT_OPTS = @MSGFMT_OPTS@
189
170
OBJEXT = @OBJEXT@
190
171
PACKAGE = @PACKAGE@
191
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212
193
TEST_SHELL_SERVICE_BINARY = @TEST_SHELL_SERVICE_BINARY@
213
194
TEST_SLEEP_FOREVER_BINARY = @TEST_SLEEP_FOREVER_BINARY@
214
195
TEST_SOCKET_DIR = @TEST_SOCKET_DIR@
215
 
USE_INTROSPECT_XML_FALSE = @USE_INTROSPECT_XML_FALSE@
216
 
USE_INTROSPECT_XML_TRUE = @USE_INTROSPECT_XML_TRUE@
217
196
USE_NLS = @USE_NLS@
218
197
VERSION = @VERSION@
219
198
XGETTEXT = @XGETTEXT@
220
 
XMLTO = @XMLTO@
 
199
abs_builddir = @abs_builddir@
 
200
abs_srcdir = @abs_srcdir@
 
201
abs_top_builddir = @abs_top_builddir@
 
202
abs_top_srcdir = @abs_top_srcdir@
221
203
ac_ct_CC = @ac_ct_CC@
222
204
ac_ct_CXX = @ac_ct_CXX@
223
205
ac_ct_F77 = @ac_ct_F77@
224
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
225
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
226
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
227
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
228
206
am__include = @am__include@
229
207
am__leading_dot = @am__leading_dot@
230
208
am__quote = @am__quote@
236
214
build_cpu = @build_cpu@
237
215
build_os = @build_os@
238
216
build_vendor = @build_vendor@
 
217
builddir = @builddir@
239
218
datadir = @datadir@
240
219
datarootdir = @datarootdir@
241
220
docdir = @docdir@
263
242
psdir = @psdir@
264
243
sbindir = @sbindir@
265
244
sharedstatedir = @sharedstatedir@
 
245
srcdir = @srcdir@
266
246
sysconfdir = @sysconfdir@
267
247
target = @target@
268
248
target_alias = @target_alias@
269
249
target_cpu = @target_cpu@
270
250
target_os = @target_os@
271
251
target_vendor = @target_vendor@
 
252
top_builddir = @top_builddir@
 
253
top_srcdir = @top_srcdir@
272
254
SUBDIRS = core interfaces
273
255
DIST_SUBDIRS = core interfaces
274
256
INCLUDES = \
332
314
        done
333
315
decode-gcov$(EXEEXT): $(decode_gcov_OBJECTS) $(decode_gcov_DEPENDENCIES) 
334
316
        @rm -f decode-gcov$(EXEEXT)
335
 
        $(LINK) $(decode_gcov_LDFLAGS) $(decode_gcov_OBJECTS) $(decode_gcov_LDADD) $(LIBS)
 
317
        $(LINK) $(decode_gcov_OBJECTS) $(decode_gcov_LDADD) $(LIBS)
336
318
test-service$(EXEEXT): $(test_service_OBJECTS) $(test_service_DEPENDENCIES) 
337
319
        @rm -f test-service$(EXEEXT)
338
 
        $(LINK) $(test_service_LDFLAGS) $(test_service_OBJECTS) $(test_service_LDADD) $(LIBS)
 
320
        $(LINK) $(test_service_OBJECTS) $(test_service_LDADD) $(LIBS)
339
321
 
340
322
mostlyclean-compile:
341
323
        -rm -f *.$(OBJEXT)
347
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-service.Po@am__quote@
348
330
 
349
331
.c.o:
350
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
351
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
332
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
333
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
352
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354
336
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
355
337
 
356
338
.c.obj:
357
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
358
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
339
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
340
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
359
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
343
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
362
344
 
363
345
.c.lo:
364
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
365
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
346
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
347
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
366
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
367
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
350
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
373
355
clean-libtool:
374
356
        -rm -rf .libs _libs
375
357
 
376
 
distclean-libtool:
377
 
        -rm -f libtool
378
 
uninstall-info-am:
379
 
 
380
358
# This directory's subdirectories are mostly independent; you can cd
381
359
# into them and run `make' without going through this Makefile.
382
360
# To change the values of `make' variables: instead of editing Makefiles,
408
386
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
409
387
        fi; test -z "$$fail"
410
388
 
411
 
mostlyclean-recursive clean-recursive distclean-recursive \
412
 
maintainer-clean-recursive:
 
389
$(RECURSIVE_CLEAN_TARGETS):
413
390
        @failcom='exit 1'; \
414
391
        for f in x $$MAKEFLAGS; do \
415
392
          case $$f in \
510
487
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
488
 
512
489
distdir: $(DISTFILES)
513
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
514
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
515
 
        list='$(DISTFILES)'; for file in $$list; do \
516
 
          case $$file in \
517
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
518
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
519
 
          esac; \
 
490
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
491
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
492
        list='$(DISTFILES)'; \
 
493
          dist_files=`for file in $$list; do echo $$file; done | \
 
494
          sed -e "s|^$$srcdirstrip/||;t" \
 
495
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
496
        case $$dist_files in \
 
497
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
498
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
499
                           sort -u` ;; \
 
500
        esac; \
 
501
        for file in $$dist_files; do \
520
502
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
522
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
523
 
            dir="/$$dir"; \
524
 
            $(mkdir_p) "$(distdir)$$dir"; \
525
 
          else \
526
 
            dir=''; \
527
 
          fi; \
528
503
          if test -d $$d/$$file; then \
 
504
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
529
505
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
530
506
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
531
507
            fi; \
539
515
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
540
516
          if test "$$subdir" = .; then :; else \
541
517
            test -d "$(distdir)/$$subdir" \
542
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
518
            || $(MKDIR_P) "$(distdir)/$$subdir" \
543
519
            || exit 1; \
544
520
            distdir=`$(am__cd) $(distdir) && pwd`; \
545
521
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
547
523
              $(MAKE) $(AM_MAKEFLAGS) \
548
524
                top_distdir="$$top_distdir" \
549
525
                distdir="$$distdir/$$subdir" \
 
526
                am__remove_distdir=: \
 
527
                am__skip_length_check=: \
550
528
                distdir) \
551
529
              || exit 1; \
552
530
          fi; \
589
567
        -rm -rf ./$(DEPDIR)
590
568
        -rm -f Makefile
591
569
distclean-am: clean-am distclean-compile distclean-generic \
592
 
        distclean-libtool distclean-tags
 
570
        distclean-tags
593
571
 
594
572
dvi: dvi-recursive
595
573
 
603
581
 
604
582
install-data-am:
605
583
 
 
584
install-dvi: install-dvi-recursive
 
585
 
606
586
install-exec-am:
607
587
 
 
588
install-html: install-html-recursive
 
589
 
608
590
install-info: install-info-recursive
609
591
 
610
592
install-man:
611
593
 
 
594
install-pdf: install-pdf-recursive
 
595
 
 
596
install-ps: install-ps-recursive
 
597
 
612
598
installcheck-am:
613
599
 
614
600
maintainer-clean: maintainer-clean-recursive
629
615
 
630
616
ps-am:
631
617
 
632
 
uninstall-am: uninstall-info-am
633
 
 
634
 
uninstall-info: uninstall-info-recursive
635
 
 
636
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
637
 
        clean clean-generic clean-libtool clean-noinstPROGRAMS \
638
 
        clean-recursive ctags ctags-recursive distclean \
 
618
uninstall-am:
 
619
 
 
620
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
621
        install-strip
 
622
 
 
623
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
624
        all all-am check check-am clean clean-generic clean-libtool \
 
625
        clean-noinstPROGRAMS ctags ctags-recursive distclean \
639
626
        distclean-compile distclean-generic distclean-libtool \
640
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
641
 
        html-am info info-am install install-am install-data \
642
 
        install-data-am install-exec install-exec-am install-info \
643
 
        install-info-am install-man install-strip installcheck \
644
 
        installcheck-am installdirs installdirs-am maintainer-clean \
645
 
        maintainer-clean-generic maintainer-clean-recursive \
 
627
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
628
        install install-am install-data install-data-am install-dvi \
 
629
        install-dvi-am install-exec install-exec-am install-html \
 
630
        install-html-am install-info install-info-am install-man \
 
631
        install-pdf install-pdf-am install-ps install-ps-am \
 
632
        install-strip installcheck installcheck-am installdirs \
 
633
        installdirs-am maintainer-clean maintainer-clean-generic \
646
634
        mostlyclean mostlyclean-compile mostlyclean-generic \
647
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
648
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
635
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
636
        uninstall uninstall-am
649
637
 
650
638
# Tell versions [3.59,3.63) of GNU make to not export all variables.
651
639
# Otherwise a system limit (for SysV at least) may be exceeded.