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