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