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