]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/Makefile.in
Optimize bulk mode for normal_distribution<double> for SSE3.
[thirdparty/gcc.git] / libstdc++-v3 / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 target_triplet = @target@
54 DIST_COMMON = $(top_srcdir)/fragment.am README ChangeLog \
55 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56 $(top_srcdir)/configure $(am__configure_deps) \
57 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
58 $(top_srcdir)/scripts/testsuite_flags.in \
59 $(top_srcdir)/scripts/extract_symvers.in \
60 $(top_srcdir)/doc/xsl/customization.xsl.in
61 subdir = .
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
64 $(top_srcdir)/../config/enable.m4 \
65 $(top_srcdir)/../config/futex.m4 \
66 $(top_srcdir)/../config/iconv.m4 \
67 $(top_srcdir)/../config/lead-dot.m4 \
68 $(top_srcdir)/../config/lib-ld.m4 \
69 $(top_srcdir)/../config/lib-link.m4 \
70 $(top_srcdir)/../config/lib-prefix.m4 \
71 $(top_srcdir)/../config/lthostflags.m4 \
72 $(top_srcdir)/../config/multi.m4 \
73 $(top_srcdir)/../config/no-executables.m4 \
74 $(top_srcdir)/../config/override.m4 \
75 $(top_srcdir)/../config/stdint.m4 \
76 $(top_srcdir)/../config/unwind_ipinfo.m4 \
77 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
78 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
79 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
80 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
81 $(top_srcdir)/../config/gc++filt.m4 \
82 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
83 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84 $(ACLOCAL_M4)
85 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
86 configure.lineno config.status.lineno
87 CONFIG_HEADER = config.h
88 CONFIG_CLEAN_FILES = scripts/testsuite_flags scripts/extract_symvers \
89 doc/xsl/customization.xsl
90 CONFIG_CLEAN_VPATH_FILES =
91 depcomp =
92 am__depfiles_maybe =
93 SOURCES =
94 MULTISRCTOP =
95 MULTIBUILDTOP =
96 MULTIDIRS =
97 MULTISUBDIR =
98 MULTIDO = true
99 MULTICLEAN = true
100 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
101 html-recursive info-recursive install-data-recursive \
102 install-dvi-recursive install-exec-recursive \
103 install-html-recursive install-info-recursive \
104 install-pdf-recursive install-ps-recursive install-recursive \
105 installcheck-recursive installdirs-recursive pdf-recursive \
106 ps-recursive uninstall-recursive
107 am__can_run_installinfo = \
108 case $$AM_UPDATE_INFO_DIR in \
109 n|no|NO) false;; \
110 *) (install-info --version) >/dev/null 2>&1;; \
111 esac
112 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
113 distclean-recursive maintainer-clean-recursive
114 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
115 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
116 ETAGS = etags
117 CTAGS = ctags
118 DIST_SUBDIRS = include libsupc++ src doc po testsuite python
119 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
120 ACLOCAL = @ACLOCAL@
121 ALLOCATOR_H = @ALLOCATOR_H@
122 ALLOCATOR_NAME = @ALLOCATOR_NAME@
123 AMTAR = @AMTAR@
124 AR = @AR@
125 AS = @AS@
126 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
127 ATOMIC_FLAGS = @ATOMIC_FLAGS@
128 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
129 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@
133 BASIC_FILE_CC = @BASIC_FILE_CC@
134 BASIC_FILE_H = @BASIC_FILE_H@
135 CC = @CC@
136 CCODECVT_CC = @CCODECVT_CC@
137 CCOLLATE_CC = @CCOLLATE_CC@
138 CCTYPE_CC = @CCTYPE_CC@
139 CFLAGS = @CFLAGS@
140 CLOCALE_CC = @CLOCALE_CC@
141 CLOCALE_H = @CLOCALE_H@
142 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
143 CMESSAGES_CC = @CMESSAGES_CC@
144 CMESSAGES_H = @CMESSAGES_H@
145 CMONEY_CC = @CMONEY_CC@
146 CNUMERIC_CC = @CNUMERIC_CC@
147 CPP = @CPP@
148 CPPFLAGS = @CPPFLAGS@
149 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
150 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
151 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
152 CSTDIO_H = @CSTDIO_H@
153 CTIME_CC = @CTIME_CC@
154 CTIME_H = @CTIME_H@
155 CXX = @CXX@
156 CXXCPP = @CXXCPP@
157 CXXFILT = @CXXFILT@
158 CXXFLAGS = @CXXFLAGS@
159 CYGPATH_W = @CYGPATH_W@
160 C_INCLUDE_DIR = @C_INCLUDE_DIR@
161 DBLATEX = @DBLATEX@
162 DEBUG_FLAGS = @DEBUG_FLAGS@
163 DEFS = @DEFS@
164 DOT = @DOT@
165 DOXYGEN = @DOXYGEN@
166 DSYMUTIL = @DSYMUTIL@
167 DUMPBIN = @DUMPBIN@
168 ECHO_C = @ECHO_C@
169 ECHO_N = @ECHO_N@
170 ECHO_T = @ECHO_T@
171 EGREP = @EGREP@
172 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
173 EXEEXT = @EXEEXT@
174 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
175 FGREP = @FGREP@
176 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
177 GLIBCXX_LIBS = @GLIBCXX_LIBS@
178 GREP = @GREP@
179 HWCAP_FLAGS = @HWCAP_FLAGS@
180 INSTALL = @INSTALL@
181 INSTALL_DATA = @INSTALL_DATA@
182 INSTALL_PROGRAM = @INSTALL_PROGRAM@
183 INSTALL_SCRIPT = @INSTALL_SCRIPT@
184 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185 LD = @LD@
186 LDFLAGS = @LDFLAGS@
187 LIBICONV = @LIBICONV@
188 LIBOBJS = @LIBOBJS@
189 LIBS = @LIBS@
190 LIBTOOL = @LIBTOOL@
191 LIPO = @LIPO@
192 LN_S = @LN_S@
193 LTLIBICONV = @LTLIBICONV@
194 LTLIBOBJS = @LTLIBOBJS@
195 MAINT = @MAINT@
196 MAKEINFO = @MAKEINFO@
197 MKDIR_P = @MKDIR_P@
198 NM = @NM@
199 NMEDIT = @NMEDIT@
200 OBJDUMP = @OBJDUMP@
201 OBJEXT = @OBJEXT@
202 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
203 OPT_LDFLAGS = @OPT_LDFLAGS@
204 OS_INC_SRCDIR = @OS_INC_SRCDIR@
205 OTOOL = @OTOOL@
206 OTOOL64 = @OTOOL64@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 PDFLATEX = @PDFLATEX@
216 RANLIB = @RANLIB@
217 SECTION_FLAGS = @SECTION_FLAGS@
218 SECTION_LDFLAGS = @SECTION_LDFLAGS@
219 SED = @SED@
220 SET_MAKE = @SET_MAKE@
221 SHELL = @SHELL@
222 STRIP = @STRIP@
223 SYMVER_FILE = @SYMVER_FILE@
224 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
225 USE_NLS = @USE_NLS@
226 VERSION = @VERSION@
227 WARN_FLAGS = @WARN_FLAGS@
228 WERROR = @WERROR@
229 XMLLINT = @XMLLINT@
230 XSLTPROC = @XSLTPROC@
231 XSL_STYLE_DIR = @XSL_STYLE_DIR@
232 abs_builddir = @abs_builddir@
233 abs_srcdir = @abs_srcdir@
234 abs_top_builddir = @abs_top_builddir@
235 abs_top_srcdir = @abs_top_srcdir@
236 ac_ct_CC = @ac_ct_CC@
237 ac_ct_CXX = @ac_ct_CXX@
238 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
239 am__leading_dot = @am__leading_dot@
240 am__tar = @am__tar@
241 am__untar = @am__untar@
242 baseline_dir = @baseline_dir@
243 baseline_subdir_switch = @baseline_subdir_switch@
244 bindir = @bindir@
245 build = @build@
246 build_alias = @build_alias@
247 build_cpu = @build_cpu@
248 build_os = @build_os@
249 build_vendor = @build_vendor@
250 builddir = @builddir@
251 check_msgfmt = @check_msgfmt@
252 datadir = @datadir@
253 datarootdir = @datarootdir@
254 docdir = @docdir@
255 dvidir = @dvidir@
256 enable_shared = @enable_shared@
257 enable_static = @enable_static@
258 exec_prefix = @exec_prefix@
259 glibcxx_MOFILES = @glibcxx_MOFILES@
260 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
261 glibcxx_POFILES = @glibcxx_POFILES@
262 glibcxx_builddir = @glibcxx_builddir@
263 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
264 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
265 glibcxx_localedir = @glibcxx_localedir@
266 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
267 glibcxx_prefixdir = @glibcxx_prefixdir@
268 glibcxx_srcdir = @glibcxx_srcdir@
269 glibcxx_toolexecdir = @glibcxx_toolexecdir@
270 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
271 gxx_include_dir = @gxx_include_dir@
272 host = @host@
273 host_alias = @host_alias@
274 host_cpu = @host_cpu@
275 host_os = @host_os@
276 host_vendor = @host_vendor@
277 htmldir = @htmldir@
278 includedir = @includedir@
279 infodir = @infodir@
280 install_sh = @install_sh@
281 libdir = @libdir@
282 libexecdir = @libexecdir@
283 libtool_VERSION = @libtool_VERSION@
284 localedir = @localedir@
285 localstatedir = @localstatedir@
286 lt_host_flags = @lt_host_flags@
287 mandir = @mandir@
288 mkdir_p = @mkdir_p@
289 multi_basedir = @multi_basedir@
290 oldincludedir = @oldincludedir@
291 pdfdir = @pdfdir@
292 port_specific_symbol_files = @port_specific_symbol_files@
293 prefix = @prefix@
294 program_transform_name = @program_transform_name@
295 psdir = @psdir@
296 python_mod_dir = @python_mod_dir@
297 sbindir = @sbindir@
298 sharedstatedir = @sharedstatedir@
299 srcdir = @srcdir@
300 sysconfdir = @sysconfdir@
301 target = @target@
302 target_alias = @target_alias@
303 target_cpu = @target_cpu@
304 target_os = @target_os@
305 target_vendor = @target_vendor@
306 top_build_prefix = @top_build_prefix@
307 top_builddir = @top_builddir@
308 top_srcdir = @top_srcdir@
309 toplevel_builddir = @toplevel_builddir@
310 toplevel_srcdir = @toplevel_srcdir@
311
312 # May be used by various substitution variables.
313 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
314 MAINT_CHARSET = latin1
315 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
316 PWD_COMMAND = $${PWDCMD-pwd}
317 STAMP = echo timestamp >
318 toolexecdir = $(glibcxx_toolexecdir)
319 toolexeclibdir = $(glibcxx_toolexeclibdir)
320 @ENABLE_WERROR_FALSE@WERROR_FLAG =
321 @ENABLE_WERROR_TRUE@WERROR_FLAG = $(WERROR)
322
323 # These bits are all figured out from configure. Look in acinclude.m4
324 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
325 CONFIG_CXXFLAGS = \
326 $(SECTION_FLAGS) $(HWCAP_FLAGS) $(EXTRA_CXX_FLAGS) -frandom-seed=$@
327
328 WARN_CXXFLAGS = \
329 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
330
331
332 # -I/-D flags to pass when compiling.
333 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
334 @GLIBCXX_HOSTED_TRUE@hosted_source = src doc po testsuite
335 SUBDIRS = include libsupc++ $(hosted_source) python
336 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
337 @BUILD_XML_FALSE@STAMP_XML =
338
339 # Documentation conditionals for output.
340 @BUILD_XML_TRUE@STAMP_XML = doc-xml
341 @BUILD_XML_FALSE@STAMP_INSTALL_XML =
342 @BUILD_XML_TRUE@STAMP_INSTALL_XML = doc-install-xml
343 @BUILD_HTML_FALSE@STAMP_HTML =
344 @BUILD_HTML_TRUE@STAMP_HTML = doc-html
345 @BUILD_HTML_FALSE@STAMP_INSTALL_HTML =
346 @BUILD_HTML_TRUE@STAMP_INSTALL_HTML = doc-install-html
347 @BUILD_MAN_FALSE@STAMP_MAN =
348 @BUILD_MAN_TRUE@STAMP_MAN = doc-man
349 @BUILD_MAN_FALSE@STAMP_INSTALL_MAN =
350 @BUILD_MAN_TRUE@STAMP_INSTALL_MAN = doc-install-man
351 @BUILD_PDF_FALSE@STAMP_PDF =
352 @BUILD_PDF_TRUE@STAMP_PDF = doc-pdf
353 @BUILD_PDF_FALSE@STAMP_INSTALL_PDF =
354 @BUILD_PDF_TRUE@STAMP_INSTALL_PDF = doc-install-pdf
355 @BUILD_EPUB_FALSE@STAMP_EPUB = doc-epub
356 @BUILD_EPUB_TRUE@STAMP_EPUB = doc-epub
357 @BUILD_EPUB_FALSE@STAMP_INSTALL_EPUB = doc-install-epub
358 @BUILD_EPUB_TRUE@STAMP_INSTALL_EPUB = doc-install-epub
359
360 # Multilib support.
361 MAKEOVERRIDES =
362
363 # Work around what appears to be a GNU make bug handling MAKEFLAGS
364 # values defined in terms of make variables, as is the case for CC and
365 # friends when we are called from the top level Makefile.
366 AM_MAKEFLAGS = \
367 "AR_FLAGS=$(AR_FLAGS)" \
368 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
369 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
370 "CFLAGS=$(CFLAGS)" \
371 "CXXFLAGS=$(CXXFLAGS)" \
372 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
373 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
374 "INSTALL=$(INSTALL)" \
375 "INSTALL_DATA=$(INSTALL_DATA)" \
376 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
377 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
378 "LDFLAGS=$(LDFLAGS)" \
379 "LIBCFLAGS=$(LIBCFLAGS)" \
380 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
381 "MAKE=$(MAKE)" \
382 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
383 "SHELL=$(SHELL)" \
384 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
385 "exec_prefix=$(exec_prefix)" \
386 "infodir=$(infodir)" \
387 "libdir=$(libdir)" \
388 "includedir=$(includedir)" \
389 "prefix=$(prefix)" \
390 "tooldir=$(tooldir)" \
391 "gxx_include_dir=$(gxx_include_dir)" \
392 "AR=$(AR)" \
393 "AS=$(AS)" \
394 "LD=$(LD)" \
395 "RANLIB=$(RANLIB)" \
396 "NM=$(NM)" \
397 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
398 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
399 "DESTDIR=$(DESTDIR)" \
400 "WERROR=$(WERROR)"
401
402
403 # Subdir rules rely on $(FLAGS_TO_PASS)
404 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
405 all: config.h
406 $(MAKE) $(AM_MAKEFLAGS) all-recursive
407
408 .SUFFIXES:
409 am--refresh: Makefile
410 @:
411 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
412 @for dep in $?; do \
413 case '$(am__configure_deps)' in \
414 *$$dep*) \
415 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
416 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
417 && exit 0; \
418 exit 1;; \
419 esac; \
420 done; \
421 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
422 $(am__cd) $(top_srcdir) && \
423 $(AUTOMAKE) --foreign --ignore-deps Makefile
424 .PRECIOUS: Makefile
425 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
426 @case '$?' in \
427 *config.status*) \
428 echo ' $(SHELL) ./config.status'; \
429 $(SHELL) ./config.status;; \
430 *) \
431 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
432 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
433 esac;
434 $(top_srcdir)/fragment.am:
435
436 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
437 $(SHELL) ./config.status --recheck
438
439 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
440 $(am__cd) $(srcdir) && $(AUTOCONF)
441 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
442 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
443 $(am__aclocal_m4_deps):
444
445 config.h: stamp-h1
446 @if test ! -f $@; then rm -f stamp-h1; else :; fi
447 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
448
449 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
450 @rm -f stamp-h1
451 cd $(top_builddir) && $(SHELL) ./config.status config.h
452 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
453 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
454 rm -f stamp-h1
455 touch $@
456
457 distclean-hdr:
458 -rm -f config.h stamp-h1
459 scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
460 cd $(top_builddir) && $(SHELL) ./config.status $@
461 scripts/extract_symvers: $(top_builddir)/config.status $(top_srcdir)/scripts/extract_symvers.in
462 cd $(top_builddir) && $(SHELL) ./config.status $@
463 doc/xsl/customization.xsl: $(top_builddir)/config.status $(top_srcdir)/doc/xsl/customization.xsl.in
464 cd $(top_builddir) && $(SHELL) ./config.status $@
465
466 mostlyclean-libtool:
467 -rm -f *.lo
468
469 clean-libtool:
470 -rm -rf .libs _libs
471
472 distclean-libtool:
473 -rm -f libtool config.lt
474
475 # GNU Make needs to see an explicit $(MAKE) variable in the command it
476 # runs to enable its job server during parallel builds. Hence the
477 # comments below.
478 all-multi:
479 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
480 install-multi:
481 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
482
483 mostlyclean-multi:
484 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
485 clean-multi:
486 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
487 distclean-multi:
488 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
489 maintainer-clean-multi:
490 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
491
492 # This directory's subdirectories are mostly independent; you can cd
493 # into them and run `make' without going through this Makefile.
494 # To change the values of `make' variables: instead of editing Makefiles,
495 # (1) if the variable is set in `config.status', edit `config.status'
496 # (which will cause the Makefiles to be regenerated when you run `make');
497 # (2) otherwise, pass the desired values on the `make' command line.
498 $(RECURSIVE_TARGETS):
499 @fail= failcom='exit 1'; \
500 for f in x $$MAKEFLAGS; do \
501 case $$f in \
502 *=* | --[!k]*);; \
503 *k*) failcom='fail=yes';; \
504 esac; \
505 done; \
506 dot_seen=no; \
507 target=`echo $@ | sed s/-recursive//`; \
508 list='$(SUBDIRS)'; for subdir in $$list; do \
509 echo "Making $$target in $$subdir"; \
510 if test "$$subdir" = "."; then \
511 dot_seen=yes; \
512 local_target="$$target-am"; \
513 else \
514 local_target="$$target"; \
515 fi; \
516 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
517 || eval $$failcom; \
518 done; \
519 if test "$$dot_seen" = "no"; then \
520 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
521 fi; test -z "$$fail"
522
523 $(RECURSIVE_CLEAN_TARGETS):
524 @fail= failcom='exit 1'; \
525 for f in x $$MAKEFLAGS; do \
526 case $$f in \
527 *=* | --[!k]*);; \
528 *k*) failcom='fail=yes';; \
529 esac; \
530 done; \
531 dot_seen=no; \
532 case "$@" in \
533 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
534 *) list='$(SUBDIRS)' ;; \
535 esac; \
536 rev=''; for subdir in $$list; do \
537 if test "$$subdir" = "."; then :; else \
538 rev="$$subdir $$rev"; \
539 fi; \
540 done; \
541 rev="$$rev ."; \
542 target=`echo $@ | sed s/-recursive//`; \
543 for subdir in $$rev; do \
544 echo "Making $$target in $$subdir"; \
545 if test "$$subdir" = "."; then \
546 local_target="$$target-am"; \
547 else \
548 local_target="$$target"; \
549 fi; \
550 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
551 || eval $$failcom; \
552 done && test -z "$$fail"
553 tags-recursive:
554 list='$(SUBDIRS)'; for subdir in $$list; do \
555 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
556 done
557 ctags-recursive:
558 list='$(SUBDIRS)'; for subdir in $$list; do \
559 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
560 done
561
562 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
563 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
564 unique=`for i in $$list; do \
565 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566 done | \
567 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
568 END { if (nonempty) { for (i in files) print i; }; }'`; \
569 mkid -fID $$unique
570 tags: TAGS
571 ctags: CTAGS
572 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
573 $(TAGS_FILES) $(LISP)
574 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
575 unique=`for i in $$list; do \
576 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
577 done | \
578 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
579 END { if (nonempty) { for (i in files) print i; }; }'`; \
580 test -z "$(CTAGS_ARGS)$$unique" \
581 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
582 $$unique
583
584 GTAGS:
585 here=`$(am__cd) $(top_builddir) && pwd` \
586 && $(am__cd) $(top_srcdir) \
587 && gtags -i $(GTAGS_ARGS) "$$here"
588
589 distclean-tags:
590 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
591 check-am: all-am
592 check: check-recursive
593 all-am: Makefile all-multi config.h
594 installdirs: installdirs-recursive
595 installdirs-am:
596 install: install-recursive
597 install-exec: install-exec-recursive
598 install-data: install-data-recursive
599 uninstall: uninstall-recursive
600
601 install-am: all-am
602 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
603
604 installcheck: installcheck-recursive
605 install-strip:
606 if test -z '$(STRIP)'; then \
607 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
608 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
609 install; \
610 else \
611 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
612 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
613 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
614 fi
615 mostlyclean-generic:
616
617 clean-generic:
618
619 distclean-generic:
620 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
621 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
622
623 maintainer-clean-generic:
624 @echo "This command is intended for maintainers to use"
625 @echo "it deletes files that may require special tools to rebuild."
626 clean: clean-multi clean-recursive
627
628 clean-am: clean-generic clean-libtool mostlyclean-am
629
630 distclean: distclean-multi distclean-recursive
631 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
632 -rm -f Makefile
633 distclean-am: clean-am distclean-generic distclean-hdr \
634 distclean-libtool distclean-tags
635
636 dvi-am:
637
638 html-am:
639
640 info-am:
641
642 install-data-am:
643
644 install-dvi-am:
645
646 install-exec-am: install-multi
647
648 install-html-am:
649
650 install-info-am:
651
652 install-pdf-am:
653
654 install-ps-am:
655
656 installcheck-am:
657
658 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
659 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
660 -rm -rf $(top_srcdir)/autom4te.cache
661 -rm -f Makefile
662 maintainer-clean-am: distclean-am maintainer-clean-generic
663
664 mostlyclean: mostlyclean-multi mostlyclean-recursive
665
666 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
667
668 pdf-am:
669
670 ps-am:
671
672 uninstall-am:
673
674 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
675 clean-multi ctags-recursive distclean-multi install-am \
676 install-multi install-strip maintainer-clean-multi \
677 mostlyclean-multi tags-recursive
678
679 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
680 all all-am all-multi am--refresh check check-am clean \
681 clean-generic clean-libtool clean-multi ctags ctags-recursive \
682 distclean distclean-generic distclean-hdr distclean-libtool \
683 distclean-multi distclean-tags dvi dvi-am html html-am info \
684 info-am install install-am install-data install-data-am \
685 install-dvi install-dvi-am install-exec install-exec-am \
686 install-html install-html-am install-info install-info-am \
687 install-man install-multi install-pdf install-pdf-am \
688 install-ps install-ps-am install-strip installcheck \
689 installcheck-am installdirs installdirs-am maintainer-clean \
690 maintainer-clean-generic maintainer-clean-multi mostlyclean \
691 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
692 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
693
694
695 # Testsuite/check forwarding targets.
696 check-%:
697 cd testsuite && $(MAKE) $@
698
699 # Documentation forwarding targets.
700 doc-%:
701 cd doc && $(MAKE) $@
702
703 # Documentation primary rules.
704 #
705 # xml:
706 # html:
707 # pdf:
708 # man:
709 # info:
710 # ps:
711 # dvi:
712 # epub:
713 # install-xml:
714 # install-html:
715 # install-pdf:
716 # install-man:
717 # install-info:
718 # install-ps:
719 # install-dvi:
720 # install-epub:
721
722 xml: $(STAMP_XML)
723 install-xml: $(STAMP_INSTALL_XML)
724
725 html: $(STAMP_HTML)
726 install-html: $(STAMP_INSTALL_HTML)
727
728 man: $(STAMP_MAN)
729 install-man: $(STAMP_INSTALL_MAN)
730
731 pdf: $(STAMP_PDF)
732 install-pdf: $(STAMP_INSTALL_PDF)
733
734 epub: $(STAMP_EPUB)
735 install-epub: $(STAMP_INSTALL_EPUB)
736
737 info:
738 install-info:
739
740 ps:
741 install-ps:
742
743 dvi:
744 install-dvi:
745
746 # All the machinations with string instantiations messes up the
747 # automake-generated TAGS rule. Make a simple one here.
748 TAGS: tags-recursive $(LISP)
749
750 # Tell versions [3.59,3.63) of GNU make to not export all variables.
751 # Otherwise a system limit (for SysV at least) may be exceeded.
752 .NOEXPORT: