~ubuntu-branches/ubuntu/lucid/xfce4-fsguard-plugin/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-10-23 20:47:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071023204752-k6m9xkmw664l2ywj
Tags: 0.3.99.2-0ubuntu1
* New upstream release (second release candidate):
  - Set default plugin icon to xfce4-fsguard-plugin-warning
  - Rename the "progress bar" to "meter"
  - Fix size of plugin and border around the GtkProgressBar
  - Reworked option dialog
  - A fixed intltool-merge script.
* debian/patches/01_fix-ftbfs-kfreebsd.patch: dropped, included upstream.
* LP: #64429 fixed since the first release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 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  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.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkgdatadir = $(datadir)/@PACKAGE@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = .
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
33
29
NORMAL_UNINSTALL = :
34
30
PRE_UNINSTALL = :
35
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
36
34
subdir = .
37
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
36
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39
37
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40
 
        compile depcomp install-sh missing mkinstalldirs
 
38
        config.guess config.sub depcomp install-sh missing \
 
39
        mkinstalldirs
41
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
43
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
43
        $(ACLOCAL_M4)
45
44
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46
 
 configure.lineno configure.status.lineno
 
45
 configure.lineno config.status.lineno
47
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
47
CONFIG_HEADER = config.h
49
48
CONFIG_CLEAN_FILES =
51
50
DIST_SOURCES =
52
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53
52
        html-recursive info-recursive install-data-recursive \
54
 
        install-exec-recursive install-info-recursive \
55
 
        install-recursive installcheck-recursive installdirs-recursive \
56
 
        pdf-recursive ps-recursive uninstall-info-recursive \
57
 
        uninstall-recursive
 
53
        install-dvi-recursive install-exec-recursive \
 
54
        install-html-recursive install-info-recursive \
 
55
        install-pdf-recursive install-ps-recursive install-recursive \
 
56
        installcheck-recursive installdirs-recursive pdf-recursive \
 
57
        ps-recursive uninstall-recursive
 
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
59
  distclean-recursive maintainer-clean-recursive
58
60
ETAGS = etags
59
61
CTAGS = ctags
60
62
DIST_SUBDIRS = $(SUBDIRS)
70
72
distuninstallcheck_listfiles = find . -type f -print
71
73
distcleancheck_listfiles = find . -type f -print
72
74
ACLOCAL = @ACLOCAL@
73
 
AMDEP_FALSE = @AMDEP_FALSE@
74
 
AMDEP_TRUE = @AMDEP_TRUE@
 
75
ALL_LINGUAS = @ALL_LINGUAS@
75
76
AMTAR = @AMTAR@
76
77
AUTOCONF = @AUTOCONF@
77
78
AUTOHEADER = @AUTOHEADER@
96
97
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
97
98
GMOFILES = @GMOFILES@
98
99
GMSGFMT = @GMSGFMT@
 
100
GREP = @GREP@
 
101
GTK_CFLAGS = @GTK_CFLAGS@
 
102
GTK_LIBS = @GTK_LIBS@
 
103
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
 
104
GTK_VERSION = @GTK_VERSION@
 
105
INSTALL = @INSTALL@
99
106
INSTALL_DATA = @INSTALL_DATA@
100
107
INSTALL_PROGRAM = @INSTALL_PROGRAM@
101
108
INSTALL_SCRIPT = @INSTALL_SCRIPT@
106
113
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
107
114
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
108
115
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
109
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
110
116
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
111
117
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
112
118
INTLTOOL_MERGE = @INTLTOOL_MERGE@
113
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
114
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
115
119
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
116
120
INTLTOOL_PERL = @INTLTOOL_PERL@
 
121
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
117
122
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
118
123
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
119
124
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
120
125
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
126
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
121
127
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
122
128
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
123
129
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
124
130
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
125
131
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
126
132
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
127
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
128
133
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
129
134
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
130
135
LDFLAGS = @LDFLAGS@
131
136
LIBOBJS = @LIBOBJS@
132
137
LIBS = @LIBS@
 
138
LIBX11_CFLAGS = @LIBX11_CFLAGS@
 
139
LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
 
140
LIBX11_LIBS = @LIBX11_LIBS@
133
141
LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@
134
142
LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@
135
143
LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@
136
144
LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
 
145
LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
 
146
LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
 
147
LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
 
148
LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
 
149
LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@
 
150
LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@
 
151
LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@
 
152
LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@
137
153
LTLIBOBJS = @LTLIBOBJS@
138
154
MAINT = @MAINT@
139
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
140
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
141
155
MAKEINFO = @MAKEINFO@
 
156
MKDIR_P = @MKDIR_P@
142
157
MKINSTALLDIRS = @MKINSTALLDIRS@
143
158
MSGFMT = @MSGFMT@
 
159
MSGFMT_OPTS = @MSGFMT_OPTS@
144
160
OBJEXT = @OBJEXT@
145
161
PACKAGE = @PACKAGE@
146
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161
177
VERSION = @VERSION@
162
178
XGETTEXT = @XGETTEXT@
163
179
XGETTEXT_ARGS = @XGETTEXT_ARGS@
 
180
XMKMF = @XMKMF@
 
181
X_CFLAGS = @X_CFLAGS@
 
182
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
183
X_LIBS = @X_LIBS@
 
184
X_PRE_LIBS = @X_PRE_LIBS@
 
185
abs_builddir = @abs_builddir@
 
186
abs_srcdir = @abs_srcdir@
 
187
abs_top_builddir = @abs_top_builddir@
 
188
abs_top_srcdir = @abs_top_srcdir@
164
189
ac_ct_CC = @ac_ct_CC@
165
 
ac_ct_STRIP = @ac_ct_STRIP@
166
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
167
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
168
190
am__include = @am__include@
169
191
am__leading_dot = @am__leading_dot@
170
192
am__quote = @am__quote@
171
193
am__tar = @am__tar@
172
194
am__untar = @am__untar@
173
195
bindir = @bindir@
 
196
build = @build@
174
197
build_alias = @build_alias@
 
198
build_cpu = @build_cpu@
 
199
build_os = @build_os@
 
200
build_vendor = @build_vendor@
 
201
builddir = @builddir@
175
202
datadir = @datadir@
 
203
datarootdir = @datarootdir@
 
204
docdir = @docdir@
 
205
dvidir = @dvidir@
176
206
exec_prefix = @exec_prefix@
 
207
host = @host@
177
208
host_alias = @host_alias@
 
209
host_cpu = @host_cpu@
 
210
host_os = @host_os@
 
211
host_vendor = @host_vendor@
 
212
htmldir = @htmldir@
178
213
includedir = @includedir@
179
214
infodir = @infodir@
180
215
install_sh = @install_sh@
185
220
mandir = @mandir@
186
221
mkdir_p = @mkdir_p@
187
222
oldincludedir = @oldincludedir@
 
223
pdfdir = @pdfdir@
188
224
prefix = @prefix@
189
225
program_transform_name = @program_transform_name@
 
226
psdir = @psdir@
190
227
sbindir = @sbindir@
191
228
sharedstatedir = @sharedstatedir@
 
229
srcdir = @srcdir@
192
230
sysconfdir = @sysconfdir@
193
231
target_alias = @target_alias@
194
 
SUBDIRS = panel-plugin po
 
232
top_builddir = @top_builddir@
 
233
top_srcdir = @top_srcdir@
 
234
SUBDIRS = \
 
235
        icons                                                                                                           \
 
236
        panel-plugin                                                                                            \
 
237
        po
 
238
 
195
239
EXTRA_DIST = \
196
 
        README                                                          \
197
 
        intltool-extract.in                                             \
198
 
        intltool-merge.in                                               \
 
240
        README                                                                                                          \
 
241
        intltool-extract.in                                                                                     \
 
242
        intltool-merge.in                                                                                       \
199
243
        intltool-update.in
200
244
 
201
245
DISTCLEANFILES = \
202
 
        intltool-extract                                                \
203
 
        intltool-merge                                                  \
 
246
        intltool-extract                                                                                        \
 
247
        intltool-merge                                                                                          \
204
248
        intltool-update
205
249
 
206
250
all: config.h
244
288
config.h: stamp-h1
245
289
        @if test ! -f $@; then \
246
290
          rm -f stamp-h1; \
247
 
          $(MAKE) stamp-h1; \
 
291
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
248
292
        else :; fi
249
293
 
250
294
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
257
301
 
258
302
distclean-hdr:
259
303
        -rm -f config.h stamp-h1
260
 
uninstall-info-am:
261
304
 
262
305
# This directory's subdirectories are mostly independent; you can cd
263
306
# into them and run `make' without going through this Makefile.
266
309
#     (which will cause the Makefiles to be regenerated when you run `make');
267
310
# (2) otherwise, pass the desired values on the `make' command line.
268
311
$(RECURSIVE_TARGETS):
269
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
312
        @failcom='exit 1'; \
 
313
        for f in x $$MAKEFLAGS; do \
 
314
          case $$f in \
 
315
            *=* | --[!k]*);; \
 
316
            *k*) failcom='fail=yes';; \
 
317
          esac; \
 
318
        done; \
270
319
        dot_seen=no; \
271
320
        target=`echo $@ | sed s/-recursive//`; \
272
321
        list='$(SUBDIRS)'; for subdir in $$list; do \
278
327
            local_target="$$target"; \
279
328
          fi; \
280
329
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
281
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
330
          || eval $$failcom; \
282
331
        done; \
283
332
        if test "$$dot_seen" = "no"; then \
284
333
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
285
334
        fi; test -z "$$fail"
286
335
 
287
 
mostlyclean-recursive clean-recursive distclean-recursive \
288
 
maintainer-clean-recursive:
289
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
336
$(RECURSIVE_CLEAN_TARGETS):
 
337
        @failcom='exit 1'; \
 
338
        for f in x $$MAKEFLAGS; do \
 
339
          case $$f in \
 
340
            *=* | --[!k]*);; \
 
341
            *k*) failcom='fail=yes';; \
 
342
          esac; \
 
343
        done; \
290
344
        dot_seen=no; \
291
345
        case "$@" in \
292
346
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
307
361
            local_target="$$target"; \
308
362
          fi; \
309
363
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
364
          || eval $$failcom; \
311
365
        done && test -z "$$fail"
312
366
tags-recursive:
313
367
        list='$(SUBDIRS)'; for subdir in $$list; do \
381
435
 
382
436
distdir: $(DISTFILES)
383
437
        $(am__remove_distdir)
384
 
        mkdir $(distdir)
385
 
        $(mkdir_p) $(distdir)/po
386
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
387
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
388
 
        list='$(DISTFILES)'; for file in $$list; do \
389
 
          case $$file in \
390
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
391
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
392
 
          esac; \
 
438
        test -d $(distdir) || mkdir $(distdir)
 
439
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
440
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
441
        list='$(DISTFILES)'; \
 
442
          dist_files=`for file in $$list; do echo $$file; done | \
 
443
          sed -e "s|^$$srcdirstrip/||;t" \
 
444
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
445
        case $$dist_files in \
 
446
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
447
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
448
                           sort -u` ;; \
 
449
        esac; \
 
450
        for file in $$dist_files; do \
393
451
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
394
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
395
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
396
 
            dir="/$$dir"; \
397
 
            $(mkdir_p) "$(distdir)$$dir"; \
398
 
          else \
399
 
            dir=''; \
400
 
          fi; \
401
452
          if test -d $$d/$$file; then \
 
453
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402
454
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403
455
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
404
456
            fi; \
412
464
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
413
465
          if test "$$subdir" = .; then :; else \
414
466
            test -d "$(distdir)/$$subdir" \
415
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
467
            || $(MKDIR_P) "$(distdir)/$$subdir" \
416
468
            || exit 1; \
417
469
            distdir=`$(am__cd) $(distdir) && pwd`; \
418
470
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
420
472
              $(MAKE) $(AM_MAKEFLAGS) \
421
473
                top_distdir="$$top_distdir" \
422
474
                distdir="$$distdir/$$subdir" \
 
475
                am__remove_distdir=: \
 
476
                am__skip_length_check=: \
423
477
                distdir) \
424
478
              || exit 1; \
425
479
          fi; \
427
481
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
428
482
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
429
483
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
430
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
484
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
431
485
        || chmod -R a+r $(distdir)
432
486
dist-gzip: distdir
433
487
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
502
556
        $(am__remove_distdir)
503
557
        @(echo "$(distdir) archives ready for distribution: "; \
504
558
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
505
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
559
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
506
560
distuninstallcheck:
507
561
        @cd $(distuninstallcheck_dir) \
508
562
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
573
627
 
574
628
install-data-am:
575
629
 
 
630
install-dvi: install-dvi-recursive
 
631
 
576
632
install-exec-am:
577
633
 
 
634
install-html: install-html-recursive
 
635
 
578
636
install-info: install-info-recursive
579
637
 
580
638
install-man:
581
639
 
 
640
install-pdf: install-pdf-recursive
 
641
 
 
642
install-ps: install-ps-recursive
 
643
 
582
644
installcheck-am:
583
645
 
584
646
maintainer-clean: maintainer-clean-recursive
599
661
 
600
662
ps-am:
601
663
 
602
 
uninstall-am: uninstall-info-am
603
 
 
604
 
uninstall-info: uninstall-info-recursive
605
 
 
606
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
607
 
        check-am clean clean-generic clean-recursive ctags \
608
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
609
 
        dist-tarZ dist-zip distcheck distclean distclean-generic \
610
 
        distclean-hdr distclean-local distclean-recursive \
611
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
612
 
        dvi-am html html-am info info-am install install-am \
613
 
        install-data install-data-am install-exec install-exec-am \
614
 
        install-info install-info-am install-man install-strip \
615
 
        installcheck installcheck-am installdirs installdirs-am \
616
 
        maintainer-clean maintainer-clean-generic \
617
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
618
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
619
 
        uninstall uninstall-am uninstall-info-am
 
664
uninstall-am:
 
665
 
 
666
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
667
        install-strip
 
668
 
 
669
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
670
        all all-am am--refresh check check-am clean clean-generic \
 
671
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
672
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
673
        distclean-generic distclean-hdr distclean-local distclean-tags \
 
674
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
675
        html-am info info-am install install-am install-data \
 
676
        install-data-am install-dvi install-dvi-am install-exec \
 
677
        install-exec-am install-html install-html-am install-info \
 
678
        install-info-am install-man install-pdf install-pdf-am \
 
679
        install-ps install-ps-am install-strip installcheck \
 
680
        installcheck-am installdirs installdirs-am maintainer-clean \
 
681
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
682
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
620
683
 
621
684
@SET_MAKE@
622
685