source: trunk/third/gnome2-user-docs/Makefile.in @ 21068

Revision 21068, 17.0 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21067, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated by automake 1.8.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = .
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36subdir = .
37DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38        $(srcdir)/Makefile.in $(srcdir)/gnome-user-docs.spec.in \
39        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40        config.guess config.sub install-sh ltmain.sh missing \
41        mkinstalldirs
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45        $(ACLOCAL_M4)
46am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47 configure.lineno configure.status.lineno
48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49CONFIG_CLEAN_FILES = gnome-user-docs.spec
50SOURCES =
51DIST_SOURCES =
52RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53        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
58ETAGS = etags
59CTAGS = ctags
60DIST_SUBDIRS = $(SUBDIRS)
61DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62distdir = $(PACKAGE)-$(VERSION)
63top_distdir = $(distdir)
64am__remove_distdir = \
65  { test ! -d $(distdir) \
66    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
67         && rm -fr $(distdir); }; }
68DIST_ARCHIVES = $(distdir).tar.gz
69GZIP_ENV = --best
70distuninstallcheck_listfiles = find . -type f -print
71distcleancheck_listfiles = find . -type f -print
72ACLOCAL = @ACLOCAL@
73AMTAR = @AMTAR@
74AUTOCONF = @AUTOCONF@
75AUTOHEADER = @AUTOHEADER@
76AUTOMAKE = @AUTOMAKE@
77AWK = @AWK@
78CYGPATH_W = @CYGPATH_W@
79DEFS = @DEFS@
80ECHO_C = @ECHO_C@
81ECHO_N = @ECHO_N@
82ECHO_T = @ECHO_T@
83HAVE_JW = @HAVE_JW@
84HAVE_JW_FALSE = @HAVE_JW_FALSE@
85HAVE_JW_TRUE = @HAVE_JW_TRUE@
86INSTALL_DATA = @INSTALL_DATA@
87INSTALL_PROGRAM = @INSTALL_PROGRAM@
88INSTALL_SCRIPT = @INSTALL_SCRIPT@
89INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
90JW = @JW@
91LIBOBJS = @LIBOBJS@
92LIBS = @LIBS@
93LTLIBOBJS = @LTLIBOBJS@
94MAINT = @MAINT@
95MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
96MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
97MAKEINFO = @MAKEINFO@
98PACKAGE = @PACKAGE@
99PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
100PACKAGE_NAME = @PACKAGE_NAME@
101PACKAGE_STRING = @PACKAGE_STRING@
102PACKAGE_TARNAME = @PACKAGE_TARNAME@
103PACKAGE_VERSION = @PACKAGE_VERSION@
104PATH_SEPARATOR = @PATH_SEPARATOR@
105SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
106SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
107SET_MAKE = @SET_MAKE@
108SHELL = @SHELL@
109STRIP = @STRIP@
110VERSION = @VERSION@
111ac_ct_STRIP = @ac_ct_STRIP@
112am__leading_dot = @am__leading_dot@
113bindir = @bindir@
114build_alias = @build_alias@
115datadir = @datadir@
116exec_prefix = @exec_prefix@
117host_alias = @host_alias@
118includedir = @includedir@
119infodir = @infodir@
120install_sh = @install_sh@
121libdir = @libdir@
122libexecdir = @libexecdir@
123localstatedir = @localstatedir@
124mandir = @mandir@
125mkdir_p = @mkdir_p@
126oldincludedir = @oldincludedir@
127prefix = @prefix@
128program_transform_name = @program_transform_name@
129sbindir = @sbindir@
130sharedstatedir = @sharedstatedir@
131sysconfdir = @sysconfdir@
132target_alias = @target_alias@
133SUBDIRS = \
134        gnome2-user-guide \
135        gnome2-accessibility-guide \
136        gnome2-system-admin-guide
137
138EXTRA_DIST = gnome-user-docs.spec COPYING-DOCS xmldocs.make omf.make
139all: all-recursive
140
141.SUFFIXES:
142am--refresh:
143        @:
144$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
145        @for dep in $?; do \
146          case '$(am__configure_deps)' in \
147            *$$dep*) \
148              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
149              cd $(srcdir) && $(AUTOMAKE) --gnu  \
150                && exit 0; \
151              exit 1;; \
152          esac; \
153        done; \
154        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
155        cd $(top_srcdir) && \
156          $(AUTOMAKE) --gnu  Makefile
157.PRECIOUS: Makefile
158Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
159        @case '$?' in \
160          *config.status*) \
161            echo ' $(SHELL) ./config.status'; \
162            $(SHELL) ./config.status;; \
163          *) \
164            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
165            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
166        esac;
167
168$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
169        $(SHELL) ./config.status --recheck
170
171$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
172        cd $(srcdir) && $(AUTOCONF)
173$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
174        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
175gnome-user-docs.spec: $(top_builddir)/config.status $(srcdir)/gnome-user-docs.spec.in
176        cd $(top_builddir) && $(SHELL) ./config.status $@
177uninstall-info-am:
178
179# This directory's subdirectories are mostly independent; you can cd
180# into them and run `make' without going through this Makefile.
181# To change the values of `make' variables: instead of editing Makefiles,
182# (1) if the variable is set in `config.status', edit `config.status'
183#     (which will cause the Makefiles to be regenerated when you run `make');
184# (2) otherwise, pass the desired values on the `make' command line.
185$(RECURSIVE_TARGETS):
186        @set fnord $$MAKEFLAGS; amf=$$2; \
187        dot_seen=no; \
188        target=`echo $@ | sed s/-recursive//`; \
189        list='$(SUBDIRS)'; for subdir in $$list; do \
190          echo "Making $$target in $$subdir"; \
191          if test "$$subdir" = "."; then \
192            dot_seen=yes; \
193            local_target="$$target-am"; \
194          else \
195            local_target="$$target"; \
196          fi; \
197          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
198           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
199        done; \
200        if test "$$dot_seen" = "no"; then \
201          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
202        fi; test -z "$$fail"
203
204mostlyclean-recursive clean-recursive distclean-recursive \
205maintainer-clean-recursive:
206        @set fnord $$MAKEFLAGS; amf=$$2; \
207        dot_seen=no; \
208        case "$@" in \
209          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
210          *) list='$(SUBDIRS)' ;; \
211        esac; \
212        rev=''; for subdir in $$list; do \
213          if test "$$subdir" = "."; then :; else \
214            rev="$$subdir $$rev"; \
215          fi; \
216        done; \
217        rev="$$rev ."; \
218        target=`echo $@ | sed s/-recursive//`; \
219        for subdir in $$rev; do \
220          echo "Making $$target in $$subdir"; \
221          if test "$$subdir" = "."; then \
222            local_target="$$target-am"; \
223          else \
224            local_target="$$target"; \
225          fi; \
226          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
227           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
228        done && test -z "$$fail"
229tags-recursive:
230        list='$(SUBDIRS)'; for subdir in $$list; do \
231          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
232        done
233ctags-recursive:
234        list='$(SUBDIRS)'; for subdir in $$list; do \
235          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
236        done
237
238ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
239        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
240        unique=`for i in $$list; do \
241            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
242          done | \
243          $(AWK) '    { files[$$0] = 1; } \
244               END { for (i in files) print i; }'`; \
245        mkid -fID $$unique
246tags: TAGS
247
248TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
249                $(TAGS_FILES) $(LISP)
250        tags=; \
251        here=`pwd`; \
252        if (etags --etags-include --version) >/dev/null 2>&1; then \
253          include_option=--etags-include; \
254        else \
255          include_option=--include; \
256        fi; \
257        list='$(SUBDIRS)'; for subdir in $$list; do \
258          if test "$$subdir" = .; then :; else \
259            test -f $$subdir/TAGS && \
260              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
261          fi; \
262        done; \
263        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
264        unique=`for i in $$list; do \
265            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
266          done | \
267          $(AWK) '    { files[$$0] = 1; } \
268               END { for (i in files) print i; }'`; \
269        test -z "$(ETAGS_ARGS)$$tags$$unique" \
270          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
271             $$tags $$unique
272ctags: CTAGS
273CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
274                $(TAGS_FILES) $(LISP)
275        tags=; \
276        here=`pwd`; \
277        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
278        unique=`for i in $$list; do \
279            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
280          done | \
281          $(AWK) '    { files[$$0] = 1; } \
282               END { for (i in files) print i; }'`; \
283        test -z "$(CTAGS_ARGS)$$tags$$unique" \
284          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
285             $$tags $$unique
286
287GTAGS:
288        here=`$(am__cd) $(top_builddir) && pwd` \
289          && cd $(top_srcdir) \
290          && gtags -i $(GTAGS_ARGS) $$here
291
292distclean-tags:
293        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
294
295distdir: $(DISTFILES)
296        $(am__remove_distdir)
297        mkdir $(distdir)
298        $(mkdir_p) $(distdir)/.
299        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
300        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
301        list='$(DISTFILES)'; for file in $$list; do \
302          case $$file in \
303            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
304            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
305          esac; \
306          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
307          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
308          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
309            dir="/$$dir"; \
310            $(mkdir_p) "$(distdir)$$dir"; \
311          else \
312            dir=''; \
313          fi; \
314          if test -d $$d/$$file; then \
315            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
316              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
317            fi; \
318            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
319          else \
320            test -f $(distdir)/$$file \
321            || cp -p $$d/$$file $(distdir)/$$file \
322            || exit 1; \
323          fi; \
324        done
325        list='$(SUBDIRS)'; for subdir in $$list; do \
326          if test "$$subdir" = .; then :; else \
327            test -d "$(distdir)/$$subdir" \
328            || mkdir "$(distdir)/$$subdir" \
329            || exit 1; \
330            (cd $$subdir && \
331              $(MAKE) $(AM_MAKEFLAGS) \
332                top_distdir="../$(top_distdir)" \
333                distdir="../$(distdir)/$$subdir" \
334                distdir) \
335              || exit 1; \
336          fi; \
337        done
338        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
339          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
340          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
341          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
342        || chmod -R a+r $(distdir)
343dist-gzip: distdir
344        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
345        $(am__remove_distdir)
346
347dist-bzip2: distdir
348        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
349        $(am__remove_distdir)
350
351dist-tarZ: distdir
352        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
353        $(am__remove_distdir)
354
355dist-shar: distdir
356        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
357        $(am__remove_distdir)
358
359dist-zip: distdir
360        -rm -f $(distdir).zip
361        zip -rq $(distdir).zip $(distdir)
362        $(am__remove_distdir)
363
364dist dist-all: distdir
365        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
366        $(am__remove_distdir)
367
368# This target untars the dist file and tries a VPATH configuration.  Then
369# it guarantees that the distribution is self-contained by making another
370# tarfile.
371distcheck: dist
372        case '$(DIST_ARCHIVES)' in \
373        *.tar.gz*) \
374          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
375        *.tar.bz2*) \
376          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
377        *.tar.Z*) \
378          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
379        *.shar.gz*) \
380          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
381        *.zip*) \
382          unzip $(distdir).zip ;;\
383        esac
384        chmod -R a-w $(distdir); chmod a+w $(distdir)
385        mkdir $(distdir)/_build
386        mkdir $(distdir)/_inst
387        chmod a-w $(distdir)
388        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
389          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
390          && cd $(distdir)/_build \
391          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
392            $(DISTCHECK_CONFIGURE_FLAGS) \
393          && $(MAKE) $(AM_MAKEFLAGS) \
394          && $(MAKE) $(AM_MAKEFLAGS) dvi \
395          && $(MAKE) $(AM_MAKEFLAGS) check \
396          && $(MAKE) $(AM_MAKEFLAGS) install \
397          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
398          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
399          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
400                distuninstallcheck \
401          && chmod -R a-w "$$dc_install_base" \
402          && ({ \
403               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
404               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
405               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
406               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
407                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
408              } || { rm -rf "$$dc_destdir"; exit 1; }) \
409          && rm -rf "$$dc_destdir" \
410          && $(MAKE) $(AM_MAKEFLAGS) dist \
411          && rm -rf $(DIST_ARCHIVES) \
412          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
413        $(am__remove_distdir)
414        @(echo "$(distdir) archives ready for distribution: "; \
415          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
416          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
417distuninstallcheck:
418        @cd $(distuninstallcheck_dir) \
419        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
420           || { echo "ERROR: files left after uninstall:" ; \
421                if test -n "$(DESTDIR)"; then \
422                  echo "  (check DESTDIR support)"; \
423                fi ; \
424                $(distuninstallcheck_listfiles) ; \
425                exit 1; } >&2
426distcleancheck: distclean
427        @if test '$(srcdir)' = . ; then \
428          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
429          exit 1 ; \
430        fi
431        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
432          || { echo "ERROR: files left in build directory after distclean:" ; \
433               $(distcleancheck_listfiles) ; \
434               exit 1; } >&2
435check-am: all-am
436check: check-recursive
437all-am: Makefile
438installdirs: installdirs-recursive
439installdirs-am:
440install: install-recursive
441install-exec: install-exec-recursive
442install-data: install-data-recursive
443uninstall: uninstall-recursive
444
445install-am: all-am
446        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447
448installcheck: installcheck-recursive
449install-strip:
450        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452          `test -z '$(STRIP)' || \
453            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454mostlyclean-generic:
455
456clean-generic:
457
458distclean-generic:
459        -rm -f $(CONFIG_CLEAN_FILES)
460
461maintainer-clean-generic:
462        @echo "This command is intended for maintainers to use"
463        @echo "it deletes files that may require special tools to rebuild."
464clean: clean-recursive
465
466clean-am: clean-generic mostlyclean-am
467
468distclean: distclean-recursive
469        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
470        -rm -f Makefile
471distclean-am: clean-am distclean-generic distclean-tags
472
473dvi: dvi-recursive
474
475dvi-am:
476
477html: html-recursive
478
479info: info-recursive
480
481info-am:
482
483install-data-am:
484
485install-exec-am:
486
487install-info: install-info-recursive
488
489install-man:
490
491installcheck-am:
492
493maintainer-clean: maintainer-clean-recursive
494        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
495        -rm -rf $(top_srcdir)/autom4te.cache
496        -rm -f Makefile
497maintainer-clean-am: distclean-am maintainer-clean-generic
498
499mostlyclean: mostlyclean-recursive
500
501mostlyclean-am: mostlyclean-generic
502
503pdf: pdf-recursive
504
505pdf-am:
506
507ps: ps-recursive
508
509ps-am:
510
511uninstall-am: uninstall-info-am
512
513uninstall-info: uninstall-info-recursive
514
515.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
516        check-am clean clean-generic clean-recursive ctags \
517        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
518        dist-tarZ dist-zip distcheck distclean distclean-generic \
519        distclean-recursive distclean-tags distcleancheck distdir \
520        distuninstallcheck dvi dvi-am html html-am info info-am \
521        install install-am install-data install-data-am install-exec \
522        install-exec-am install-info install-info-am install-man \
523        install-strip installcheck installcheck-am installdirs \
524        installdirs-am maintainer-clean maintainer-clean-generic \
525        maintainer-clean-recursive mostlyclean mostlyclean-generic \
526        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
527        uninstall uninstall-am uninstall-info-am
528
529# Tell versions [3.59,3.63) of GNU make to not export all variables.
530# Otherwise a system limit (for SysV at least) may be exceeded.
531.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.