]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/Makefile.in
configure.ac (libtool_VERSION): To 6:11:0.
[thirdparty/gcc.git] / libstdc++-v3 / Makefile.in
CommitLineData
7eed349e 1# Makefile.in generated by automake 1.9.6 from Makefile.am.
ff66d28f 2# @configure_input@
b2dad0e3 3
7eaf73d7 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
7eed349e 5# 2003, 2004, 2005 Free Software Foundation, Inc.
b2dad0e3
BK
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
ff66d28f 15@SET_MAKE@
7eed349e
PC
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
b2dad0e3 18VPATH = @srcdir@
b2dad0e3
BK
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
7eed349e 22top_builddir = .
ff66d28f 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
7eed349e 24INSTALL = @INSTALL@
ff66d28f
PE
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
b2dad0e3
BK
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
b2dad0e3 36build_triplet = @build@
b2dad0e3 37host_triplet = @host@
b2dad0e3 38target_triplet = @target@
7eaf73d7
KC
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
40 $(srcdir)/../config.sub $(srcdir)/../install-sh \
41 $(srcdir)/../ltmain.sh $(srcdir)/../missing \
42 $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
43 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
44 $(top_srcdir)/configure $(top_srcdir)/fragment.am \
0cb7f060 45 $(top_srcdir)/scripts/testsuite_flags.in ChangeLog
7eaf73d7
KC
46subdir = .
47ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
cddfb1c7 48am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
eeb77d99 49 $(top_srcdir)/../config/futex.m4 \
4ffe6e87 50 $(top_srcdir)/../config/iconv.m4 \
cddfb1c7 51 $(top_srcdir)/../config/lead-dot.m4 \
4ffe6e87
BK
52 $(top_srcdir)/../config/lib-ld.m4 \
53 $(top_srcdir)/../config/lib-link.m4 \
54 $(top_srcdir)/../config/lib-prefix.m4 \
499c96f5 55 $(top_srcdir)/../config/multi.m4 \
cd111813 56 $(top_srcdir)/../config/no-executables.m4 \
2e575796 57 $(top_srcdir)/../config/unwind_ipinfo.m4 \
1cf3d07d
SE
58 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
59 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
60 $(top_srcdir)/crossconfig.m4 $(top_srcdir)/linkage.m4 \
61 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/tls.m4 \
62 $(top_srcdir)/configure.ac
7eaf73d7
KC
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64 $(ACLOCAL_M4)
65am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
7eed349e 66 configure.lineno configure.status.lineno
7eaf73d7 67CONFIG_HEADER = config.h
5305b1ae 68CONFIG_CLEAN_FILES = scripts/testsuite_flags
7eaf73d7
KC
69depcomp =
70am__depfiles_maybe =
71SOURCES =
72DIST_SOURCES =
73MULTISRCTOP =
74MULTIBUILDTOP =
75MULTIDIRS =
76MULTISUBDIR =
77MULTIDO = true
78MULTICLEAN = true
79RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80 html-recursive info-recursive install-data-recursive \
7eed349e
PC
81 install-exec-recursive install-info-recursive \
82 install-recursive installcheck-recursive installdirs-recursive \
83 pdf-recursive ps-recursive uninstall-info-recursive \
84 uninstall-recursive
7eaf73d7
KC
85ETAGS = etags
86CTAGS = ctags
4312e020 87DIST_SUBDIRS = include libsupc++ libmath doc src po testsuite
7eaf73d7
KC
88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89distdir = $(PACKAGE)-$(VERSION)
90top_distdir = $(distdir)
91am__remove_distdir = \
92 { test ! -d $(distdir) \
93 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
94 && rm -fr $(distdir); }; }
95DIST_ARCHIVES = $(distdir).tar.gz
96GZIP_ENV = --best
97distuninstallcheck_listfiles = find . -type f -print
98distcleancheck_listfiles = find . -type f -print
1568430f 99ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
ff66d28f 100ACLOCAL = @ACLOCAL@
8b0d6051
BK
101ALLOCATOR_H = @ALLOCATOR_H@
102ALLOCATOR_NAME = @ALLOCATOR_NAME@
ff66d28f 103AMTAR = @AMTAR@
b2dad0e3
BK
104AR = @AR@
105AS = @AS@
ec2075e9 106ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
c2ba9709 107ATOMIC_FLAGS = @ATOMIC_FLAGS@
ec2075e9 108ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
ff66d28f
PE
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
ab3bc736 112AWK = @AWK@
6aa43d99 113BASIC_FILE_CC = @BASIC_FILE_CC@
4a9d5109 114BASIC_FILE_H = @BASIC_FILE_H@
b2dad0e3 115CC = @CC@
6aa43d99 116CCODECVT_CC = @CCODECVT_CC@
6aa43d99
BK
117CCOLLATE_CC = @CCOLLATE_CC@
118CCTYPE_CC = @CCTYPE_CC@
ff66d28f 119CFLAGS = @CFLAGS@
6aa43d99 120CLOCALE_CC = @CLOCALE_CC@
4a9d5109 121CLOCALE_H = @CLOCALE_H@
6aa43d99
BK
122CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
123CMESSAGES_CC = @CMESSAGES_CC@
33590f13 124CMESSAGES_H = @CMESSAGES_H@
6aa43d99
BK
125CMONEY_CC = @CMONEY_CC@
126CNUMERIC_CC = @CNUMERIC_CC@
b2dad0e3 127CPP = @CPP@
ff66d28f 128CPPFLAGS = @CPPFLAGS@
4b90c838 129CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
4a9d5109 130CSTDIO_H = @CSTDIO_H@
6aa43d99 131CTIME_CC = @CTIME_CC@
1c26d8fd 132CTIME_H = @CTIME_H@
b2dad0e3
BK
133CXX = @CXX@
134CXXCPP = @CXXCPP@
ff66d28f
PE
135CXXFLAGS = @CXXFLAGS@
136CYGPATH_W = @CYGPATH_W@
e466dc8a 137C_INCLUDE_DIR = @C_INCLUDE_DIR@
c470c17d 138DEBUG_FLAGS = @DEBUG_FLAGS@
ff66d28f 139DEFS = @DEFS@
1cf3d07d 140DUMPBIN = @DUMPBIN@
ff66d28f
PE
141ECHO_C = @ECHO_C@
142ECHO_N = @ECHO_N@
143ECHO_T = @ECHO_T@
144EGREP = @EGREP@
7eed349e
PC
145ENABLE_PARALLEL_FALSE = @ENABLE_PARALLEL_FALSE@
146ENABLE_PARALLEL_TRUE = @ENABLE_PARALLEL_TRUE@
147ENABLE_SYMVERS_DARWIN_FALSE = @ENABLE_SYMVERS_DARWIN_FALSE@
148ENABLE_SYMVERS_DARWIN_TRUE = @ENABLE_SYMVERS_DARWIN_TRUE@
149ENABLE_SYMVERS_FALSE = @ENABLE_SYMVERS_FALSE@
150ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
151ENABLE_SYMVERS_GNU_NAMESPACE_FALSE = @ENABLE_SYMVERS_GNU_NAMESPACE_FALSE@
152ENABLE_SYMVERS_GNU_NAMESPACE_TRUE = @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@
153ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
154ENABLE_SYMVERS_TRUE = @ENABLE_SYMVERS_TRUE@
155ENABLE_VISIBILITY_FALSE = @ENABLE_VISIBILITY_FALSE@
156ENABLE_VISIBILITY_TRUE = @ENABLE_VISIBILITY_TRUE@
9adfc73c 157ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
b2dad0e3 158EXEEXT = @EXEEXT@
7b267e3e 159EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
1cf3d07d 160FGREP = @FGREP@
7eed349e
PC
161GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
162GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
163GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
164GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
165GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
166GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
167GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
168GLIBCXX_C_HEADERS_C_GLOBAL_FALSE = @GLIBCXX_C_HEADERS_C_GLOBAL_FALSE@
169GLIBCXX_C_HEADERS_C_GLOBAL_TRUE = @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@
170GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
171GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
172GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
173GLIBCXX_C_HEADERS_EXTRA_FALSE = @GLIBCXX_C_HEADERS_EXTRA_FALSE@
174GLIBCXX_C_HEADERS_EXTRA_TRUE = @GLIBCXX_C_HEADERS_EXTRA_TRUE@
175GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
176GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
3d7c150e 177GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
7eed349e
PC
178GLIBCXX_LDBL_COMPAT_FALSE = @GLIBCXX_LDBL_COMPAT_FALSE@
179GLIBCXX_LDBL_COMPAT_TRUE = @GLIBCXX_LDBL_COMPAT_TRUE@
1cf3d07d 180GREP = @GREP@
ff66d28f
PE
181INSTALL_DATA = @INSTALL_DATA@
182INSTALL_PROGRAM = @INSTALL_PROGRAM@
183INSTALL_SCRIPT = @INSTALL_SCRIPT@
184INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1cf3d07d
SE
185LD = @LD@
186LDFLAGS = @LDFLAGS@
d54bc1d8 187LIBICONV = @LIBICONV@
b2dad0e3 188LIBMATHOBJS = @LIBMATHOBJS@
ff66d28f
PE
189LIBOBJS = @LIBOBJS@
190LIBS = @LIBS@
f8e4b51d 191LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
b2dad0e3
BK
192LIBTOOL = @LIBTOOL@
193LN_S = @LN_S@
4ffe6e87 194LTLIBICONV = @LTLIBICONV@
ff66d28f 195LTLIBOBJS = @LTLIBOBJS@
b2dad0e3 196MAINT = @MAINT@
7eed349e
PC
197MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
198MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
b2dad0e3 199MAKEINFO = @MAKEINFO@
1cf3d07d 200NM = @NM@
3df64633 201OBJEXT = @OBJEXT@
e466dc8a 202OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
421173e6 203OPT_LDFLAGS = @OPT_LDFLAGS@
4a9d5109 204OS_INC_SRCDIR = @OS_INC_SRCDIR@
b2dad0e3 205PACKAGE = @PACKAGE@
ff66d28f
PE
206PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207PACKAGE_NAME = @PACKAGE_NAME@
208PACKAGE_STRING = @PACKAGE_STRING@
209PACKAGE_TARNAME = @PACKAGE_TARNAME@
210PACKAGE_VERSION = @PACKAGE_VERSION@
211PATH_SEPARATOR = @PATH_SEPARATOR@
b2dad0e3 212RANLIB = @RANLIB@
c470c17d
BK
213SECTION_FLAGS = @SECTION_FLAGS@
214SECTION_LDFLAGS = @SECTION_LDFLAGS@
1cf3d07d 215SED = @SED@
ff66d28f
PE
216SET_MAKE = @SET_MAKE@
217SHELL = @SHELL@
3df64633 218STRIP = @STRIP@
fb5c309d 219SYMVER_FILE = @SYMVER_FILE@
e466dc8a 220TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
33590f13 221USE_NLS = @USE_NLS@
b2dad0e3 222VERSION = @VERSION@
e466dc8a 223WARN_FLAGS = @WARN_FLAGS@
8bd636c5 224WERROR = @WERROR@
7eed349e
PC
225ac_ct_AR = @ac_ct_AR@
226ac_ct_AS = @ac_ct_AS@
ff66d28f
PE
227ac_ct_CC = @ac_ct_CC@
228ac_ct_CXX = @ac_ct_CXX@
1cf3d07d 229ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
7eed349e
PC
230ac_ct_RANLIB = @ac_ct_RANLIB@
231ac_ct_STRIP = @ac_ct_STRIP@
ff66d28f 232am__leading_dot = @am__leading_dot@
a60945f8
PC
233am__tar = @am__tar@
234am__untar = @am__untar@
a1af4623 235baseline_dir = @baseline_dir@
ff66d28f
PE
236bindir = @bindir@
237build = @build@
238build_alias = @build_alias@
239build_cpu = @build_cpu@
240build_os = @build_os@
241build_vendor = @build_vendor@
501e321e 242check_msgfmt = @check_msgfmt@
ff66d28f 243datadir = @datadir@
34791641
PE
244enable_shared = @enable_shared@
245enable_static = @enable_static@
ff66d28f 246exec_prefix = @exec_prefix@
3d7c150e
BK
247glibcxx_MOFILES = @glibcxx_MOFILES@
248glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
249glibcxx_POFILES = @glibcxx_POFILES@
3d7c150e
BK
250glibcxx_builddir = @glibcxx_builddir@
251glibcxx_localedir = @glibcxx_localedir@
252glibcxx_prefixdir = @glibcxx_prefixdir@
253glibcxx_srcdir = @glibcxx_srcdir@
254glibcxx_thread_h = @glibcxx_thread_h@
255glibcxx_toolexecdir = @glibcxx_toolexecdir@
256glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
1fd2f510 257gxx_include_dir = @gxx_include_dir@
ff66d28f
PE
258host = @host@
259host_alias = @host_alias@
260host_cpu = @host_cpu@
261host_os = @host_os@
262host_vendor = @host_vendor@
263includedir = @includedir@
264infodir = @infodir@
265install_sh = @install_sh@
266libdir = @libdir@
267libexecdir = @libexecdir@
4e10943d 268libtool_VERSION = @libtool_VERSION@
ff66d28f 269localstatedir = @localstatedir@
1cf3d07d 270lt_ECHO = @lt_ECHO@
ff66d28f 271mandir = @mandir@
7eaf73d7 272mkdir_p = @mkdir_p@
ff66d28f
PE
273multi_basedir = @multi_basedir@
274oldincludedir = @oldincludedir@
275port_specific_symbol_files = @port_specific_symbol_files@
276prefix = @prefix@
277program_transform_name = @program_transform_name@
278sbindir = @sbindir@
279sharedstatedir = @sharedstatedir@
280sysconfdir = @sysconfdir@
281target = @target@
282target_alias = @target_alias@
283target_cpu = @target_cpu@
284target_os = @target_os@
285target_vendor = @target_vendor@
e2c20fae 286toplevel_srcdir = @toplevel_srcdir@
47194af4
ZW
287
288# May be used by various substitution variables.
289gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
b2dad0e3 290MAINT_CHARSET = latin1
ae9dc931 291mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
8c90b13a 292PWD_COMMAND = $${PWDCMD-pwd}
82ba99d5 293STAMP = echo timestamp >
0df3f383
PE
294toolexecdir = $(glibcxx_toolexecdir)
295toolexeclibdir = $(glibcxx_toolexeclibdir)
296
297# These bits are all figured out from configure. Look in acinclude.m4
298# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
299CONFIG_CXXFLAGS = \
300 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
301
302WARN_CXXFLAGS = \
303 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
304
305
306# -I/-D flags to pass when compiling.
307AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
4312e020 308@GLIBCXX_HOSTED_TRUE@hosted_source = libmath doc src po testsuite
4c24b21a 309SUBDIRS = include libsupc++ $(hosted_source)
c41f82b2 310ACLOCAL_AMFLAGS = -I . -I .. -I ../config
0df3f383 311
b2dad0e3
BK
312# Multilib support.
313MAKEOVERRIDES =
314
b2dad0e3
BK
315# Work around what appears to be a GNU make bug handling MAKEFLAGS
316# values defined in terms of make variables, as is the case for CC and
317# friends when we are called from the top level Makefile.
58ac1d7f
BK
318AM_MAKEFLAGS = \
319 "AR_FLAGS=$(AR_FLAGS)" \
320 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
321 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
322 "CFLAGS=$(CFLAGS)" \
323 "CXXFLAGS=$(CXXFLAGS)" \
324 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
325 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
326 "INSTALL=$(INSTALL)" \
327 "INSTALL_DATA=$(INSTALL_DATA)" \
328 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
329 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
330 "LDFLAGS=$(LDFLAGS)" \
331 "LIBCFLAGS=$(LIBCFLAGS)" \
332 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
333 "MAKE=$(MAKE)" \
334 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
335 "PICFLAG=$(PICFLAG)" \
336 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
337 "SHELL=$(SHELL)" \
338 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
339 "exec_prefix=$(exec_prefix)" \
340 "infodir=$(infodir)" \
341 "libdir=$(libdir)" \
342 "includedir=$(includedir)" \
343 "prefix=$(prefix)" \
344 "tooldir=$(tooldir)" \
345 "gxx_include_dir=$(gxx_include_dir)" \
346 "AR=$(AR)" \
347 "AS=$(AS)" \
348 "LD=$(LD)" \
58ac1d7f
BK
349 "RANLIB=$(RANLIB)" \
350 "NM=$(NM)" \
351 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
352 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
353 "DESTDIR=$(DESTDIR)" \
ca618b60 354 "WERROR=$(WERROR)"
b2dad0e3 355
93b85586 356
8ddfd7e5
DJ
357# Subdir rules rely on $(FLAGS_TO_PASS)
358FLAGS_TO_PASS = $(AM_MAKEFLAGS)
ff66d28f
PE
359all: config.h
360 $(MAKE) $(AM_MAKEFLAGS) all-recursive
b2dad0e3 361
b2dad0e3 362.SUFFIXES:
7eaf73d7
KC
363am--refresh:
364 @:
365$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
366 @for dep in $?; do \
367 case '$(am__configure_deps)' in \
368 *$$dep*) \
369 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
370 cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
371 && exit 0; \
372 exit 1;; \
373 esac; \
374 done; \
375 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
ff66d28f 376 cd $(top_srcdir) && \
7eaf73d7
KC
377 $(AUTOMAKE) --foreign --ignore-deps Makefile
378.PRECIOUS: Makefile
379Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
380 @case '$?' in \
381 *config.status*) \
382 echo ' $(SHELL) ./config.status'; \
383 $(SHELL) ./config.status;; \
384 *) \
385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
386 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
387 esac;
388
389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
4c24b21a 390 $(SHELL) ./config.status --recheck
4c24b21a 391
7eaf73d7
KC
392$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
393 cd $(srcdir) && $(AUTOCONF)
394$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
ff66d28f
PE
395 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
396
397config.h: stamp-h1
b2dad0e3 398 @if test ! -f $@; then \
ff66d28f 399 rm -f stamp-h1; \
7eed349e 400 $(MAKE) stamp-h1; \
b2dad0e3 401 else :; fi
b2dad0e3 402
ff66d28f
PE
403stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
404 @rm -f stamp-h1
405 cd $(top_builddir) && $(SHELL) ./config.status config.h
0cb7f060 406$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
ff66d28f 407 cd $(top_srcdir) && $(AUTOHEADER)
7eaf73d7
KC
408 rm -f stamp-h1
409 touch $@
b2dad0e3
BK
410
411distclean-hdr:
ff66d28f 412 -rm -f config.h stamp-h1
ff66d28f
PE
413scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
414 cd $(top_builddir) && $(SHELL) ./config.status $@
415
416mostlyclean-libtool:
417 -rm -f *.lo
418
419clean-libtool:
420 -rm -rf .libs _libs
b2dad0e3 421
ff66d28f
PE
422distclean-libtool:
423 -rm -f libtool
076e5443 424
a60945f8
PC
425# GNU Make needs to see an explicit $(MAKE) variable in the command it
426# runs to enable its job server during parallel builds. Hence the
427# comments below.
076e5443 428all-multi:
a60945f8 429 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
076e5443 430install-multi:
a60945f8 431 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
076e5443
PB
432
433mostlyclean-multi:
a60945f8 434 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
076e5443 435clean-multi:
a60945f8 436 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
076e5443 437distclean-multi:
a60945f8 438 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
076e5443 439maintainer-clean-multi:
a60945f8 440 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
7eed349e 441uninstall-info-am:
b2dad0e3
BK
442
443# This directory's subdirectories are mostly independent; you can cd
444# into them and run `make' without going through this Makefile.
445# To change the values of `make' variables: instead of editing Makefiles,
446# (1) if the variable is set in `config.status', edit `config.status'
447# (which will cause the Makefiles to be regenerated when you run `make');
448# (2) otherwise, pass the desired values on the `make' command line.
ff66d28f 449$(RECURSIVE_TARGETS):
a9fdd472
GK
450 @failcom='exit 1'; \
451 for f in x $$MAKEFLAGS; do \
452 case $$f in \
453 *=* | --[!k]*);; \
454 *k*) failcom='fail=yes';; \
455 esac; \
456 done; \
b2dad0e3
BK
457 dot_seen=no; \
458 target=`echo $@ | sed s/-recursive//`; \
459 list='$(SUBDIRS)'; for subdir in $$list; do \
460 echo "Making $$target in $$subdir"; \
461 if test "$$subdir" = "."; then \
462 dot_seen=yes; \
463 local_target="$$target-am"; \
464 else \
465 local_target="$$target"; \
466 fi; \
467 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
a9fdd472 468 || eval $$failcom; \
b2dad0e3
BK
469 done; \
470 if test "$$dot_seen" = "no"; then \
471 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
472 fi; test -z "$$fail"
473
7eed349e
PC
474mostlyclean-recursive clean-recursive distclean-recursive \
475maintainer-clean-recursive:
a9fdd472
GK
476 @failcom='exit 1'; \
477 for f in x $$MAKEFLAGS; do \
478 case $$f in \
479 *=* | --[!k]*);; \
480 *k*) failcom='fail=yes';; \
481 esac; \
482 done; \
b2dad0e3 483 dot_seen=no; \
ff66d28f
PE
484 case "$@" in \
485 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
486 *) list='$(SUBDIRS)' ;; \
487 esac; \
488 rev=''; for subdir in $$list; do \
489 if test "$$subdir" = "."; then :; else \
490 rev="$$subdir $$rev"; \
491 fi; \
b2dad0e3 492 done; \
ff66d28f 493 rev="$$rev ."; \
b2dad0e3
BK
494 target=`echo $@ | sed s/-recursive//`; \
495 for subdir in $$rev; do \
496 echo "Making $$target in $$subdir"; \
497 if test "$$subdir" = "."; then \
498 local_target="$$target-am"; \
499 else \
500 local_target="$$target"; \
501 fi; \
502 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
a9fdd472 503 || eval $$failcom; \
b2dad0e3
BK
504 done && test -z "$$fail"
505tags-recursive:
506 list='$(SUBDIRS)'; for subdir in $$list; do \
507 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
508 done
ff66d28f
PE
509ctags-recursive:
510 list='$(SUBDIRS)'; for subdir in $$list; do \
511 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
512 done
513
ff66d28f
PE
514ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
515 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
516 unique=`for i in $$list; do \
517 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518 done | \
519 $(AWK) ' { files[$$0] = 1; } \
b2dad0e3 520 END { for (i in files) print i; }'`; \
ff66d28f 521 mkid -fID $$unique
7eaf73d7 522tags: TAGS
ff66d28f
PE
523ctags: CTAGS
524CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
525 $(TAGS_FILES) $(LISP)
526 tags=; \
527 here=`pwd`; \
528 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
529 unique=`for i in $$list; do \
530 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531 done | \
532 $(AWK) ' { files[$$0] = 1; } \
533 END { for (i in files) print i; }'`; \
534 test -z "$(CTAGS_ARGS)$$tags$$unique" \
535 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
536 $$tags $$unique
b2dad0e3 537
ff66d28f
PE
538GTAGS:
539 here=`$(am__cd) $(top_builddir) && pwd` \
540 && cd $(top_srcdir) \
541 && gtags -i $(GTAGS_ARGS) $$here
b2dad0e3
BK
542
543distclean-tags:
ff66d28f 544 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
ff66d28f 545
b2dad0e3 546distdir: $(DISTFILES)
ff66d28f 547 $(am__remove_distdir)
7eed349e
PC
548 mkdir $(distdir)
549 $(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/scripts
550 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
551 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
552 list='$(DISTFILES)'; for file in $$list; do \
553 case $$file in \
554 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
555 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
556 esac; \
ff66d28f 557 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
7eed349e
PC
558 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
559 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
560 dir="/$$dir"; \
561 $(mkdir_p) "$(distdir)$$dir"; \
562 else \
563 dir=''; \
564 fi; \
b2dad0e3 565 if test -d $$d/$$file; then \
ff66d28f
PE
566 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
567 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
568 fi; \
569 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
b2dad0e3
BK
570 else \
571 test -f $(distdir)/$$file \
ff66d28f
PE
572 || cp -p $$d/$$file $(distdir)/$$file \
573 || exit 1; \
b2dad0e3
BK
574 fi; \
575 done
92eabea2 576 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
b2dad0e3 577 if test "$$subdir" = .; then :; else \
7eaf73d7 578 test -d "$(distdir)/$$subdir" \
7eed349e 579 || $(mkdir_p) "$(distdir)/$$subdir" \
b2dad0e3 580 || exit 1; \
a60945f8
PC
581 distdir=`$(am__cd) $(distdir) && pwd`; \
582 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
ff66d28f
PE
583 (cd $$subdir && \
584 $(MAKE) $(AM_MAKEFLAGS) \
a60945f8
PC
585 top_distdir="$$top_distdir" \
586 distdir="$$distdir/$$subdir" \
ff66d28f 587 distdir) \
b2dad0e3
BK
588 || exit 1; \
589 fi; \
590 done
ff66d28f
PE
591 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
592 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
593 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
7eed349e 594 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
ff66d28f
PE
595 || chmod -R a+r $(distdir)
596dist-gzip: distdir
a60945f8 597 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
ff66d28f
PE
598 $(am__remove_distdir)
599
7eaf73d7 600dist-bzip2: distdir
a60945f8 601 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
7eaf73d7
KC
602 $(am__remove_distdir)
603
604dist-tarZ: distdir
a60945f8 605 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
7eaf73d7
KC
606 $(am__remove_distdir)
607
608dist-shar: distdir
609 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
610 $(am__remove_distdir)
611
612dist-zip: distdir
613 -rm -f $(distdir).zip
614 zip -rq $(distdir).zip $(distdir)
615 $(am__remove_distdir)
616
ff66d28f 617dist dist-all: distdir
a60945f8 618 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
ff66d28f
PE
619 $(am__remove_distdir)
620
621# This target untars the dist file and tries a VPATH configuration. Then
622# it guarantees that the distribution is self-contained by making another
623# tarfile.
624distcheck: dist
7eaf73d7
KC
625 case '$(DIST_ARCHIVES)' in \
626 *.tar.gz*) \
a60945f8 627 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
7eaf73d7 628 *.tar.bz2*) \
a60945f8 629 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
7eaf73d7 630 *.tar.Z*) \
a60945f8 631 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
7eaf73d7
KC
632 *.shar.gz*) \
633 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
634 *.zip*) \
635 unzip $(distdir).zip ;;\
636 esac
ff66d28f
PE
637 chmod -R a-w $(distdir); chmod a+w $(distdir)
638 mkdir $(distdir)/_build
639 mkdir $(distdir)/_inst
640 chmod a-w $(distdir)
641 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
642 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
643 && cd $(distdir)/_build \
644 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
645 $(DISTCHECK_CONFIGURE_FLAGS) \
646 && $(MAKE) $(AM_MAKEFLAGS) \
647 && $(MAKE) $(AM_MAKEFLAGS) dvi \
648 && $(MAKE) $(AM_MAKEFLAGS) check \
649 && $(MAKE) $(AM_MAKEFLAGS) install \
650 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
651 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
652 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
653 distuninstallcheck \
654 && chmod -R a-w "$$dc_install_base" \
655 && ({ \
7eaf73d7 656 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
ff66d28f
PE
657 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
658 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
659 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
660 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
661 } || { rm -rf "$$dc_destdir"; exit 1; }) \
662 && rm -rf "$$dc_destdir" \
7eaf73d7
KC
663 && $(MAKE) $(AM_MAKEFLAGS) dist \
664 && rm -rf $(DIST_ARCHIVES) \
ff66d28f
PE
665 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
666 $(am__remove_distdir)
7eaf73d7
KC
667 @(echo "$(distdir) archives ready for distribution: "; \
668 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
7eed349e 669 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
ff66d28f
PE
670distuninstallcheck:
671 @cd $(distuninstallcheck_dir) \
672 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
673 || { echo "ERROR: files left after uninstall:" ; \
674 if test -n "$(DESTDIR)"; then \
675 echo " (check DESTDIR support)"; \
676 fi ; \
677 $(distuninstallcheck_listfiles) ; \
678 exit 1; } >&2
679distcleancheck: distclean
680 @if test '$(srcdir)' = . ; then \
681 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
682 exit 1 ; \
683 fi
684 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
685 || { echo "ERROR: files left in build directory after distclean:" ; \
686 $(distcleancheck_listfiles) ; \
687 exit 1; } >&2
688check-am: all-am
b2dad0e3 689check: check-recursive
82fa4538 690all-am: Makefile all-multi config.h
ff66d28f
PE
691installdirs: installdirs-recursive
692installdirs-am:
ff66d28f 693install: install-recursive
b2dad0e3 694install-exec: install-exec-recursive
b2dad0e3 695install-data: install-data-recursive
ff66d28f 696uninstall: uninstall-recursive
b2dad0e3
BK
697
698install-am: all-am
699 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
b2dad0e3 700
ff66d28f
PE
701installcheck: installcheck-recursive
702install-strip:
703 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2d52e9e3 704 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
ff66d28f
PE
705 `test -z '$(STRIP)' || \
706 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
b2dad0e3
BK
707mostlyclean-generic:
708
709clean-generic:
710
711distclean-generic:
a60945f8 712 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
b2dad0e3
BK
713
714maintainer-clean-generic:
ff66d28f
PE
715 @echo "This command is intended for maintainers to use"
716 @echo "it deletes files that may require special tools to rebuild."
82fa4538 717clean: clean-multi clean-recursive
b2dad0e3 718
ff66d28f 719clean-am: clean-generic clean-libtool mostlyclean-am
b2dad0e3 720
82fa4538 721distclean: distclean-multi distclean-recursive
ff66d28f 722 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
82fa4538 723 -rm -f Makefile
7eaf73d7
KC
724distclean-am: clean-am distclean-generic distclean-hdr \
725 distclean-libtool distclean-tags
b2dad0e3 726
ff66d28f 727dvi: dvi-recursive
b2dad0e3 728
ff66d28f 729dvi-am:
b2dad0e3 730
7eaf73d7
KC
731html: html-recursive
732
ff66d28f 733info: info-recursive
b2dad0e3 734
ff66d28f
PE
735info-am:
736
737install-data-am:
738
82fa4538 739install-exec-am: install-multi
ff66d28f
PE
740
741install-info: install-info-recursive
742
743install-man:
744
745installcheck-am:
b2dad0e3 746
82fa4538 747maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
ff66d28f 748 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2b1be54b 749 -rm -rf $(top_srcdir)/autom4te.cache
82fa4538 750 -rm -f Makefile
ff66d28f
PE
751maintainer-clean-am: distclean-am maintainer-clean-generic
752
82fa4538 753mostlyclean: mostlyclean-multi mostlyclean-recursive
ff66d28f
PE
754
755mostlyclean-am: mostlyclean-generic mostlyclean-libtool
756
757pdf: pdf-recursive
758
759pdf-am:
760
761ps: ps-recursive
762
763ps-am:
764
7eed349e
PC
765uninstall-am: uninstall-info-am
766
767uninstall-info: uninstall-info-recursive
768
769.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \
770 am--refresh check check-am clean clean-generic clean-libtool \
771 clean-multi clean-recursive ctags ctags-recursive dist \
772 dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
773 distcheck distclean distclean-generic distclean-hdr \
774 distclean-libtool distclean-multi distclean-recursive \
775 distclean-tags distcleancheck distdir distuninstallcheck dvi \
776 dvi-am html html-am info info-am install install-am \
777 install-data install-data-am install-exec install-exec-am \
778 install-info install-info-am install-man install-multi \
779 install-strip installcheck installcheck-am installdirs \
780 installdirs-am maintainer-clean maintainer-clean-generic \
781 maintainer-clean-multi maintainer-clean-recursive mostlyclean \
782 mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
783 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
784 uninstall uninstall-am uninstall-info-am
4312e020 785
e03f70b3 786
2d52e9e3
PE
787# Handy forwarding targets.
788check-%:
789 cd testsuite && $(MAKE) $@
790
4312e020
BK
791doc-%:
792 cd doc && $(MAKE) $@
793
d94611f1 794# All the machinations with string instantiations messes up the
bf93f43b 795# automake-generated TAGS rule. Make a simple one here.
d94611f1 796TAGS: tags-recursive $(LISP)
b2dad0e3
BK
797# Tell versions [3.59,3.63) of GNU make to not export all variables.
798# Otherwise a system limit (for SysV at least) may be exceeded.
799.NOEXPORT: