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