OSDN Git Service

95bd724552a87db8b728c69b7727ed677e5cf0fc
[clfsja/cross-lfs-ja.git] / src / final-system / common / 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/final-system/common
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@/final-system/common
231 CHANGE_FILES = \
232         aboutdebug.ch      \
233         acl.ch             \
234         adjusting.ch       \
235         attr.ch            \
236         autoconf.ch        \
237         automake.ch        \
238         bc.ch              \
239         bash.ch            \
240         binutils.ch        \
241         bison.ch           \
242         bzip2.ch           \
243         cloog.ch           \
244         coreutils.ch       \
245         dbus.ch            \
246         diffutils.ch       \
247         e2fsprogs.ch       \
248         expat.ch           \
249         file.ch            \
250         findutils.ch       \
251         flex.ch            \
252         gawk.ch            \
253         gcc.ch             \
254         gdbm.ch            \
255         gettext.ch         \
256         glibc.ch           \
257         gmp.ch             \
258         gperf.ch           \
259         grep.ch            \
260         groff.ch           \
261         gzip.ch            \
262         iana-etc.ch        \
263         intltool.ch        \
264         introduction.ch    \
265         iproute2.ch        \
266         iputils.ch         \
267         isl.ch             \
268         kbd.ch             \
269         kmod.ch            \
270         less.ch            \
271         libcap.ch          \
272         libpipeline.ch     \
273         libtool.ch         \
274         linux-headers.ch   \
275         m4.ch              \
276         make.ch            \
277         man-db.ch          \
278         man-pages.ch       \
279         mpc.ch             \
280         mpfr.ch            \
281         ncurses.ch         \
282         patch.ch           \
283         perl.ch            \
284         pkg-config-lite.ch \
285         pkgmgt.ch          \
286         procps-ng.ch       \
287         psmisc.ch          \
288         readline.ch        \
289         sed.ch             \
290         shadow.ch          \
291         stripping.ch       \
292         systemd.ch         \
293         tar.ch             \
294         temp-perl.ch       \
295         testsuitesagain.ch \
296         texinfo.ch         \
297         util-linux.ch      \
298         vim.ch             \
299         xml-parser.ch      \
300         xz.ch              \
301         zlib.ch
302
303 EXTRA_DIST = $(CHANGE_FILES)
304 srcs = $(CHANGE_FILES:.ch=.xml)
305 SUFFIXES = .ch .xml
306 all: all-am
307
308 .SUFFIXES:
309 .SUFFIXES: .ch .xml
310 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
311         @for dep in $?; do \
312           case '$(am__configure_deps)' in \
313             *$$dep*) \
314               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
315                 && { if test -f $@; then exit 0; else break; fi; }; \
316               exit 1;; \
317           esac; \
318         done; \
319         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/final-system/common/Makefile'; \
320         $(am__cd) $(top_srcdir) && \
321           $(AUTOMAKE) --gnu src/final-system/common/Makefile
322 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323         @case '$?' in \
324           *config.status*) \
325             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326           *) \
327             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329         esac;
330
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
334 $(top_srcdir)/configure:  $(am__configure_deps)
335         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(am__aclocal_m4_deps):
339 tags TAGS:
340
341 ctags CTAGS:
342
343 cscope cscopelist:
344
345
346 distdir: $(DISTFILES)
347         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
349         list='$(DISTFILES)'; \
350           dist_files=`for file in $$list; do echo $$file; done | \
351           sed -e "s|^$$srcdirstrip/||;t" \
352               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
353         case $$dist_files in \
354           */*) $(MKDIR_P) `echo "$$dist_files" | \
355                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
356                            sort -u` ;; \
357         esac; \
358         for file in $$dist_files; do \
359           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
360           if test -d $$d/$$file; then \
361             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
362             if test -d "$(distdir)/$$file"; then \
363               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
364             fi; \
365             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
366               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
367               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
368             fi; \
369             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
370           else \
371             test -f "$(distdir)/$$file" \
372             || cp -p $$d/$$file "$(distdir)/$$file" \
373             || exit 1; \
374           fi; \
375         done
376 check-am: all-am
377 check: check-am
378 all-am: Makefile
379 installdirs:
380 install: install-am
381 install-exec: install-exec-am
382 install-data: install-data-am
383 uninstall: uninstall-am
384
385 install-am: all-am
386         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
387
388 installcheck: installcheck-am
389 install-strip:
390         if test -z '$(STRIP)'; then \
391           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
393               install; \
394         else \
395           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
396             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
397             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
398         fi
399 mostlyclean-generic:
400
401 clean-generic:
402
403 distclean-generic:
404         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
405         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
406
407 maintainer-clean-generic:
408         @echo "This command is intended for maintainers to use"
409         @echo "it deletes files that may require special tools to rebuild."
410 clean: clean-am
411
412 clean-am: clean-generic mostlyclean-am
413
414 distclean: distclean-am
415         -rm -f Makefile
416 distclean-am: clean-am distclean-generic
417
418 dvi: dvi-am
419
420 dvi-am:
421
422 html: html-am
423
424 html-am:
425
426 info: info-am
427
428 info-am:
429
430 install-data-am:
431
432 install-dvi: install-dvi-am
433
434 install-dvi-am:
435
436 install-exec-am:
437
438 install-html: install-html-am
439
440 install-html-am:
441
442 install-info: install-info-am
443
444 install-info-am:
445
446 install-man:
447
448 install-pdf: install-pdf-am
449
450 install-pdf-am:
451
452 install-ps: install-ps-am
453
454 install-ps-am:
455
456 installcheck-am:
457
458 maintainer-clean: maintainer-clean-am
459         -rm -f Makefile
460 maintainer-clean-am: distclean-am maintainer-clean-generic
461
462 mostlyclean: mostlyclean-am
463
464 mostlyclean-am: mostlyclean-generic
465
466 pdf: pdf-am
467
468 pdf-am:
469
470 ps: ps-am
471
472 ps-am:
473
474 uninstall-am:
475
476 .MAKE: install-am install-strip
477
478 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
479         ctags-am distclean distclean-generic distdir dvi dvi-am html \
480         html-am info info-am install install-am install-data \
481         install-data-am install-dvi install-dvi-am install-exec \
482         install-exec-am install-html install-html-am install-info \
483         install-info-am install-man install-pdf install-pdf-am \
484         install-ps install-ps-am install-strip installcheck \
485         installcheck-am installdirs maintainer-clean \
486         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
487         pdf-am ps ps-am tags-am uninstall uninstall-am
488
489 .PRECIOUS: Makefile
490
491 .ch.xml:
492         $(top_builddir)/$(CTIE) -m $@ $(BOOKdir)/$@ $(srcdir)/$*.ch >/dev/null
493
494 all: ctie $(srcs)
495
496 ctie:
497         @$(MAKE) -C $(top_builddir)/$@ $@ >/dev/null
498
499 $(srcs): $(BOOKdir)/$@ $(srcdir)/$(@:.xml=.ch)
500
501 # Tell versions [3.59,3.63) of GNU make to not export all variables.
502 # Otherwise a system limit (for SysV at least) may be exceeded.
503 .NOEXPORT: