]> git.ipfire.org Git - thirdparty/gcc.git/blame - libphobos/Makefile.in
Make TOPN counter dynamically allocated.
[thirdparty/gcc.git] / libphobos / Makefile.in
CommitLineData
22e05272 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
b4c522fa
IB
2# @configure_input@
3
22e05272
JM
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
b4c522fa
IB
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
15@SET_MAKE@
16
17# Makefile for the toplevel directory of the D Standard library.
bc093503 18# Copyright (C) 2006-2020 Free Software Foundation, Inc.
b4c522fa
IB
19#
20# GCC is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 3, or (at your option)
23# any later version.
24#
25# GCC is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28# GNU General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with GCC; see the file COPYING3. If not see
32# <http://www.gnu.org/licenses/>.
33VPATH = @srcdir@
22e05272
JM
34am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44}
45am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
b4c522fa
IB
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
22e05272
JM
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
b4c522fa 84 esac; \
22e05272
JM
85 done; \
86 test $$has_opt = yes
87am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
b4c522fa
IB
89pkgdatadir = $(datadir)/@PACKAGE@
90pkgincludedir = $(includedir)/@PACKAGE@
91pkglibdir = $(libdir)/@PACKAGE@
92pkglibexecdir = $(libexecdir)/@PACKAGE@
93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94install_sh_DATA = $(install_sh) -c -m 644
95install_sh_PROGRAM = $(install_sh) -c
96install_sh_SCRIPT = $(install_sh) -c
97INSTALL_HEADER = $(INSTALL_DATA)
98transform = $(program_transform_name)
99NORMAL_INSTALL = :
100PRE_INSTALL = :
101POST_INSTALL = :
102NORMAL_UNINSTALL = :
103PRE_UNINSTALL = :
104POST_UNINSTALL = :
105build_triplet = @build@
106host_triplet = @host@
107target_triplet = @target@
108subdir = .
b4c522fa
IB
109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
111 $(top_srcdir)/../config/lead-dot.m4 \
112 $(top_srcdir)/../config/multi.m4 \
113 $(top_srcdir)/../config/override.m4 \
e8e66971 114 $(top_srcdir)/../config/toolexeclibdir.m4 \
b4c522fa
IB
115 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
116 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
117 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
118 $(top_srcdir)/m4/gcc_support.m4 $(top_srcdir)/m4/autoconf.m4 \
119 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/gdc.m4 \
120 $(top_srcdir)/m4/druntime.m4 $(top_srcdir)/m4/druntime/cpu.m4 \
121 $(top_srcdir)/m4/druntime/os.m4 \
122 $(top_srcdir)/m4/druntime/libraries.m4 \
123 $(top_srcdir)/configure.ac
124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125 $(ACLOCAL_M4)
22e05272
JM
126DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
127 $(am__configure_deps)
b4c522fa
IB
128am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129 configure.lineno config.status.lineno
130mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
131CONFIG_HEADER = config.h
132CONFIG_CLEAN_FILES = libdruntime/gcc/config.d \
133 libdruntime/gcc/libbacktrace.d
134CONFIG_CLEAN_VPATH_FILES =
22e05272
JM
135AM_V_P = $(am__v_P_@AM_V@)
136am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
137am__v_P_0 = false
138am__v_P_1 = :
139AM_V_GEN = $(am__v_GEN_@AM_V@)
140am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141am__v_GEN_0 = @echo " GEN " $@;
142am__v_GEN_1 =
143AM_V_at = $(am__v_at_@AM_V@)
144am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
145am__v_at_0 = @
146am__v_at_1 =
b4c522fa
IB
147depcomp =
148am__depfiles_maybe =
149SOURCES =
22e05272
JM
150RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
151 ctags-recursive dvi-recursive html-recursive info-recursive \
152 install-data-recursive install-dvi-recursive \
153 install-exec-recursive install-html-recursive \
154 install-info-recursive install-pdf-recursive \
155 install-ps-recursive install-recursive installcheck-recursive \
156 installdirs-recursive pdf-recursive ps-recursive \
157 tags-recursive uninstall-recursive
b4c522fa
IB
158am__can_run_installinfo = \
159 case $$AM_UPDATE_INFO_DIR in \
160 n|no|NO) false;; \
161 *) (install-info --version) >/dev/null 2>&1;; \
162 esac
163RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164 distclean-recursive maintainer-clean-recursive
22e05272
JM
165am__recursive_targets = \
166 $(RECURSIVE_TARGETS) \
167 $(RECURSIVE_CLEAN_TARGETS) \
168 $(am__extra_recursive_targets)
169AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
170 cscope
171am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
172 $(LISP)config.h.in
173# Read a list of newline-separated strings from the standard input,
174# and print each of them once, without duplicates. Input order is
175# *not* preserved.
176am__uniquify_input = $(AWK) '\
177 BEGIN { nonempty = 0; } \
178 { items[$$0] = 1; nonempty = 1; } \
179 END { if (nonempty) { for (i in items) print i; }; } \
180'
181# Make sure the list of sources is unique. This is necessary because,
182# e.g., the same source file might be shared among _SOURCES variables
183# for different programs/libraries.
184am__define_uniq_tagged_files = \
185 list='$(am__tagged_files)'; \
186 unique=`for i in $$list; do \
187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188 done | $(am__uniquify_input)`
b4c522fa
IB
189ETAGS = etags
190CTAGS = ctags
22e05272 191CSCOPE = cscope
7d31d331 192DIST_SUBDIRS = libdruntime src testsuite
b4c522fa
IB
193ACLOCAL = @ACLOCAL@
194AMTAR = @AMTAR@
22e05272 195AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
b4c522fa
IB
196AR = @AR@
197AUTOCONF = @AUTOCONF@
198AUTOHEADER = @AUTOHEADER@
199AUTOMAKE = @AUTOMAKE@
200AWK = @AWK@
201BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
202BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
203BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
204CC = @CC@
205CCAS = @CCAS@
206CCASFLAGS = @CCASFLAGS@
207CC_FOR_BUILD = @CC_FOR_BUILD@
08c1d39d 208CET_FLAGS = @CET_FLAGS@
b4c522fa
IB
209CFLAGS = @CFLAGS@
210CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
c0dbfbd7 211CHECKING_DFLAGS = @CHECKING_DFLAGS@
b4c522fa
IB
212CPP = @CPP@
213CPPFLAGS = @CPPFLAGS@
214CYGPATH_W = @CYGPATH_W@
215DCFG_ARM_EABI_UNWINDER = @DCFG_ARM_EABI_UNWINDER@
235d1c46 216DCFG_DLPI_TLS_MODID = @DCFG_DLPI_TLS_MODID@
b4c522fa
IB
217DCFG_HAVE_64BIT_ATOMICS = @DCFG_HAVE_64BIT_ATOMICS@
218DCFG_HAVE_ATOMIC_BUILTINS = @DCFG_HAVE_ATOMIC_BUILTINS@
219DCFG_HAVE_LIBATOMIC = @DCFG_HAVE_LIBATOMIC@
36d7f151 220DCFG_HAVE_QSORT_R = @DCFG_HAVE_QSORT_R@
b4c522fa
IB
221DCFG_MINFO_BRACKETING = @DCFG_MINFO_BRACKETING@
222DCFG_THREAD_MODEL = @DCFG_THREAD_MODEL@
223DEFS = @DEFS@
b4c522fa
IB
224DSYMUTIL = @DSYMUTIL@
225DUMPBIN = @DUMPBIN@
226ECHO_C = @ECHO_C@
227ECHO_N = @ECHO_N@
228ECHO_T = @ECHO_T@
229EGREP = @EGREP@
230EXEEXT = @EXEEXT@
231FGREP = @FGREP@
232GDC = @GDC@
233GDCFLAGS = @GDCFLAGS@
b4c522fa
IB
234GREP = @GREP@
235INSTALL = @INSTALL@
236INSTALL_DATA = @INSTALL_DATA@
237INSTALL_PROGRAM = @INSTALL_PROGRAM@
238INSTALL_SCRIPT = @INSTALL_SCRIPT@
239INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240LD = @LD@
241LDFLAGS = @LDFLAGS@
242LIBATOMIC = @LIBATOMIC@
243LIBBACKTRACE = @LIBBACKTRACE@
244LIBOBJS = @LIBOBJS@
245LIBS = @LIBS@
246LIBTOOL = @LIBTOOL@
bb50312e 247LIBZ = @LIBZ@
b4c522fa
IB
248LIPO = @LIPO@
249LN_S = @LN_S@
250LTLIBOBJS = @LTLIBOBJS@
251MAINT = @MAINT@
252MAKEINFO = @MAKEINFO@
253MKDIR_P = @MKDIR_P@
254NM = @NM@
255NMEDIT = @NMEDIT@
256OBJDUMP = @OBJDUMP@
257OBJEXT = @OBJEXT@
ba838aa6 258OS_LINK_SPEC = @OS_LINK_SPEC@
b4c522fa
IB
259OTOOL = @OTOOL@
260OTOOL64 = @OTOOL64@
261PACKAGE = @PACKAGE@
262PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
263PACKAGE_NAME = @PACKAGE_NAME@
264PACKAGE_STRING = @PACKAGE_STRING@
265PACKAGE_TARNAME = @PACKAGE_TARNAME@
266PACKAGE_URL = @PACKAGE_URL@
267PACKAGE_VERSION = @PACKAGE_VERSION@
268PATH_SEPARATOR = @PATH_SEPARATOR@
b4c522fa
IB
269RANLIB = @RANLIB@
270SED = @SED@
271SET_MAKE = @SET_MAKE@
272SHELL = @SHELL@
273SPEC_PHOBOS_DEPS = @SPEC_PHOBOS_DEPS@
274STRIP = @STRIP@
275VERSION = @VERSION@
38c3017f 276WARN_DFLAGS = @WARN_DFLAGS@
b4c522fa
IB
277abs_builddir = @abs_builddir@
278abs_srcdir = @abs_srcdir@
279abs_top_builddir = @abs_top_builddir@
280abs_top_srcdir = @abs_top_srcdir@
281ac_ct_CC = @ac_ct_CC@
282ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
283am__leading_dot = @am__leading_dot@
284am__tar = @am__tar@
285am__untar = @am__untar@
286bindir = @bindir@
287build = @build@
288build_alias = @build_alias@
289build_cpu = @build_cpu@
290build_os = @build_os@
291build_vendor = @build_vendor@
292builddir = @builddir@
293datadir = @datadir@
294datarootdir = @datarootdir@
295docdir = @docdir@
296dvidir = @dvidir@
297exec_prefix = @exec_prefix@
298gcc_version = @gcc_version@
299gdc_include_dir = @gdc_include_dir@
300get_gcc_base_ver = @get_gcc_base_ver@
301host = @host@
302host_alias = @host_alias@
303host_cpu = @host_cpu@
304host_os = @host_os@
305host_vendor = @host_vendor@
306htmldir = @htmldir@
307includedir = @includedir@
308infodir = @infodir@
309install_sh = @install_sh@
310libdir = @libdir@
311libexecdir = @libexecdir@
312libphobos_builddir = @libphobos_builddir@
313libphobos_srcdir = @libphobos_srcdir@
ac67752d
IB
314libphobos_toolexecdir = @libphobos_toolexecdir@
315libphobos_toolexeclibdir = @libphobos_toolexeclibdir@
85041a5b 316libtool_VERSION = @libtool_VERSION@
b4c522fa
IB
317localedir = @localedir@
318localstatedir = @localstatedir@
319mandir = @mandir@
320mkdir_p = @mkdir_p@
321multi_basedir = @multi_basedir@
322oldincludedir = @oldincludedir@
323pdfdir = @pdfdir@
324phobos_compiler_pic_flag = @phobos_compiler_pic_flag@
325phobos_compiler_shared_flag = @phobos_compiler_shared_flag@
326prefix = @prefix@
327program_transform_name = @program_transform_name@
328psdir = @psdir@
329sbindir = @sbindir@
330sharedstatedir = @sharedstatedir@
331srcdir = @srcdir@
332sysconfdir = @sysconfdir@
333target = @target@
334target_alias = @target_alias@
335target_cpu = @target_cpu@
336target_os = @target_os@
337target_vendor = @target_vendor@
b4c522fa
IB
338top_build_prefix = @top_build_prefix@
339top_builddir = @top_builddir@
340top_srcdir = @top_srcdir@
7d31d331
RO
341@ENABLE_LIBPHOBOS_FALSE@SUBDIRS =
342@ENABLE_LIBPHOBOS_TRUE@SUBDIRS = libdruntime src testsuite
b4c522fa
IB
343ACLOCAL_AMFLAGS = -I . -I .. -I ../config
344
345# Multilib support.
346MAKEOVERRIDES =
347
348# Work around what appears to be a GNU make bug handling MAKEFLAGS
349# values defined in terms of make variables, as is the case for CC and
350# friends when we are called from the top level Makefile.
351AM_MAKEFLAGS = \
352 "AR_FLAGS=$(AR_FLAGS)" \
353 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
354 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
08c1d39d
L
355 "CCASFLAGS=$(CCASFLAGS) $(CET_FLAGS)" \
356 "CFLAGS=$(CFLAGS) $(CET_FLAGS)" \
357 "CXXFLAGS=$(CXXFLAGS) $(CET_FLAGS)" \
b4c522fa 358 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
08c1d39d 359 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET) $(CET_FLAGS)" \
b4c522fa
IB
360 "GDC_FOR_TARGET=$(GDC_FOR_TARGET)" \
361 "GDC=$(GDC)" \
08c1d39d 362 "GDCFLAGS=$(GDCFLAGS) $(CET_FLAGS)" \
b4c522fa
IB
363 "INSTALL=$(INSTALL)" \
364 "INSTALL_DATA=$(INSTALL_DATA)" \
365 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
366 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
367 "LDFLAGS=$(LDFLAGS)" \
368 "LIBCFLAGS=$(LIBCFLAGS)" \
369 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
370 "MAKE=$(MAKE)" \
371 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
372 "PICFLAG=$(PICFLAG)" \
373 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
374 "SHELL=$(SHELL)" \
375 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
376 "exec_prefix=$(exec_prefix)" \
377 "infodir=$(infodir)" \
378 "libdir=$(libdir)" \
379 "includedir=$(includedir)" \
380 "prefix=$(prefix)" \
381 "tooldir=$(tooldir)" \
382 "gdc_include_dir=$(gdc_include_dir)" \
383 "AR=$(AR)" \
384 "AS=$(AS)" \
385 "LD=$(LD)" \
386 "RANLIB=$(RANLIB)" \
387 "NM=$(NM)" \
388 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
389 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
390 "DESTDIR=$(DESTDIR)" \
391 "WERROR=$(WERROR)"
392
393
394# Subdir rules rely on $(FLAGS_TO_PASS)
395FLAGS_TO_PASS = $(AM_MAKEFLAGS)
22e05272
JM
396MULTISRCTOP =
397MULTIBUILDTOP =
398MULTIDIRS =
399MULTISUBDIR =
400MULTIDO = true
401MULTICLEAN = true
b4c522fa
IB
402all: config.h
403 $(MAKE) $(AM_MAKEFLAGS) all-recursive
404
405.SUFFIXES:
406am--refresh: Makefile
407 @:
22e05272 408$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
b4c522fa
IB
409 @for dep in $?; do \
410 case '$(am__configure_deps)' in \
411 *$$dep*) \
412 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
413 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
414 && exit 0; \
415 exit 1;; \
416 esac; \
417 done; \
418 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
419 $(am__cd) $(top_srcdir) && \
420 $(AUTOMAKE) --foreign --ignore-deps Makefile
b4c522fa
IB
421Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
422 @case '$?' in \
423 *config.status*) \
424 echo ' $(SHELL) ./config.status'; \
425 $(SHELL) ./config.status;; \
426 *) \
427 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
428 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
429 esac;
22e05272 430$(top_srcdir)/../multilib.am $(am__empty):
b4c522fa
IB
431
432$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433 $(SHELL) ./config.status --recheck
434
435$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
436 $(am__cd) $(srcdir) && $(AUTOCONF)
437$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
438 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
439$(am__aclocal_m4_deps):
440
441config.h: stamp-h1
22e05272
JM
442 @test -f $@ || rm -f stamp-h1
443 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
b4c522fa
IB
444
445stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
446 @rm -f stamp-h1
447 cd $(top_builddir) && $(SHELL) ./config.status config.h
448$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
449 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
450 rm -f stamp-h1
451 touch $@
452
453distclean-hdr:
454 -rm -f config.h stamp-h1
455libdruntime/gcc/config.d: $(top_builddir)/config.status $(top_srcdir)/libdruntime/gcc/config.d.in
456 cd $(top_builddir) && $(SHELL) ./config.status $@
457libdruntime/gcc/libbacktrace.d: $(top_builddir)/config.status $(top_srcdir)/libdruntime/gcc/libbacktrace.d.in
458 cd $(top_builddir) && $(SHELL) ./config.status $@
459
460mostlyclean-libtool:
461 -rm -f *.lo
462
463clean-libtool:
464 -rm -rf .libs _libs
465
466distclean-libtool:
467 -rm -f libtool config.lt
468
b4c522fa 469# This directory's subdirectories are mostly independent; you can cd
22e05272
JM
470# into them and run 'make' without going through this Makefile.
471# To change the values of 'make' variables: instead of editing Makefiles,
472# (1) if the variable is set in 'config.status', edit 'config.status'
473# (which will cause the Makefiles to be regenerated when you run 'make');
474# (2) otherwise, pass the desired values on the 'make' command line.
475$(am__recursive_targets):
476 @fail=; \
477 if $(am__make_keepgoing); then \
478 failcom='fail=yes'; \
479 else \
480 failcom='exit 1'; \
481 fi; \
b4c522fa
IB
482 dot_seen=no; \
483 target=`echo $@ | sed s/-recursive//`; \
22e05272
JM
484 case "$@" in \
485 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
486 *) list='$(SUBDIRS)' ;; \
487 esac; \
488 for subdir in $$list; do \
b4c522fa
IB
489 echo "Making $$target in $$subdir"; \
490 if test "$$subdir" = "."; then \
491 dot_seen=yes; \
492 local_target="$$target-am"; \
493 else \
494 local_target="$$target"; \
495 fi; \
496 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
497 || eval $$failcom; \
498 done; \
499 if test "$$dot_seen" = "no"; then \
500 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
501 fi; test -z "$$fail"
502
22e05272
JM
503ID: $(am__tagged_files)
504 $(am__define_uniq_tagged_files); mkid -fID $$unique
505tags: tags-recursive
506TAGS: tags
507
508tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
b4c522fa
IB
509 set x; \
510 here=`pwd`; \
511 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
512 include_option=--etags-include; \
513 empty_fix=.; \
514 else \
515 include_option=--include; \
516 empty_fix=; \
517 fi; \
518 list='$(SUBDIRS)'; for subdir in $$list; do \
519 if test "$$subdir" = .; then :; else \
520 test ! -f $$subdir/TAGS || \
521 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
522 fi; \
523 done; \
22e05272 524 $(am__define_uniq_tagged_files); \
b4c522fa
IB
525 shift; \
526 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
527 test -n "$$unique" || unique=$$empty_fix; \
528 if test $$# -gt 0; then \
529 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530 "$$@" $$unique; \
531 else \
532 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533 $$unique; \
534 fi; \
535 fi
22e05272
JM
536ctags: ctags-recursive
537
538CTAGS: ctags
539ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
540 $(am__define_uniq_tagged_files); \
b4c522fa
IB
541 test -z "$(CTAGS_ARGS)$$unique" \
542 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
543 $$unique
544
545GTAGS:
546 here=`$(am__cd) $(top_builddir) && pwd` \
547 && $(am__cd) $(top_srcdir) \
548 && gtags -i $(GTAGS_ARGS) "$$here"
22e05272
JM
549cscope: cscope.files
550 test ! -s cscope.files \
551 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
552clean-cscope:
553 -rm -f cscope.files
554cscope.files: clean-cscope cscopelist
555cscopelist: cscopelist-recursive
556
557cscopelist-am: $(am__tagged_files)
558 list='$(am__tagged_files)'; \
559 case "$(srcdir)" in \
560 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
561 *) sdir=$(subdir)/$(srcdir) ;; \
562 esac; \
563 for i in $$list; do \
564 if test -f "$$i"; then \
565 echo "$(subdir)/$$i"; \
566 else \
567 echo "$$sdir/$$i"; \
568 fi; \
569 done >> $(top_builddir)/cscope.files
b4c522fa
IB
570
571distclean-tags:
572 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
22e05272 573 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
b4c522fa
IB
574check-am: all-am
575check: check-recursive
22e05272 576all-am: Makefile config.h all-local
b4c522fa
IB
577installdirs: installdirs-recursive
578installdirs-am:
579install: install-recursive
580install-exec: install-exec-recursive
581install-data: install-data-recursive
582uninstall: uninstall-recursive
583
584install-am: all-am
585 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
586
587installcheck: installcheck-recursive
588install-strip:
589 if test -z '$(STRIP)'; then \
590 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
591 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
592 install; \
593 else \
594 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
595 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
596 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
597 fi
598mostlyclean-generic:
599
600clean-generic:
601
602distclean-generic:
603 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
604 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
605
606maintainer-clean-generic:
607 @echo "This command is intended for maintainers to use"
608 @echo "it deletes files that may require special tools to rebuild."
22e05272 609clean: clean-recursive
b4c522fa 610
22e05272 611clean-am: clean-generic clean-libtool clean-local mostlyclean-am
b4c522fa 612
22e05272 613distclean: distclean-recursive
b4c522fa
IB
614 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
615 -rm -f Makefile
616distclean-am: clean-am distclean-generic distclean-hdr \
22e05272 617 distclean-libtool distclean-local distclean-tags
b4c522fa
IB
618
619dvi: dvi-recursive
620
621dvi-am:
622
623html: html-recursive
624
625html-am:
626
627info: info-recursive
628
629info-am:
630
631install-data-am:
632
633install-dvi: install-dvi-recursive
634
635install-dvi-am:
636
22e05272 637install-exec-am: install-exec-local
b4c522fa
IB
638
639install-html: install-html-recursive
640
641install-html-am:
642
643install-info: install-info-recursive
644
645install-info-am:
646
647install-man:
648
649install-pdf: install-pdf-recursive
650
651install-pdf-am:
652
653install-ps: install-ps-recursive
654
655install-ps-am:
656
657installcheck-am:
658
22e05272 659maintainer-clean: maintainer-clean-recursive
b4c522fa
IB
660 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
661 -rm -rf $(top_srcdir)/autom4te.cache
662 -rm -f Makefile
22e05272
JM
663maintainer-clean-am: distclean-am maintainer-clean-generic \
664 maintainer-clean-local
b4c522fa 665
22e05272 666mostlyclean: mostlyclean-recursive
b4c522fa 667
22e05272
JM
668mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
669 mostlyclean-local
b4c522fa
IB
670
671pdf: pdf-recursive
672
673pdf-am:
674
675ps: ps-recursive
676
677ps-am:
678
679uninstall-am:
680
22e05272 681.MAKE: $(am__recursive_targets) all install-am install-strip
b4c522fa 682
22e05272
JM
683.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
684 am--refresh check check-am clean clean-cscope clean-generic \
685 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
b4c522fa 686 distclean distclean-generic distclean-hdr distclean-libtool \
22e05272 687 distclean-local distclean-tags dvi dvi-am html html-am info \
b4c522fa
IB
688 info-am install install-am install-data install-data-am \
689 install-dvi install-dvi-am install-exec install-exec-am \
22e05272
JM
690 install-exec-local install-html install-html-am install-info \
691 install-info-am install-man install-pdf install-pdf-am \
b4c522fa
IB
692 install-ps install-ps-am install-strip installcheck \
693 installcheck-am installdirs installdirs-am maintainer-clean \
22e05272
JM
694 maintainer-clean-generic maintainer-clean-local mostlyclean \
695 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
696 pdf-am ps ps-am tags tags-am uninstall uninstall-am
697
698.PRECIOUS: Makefile
699
700
701# GNU Make needs to see an explicit $(MAKE) variable in the command it
702# runs to enable its job server during parallel builds. Hence the
703# comments below.
704all-multi:
705 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
706install-multi:
707 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
708mostlyclean-multi:
709 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
710clean-multi:
711 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
712distclean-multi:
713 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
714maintainer-clean-multi:
715 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
716
717.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
718 install-multi maintainer-clean-multi mostlyclean-multi
719
720install-exec-local: install-multi
b4c522fa 721
22e05272
JM
722all-local: all-multi
723mostlyclean-local: mostlyclean-multi
724clean-local: clean-multi
725distclean-local: distclean-multi
726maintainer-clean-local: maintainer-clean-multi
b4c522fa
IB
727
728# Tell versions [3.59,3.63) of GNU make to not export all variables.
729# Otherwise a system limit (for SysV at least) may be exceeded.
730.NOEXPORT: