OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / introduction / mips / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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/introduction/mips
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)/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_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo "  GEN     " $@;
111 am__v_GEN_1 = 
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 = 
116 SOURCES =
117 DIST_SOURCES =
118 am__can_run_installinfo = \
119   case $$AM_UPDATE_INFO_DIR in \
120     n|no|NO) false;; \
121     *) (install-info --version) >/dev/null 2>&1;; \
122   esac
123 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124 am__DIST_COMMON = $(srcdir)/Makefile.in
125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126 ACLOCAL = @ACLOCAL@
127 AMTAR = @AMTAR@
128 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@
133 CC = @CC@
134 CCDEPMODE = @CCDEPMODE@
135 CFLAGS = @CFLAGS@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CTIE = @CTIE@
139 CYGPATH_W = @CYGPATH_W@
140 DEFS = @DEFS@
141 DEPDIR = @DEPDIR@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 FOP = @FOP@
148 GREP = @GREP@
149 INSTALL = @INSTALL@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 LDFLAGS = @LDFLAGS@
155 LIBOBJS = @LIBOBJS@
156 LIBS = @LIBS@
157 LTLIBOBJS = @LTLIBOBJS@
158 LYNX = @LYNX@
159 MAKEINFO = @MAKEINFO@
160 MKDIR_P = @MKDIR_P@
161 OBJEXT = @OBJEXT@
162 PACKAGE = @PACKAGE@
163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164 PACKAGE_NAME = @PACKAGE_NAME@
165 PACKAGE_STRING = @PACKAGE_STRING@
166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
167 PACKAGE_URL = @PACKAGE_URL@
168 PACKAGE_VERSION = @PACKAGE_VERSION@
169 PATH_SEPARATOR = @PATH_SEPARATOR@
170 PDF = @PDF@
171 SET_MAKE = @SET_MAKE@
172 SHELL = @SHELL@
173 STRIP = @STRIP@
174 SVNVER = @SVNVER@
175 TAKAO = @TAKAO@
176 TAKAOGEXFILE = @TAKAOGEXFILE@
177 TAKAOGFILE = @TAKAOGFILE@
178 TAKAOGFONTDIR = @TAKAOGFONTDIR@
179 TAKAOMFILE = @TAKAOMFILE@
180 TAKAOMFONTDIR = @TAKAOMFONTDIR@
181 TIDY = @TIDY@
182 TXT = @TXT@
183 VERSION = @VERSION@
184 XMLLINT = @XMLLINT@
185 XSLTPROC = @XSLTPROC@
186 abs_bookdir = @abs_bookdir@
187 abs_builddir = @abs_builddir@
188 abs_srcdir = @abs_srcdir@
189 abs_top_builddir = @abs_top_builddir@
190 abs_top_srcdir = @abs_top_srcdir@
191 ac_ct_CC = @ac_ct_CC@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 bookdir = @bookdir@
199 build_alias = @build_alias@
200 builddir = @builddir@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host_alias = @host_alias@
207 htmldir = @htmldir@
208 includedir = @includedir@
209 infodir = @infodir@
210 install_sh = @install_sh@
211 libdir = @libdir@
212 libexecdir = @libexecdir@
213 localedir = @localedir@
214 localstatedir = @localstatedir@
215 mandir = @mandir@
216 mkdir_p = @mkdir_p@
217 oldincludedir = @oldincludedir@
218 pdfdir = @pdfdir@
219 prefix = @prefix@
220 program_transform_name = @program_transform_name@
221 psdir = @psdir@
222 sbindir = @sbindir@
223 sharedstatedir = @sharedstatedir@
224 srcdir = @srcdir@
225 sysconfdir = @sysconfdir@
226 target_alias = @target_alias@
227 top_build_prefix = @top_build_prefix@
228 top_builddir = @top_builddir@
229 top_srcdir = @top_srcdir@
230 BOOKdir = @abs_bookdir@/introduction/mips
231 CHANGE_FILES = \
232         buildinfo.ch \
233         changelog.ch \
234         whatsnew.ch
235
236 EXTRA_DIST = $(CHANGE_FILES)
237 srcs = $(CHANGE_FILES:.ch=.xml)
238 SUFFIXES = .ch .xml
239 all: all-am
240
241 .SUFFIXES:
242 .SUFFIXES: .ch .xml
243 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
244         @for dep in $?; do \
245           case '$(am__configure_deps)' in \
246             *$$dep*) \
247               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
248                 && { if test -f $@; then exit 0; else break; fi; }; \
249               exit 1;; \
250           esac; \
251         done; \
252         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/introduction/mips/Makefile'; \
253         $(am__cd) $(top_srcdir) && \
254           $(AUTOMAKE) --gnu src/introduction/mips/Makefile
255 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256         @case '$?' in \
257           *config.status*) \
258             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
259           *) \
260             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
261             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
262         esac;
263
264 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
267 $(top_srcdir)/configure:  $(am__configure_deps)
268         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
270         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(am__aclocal_m4_deps):
272 tags TAGS:
273
274 ctags CTAGS:
275
276 cscope cscopelist:
277
278
279 distdir: $(DISTFILES)
280         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
281         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
282         list='$(DISTFILES)'; \
283           dist_files=`for file in $$list; do echo $$file; done | \
284           sed -e "s|^$$srcdirstrip/||;t" \
285               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
286         case $$dist_files in \
287           */*) $(MKDIR_P) `echo "$$dist_files" | \
288                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
289                            sort -u` ;; \
290         esac; \
291         for file in $$dist_files; do \
292           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
293           if test -d $$d/$$file; then \
294             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
295             if test -d "$(distdir)/$$file"; then \
296               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
297             fi; \
298             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
299               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
300               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
301             fi; \
302             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
303           else \
304             test -f "$(distdir)/$$file" \
305             || cp -p $$d/$$file "$(distdir)/$$file" \
306             || exit 1; \
307           fi; \
308         done
309 check-am: all-am
310 check: check-am
311 all-am: Makefile
312 installdirs:
313 install: install-am
314 install-exec: install-exec-am
315 install-data: install-data-am
316 uninstall: uninstall-am
317
318 install-am: all-am
319         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
320
321 installcheck: installcheck-am
322 install-strip:
323         if test -z '$(STRIP)'; then \
324           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
325             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
326               install; \
327         else \
328           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
329             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
330             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
331         fi
332 mostlyclean-generic:
333
334 clean-generic:
335
336 distclean-generic:
337         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
338         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
339
340 maintainer-clean-generic:
341         @echo "This command is intended for maintainers to use"
342         @echo "it deletes files that may require special tools to rebuild."
343 clean: clean-am
344
345 clean-am: clean-generic mostlyclean-am
346
347 distclean: distclean-am
348         -rm -f Makefile
349 distclean-am: clean-am distclean-generic
350
351 dvi: dvi-am
352
353 dvi-am:
354
355 html: html-am
356
357 html-am:
358
359 info: info-am
360
361 info-am:
362
363 install-data-am:
364
365 install-dvi: install-dvi-am
366
367 install-dvi-am:
368
369 install-exec-am:
370
371 install-html: install-html-am
372
373 install-html-am:
374
375 install-info: install-info-am
376
377 install-info-am:
378
379 install-man:
380
381 install-pdf: install-pdf-am
382
383 install-pdf-am:
384
385 install-ps: install-ps-am
386
387 install-ps-am:
388
389 installcheck-am:
390
391 maintainer-clean: maintainer-clean-am
392         -rm -f Makefile
393 maintainer-clean-am: distclean-am maintainer-clean-generic
394
395 mostlyclean: mostlyclean-am
396
397 mostlyclean-am: mostlyclean-generic
398
399 pdf: pdf-am
400
401 pdf-am:
402
403 ps: ps-am
404
405 ps-am:
406
407 uninstall-am:
408
409 .MAKE: install-am install-strip
410
411 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
412         ctags-am distclean distclean-generic distdir dvi dvi-am html \
413         html-am info info-am install install-am install-data \
414         install-data-am install-dvi install-dvi-am install-exec \
415         install-exec-am install-html install-html-am install-info \
416         install-info-am install-man install-pdf install-pdf-am \
417         install-ps install-ps-am install-strip installcheck \
418         installcheck-am installdirs maintainer-clean \
419         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
420         pdf-am ps ps-am tags-am uninstall uninstall-am
421
422 .PRECIOUS: Makefile
423
424 .ch.xml:
425         $(top_builddir)/$(CTIE) -m $@ $(BOOKdir)/$@ $(srcdir)/$*.ch >/dev/null
426
427 all: ctie $(srcs)
428
429 ctie:
430         @$(MAKE) -C $(top_builddir)/$@ $@ >/dev/null
431
432 $(srcs): $(BOOKdir)/$@ $(srcdir)/$(@:.xml=.ch)
433
434 # Tell versions [3.59,3.63) of GNU make to not export all variables.
435 # Otherwise a system limit (for SysV at least) may be exceeded.
436 .NOEXPORT: