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