re PR fortran/31972 (Internal Error occurs when TRANSFER contains hollerith argument)
[official-gcc.git] / libstdc++-v3 / Makefile.in
blobc8ad4694faa0119bd8bfecb0005a1cb93a5ea8ef
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = .
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 DIST_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 \
45 $(top_srcdir)/scripts/testsuite_flags.in ChangeLog
46 subdir = .
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
49 $(top_srcdir)/../config/iconv.m4 \
50 $(top_srcdir)/../config/lead-dot.m4 \
51 $(top_srcdir)/../config/lib-ld.m4 \
52 $(top_srcdir)/../config/lib-link.m4 \
53 $(top_srcdir)/../config/lib-prefix.m4 \
54 $(top_srcdir)/../config/multi.m4 \
55 $(top_srcdir)/../config/no-executables.m4 \
56 $(top_srcdir)/../config/unwind_ipinfo.m4 \
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
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63 $(ACLOCAL_M4)
64 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
65 configure.lineno configure.status.lineno
66 CONFIG_HEADER = config.h
67 CONFIG_CLEAN_FILES = scripts/testsuite_flags
68 depcomp =
69 am__depfiles_maybe =
70 SOURCES =
71 DIST_SOURCES =
72 MULTISRCTOP =
73 MULTIBUILDTOP =
74 MULTIDIRS =
75 MULTISUBDIR =
76 MULTIDO = true
77 MULTICLEAN = true
78 RECURSIVE_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
84 ETAGS = etags
85 CTAGS = ctags
86 DIST_SUBDIRS = include libsupc++ libmath src po testsuite
87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88 distdir = $(PACKAGE)-$(VERSION)
89 top_distdir = $(distdir)
90 am__remove_distdir = \
91 { test ! -d $(distdir) \
92 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
93 && rm -fr $(distdir); }; }
94 DIST_ARCHIVES = $(distdir).tar.gz
95 GZIP_ENV = --best
96 distuninstallcheck_listfiles = find . -type f -print
97 distcleancheck_listfiles = find . -type f -print
98 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
99 ACLOCAL = @ACLOCAL@
100 ALLOCATOR_H = @ALLOCATOR_H@
101 ALLOCATOR_NAME = @ALLOCATOR_NAME@
102 AMTAR = @AMTAR@
103 AR = @AR@
104 AS = @AS@
105 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
106 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 BASIC_FILE_CC = @BASIC_FILE_CC@
112 BASIC_FILE_H = @BASIC_FILE_H@
113 CC = @CC@
114 CCODECVT_CC = @CCODECVT_CC@
115 CCOLLATE_CC = @CCOLLATE_CC@
116 CCTYPE_CC = @CCTYPE_CC@
117 CFLAGS = @CFLAGS@
118 CLOCALE_CC = @CLOCALE_CC@
119 CLOCALE_H = @CLOCALE_H@
120 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
121 CMESSAGES_CC = @CMESSAGES_CC@
122 CMESSAGES_H = @CMESSAGES_H@
123 CMONEY_CC = @CMONEY_CC@
124 CNUMERIC_CC = @CNUMERIC_CC@
125 CPP = @CPP@
126 CPPFLAGS = @CPPFLAGS@
127 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
128 CSTDIO_H = @CSTDIO_H@
129 CTIME_CC = @CTIME_CC@
130 CTIME_H = @CTIME_H@
131 CXX = @CXX@
132 CXXCPP = @CXXCPP@
133 CXXFLAGS = @CXXFLAGS@
134 CYGPATH_W = @CYGPATH_W@
135 C_INCLUDE_DIR = @C_INCLUDE_DIR@
136 DEBUG_FLAGS = @DEBUG_FLAGS@
137 DEFS = @DEFS@
138 DUMPBIN = @DUMPBIN@
139 ECHO_C = @ECHO_C@
140 ECHO_N = @ECHO_N@
141 ECHO_T = @ECHO_T@
142 EGREP = @EGREP@
143 ENABLE_SYMVERS_DARWIN_FALSE = @ENABLE_SYMVERS_DARWIN_FALSE@
144 ENABLE_SYMVERS_DARWIN_TRUE = @ENABLE_SYMVERS_DARWIN_TRUE@
145 ENABLE_SYMVERS_FALSE = @ENABLE_SYMVERS_FALSE@
146 ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
147 ENABLE_SYMVERS_GNU_NAMESPACE_FALSE = @ENABLE_SYMVERS_GNU_NAMESPACE_FALSE@
148 ENABLE_SYMVERS_GNU_NAMESPACE_TRUE = @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@
149 ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
150 ENABLE_SYMVERS_TRUE = @ENABLE_SYMVERS_TRUE@
151 ENABLE_VISIBILITY_FALSE = @ENABLE_VISIBILITY_FALSE@
152 ENABLE_VISIBILITY_TRUE = @ENABLE_VISIBILITY_TRUE@
153 EXEEXT = @EXEEXT@
154 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
155 FGREP = @FGREP@
156 GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
157 GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
158 GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
159 GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
160 GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
161 GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
162 GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
163 GLIBCXX_C_HEADERS_C_GLOBAL_FALSE = @GLIBCXX_C_HEADERS_C_GLOBAL_FALSE@
164 GLIBCXX_C_HEADERS_C_GLOBAL_TRUE = @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@
165 GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
166 GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
167 GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
168 GLIBCXX_C_HEADERS_EXTRA_FALSE = @GLIBCXX_C_HEADERS_EXTRA_FALSE@
169 GLIBCXX_C_HEADERS_EXTRA_TRUE = @GLIBCXX_C_HEADERS_EXTRA_TRUE@
170 GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
171 GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
172 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
173 GLIBCXX_LDBL_COMPAT_FALSE = @GLIBCXX_LDBL_COMPAT_FALSE@
174 GLIBCXX_LDBL_COMPAT_TRUE = @GLIBCXX_LDBL_COMPAT_TRUE@
175 GREP = @GREP@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 LD = @LD@
181 LDFLAGS = @LDFLAGS@
182 LIBICONV = @LIBICONV@
183 LIBMATHOBJS = @LIBMATHOBJS@
184 LIBOBJS = @LIBOBJS@
185 LIBS = @LIBS@
186 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
187 LIBTOOL = @LIBTOOL@
188 LN_S = @LN_S@
189 LTLIBICONV = @LTLIBICONV@
190 LTLIBOBJS = @LTLIBOBJS@
191 MAINT = @MAINT@
192 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
193 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
194 MAKEINFO = @MAKEINFO@
195 NM = @NM@
196 OBJEXT = @OBJEXT@
197 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
198 OPT_LDFLAGS = @OPT_LDFLAGS@
199 OS_INC_SRCDIR = @OS_INC_SRCDIR@
200 PACKAGE = @PACKAGE@
201 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202 PACKAGE_NAME = @PACKAGE_NAME@
203 PACKAGE_STRING = @PACKAGE_STRING@
204 PACKAGE_TARNAME = @PACKAGE_TARNAME@
205 PACKAGE_VERSION = @PACKAGE_VERSION@
206 PATH_SEPARATOR = @PATH_SEPARATOR@
207 RANLIB = @RANLIB@
208 SECTION_FLAGS = @SECTION_FLAGS@
209 SECTION_LDFLAGS = @SECTION_LDFLAGS@
210 SED = @SED@
211 SET_MAKE = @SET_MAKE@
212 SHELL = @SHELL@
213 STRIP = @STRIP@
214 SYMVER_FILE = @SYMVER_FILE@
215 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
216 USE_NLS = @USE_NLS@
217 VERSION = @VERSION@
218 WARN_FLAGS = @WARN_FLAGS@
219 WERROR = @WERROR@
220 ac_ct_AR = @ac_ct_AR@
221 ac_ct_AS = @ac_ct_AS@
222 ac_ct_CC = @ac_ct_CC@
223 ac_ct_CXX = @ac_ct_CXX@
224 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
225 ac_ct_RANLIB = @ac_ct_RANLIB@
226 ac_ct_STRIP = @ac_ct_STRIP@
227 am__leading_dot = @am__leading_dot@
228 am__tar = @am__tar@
229 am__untar = @am__untar@
230 baseline_dir = @baseline_dir@
231 bindir = @bindir@
232 build = @build@
233 build_alias = @build_alias@
234 build_cpu = @build_cpu@
235 build_os = @build_os@
236 build_vendor = @build_vendor@
237 check_msgfmt = @check_msgfmt@
238 datadir = @datadir@
239 enable_shared = @enable_shared@
240 enable_static = @enable_static@
241 exec_prefix = @exec_prefix@
242 glibcxx_MOFILES = @glibcxx_MOFILES@
243 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
244 glibcxx_POFILES = @glibcxx_POFILES@
245 glibcxx_builddir = @glibcxx_builddir@
246 glibcxx_localedir = @glibcxx_localedir@
247 glibcxx_prefixdir = @glibcxx_prefixdir@
248 glibcxx_srcdir = @glibcxx_srcdir@
249 glibcxx_thread_h = @glibcxx_thread_h@
250 glibcxx_toolexecdir = @glibcxx_toolexecdir@
251 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
252 gxx_include_dir = @gxx_include_dir@
253 host = @host@
254 host_alias = @host_alias@
255 host_cpu = @host_cpu@
256 host_os = @host_os@
257 host_vendor = @host_vendor@
258 includedir = @includedir@
259 infodir = @infodir@
260 install_sh = @install_sh@
261 libdir = @libdir@
262 libexecdir = @libexecdir@
263 libtool_VERSION = @libtool_VERSION@
264 localstatedir = @localstatedir@
265 lt_ECHO = @lt_ECHO@
266 mandir = @mandir@
267 mkdir_p = @mkdir_p@
268 multi_basedir = @multi_basedir@
269 oldincludedir = @oldincludedir@
270 port_specific_symbol_files = @port_specific_symbol_files@
271 prefix = @prefix@
272 program_transform_name = @program_transform_name@
273 sbindir = @sbindir@
274 sharedstatedir = @sharedstatedir@
275 sysconfdir = @sysconfdir@
276 target = @target@
277 target_alias = @target_alias@
278 target_cpu = @target_cpu@
279 target_os = @target_os@
280 target_vendor = @target_vendor@
281 toplevel_srcdir = @toplevel_srcdir@
283 # May be used by various substitution variables.
284 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
285 MAINT_CHARSET = latin1
286 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
287 PWD_COMMAND = $${PWDCMD-pwd}
288 STAMP = echo timestamp >
289 toolexecdir = $(glibcxx_toolexecdir)
290 toolexeclibdir = $(glibcxx_toolexeclibdir)
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.
294 CONFIG_CXXFLAGS = \
295 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
297 WARN_CXXFLAGS = \
298 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
301 # -I/-D flags to pass when compiling.
302 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
303 @GLIBCXX_HOSTED_TRUE@hosted_source = libmath src po testsuite
304 SUBDIRS = include libsupc++ $(hosted_source)
305 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
307 # Multilib support.
308 MAKEOVERRIDES =
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.
313 AM_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)" \
344 "RANLIB=$(RANLIB)" \
345 "NM=$(NM)" \
346 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
347 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
348 "DESTDIR=$(DESTDIR)" \
349 "WERROR=$(WERROR)"
352 # Subdir rules rely on $(FLAGS_TO_PASS)
353 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
354 all: config.h
355 $(MAKE) $(AM_MAKEFLAGS) all-recursive
357 .SUFFIXES:
358 am--refresh:
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'; \
371 cd $(top_srcdir) && \
372 $(AUTOMAKE) --foreign --ignore-deps Makefile
373 .PRECIOUS: Makefile
374 Makefile: $(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;
384 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385 $(SHELL) ./config.status --recheck
387 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
388 cd $(srcdir) && $(AUTOCONF)
389 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
390 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
392 config.h: stamp-h1
393 @if test ! -f $@; then \
394 rm -f stamp-h1; \
395 $(MAKE) stamp-h1; \
396 else :; fi
398 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
399 @rm -f stamp-h1
400 cd $(top_builddir) && $(SHELL) ./config.status config.h
401 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
402 cd $(top_srcdir) && $(AUTOHEADER)
403 rm -f stamp-h1
404 touch $@
406 distclean-hdr:
407 -rm -f config.h stamp-h1
408 scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
409 cd $(top_builddir) && $(SHELL) ./config.status $@
411 mostlyclean-libtool:
412 -rm -f *.lo
414 clean-libtool:
415 -rm -rf .libs _libs
417 distclean-libtool:
418 -rm -f libtool
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.
423 all-multi:
424 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
425 install-multi:
426 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
428 mostlyclean-multi:
429 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
430 clean-multi:
431 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
432 distclean-multi:
433 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
434 maintainer-clean-multi:
435 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
436 uninstall-info-am:
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.
444 $(RECURSIVE_TARGETS):
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; \
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) \
463 || eval $$failcom; \
464 done; \
465 if test "$$dot_seen" = "no"; then \
466 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
467 fi; test -z "$$fail"
469 mostlyclean-recursive clean-recursive distclean-recursive \
470 maintainer-clean-recursive:
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 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; \
487 done; \
488 rev="$$rev ."; \
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) \
498 || eval $$failcom; \
499 done && test -z "$$fail"
500 tags-recursive:
501 list='$(SUBDIRS)'; for subdir in $$list; do \
502 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
503 done
504 ctags-recursive:
505 list='$(SUBDIRS)'; for subdir in $$list; do \
506 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
507 done
509 ID: $(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; } \
515 END { for (i in files) print i; }'`; \
516 mkid -fID $$unique
517 tags: TAGS
518 ctags: CTAGS
519 CTAGS: 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
533 GTAGS:
534 here=`$(am__cd) $(top_builddir) && pwd` \
535 && cd $(top_srcdir) \
536 && gtags -i $(GTAGS_ARGS) $$here
538 distclean-tags:
539 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
541 distdir: $(DISTFILES)
542 $(am__remove_distdir)
543 mkdir $(distdir)
544 $(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/scripts
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"; \
556 $(mkdir_p) "$(distdir)$$dir"; \
557 else \
558 dir=''; \
559 fi; \
560 if test -d $$d/$$file; then \
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; \
565 else \
566 test -f $(distdir)/$$file \
567 || cp -p $$d/$$file $(distdir)/$$file \
568 || exit 1; \
569 fi; \
570 done
571 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
572 if test "$$subdir" = .; then :; else \
573 test -d "$(distdir)/$$subdir" \
574 || $(mkdir_p) "$(distdir)/$$subdir" \
575 || exit 1; \
576 distdir=`$(am__cd) $(distdir) && pwd`; \
577 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
578 (cd $$subdir && \
579 $(MAKE) $(AM_MAKEFLAGS) \
580 top_distdir="$$top_distdir" \
581 distdir="$$distdir/$$subdir" \
582 distdir) \
583 || exit 1; \
584 fi; \
585 done
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)
591 dist-gzip: distdir
592 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
593 $(am__remove_distdir)
595 dist-bzip2: distdir
596 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
597 $(am__remove_distdir)
599 dist-tarZ: distdir
600 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
601 $(am__remove_distdir)
603 dist-shar: distdir
604 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
605 $(am__remove_distdir)
607 dist-zip: distdir
608 -rm -f $(distdir).zip
609 zip -rq $(distdir).zip $(distdir)
610 $(am__remove_distdir)
612 dist dist-all: distdir
613 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
614 $(am__remove_distdir)
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.
619 distcheck: dist
620 case '$(DIST_ARCHIVES)' in \
621 *.tar.gz*) \
622 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
623 *.tar.bz2*) \
624 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
625 *.tar.Z*) \
626 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
627 *.shar.gz*) \
628 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
629 *.zip*) \
630 unzip $(distdir).zip ;;\
631 esac
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 && ({ \
651 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
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" \
658 && $(MAKE) $(AM_MAKEFLAGS) dist \
659 && rm -rf $(DIST_ARCHIVES) \
660 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
661 $(am__remove_distdir)
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;}'
665 distuninstallcheck:
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
674 distcleancheck: distclean
675 @if test '$(srcdir)' = . ; then \
676 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
677 exit 1 ; \
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
683 check-am: all-am
684 check: check-recursive
685 all-am: Makefile all-multi config.h
686 installdirs: installdirs-recursive
687 installdirs-am:
688 install: install-recursive
689 install-exec: install-exec-recursive
690 install-data: install-data-recursive
691 uninstall: uninstall-recursive
693 install-am: all-am
694 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
696 installcheck: installcheck-recursive
697 install-strip:
698 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
699 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
700 `test -z '$(STRIP)' || \
701 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
702 mostlyclean-generic:
704 clean-generic:
706 distclean-generic:
707 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
709 maintainer-clean-generic:
710 @echo "This command is intended for maintainers to use"
711 @echo "it deletes files that may require special tools to rebuild."
712 clean: clean-multi clean-recursive
714 clean-am: clean-generic clean-libtool mostlyclean-am
716 distclean: distclean-multi distclean-recursive
717 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
718 -rm -f Makefile
719 distclean-am: clean-am distclean-generic distclean-hdr \
720 distclean-libtool distclean-tags
722 dvi: dvi-recursive
724 dvi-am:
726 html: html-recursive
728 info: info-recursive
730 info-am:
732 install-data-am:
734 install-exec-am: install-multi
736 install-info: install-info-recursive
738 install-man:
740 installcheck-am:
742 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
743 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
744 -rm -rf $(top_srcdir)/autom4te.cache
745 -rm -f Makefile
746 maintainer-clean-am: distclean-am maintainer-clean-generic
748 mostlyclean: mostlyclean-multi mostlyclean-recursive
750 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
752 pdf: pdf-recursive
754 pdf-am:
756 ps: ps-recursive
758 ps-am:
760 uninstall-am: uninstall-info-am
762 uninstall-info: uninstall-info-recursive
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 \
768 distcheck distclean distclean-generic distclean-hdr \
769 distclean-libtool distclean-multi distclean-recursive \
770 distclean-tags distcleancheck distdir distuninstallcheck dvi \
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 \
776 maintainer-clean-multi maintainer-clean-recursive mostlyclean \
777 mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
778 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
779 uninstall uninstall-am uninstall-info-am
782 # These rules are messy, but are hella worth it.
783 doxygen:
784 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
785 builddir=`${PWD_COMMAND}`; \
786 ${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
787 --host_alias=${host_alias} \
788 --mode=user $${srcdir} $${builddir})
790 doxygen-maint:
791 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
792 builddir=`${PWD_COMMAND}`; \
793 ${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
794 --host_alias=${host_alias} \
795 --mode=maint $${srcdir} $${builddir})
797 doxygen-man:
798 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
799 builddir=`${PWD_COMMAND}`; \
800 ${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
801 --host_alias=${host_alias} \
802 --mode=man $${srcdir} $${builddir})
804 .PHONY: doxygen doxygen-maint doxygen-man
806 # Handy forwarding targets.
807 check-%:
808 cd testsuite && $(MAKE) $@
810 # All the machinations with string instantiations messes up the
811 # automake-generated TAGS rule. Make a simple one here.
812 TAGS: tags-recursive $(LISP)
814 # Installation of distribution html documentation not yet supported
815 # TODO: Write custom install-html rule.
816 .PHONY: install-html install-pdf
817 install-html:
819 # No install-pdf support in automake yet
820 install-pdf:
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: