OSDN Git Service

GIT-20170514.
[clfsja/cross-lfs-ja.git] / src / cross-tools / 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/cross-tools/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@/cross-tools/common
231 CHANGE_FILES = \
232         binutils.ch     \
233         file.ch         \
234         gcc-final.ch    \
235         gcc-static.ch   \
236         glibc.ch        \
237         gmp.ch          \
238         introduction.ch \
239         isl.ch          \
240         m4.ch           \
241         mpc.ch          \
242         mpfr.ch         \
243         ncurses.ch      \
244         pkg-config-lite.ch
245
246 EXTRA_DIST = $(CHANGE_FILES)
247 srcs = $(CHANGE_FILES:.ch=.xml)
248 SUFFIXES = .ch .xml
249 all: all-am
250
251 .SUFFIXES:
252 .SUFFIXES: .ch .xml
253 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
254         @for dep in $?; do \
255           case '$(am__configure_deps)' in \
256             *$$dep*) \
257               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
258                 && { if test -f $@; then exit 0; else break; fi; }; \
259               exit 1;; \
260           esac; \
261         done; \
262         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/cross-tools/common/Makefile'; \
263         $(am__cd) $(top_srcdir) && \
264           $(AUTOMAKE) --gnu src/cross-tools/common/Makefile
265 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266         @case '$?' in \
267           *config.status*) \
268             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269           *) \
270             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
271             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
272         esac;
273
274 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
277 $(top_srcdir)/configure:  $(am__configure_deps)
278         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
280         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 $(am__aclocal_m4_deps):
282 tags TAGS:
283
284 ctags CTAGS:
285
286 cscope cscopelist:
287
288
289 distdir: $(DISTFILES)
290         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
291         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
292         list='$(DISTFILES)'; \
293           dist_files=`for file in $$list; do echo $$file; done | \
294           sed -e "s|^$$srcdirstrip/||;t" \
295               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
296         case $$dist_files in \
297           */*) $(MKDIR_P) `echo "$$dist_files" | \
298                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
299                            sort -u` ;; \
300         esac; \
301         for file in $$dist_files; do \
302           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
303           if test -d $$d/$$file; then \
304             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
305             if test -d "$(distdir)/$$file"; then \
306               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
307             fi; \
308             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
309               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
310               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
311             fi; \
312             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
313           else \
314             test -f "$(distdir)/$$file" \
315             || cp -p $$d/$$file "$(distdir)/$$file" \
316             || exit 1; \
317           fi; \
318         done
319 check-am: all-am
320 check: check-am
321 all-am: Makefile
322 installdirs:
323 install: install-am
324 install-exec: install-exec-am
325 install-data: install-data-am
326 uninstall: uninstall-am
327
328 install-am: all-am
329         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
330
331 installcheck: installcheck-am
332 install-strip:
333         if test -z '$(STRIP)'; then \
334           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
335             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
336               install; \
337         else \
338           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
339             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
340             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
341         fi
342 mostlyclean-generic:
343
344 clean-generic:
345
346 distclean-generic:
347         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
348         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
349
350 maintainer-clean-generic:
351         @echo "This command is intended for maintainers to use"
352         @echo "it deletes files that may require special tools to rebuild."
353 clean: clean-am
354
355 clean-am: clean-generic mostlyclean-am
356
357 distclean: distclean-am
358         -rm -f Makefile
359 distclean-am: clean-am distclean-generic
360
361 dvi: dvi-am
362
363 dvi-am:
364
365 html: html-am
366
367 html-am:
368
369 info: info-am
370
371 info-am:
372
373 install-data-am:
374
375 install-dvi: install-dvi-am
376
377 install-dvi-am:
378
379 install-exec-am:
380
381 install-html: install-html-am
382
383 install-html-am:
384
385 install-info: install-info-am
386
387 install-info-am:
388
389 install-man:
390
391 install-pdf: install-pdf-am
392
393 install-pdf-am:
394
395 install-ps: install-ps-am
396
397 install-ps-am:
398
399 installcheck-am:
400
401 maintainer-clean: maintainer-clean-am
402         -rm -f Makefile
403 maintainer-clean-am: distclean-am maintainer-clean-generic
404
405 mostlyclean: mostlyclean-am
406
407 mostlyclean-am: mostlyclean-generic
408
409 pdf: pdf-am
410
411 pdf-am:
412
413 ps: ps-am
414
415 ps-am:
416
417 uninstall-am:
418
419 .MAKE: install-am install-strip
420
421 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
422         ctags-am distclean distclean-generic distdir dvi dvi-am html \
423         html-am info info-am install install-am install-data \
424         install-data-am install-dvi install-dvi-am install-exec \
425         install-exec-am install-html install-html-am install-info \
426         install-info-am install-man install-pdf install-pdf-am \
427         install-ps install-ps-am install-strip installcheck \
428         installcheck-am installdirs maintainer-clean \
429         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
430         pdf-am ps ps-am tags-am uninstall uninstall-am
431
432 .PRECIOUS: Makefile
433
434 .ch.xml:
435         $(top_builddir)/$(CTIE) -m $@ $(BOOKdir)/$@ $(srcdir)/$*.ch >/dev/null
436
437 all: ctie $(srcs)
438
439 ctie:
440         @$(MAKE) -C $(top_builddir)/$@ $@ >/dev/null
441
442 $(srcs): $(BOOKdir)/$@ $(srcdir)/$(@:.xml=.ch)
443
444 # Tell versions [3.59,3.63) of GNU make to not export all variables.
445 # Otherwise a system limit (for SysV at least) may be exceeded.
446 .NOEXPORT: