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