OSDN Git Service

[lfsja-git] r11.3-198 対応。
[lfsbookja/lfsja-git.git] / src / chapter10 / Makefile.in
1 # Makefile.in generated by automake 1.16.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 subdir = src/chapter10
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/version.ac \
91         $(top_srcdir)/m4/progs.m4 \
92         $(top_srcdir)/m4/ax_compare_version.m4 \
93         $(top_srcdir)/m4/ac_check_docbook_xslt.m4 \
94         $(top_srcdir)/m4/ac_check_docbook_dtd.m4 \
95         $(top_srcdir)/m4/ac_check_takaofontdir.m4 \
96         $(top_srcdir)/m4/ac_check_rev.m4 $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98         $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo "  GEN     " $@;
110 am__v_GEN_1 = 
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 = 
115 SOURCES =
116 DIST_SOURCES =
117 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118         ctags-recursive dvi-recursive html-recursive info-recursive \
119         install-data-recursive install-dvi-recursive \
120         install-exec-recursive install-html-recursive \
121         install-info-recursive install-pdf-recursive \
122         install-ps-recursive install-recursive installcheck-recursive \
123         installdirs-recursive pdf-recursive ps-recursive \
124         tags-recursive uninstall-recursive
125 am__can_run_installinfo = \
126   case $$AM_UPDATE_INFO_DIR in \
127     n|no|NO) false;; \
128     *) (install-info --version) >/dev/null 2>&1;; \
129   esac
130 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
131   distclean-recursive maintainer-clean-recursive
132 am__recursive_targets = \
133   $(RECURSIVE_TARGETS) \
134   $(RECURSIVE_CLEAN_TARGETS) \
135   $(am__extra_recursive_targets)
136 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137         distdir distdir-am
138 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139 # Read a list of newline-separated strings from the standard input,
140 # and print each of them once, without duplicates.  Input order is
141 # *not* preserved.
142 am__uniquify_input = $(AWK) '\
143   BEGIN { nonempty = 0; } \
144   { items[$$0] = 1; nonempty = 1; } \
145   END { if (nonempty) { for (i in items) print i; }; } \
146 '
147 # Make sure the list of sources is unique.  This is necessary because,
148 # e.g., the same source file might be shared among _SOURCES variables
149 # for different programs/libraries.
150 am__define_uniq_tagged_files = \
151   list='$(am__tagged_files)'; \
152   unique=`for i in $$list; do \
153     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154   done | $(am__uniquify_input)`
155 DIST_SUBDIRS = $(SUBDIRS)
156 am__DIST_COMMON = $(srcdir)/Makefile.in
157 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158 am__relativize = \
159   dir0=`pwd`; \
160   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
161   sed_rest='s,^[^/]*/*,,'; \
162   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
163   sed_butlast='s,/*[^/]*$$,,'; \
164   while test -n "$$dir1"; do \
165     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
166     if test "$$first" != "."; then \
167       if test "$$first" = ".."; then \
168         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
169         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
170       else \
171         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
172         if test "$$first2" = "$$first"; then \
173           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
174         else \
175           dir2="../$$dir2"; \
176         fi; \
177         dir0="$$dir0"/"$$first"; \
178       fi; \
179     fi; \
180     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
181   done; \
182   reldir="$$dir2"
183 ACLOCAL = @ACLOCAL@
184 AMTAR = @AMTAR@
185 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186 AUTOCONF = @AUTOCONF@
187 AUTOHEADER = @AUTOHEADER@
188 AUTOMAKE = @AUTOMAKE@
189 AWK = @AWK@
190 BASEDIR = @BASEDIR@
191 CC = @CC@
192 CCDEPMODE = @CCDEPMODE@
193 CFLAGS = @CFLAGS@
194 CPPFLAGS = @CPPFLAGS@
195 CSCOPE = @CSCOPE@
196 CTAGS = @CTAGS@
197 CTIE = @CTIE@
198 CYGPATH_W = @CYGPATH_W@
199 DEFS = @DEFS@
200 DEPDIR = @DEPDIR@
201 DUMPDIR = @DUMPDIR@
202 ECHO_C = @ECHO_C@
203 ECHO_N = @ECHO_N@
204 ECHO_T = @ECHO_T@
205 ETAGS = @ETAGS@
206 EXEEXT = @EXEEXT@
207 FOP = @FOP@
208 GITVER = @GITVER@
209 INSTALL = @INSTALL@
210 INSTALL_DATA = @INSTALL_DATA@
211 INSTALL_PROGRAM = @INSTALL_PROGRAM@
212 INSTALL_SCRIPT = @INSTALL_SCRIPT@
213 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
214 LDFLAGS = @LDFLAGS@
215 LIBOBJS = @LIBOBJS@
216 LIBS = @LIBS@
217 LTLIBOBJS = @LTLIBOBJS@
218 LYNX = @LYNX@
219 MAINT = @MAINT@
220 MAKEINFO = @MAKEINFO@
221 MKDIR_P = @MKDIR_P@
222 NOCHUNKS_NAME = @NOCHUNKS_NAME@
223 NOCHUNKS_OUTPUT = @NOCHUNKS_OUTPUT@
224 OBJEXT = @OBJEXT@
225 PACKAGE = @PACKAGE@
226 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
227 PACKAGE_NAME = @PACKAGE_NAME@
228 PACKAGE_STRING = @PACKAGE_STRING@
229 PACKAGE_TARNAME = @PACKAGE_TARNAME@
230 PACKAGE_URL = @PACKAGE_URL@
231 PACKAGE_VERSION = @PACKAGE_VERSION@
232 PATH_SEPARATOR = @PATH_SEPARATOR@
233 PDF = @PDF@
234 PDF_OUTPUT = @PDF_OUTPUT@
235 SET_MAKE = @SET_MAKE@
236 SHELL = @SHELL@
237 STRIP = @STRIP@
238 TAKAO = @TAKAO@
239 TAKAOGEXFILE = @TAKAOGEXFILE@
240 TAKAOGFILE = @TAKAOGFILE@
241 TAKAOGFONTDIR = @TAKAOGFONTDIR@
242 TAKAOMFILE = @TAKAOMFILE@
243 TAKAOMFONTDIR = @TAKAOMFONTDIR@
244 TIDY = @TIDY@
245 TXT = @TXT@
246 VERSION = @VERSION@
247 XMLLINT = @XMLLINT@
248 XSLTPROC = @XSLTPROC@
249 abs_bookdir = @abs_bookdir@
250 abs_builddir = @abs_builddir@
251 abs_srcdir = @abs_srcdir@
252 abs_top_builddir = @abs_top_builddir@
253 abs_top_srcdir = @abs_top_srcdir@
254 ac_ct_CC = @ac_ct_CC@
255 am__include = @am__include@
256 am__leading_dot = @am__leading_dot@
257 am__quote = @am__quote@
258 am__tar = @am__tar@
259 am__untar = @am__untar@
260 bindir = @bindir@
261 bookdir = @bookdir@
262 build_alias = @build_alias@
263 builddir = @builddir@
264 datadir = @datadir@
265 datarootdir = @datarootdir@
266 docdir = @docdir@
267 dvidir = @dvidir@
268 exec_prefix = @exec_prefix@
269 host_alias = @host_alias@
270 htmldir = @htmldir@
271 includedir = @includedir@
272 infodir = @infodir@
273 install_sh = @install_sh@
274 libdir = @libdir@
275 libexecdir = @libexecdir@
276 localedir = @localedir@
277 localstatedir = @localstatedir@
278 mandir = @mandir@
279 mkdir_p = @mkdir_p@
280 oldincludedir = @oldincludedir@
281 pdfdir = @pdfdir@
282 prefix = @prefix@
283 program_transform_name = @program_transform_name@
284 psdir = @psdir@
285 revspec = @revspec@
286 runstatedir = @runstatedir@
287 sbindir = @sbindir@
288 sharedstatedir = @sharedstatedir@
289 srcdir = @srcdir@
290 sysconfdir = @sysconfdir@
291 target_alias = @target_alias@
292 top_build_prefix = @top_build_prefix@
293 top_builddir = @top_builddir@
294 top_srcdir = @top_srcdir@
295 SUBDIRS = kernel
296 BOOKdir = @abs_bookdir@/chapter10
297 CHANGE_FILES = \
298         chapter10.ch    \
299         fstab.ch        \
300         grub.ch         \
301         introduction.ch \
302         kernel.ch
303
304 EXTRA_DIST = $(CHANGE_FILES)
305 srcs = $(CHANGE_FILES:.ch=.xml)
306 DISTCLEANFILES = $(srcs)
307 SUFFIXES = .ch .xml
308 all: all-recursive
309
310 .SUFFIXES:
311 .SUFFIXES: .ch .xml
312 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
313         @for dep in $?; do \
314           case '$(am__configure_deps)' in \
315             *$$dep*) \
316               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
317                 && { if test -f $@; then exit 0; else break; fi; }; \
318               exit 1;; \
319           esac; \
320         done; \
321         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/chapter10/Makefile'; \
322         $(am__cd) $(top_srcdir) && \
323           $(AUTOMAKE) --gnu src/chapter10/Makefile
324 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325         @case '$?' in \
326           *config.status*) \
327             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
328           *) \
329             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
330             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
331         esac;
332
333 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
334         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
336 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
337         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
339         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340 $(am__aclocal_m4_deps):
341
342 # This directory's subdirectories are mostly independent; you can cd
343 # into them and run 'make' without going through this Makefile.
344 # To change the values of 'make' variables: instead of editing Makefiles,
345 # (1) if the variable is set in 'config.status', edit 'config.status'
346 #     (which will cause the Makefiles to be regenerated when you run 'make');
347 # (2) otherwise, pass the desired values on the 'make' command line.
348 $(am__recursive_targets):
349         @fail=; \
350         if $(am__make_keepgoing); then \
351           failcom='fail=yes'; \
352         else \
353           failcom='exit 1'; \
354         fi; \
355         dot_seen=no; \
356         target=`echo $@ | sed s/-recursive//`; \
357         case "$@" in \
358           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
359           *) list='$(SUBDIRS)' ;; \
360         esac; \
361         for subdir in $$list; do \
362           echo "Making $$target in $$subdir"; \
363           if test "$$subdir" = "."; then \
364             dot_seen=yes; \
365             local_target="$$target-am"; \
366           else \
367             local_target="$$target"; \
368           fi; \
369           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370           || eval $$failcom; \
371         done; \
372         if test "$$dot_seen" = "no"; then \
373           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374         fi; test -z "$$fail"
375
376 ID: $(am__tagged_files)
377         $(am__define_uniq_tagged_files); mkid -fID $$unique
378 tags: tags-recursive
379 TAGS: tags
380
381 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
382         set x; \
383         here=`pwd`; \
384         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
385           include_option=--etags-include; \
386           empty_fix=.; \
387         else \
388           include_option=--include; \
389           empty_fix=; \
390         fi; \
391         list='$(SUBDIRS)'; for subdir in $$list; do \
392           if test "$$subdir" = .; then :; else \
393             test ! -f $$subdir/TAGS || \
394               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
395           fi; \
396         done; \
397         $(am__define_uniq_tagged_files); \
398         shift; \
399         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400           test -n "$$unique" || unique=$$empty_fix; \
401           if test $$# -gt 0; then \
402             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403               "$$@" $$unique; \
404           else \
405             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406               $$unique; \
407           fi; \
408         fi
409 ctags: ctags-recursive
410
411 CTAGS: ctags
412 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
413         $(am__define_uniq_tagged_files); \
414         test -z "$(CTAGS_ARGS)$$unique" \
415           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
416              $$unique
417
418 GTAGS:
419         here=`$(am__cd) $(top_builddir) && pwd` \
420           && $(am__cd) $(top_srcdir) \
421           && gtags -i $(GTAGS_ARGS) "$$here"
422 cscopelist: cscopelist-recursive
423
424 cscopelist-am: $(am__tagged_files)
425         list='$(am__tagged_files)'; \
426         case "$(srcdir)" in \
427           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
428           *) sdir=$(subdir)/$(srcdir) ;; \
429         esac; \
430         for i in $$list; do \
431           if test -f "$$i"; then \
432             echo "$(subdir)/$$i"; \
433           else \
434             echo "$$sdir/$$i"; \
435           fi; \
436         done >> $(top_builddir)/cscope.files
437
438 distclean-tags:
439         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
440 distdir: $(BUILT_SOURCES)
441         $(MAKE) $(AM_MAKEFLAGS) distdir-am
442
443 distdir-am: $(DISTFILES)
444         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446         list='$(DISTFILES)'; \
447           dist_files=`for file in $$list; do echo $$file; done | \
448           sed -e "s|^$$srcdirstrip/||;t" \
449               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
450         case $$dist_files in \
451           */*) $(MKDIR_P) `echo "$$dist_files" | \
452                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
453                            sort -u` ;; \
454         esac; \
455         for file in $$dist_files; do \
456           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457           if test -d $$d/$$file; then \
458             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
459             if test -d "$(distdir)/$$file"; then \
460               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461             fi; \
462             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
463               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
464               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465             fi; \
466             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
467           else \
468             test -f "$(distdir)/$$file" \
469             || cp -p $$d/$$file "$(distdir)/$$file" \
470             || exit 1; \
471           fi; \
472         done
473         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
474           if test "$$subdir" = .; then :; else \
475             $(am__make_dryrun) \
476               || test -d "$(distdir)/$$subdir" \
477               || $(MKDIR_P) "$(distdir)/$$subdir" \
478               || exit 1; \
479             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
480             $(am__relativize); \
481             new_distdir=$$reldir; \
482             dir1=$$subdir; dir2="$(top_distdir)"; \
483             $(am__relativize); \
484             new_top_distdir=$$reldir; \
485             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
486             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
487             ($(am__cd) $$subdir && \
488               $(MAKE) $(AM_MAKEFLAGS) \
489                 top_distdir="$$new_top_distdir" \
490                 distdir="$$new_distdir" \
491                 am__remove_distdir=: \
492                 am__skip_length_check=: \
493                 am__skip_mode_fix=: \
494                 distdir) \
495               || exit 1; \
496           fi; \
497         done
498 check-am: all-am
499 check: check-recursive
500 all-am: Makefile
501 installdirs: installdirs-recursive
502 installdirs-am:
503 install: install-recursive
504 install-exec: install-exec-recursive
505 install-data: install-data-recursive
506 uninstall: uninstall-recursive
507
508 install-am: all-am
509         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
510
511 installcheck: installcheck-recursive
512 install-strip:
513         if test -z '$(STRIP)'; then \
514           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516               install; \
517         else \
518           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
521         fi
522 mostlyclean-generic:
523
524 clean-generic:
525
526 distclean-generic:
527         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
530
531 maintainer-clean-generic:
532         @echo "This command is intended for maintainers to use"
533         @echo "it deletes files that may require special tools to rebuild."
534 clean: clean-recursive
535
536 clean-am: clean-generic mostlyclean-am
537
538 distclean: distclean-recursive
539         -rm -f Makefile
540 distclean-am: clean-am distclean-generic distclean-tags
541
542 dvi: dvi-recursive
543
544 dvi-am:
545
546 html: html-recursive
547
548 html-am:
549
550 info: info-recursive
551
552 info-am:
553
554 install-data-am:
555
556 install-dvi: install-dvi-recursive
557
558 install-dvi-am:
559
560 install-exec-am:
561
562 install-html: install-html-recursive
563
564 install-html-am:
565
566 install-info: install-info-recursive
567
568 install-info-am:
569
570 install-man:
571
572 install-pdf: install-pdf-recursive
573
574 install-pdf-am:
575
576 install-ps: install-ps-recursive
577
578 install-ps-am:
579
580 installcheck-am:
581
582 maintainer-clean: maintainer-clean-recursive
583         -rm -f Makefile
584 maintainer-clean-am: distclean-am maintainer-clean-generic
585
586 mostlyclean: mostlyclean-recursive
587
588 mostlyclean-am: mostlyclean-generic
589
590 pdf: pdf-recursive
591
592 pdf-am:
593
594 ps: ps-recursive
595
596 ps-am:
597
598 uninstall-am:
599
600 .MAKE: $(am__recursive_targets) install-am install-strip
601
602 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
603         check-am clean clean-generic cscopelist-am ctags ctags-am \
604         distclean distclean-generic distclean-tags distdir dvi dvi-am \
605         html html-am info info-am install install-am install-data \
606         install-data-am install-dvi install-dvi-am install-exec \
607         install-exec-am install-html install-html-am install-info \
608         install-info-am install-man install-pdf install-pdf-am \
609         install-ps install-ps-am install-strip installcheck \
610         installcheck-am installdirs installdirs-am maintainer-clean \
611         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
612         pdf-am ps ps-am tags tags-am uninstall uninstall-am
613
614 .PRECIOUS: Makefile
615
616 .ch.xml:
617         $(top_builddir)/$(CTIE) -m $@ $(BOOKdir)/$@ $(srcdir)/$*.ch >/dev/null
618
619 all: ctie $(srcs)
620
621 ctie:
622         @$(MAKE) -C $(top_builddir)/$@ $@ >/dev/null
623
624 -include Makefile.sub
625 Makefile.sub: $(top_srcdir)/bin/ctiemake.sh $(top_builddir)/config.log
626         @$(top_srcdir)/bin/ctiemake.sh $(srcs)
627
628 @MAINT@.PHONY: chbuild
629 @MAINT@chbuild: $(addprefix $(srcdir)/, $(CHANGE_FILES))
630 @MAINT@$(addprefix $(srcdir)/, $(CHANGE_FILES)):
631 @MAINT@ @if test ! -f $(@:.xml=.ch); then $(top_srcdir)/bin/buildch.perl `echo $@ | sed -e "s|^$(srcdir)|$(BOOKdir)|" -e "s|\.ch$$|.xml|"` $(@:.xml=.ch); fi
632
633 # Tell versions [3.59,3.63) of GNU make to not export all variables.
634 # Otherwise a system limit (for SysV at least) may be exceeded.
635 .NOEXPORT: