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