]> git.ipfire.org Git - thirdparty/gcc.git/blame - libphobos/Makefile.in
* config/h8300/constraints.md: Add "C" constraint for call insns.
[thirdparty/gcc.git] / libphobos / Makefile.in
CommitLineData
f00f02a3 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
03385ed3 2# @configure_input@
3
f00f02a3 4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
03385ed3 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@
f00f02a3 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 \
03385ed3 57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
f00f02a3 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;; \
03385ed3 84 esac; \
f00f02a3 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))
03385ed3 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 = .
03385ed3 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)
f00f02a3 125DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
126 $(am__configure_deps)
03385ed3 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 =
f00f02a3 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 =
03385ed3 146depcomp =
147am__depfiles_maybe =
148SOURCES =
f00f02a3 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
03385ed3 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
f00f02a3 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)`
03385ed3 188ETAGS = etags
189CTAGS = ctags
f00f02a3 190CSCOPE = cscope
03385ed3 191DIST_SUBDIRS = $(SUBDIRS)
192ACLOCAL = @ACLOCAL@
193AMTAR = @AMTAR@
f00f02a3 194AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
03385ed3 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@
5114391d 309libphobos_toolexecdir = @libphobos_toolexecdir@
310libphobos_toolexeclibdir = @libphobos_toolexeclibdir@
03385ed3 311localedir = @localedir@
312localstatedir = @localstatedir@
313mandir = @mandir@
314mkdir_p = @mkdir_p@
315multi_basedir = @multi_basedir@
316oldincludedir = @oldincludedir@
317pdfdir = @pdfdir@
318phobos_compiler_pic_flag = @phobos_compiler_pic_flag@
319phobos_compiler_shared_flag = @phobos_compiler_shared_flag@
320prefix = @prefix@
321program_transform_name = @program_transform_name@
322psdir = @psdir@
5114391d 323runstatedir = @runstatedir@
03385ed3 324sbindir = @sbindir@
325sharedstatedir = @sharedstatedir@
326srcdir = @srcdir@
327sysconfdir = @sysconfdir@
328target = @target@
329target_alias = @target_alias@
330target_cpu = @target_cpu@
331target_os = @target_os@
332target_vendor = @target_vendor@
03385ed3 333top_build_prefix = @top_build_prefix@
334top_builddir = @top_builddir@
335top_srcdir = @top_srcdir@
336SUBDIRS = libdruntime src testsuite
337ACLOCAL_AMFLAGS = -I . -I .. -I ../config
338
339# Multilib support.
340MAKEOVERRIDES =
341
342# Work around what appears to be a GNU make bug handling MAKEFLAGS
343# values defined in terms of make variables, as is the case for CC and
344# friends when we are called from the top level Makefile.
345AM_MAKEFLAGS = \
346 "AR_FLAGS=$(AR_FLAGS)" \
347 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
348 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
349 "CFLAGS=$(CFLAGS)" \
350 "CXXFLAGS=$(CXXFLAGS)" \
351 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
352 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
353 "GDC_FOR_TARGET=$(GDC_FOR_TARGET)" \
354 "GDC=$(GDC)" \
355 "INSTALL=$(INSTALL)" \
356 "INSTALL_DATA=$(INSTALL_DATA)" \
357 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
358 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
359 "LDFLAGS=$(LDFLAGS)" \
360 "LIBCFLAGS=$(LIBCFLAGS)" \
361 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
362 "MAKE=$(MAKE)" \
363 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
364 "PICFLAG=$(PICFLAG)" \
365 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
366 "SHELL=$(SHELL)" \
367 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
368 "exec_prefix=$(exec_prefix)" \
369 "infodir=$(infodir)" \
370 "libdir=$(libdir)" \
371 "includedir=$(includedir)" \
372 "prefix=$(prefix)" \
373 "tooldir=$(tooldir)" \
374 "gdc_include_dir=$(gdc_include_dir)" \
375 "AR=$(AR)" \
376 "AS=$(AS)" \
377 "LD=$(LD)" \
378 "RANLIB=$(RANLIB)" \
379 "NM=$(NM)" \
380 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
381 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
382 "DESTDIR=$(DESTDIR)" \
383 "WERROR=$(WERROR)"
384
385
386# Subdir rules rely on $(FLAGS_TO_PASS)
387FLAGS_TO_PASS = $(AM_MAKEFLAGS)
f00f02a3 388MULTISRCTOP =
389MULTIBUILDTOP =
390MULTIDIRS =
391MULTISUBDIR =
392MULTIDO = true
393MULTICLEAN = true
03385ed3 394all: config.h
395 $(MAKE) $(AM_MAKEFLAGS) all-recursive
396
397.SUFFIXES:
398am--refresh: Makefile
399 @:
f00f02a3 400$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
03385ed3 401 @for dep in $?; do \
402 case '$(am__configure_deps)' in \
403 *$$dep*) \
404 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
405 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
406 && exit 0; \
407 exit 1;; \
408 esac; \
409 done; \
410 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
411 $(am__cd) $(top_srcdir) && \
412 $(AUTOMAKE) --foreign --ignore-deps Makefile
03385ed3 413Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
414 @case '$?' in \
415 *config.status*) \
416 echo ' $(SHELL) ./config.status'; \
417 $(SHELL) ./config.status;; \
418 *) \
419 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
420 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
421 esac;
f00f02a3 422$(top_srcdir)/../multilib.am $(am__empty):
03385ed3 423
424$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
425 $(SHELL) ./config.status --recheck
426
427$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
428 $(am__cd) $(srcdir) && $(AUTOCONF)
429$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
430 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
431$(am__aclocal_m4_deps):
432
433config.h: stamp-h1
f00f02a3 434 @test -f $@ || rm -f stamp-h1
435 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
03385ed3 436
437stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
438 @rm -f stamp-h1
439 cd $(top_builddir) && $(SHELL) ./config.status config.h
440$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
441 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
442 rm -f stamp-h1
443 touch $@
444
445distclean-hdr:
446 -rm -f config.h stamp-h1
447libdruntime/gcc/config.d: $(top_builddir)/config.status $(top_srcdir)/libdruntime/gcc/config.d.in
448 cd $(top_builddir) && $(SHELL) ./config.status $@
449libdruntime/gcc/libbacktrace.d: $(top_builddir)/config.status $(top_srcdir)/libdruntime/gcc/libbacktrace.d.in
450 cd $(top_builddir) && $(SHELL) ./config.status $@
451
452mostlyclean-libtool:
453 -rm -f *.lo
454
455clean-libtool:
456 -rm -rf .libs _libs
457
458distclean-libtool:
459 -rm -f libtool config.lt
460
03385ed3 461# This directory's subdirectories are mostly independent; you can cd
f00f02a3 462# into them and run 'make' without going through this Makefile.
463# To change the values of 'make' variables: instead of editing Makefiles,
464# (1) if the variable is set in 'config.status', edit 'config.status'
465# (which will cause the Makefiles to be regenerated when you run 'make');
466# (2) otherwise, pass the desired values on the 'make' command line.
467$(am__recursive_targets):
468 @fail=; \
469 if $(am__make_keepgoing); then \
470 failcom='fail=yes'; \
471 else \
472 failcom='exit 1'; \
473 fi; \
03385ed3 474 dot_seen=no; \
475 target=`echo $@ | sed s/-recursive//`; \
f00f02a3 476 case "$@" in \
477 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
478 *) list='$(SUBDIRS)' ;; \
479 esac; \
480 for subdir in $$list; do \
03385ed3 481 echo "Making $$target in $$subdir"; \
482 if test "$$subdir" = "."; then \
483 dot_seen=yes; \
484 local_target="$$target-am"; \
485 else \
486 local_target="$$target"; \
487 fi; \
488 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
489 || eval $$failcom; \
490 done; \
491 if test "$$dot_seen" = "no"; then \
492 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
493 fi; test -z "$$fail"
494
f00f02a3 495ID: $(am__tagged_files)
496 $(am__define_uniq_tagged_files); mkid -fID $$unique
497tags: tags-recursive
498TAGS: tags
499
500tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
03385ed3 501 set x; \
502 here=`pwd`; \
503 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
504 include_option=--etags-include; \
505 empty_fix=.; \
506 else \
507 include_option=--include; \
508 empty_fix=; \
509 fi; \
510 list='$(SUBDIRS)'; for subdir in $$list; do \
511 if test "$$subdir" = .; then :; else \
512 test ! -f $$subdir/TAGS || \
513 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
514 fi; \
515 done; \
f00f02a3 516 $(am__define_uniq_tagged_files); \
03385ed3 517 shift; \
518 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
519 test -n "$$unique" || unique=$$empty_fix; \
520 if test $$# -gt 0; then \
521 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522 "$$@" $$unique; \
523 else \
524 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525 $$unique; \
526 fi; \
527 fi
f00f02a3 528ctags: ctags-recursive
529
530CTAGS: ctags
531ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
532 $(am__define_uniq_tagged_files); \
03385ed3 533 test -z "$(CTAGS_ARGS)$$unique" \
534 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
535 $$unique
536
537GTAGS:
538 here=`$(am__cd) $(top_builddir) && pwd` \
539 && $(am__cd) $(top_srcdir) \
540 && gtags -i $(GTAGS_ARGS) "$$here"
f00f02a3 541cscope: cscope.files
542 test ! -s cscope.files \
543 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
544clean-cscope:
545 -rm -f cscope.files
546cscope.files: clean-cscope cscopelist
547cscopelist: cscopelist-recursive
548
549cscopelist-am: $(am__tagged_files)
550 list='$(am__tagged_files)'; \
551 case "$(srcdir)" in \
552 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
553 *) sdir=$(subdir)/$(srcdir) ;; \
554 esac; \
555 for i in $$list; do \
556 if test -f "$$i"; then \
557 echo "$(subdir)/$$i"; \
558 else \
559 echo "$$sdir/$$i"; \
560 fi; \
561 done >> $(top_builddir)/cscope.files
03385ed3 562
563distclean-tags:
564 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
f00f02a3 565 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
03385ed3 566check-am: all-am
567check: check-recursive
f00f02a3 568all-am: Makefile config.h all-local
03385ed3 569installdirs: installdirs-recursive
570installdirs-am:
571install: install-recursive
572install-exec: install-exec-recursive
573install-data: install-data-recursive
574uninstall: uninstall-recursive
575
576install-am: all-am
577 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
578
579installcheck: installcheck-recursive
580install-strip:
581 if test -z '$(STRIP)'; then \
582 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584 install; \
585 else \
586 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
587 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
588 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
589 fi
590mostlyclean-generic:
591
592clean-generic:
593
594distclean-generic:
595 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
596 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
597
598maintainer-clean-generic:
599 @echo "This command is intended for maintainers to use"
600 @echo "it deletes files that may require special tools to rebuild."
f00f02a3 601clean: clean-recursive
03385ed3 602
f00f02a3 603clean-am: clean-generic clean-libtool clean-local mostlyclean-am
03385ed3 604
f00f02a3 605distclean: distclean-recursive
03385ed3 606 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
607 -rm -f Makefile
608distclean-am: clean-am distclean-generic distclean-hdr \
f00f02a3 609 distclean-libtool distclean-local distclean-tags
03385ed3 610
611dvi: dvi-recursive
612
613dvi-am:
614
615html: html-recursive
616
617html-am:
618
619info: info-recursive
620
621info-am:
622
623install-data-am:
624
625install-dvi: install-dvi-recursive
626
627install-dvi-am:
628
f00f02a3 629install-exec-am: install-exec-local
03385ed3 630
631install-html: install-html-recursive
632
633install-html-am:
634
635install-info: install-info-recursive
636
637install-info-am:
638
639install-man:
640
641install-pdf: install-pdf-recursive
642
643install-pdf-am:
644
645install-ps: install-ps-recursive
646
647install-ps-am:
648
649installcheck-am:
650
f00f02a3 651maintainer-clean: maintainer-clean-recursive
03385ed3 652 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
653 -rm -rf $(top_srcdir)/autom4te.cache
654 -rm -f Makefile
f00f02a3 655maintainer-clean-am: distclean-am maintainer-clean-generic \
656 maintainer-clean-local
03385ed3 657
f00f02a3 658mostlyclean: mostlyclean-recursive
03385ed3 659
f00f02a3 660mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
661 mostlyclean-local
03385ed3 662
663pdf: pdf-recursive
664
665pdf-am:
666
667ps: ps-recursive
668
669ps-am:
670
671uninstall-am:
672
f00f02a3 673.MAKE: $(am__recursive_targets) all install-am install-strip
03385ed3 674
f00f02a3 675.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
676 am--refresh check check-am clean clean-cscope clean-generic \
677 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
03385ed3 678 distclean distclean-generic distclean-hdr distclean-libtool \
f00f02a3 679 distclean-local distclean-tags dvi dvi-am html html-am info \
03385ed3 680 info-am install install-am install-data install-data-am \
681 install-dvi install-dvi-am install-exec install-exec-am \
f00f02a3 682 install-exec-local install-html install-html-am install-info \
683 install-info-am install-man install-pdf install-pdf-am \
03385ed3 684 install-ps install-ps-am install-strip installcheck \
685 installcheck-am installdirs installdirs-am maintainer-clean \
f00f02a3 686 maintainer-clean-generic maintainer-clean-local mostlyclean \
687 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
688 pdf-am ps ps-am tags tags-am uninstall uninstall-am
689
690.PRECIOUS: Makefile
691
692
693# GNU Make needs to see an explicit $(MAKE) variable in the command it
694# runs to enable its job server during parallel builds. Hence the
695# comments below.
696all-multi:
697 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
698install-multi:
699 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
700mostlyclean-multi:
701 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
702clean-multi:
703 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
704distclean-multi:
705 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
706maintainer-clean-multi:
707 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
708
709.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
710 install-multi maintainer-clean-multi mostlyclean-multi
711
712install-exec-local: install-multi
03385ed3 713
f00f02a3 714all-local: all-multi
715mostlyclean-local: mostlyclean-multi
716clean-local: clean-multi
717distclean-local: distclean-multi
718maintainer-clean-local: maintainer-clean-multi
03385ed3 719
720# Tell versions [3.59,3.63) of GNU make to not export all variables.
721# Otherwise a system limit (for SysV at least) may be exceeded.
722.NOEXPORT: