OSDN Git Service

libjava:
[pf3gnuchains/gcc-fork.git] / libjava / classpath / doc / Makefile.in
1 # Makefile.in generated by automake 1.9.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@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 subdir = doc
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in texinfo.tex
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
43         $(top_srcdir)/../../config/lead-dot.m4 \
44         $(top_srcdir)/../../config/no-executables.m4 \
45         $(top_srcdir)/../../libtool.m4 $(top_srcdir)/m4/accross.m4 \
46         $(top_srcdir)/m4/acinclude.m4 $(top_srcdir)/m4/iconv.m4 \
47         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
48         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/pkg.m4 \
49         $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51         $(ACLOCAL_M4)
52 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
53 CONFIG_HEADER = $(top_builddir)/include/config.h
54 CONFIG_CLEAN_FILES =
55 SOURCES =
56 DIST_SOURCES =
57 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58         html-recursive info-recursive install-data-recursive \
59         install-exec-recursive install-info-recursive \
60         install-recursive installcheck-recursive installdirs-recursive \
61         pdf-recursive ps-recursive uninstall-info-recursive \
62         uninstall-recursive
63 ETAGS = etags
64 CTAGS = ctags
65 DIST_SUBDIRS = $(SUBDIRS)
66 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
67 ACLOCAL = @ACLOCAL@
68 AMDEP_FALSE = @AMDEP_FALSE@
69 AMDEP_TRUE = @AMDEP_TRUE@
70 AMTAR = @AMTAR@
71 AUTOCONF = @AUTOCONF@
72 AUTOHEADER = @AUTOHEADER@
73 AUTOMAKE = @AUTOMAKE@
74 AWK = @AWK@
75 BUILD_CLASS_FILES_FALSE = @BUILD_CLASS_FILES_FALSE@
76 BUILD_CLASS_FILES_TRUE = @BUILD_CLASS_FILES_TRUE@
77 CAIRO_CFLAGS = @CAIRO_CFLAGS@
78 CAIRO_LIBS = @CAIRO_LIBS@
79 CC = @CC@
80 CCDEPMODE = @CCDEPMODE@
81 CFLAGS = @CFLAGS@
82 CLASSPATH_INCLUDES = @CLASSPATH_INCLUDES@
83 CLASSPATH_MODULE = @CLASSPATH_MODULE@
84 CP = @CP@
85 CPP = @CPP@
86 CPPFLAGS = @CPPFLAGS@
87 CREATE_API_DOCS_FALSE = @CREATE_API_DOCS_FALSE@
88 CREATE_API_DOCS_TRUE = @CREATE_API_DOCS_TRUE@
89 CREATE_CORE_JNI_LIBRARIES_FALSE = @CREATE_CORE_JNI_LIBRARIES_FALSE@
90 CREATE_CORE_JNI_LIBRARIES_TRUE = @CREATE_CORE_JNI_LIBRARIES_TRUE@
91 CREATE_GTK_PEER_LIBRARIES_FALSE = @CREATE_GTK_PEER_LIBRARIES_FALSE@
92 CREATE_GTK_PEER_LIBRARIES_TRUE = @CREATE_GTK_PEER_LIBRARIES_TRUE@
93 CREATE_JNI_HEADERS_FALSE = @CREATE_JNI_HEADERS_FALSE@
94 CREATE_JNI_HEADERS_TRUE = @CREATE_JNI_HEADERS_TRUE@
95 CREATE_JNI_LIBRARIES_FALSE = @CREATE_JNI_LIBRARIES_FALSE@
96 CREATE_JNI_LIBRARIES_TRUE = @CREATE_JNI_LIBRARIES_TRUE@
97 CREATE_QT_PEER_LIBRARIES_FALSE = @CREATE_QT_PEER_LIBRARIES_FALSE@
98 CREATE_QT_PEER_LIBRARIES_TRUE = @CREATE_QT_PEER_LIBRARIES_TRUE@
99 CREATE_XMLJ_LIBRARY_FALSE = @CREATE_XMLJ_LIBRARY_FALSE@
100 CREATE_XMLJ_LIBRARY_TRUE = @CREATE_XMLJ_LIBRARY_TRUE@
101 CXX = @CXX@
102 CXXCPP = @CXXCPP@
103 CXXDEPMODE = @CXXDEPMODE@
104 CXXFLAGS = @CXXFLAGS@
105 CYGPATH_W = @CYGPATH_W@
106 DATE = @DATE@
107 DEFS = @DEFS@
108 DEPDIR = @DEPDIR@
109 ECHO_C = @ECHO_C@
110 ECHO_N = @ECHO_N@
111 ECHO_T = @ECHO_T@
112 ECJ = @ECJ@
113 EGREP = @EGREP@
114 ERROR_CFLAGS = @ERROR_CFLAGS@
115 EXAMPLESDIR = @EXAMPLESDIR@
116 EXEEXT = @EXEEXT@
117 FIND = @FIND@
118 FOUND_ECJ_FALSE = @FOUND_ECJ_FALSE@
119 FOUND_ECJ_TRUE = @FOUND_ECJ_TRUE@
120 FOUND_GCJX_FALSE = @FOUND_GCJX_FALSE@
121 FOUND_GCJX_TRUE = @FOUND_GCJX_TRUE@
122 FOUND_GCJ_FALSE = @FOUND_GCJ_FALSE@
123 FOUND_GCJ_TRUE = @FOUND_GCJ_TRUE@
124 FOUND_JIKES_FALSE = @FOUND_JIKES_FALSE@
125 FOUND_JIKES_TRUE = @FOUND_JIKES_TRUE@
126 FOUND_KJC_FALSE = @FOUND_KJC_FALSE@
127 FOUND_KJC_TRUE = @FOUND_KJC_TRUE@
128 GCJ = @GCJ@
129 GCJX = @GCJX@
130 GJDOC = @GJDOC@
131 GTK_CAIRO_ENABLED = @GTK_CAIRO_ENABLED@
132 GTK_CAIRO_FALSE = @GTK_CAIRO_FALSE@
133 GTK_CAIRO_TRUE = @GTK_CAIRO_TRUE@
134 GTK_CFLAGS = @GTK_CFLAGS@
135 GTK_LIBS = @GTK_LIBS@
136 INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@
137 INSTALL_CLASS_FILES_FALSE = @INSTALL_CLASS_FILES_FALSE@
138 INSTALL_CLASS_FILES_TRUE = @INSTALL_CLASS_FILES_TRUE@
139 INSTALL_DATA = @INSTALL_DATA@
140 INSTALL_GLIBJ_ZIP_FALSE = @INSTALL_GLIBJ_ZIP_FALSE@
141 INSTALL_GLIBJ_ZIP_TRUE = @INSTALL_GLIBJ_ZIP_TRUE@
142 INSTALL_PROGRAM = @INSTALL_PROGRAM@
143 INSTALL_SCRIPT = @INSTALL_SCRIPT@
144 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145 JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION = @JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@
146 JAY = @JAY@
147 JAY_SKELETON = @JAY_SKELETON@
148 JIKES = @JIKES@
149 JIKESENCODING = @JIKESENCODING@
150 KJC = @KJC@
151 LDFLAGS = @LDFLAGS@
152 LIBDEBUG = @LIBDEBUG@
153 LIBICONV = @LIBICONV@
154 LIBOBJS = @LIBOBJS@
155 LIBS = @LIBS@
156 LIBTOOL = @LIBTOOL@
157 LIBVERSION = @LIBVERSION@
158 LN_S = @LN_S@
159 LTLIBICONV = @LTLIBICONV@
160 LTLIBOBJS = @LTLIBOBJS@
161 MAINT = @MAINT@
162 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
163 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
164 MAKEINFO = @MAKEINFO@
165 MKDIR = @MKDIR@
166 MOC = @MOC@
167 OBJEXT = @OBJEXT@
168 PACKAGE = @PACKAGE@
169 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170 PACKAGE_NAME = @PACKAGE_NAME@
171 PACKAGE_STRING = @PACKAGE_STRING@
172 PACKAGE_TARNAME = @PACKAGE_TARNAME@
173 PACKAGE_VERSION = @PACKAGE_VERSION@
174 PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
175 PANGOFT2_LIBS = @PANGOFT2_LIBS@
176 PATH_SEPARATOR = @PATH_SEPARATOR@
177 PKG_CONFIG = @PKG_CONFIG@
178 QT_CFLAGS = @QT_CFLAGS@
179 QT_LIBS = @QT_LIBS@
180 RANLIB = @RANLIB@
181 REGEN_PARSERS_FALSE = @REGEN_PARSERS_FALSE@
182 REGEN_PARSERS_TRUE = @REGEN_PARSERS_TRUE@
183 REMOVE = @REMOVE@
184 SET_MAKE = @SET_MAKE@
185 SHELL = @SHELL@
186 STRICT_WARNING_CFLAGS = @STRICT_WARNING_CFLAGS@
187 STRIP = @STRIP@
188 USER_CLASSLIB = @USER_CLASSLIB@
189 USER_JAVAH = @USER_JAVAH@
190 USER_SPECIFIED_CLASSLIB_FALSE = @USER_SPECIFIED_CLASSLIB_FALSE@
191 USER_SPECIFIED_CLASSLIB_TRUE = @USER_SPECIFIED_CLASSLIB_TRUE@
192 USER_SPECIFIED_JAVAH_FALSE = @USER_SPECIFIED_JAVAH_FALSE@
193 USER_SPECIFIED_JAVAH_TRUE = @USER_SPECIFIED_JAVAH_TRUE@
194 VERSION = @VERSION@
195 WARNING_CFLAGS = @WARNING_CFLAGS@
196 XML_CFLAGS = @XML_CFLAGS@
197 XML_LIBS = @XML_LIBS@
198 XSLT_CFLAGS = @XSLT_CFLAGS@
199 XSLT_LIBS = @XSLT_LIBS@
200 X_CFLAGS = @X_CFLAGS@
201 X_EXTRA_LIBS = @X_EXTRA_LIBS@
202 X_LIBS = @X_LIBS@
203 X_PRE_LIBS = @X_PRE_LIBS@
204 ZIP = @ZIP@
205 ac_ct_CC = @ac_ct_CC@
206 ac_ct_CXX = @ac_ct_CXX@
207 ac_ct_RANLIB = @ac_ct_RANLIB@
208 ac_ct_STRIP = @ac_ct_STRIP@
209 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
210 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
211 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
212 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
213 am__include = @am__include@
214 am__leading_dot = @am__leading_dot@
215 am__quote = @am__quote@
216 am__tar = @am__tar@
217 am__untar = @am__untar@
218 bindir = @bindir@
219 build = @build@
220 build_alias = @build_alias@
221 build_cpu = @build_cpu@
222 build_os = @build_os@
223 build_vendor = @build_vendor@
224 datadir = @datadir@
225 default_toolkit = @default_toolkit@
226 exec_prefix = @exec_prefix@
227 host = @host@
228 host_alias = @host_alias@
229 host_cpu = @host_cpu@
230 host_os = @host_os@
231 host_vendor = @host_vendor@
232 includedir = @includedir@
233 infodir = @infodir@
234 install_sh = @install_sh@
235 libdir = @libdir@
236 libexecdir = @libexecdir@
237 localstatedir = @localstatedir@
238 mandir = @mandir@
239 mkdir_p = @mkdir_p@
240 oldincludedir = @oldincludedir@
241 prefix = @prefix@
242 program_transform_name = @program_transform_name@
243 sbindir = @sbindir@
244 sharedstatedir = @sharedstatedir@
245 sysconfdir = @sysconfdir@
246 target = @target@
247 target_alias = @target_alias@
248 target_cpu = @target_cpu@
249 target_os = @target_os@
250 target_vendor = @target_vendor@
251 vm_classes = @vm_classes@
252 SUBDIRS = api
253 EXTRA_DIST = README.jaxp
254 all: all-recursive
255
256 .SUFFIXES:
257 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
258         @for dep in $?; do \
259           case '$(am__configure_deps)' in \
260             *$$dep*) \
261               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
262                 && exit 0; \
263               exit 1;; \
264           esac; \
265         done; \
266         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
267         cd $(top_srcdir) && \
268           $(AUTOMAKE) --gnu  doc/Makefile
269 .PRECIOUS: Makefile
270 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271         @case '$?' in \
272           *config.status*) \
273             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
274           *) \
275             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
276             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
277         esac;
278
279 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
282 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
283         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
285         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
287 mostlyclean-libtool:
288         -rm -f *.lo
289
290 clean-libtool:
291         -rm -rf .libs _libs
292
293 distclean-libtool:
294         -rm -f libtool
295 uninstall-info-am:
296
297 # This directory's subdirectories are mostly independent; you can cd
298 # into them and run `make' without going through this Makefile.
299 # To change the values of `make' variables: instead of editing Makefiles,
300 # (1) if the variable is set in `config.status', edit `config.status'
301 #     (which will cause the Makefiles to be regenerated when you run `make');
302 # (2) otherwise, pass the desired values on the `make' command line.
303 $(RECURSIVE_TARGETS):
304         @set fnord $$MAKEFLAGS; amf=$$2; \
305         dot_seen=no; \
306         target=`echo $@ | sed s/-recursive//`; \
307         list='$(SUBDIRS)'; for subdir in $$list; do \
308           echo "Making $$target in $$subdir"; \
309           if test "$$subdir" = "."; then \
310             dot_seen=yes; \
311             local_target="$$target-am"; \
312           else \
313             local_target="$$target"; \
314           fi; \
315           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
317         done; \
318         if test "$$dot_seen" = "no"; then \
319           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
320         fi; test -z "$$fail"
321
322 mostlyclean-recursive clean-recursive distclean-recursive \
323 maintainer-clean-recursive:
324         @set fnord $$MAKEFLAGS; amf=$$2; \
325         dot_seen=no; \
326         case "$@" in \
327           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
328           *) list='$(SUBDIRS)' ;; \
329         esac; \
330         rev=''; for subdir in $$list; do \
331           if test "$$subdir" = "."; then :; else \
332             rev="$$subdir $$rev"; \
333           fi; \
334         done; \
335         rev="$$rev ."; \
336         target=`echo $@ | sed s/-recursive//`; \
337         for subdir in $$rev; do \
338           echo "Making $$target in $$subdir"; \
339           if test "$$subdir" = "."; then \
340             local_target="$$target-am"; \
341           else \
342             local_target="$$target"; \
343           fi; \
344           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
345            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
346         done && test -z "$$fail"
347 tags-recursive:
348         list='$(SUBDIRS)'; for subdir in $$list; do \
349           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
350         done
351 ctags-recursive:
352         list='$(SUBDIRS)'; for subdir in $$list; do \
353           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
354         done
355
356 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
357         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
358         unique=`for i in $$list; do \
359             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360           done | \
361           $(AWK) '    { files[$$0] = 1; } \
362                END { for (i in files) print i; }'`; \
363         mkid -fID $$unique
364 tags: TAGS
365
366 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367                 $(TAGS_FILES) $(LISP)
368         tags=; \
369         here=`pwd`; \
370         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
371           include_option=--etags-include; \
372           empty_fix=.; \
373         else \
374           include_option=--include; \
375           empty_fix=; \
376         fi; \
377         list='$(SUBDIRS)'; for subdir in $$list; do \
378           if test "$$subdir" = .; then :; else \
379             test ! -f $$subdir/TAGS || \
380               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
381           fi; \
382         done; \
383         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384         unique=`for i in $$list; do \
385             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386           done | \
387           $(AWK) '    { files[$$0] = 1; } \
388                END { for (i in files) print i; }'`; \
389         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
390           test -n "$$unique" || unique=$$empty_fix; \
391           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
392             $$tags $$unique; \
393         fi
394 ctags: CTAGS
395 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
396                 $(TAGS_FILES) $(LISP)
397         tags=; \
398         here=`pwd`; \
399         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400         unique=`for i in $$list; do \
401             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402           done | \
403           $(AWK) '    { files[$$0] = 1; } \
404                END { for (i in files) print i; }'`; \
405         test -z "$(CTAGS_ARGS)$$tags$$unique" \
406           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407              $$tags $$unique
408
409 GTAGS:
410         here=`$(am__cd) $(top_builddir) && pwd` \
411           && cd $(top_srcdir) \
412           && gtags -i $(GTAGS_ARGS) $$here
413
414 distclean-tags:
415         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
416
417 distdir: $(DISTFILES)
418         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
419         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
420         list='$(DISTFILES)'; for file in $$list; do \
421           case $$file in \
422             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
423             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
424           esac; \
425           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
426           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
427           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
428             dir="/$$dir"; \
429             $(mkdir_p) "$(distdir)$$dir"; \
430           else \
431             dir=''; \
432           fi; \
433           if test -d $$d/$$file; then \
434             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
435               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
436             fi; \
437             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
438           else \
439             test -f $(distdir)/$$file \
440             || cp -p $$d/$$file $(distdir)/$$file \
441             || exit 1; \
442           fi; \
443         done
444         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
445           if test "$$subdir" = .; then :; else \
446             test -d "$(distdir)/$$subdir" \
447             || $(mkdir_p) "$(distdir)/$$subdir" \
448             || exit 1; \
449             distdir=`$(am__cd) $(distdir) && pwd`; \
450             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
451             (cd $$subdir && \
452               $(MAKE) $(AM_MAKEFLAGS) \
453                 top_distdir="$$top_distdir" \
454                 distdir="$$distdir/$$subdir" \
455                 distdir) \
456               || exit 1; \
457           fi; \
458         done
459 check-am: all-am
460 check: check-recursive
461 all-am: Makefile
462 installdirs: installdirs-recursive
463 installdirs-am:
464 install: install-recursive
465 install-exec: install-exec-recursive
466 install-data: install-data-recursive
467 uninstall: uninstall-recursive
468
469 install-am: all-am
470         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471
472 installcheck: installcheck-recursive
473 install-strip:
474         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
476           `test -z '$(STRIP)' || \
477             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
478 mostlyclean-generic:
479
480 clean-generic:
481
482 distclean-generic:
483         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
484
485 maintainer-clean-generic:
486         @echo "This command is intended for maintainers to use"
487         @echo "it deletes files that may require special tools to rebuild."
488 clean: clean-recursive
489
490 clean-am: clean-generic clean-libtool mostlyclean-am
491
492 distclean: distclean-recursive
493         -rm -f Makefile
494 distclean-am: clean-am distclean-generic distclean-libtool \
495         distclean-tags
496
497 dvi: dvi-recursive
498
499 dvi-am:
500
501 html: html-recursive
502
503 info: info-recursive
504
505 info-am:
506
507 install-data-am:
508
509 install-exec-am:
510
511 install-info: install-info-recursive
512
513 install-man:
514
515 installcheck-am:
516
517 maintainer-clean: maintainer-clean-recursive
518         -rm -f Makefile
519 maintainer-clean-am: distclean-am maintainer-clean-generic
520
521 mostlyclean: mostlyclean-recursive
522
523 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
524
525 pdf: pdf-recursive
526
527 pdf-am:
528
529 ps: ps-recursive
530
531 ps-am:
532
533 uninstall-am: uninstall-info-am
534
535 uninstall-info: uninstall-info-recursive
536
537 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
538         clean clean-generic clean-libtool clean-recursive ctags \
539         ctags-recursive distclean distclean-generic distclean-libtool \
540         distclean-recursive distclean-tags distdir dvi dvi-am html \
541         html-am info info-am install install-am install-data \
542         install-data-am install-exec install-exec-am install-info \
543         install-info-am install-man install-strip installcheck \
544         installcheck-am installdirs installdirs-am maintainer-clean \
545         maintainer-clean-generic maintainer-clean-recursive \
546         mostlyclean mostlyclean-generic mostlyclean-libtool \
547         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
548         uninstall uninstall-am uninstall-info-am
549
550
551 %.dvi : %.texinfo
552         texi2dvi $<
553
554 %.ps : %.dvi
555         dvips -o $@ $<
556
557 docs: hacking.ps vmintegration.ps
558 # Tell versions [3.59,3.63) of GNU make to not export all variables.
559 # Otherwise a system limit (for SysV at least) may be exceeded.
560 .NOEXPORT: