]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdbsupport/Makefile.in
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdbsupport / Makefile.in
CommitLineData
01027315
TT
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
9ed5be56 4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
01027315
TT
5
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#
6a6859cb 18# Copyright (C) 2020-2023 Free Software Foundation, Inc.
01027315
TT
19#
20# This file 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 of the License, or
23# (at your option) any later version.
24#
25# This program 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 this program; see the file COPYING3. If not see
32# <http://www.gnu.org/licenses/>.
33#
34
35VPATH = @srcdir@
36am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46}
47am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91pkgdatadir = $(datadir)/@PACKAGE@
92pkgincludedir = $(includedir)/@PACKAGE@
93pkglibdir = $(libdir)/@PACKAGE@
94pkglibexecdir = $(libexecdir)/@PACKAGE@
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96install_sh_DATA = $(install_sh) -c -m 644
97install_sh_PROGRAM = $(install_sh) -c
98install_sh_SCRIPT = $(install_sh) -c
99INSTALL_HEADER = $(INSTALL_DATA)
100transform = $(program_transform_name)
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
107build_triplet = @build@
108host_triplet = @host@
109target_triplet = @target@
110subdir = .
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/../config/codeset.m4 \
113 $(top_srcdir)/../config/depstand.m4 \
114 $(top_srcdir)/../config/gettext-sister.m4 \
862776f2
AA
115 $(top_srcdir)/../config/gettext.m4 \
116 $(top_srcdir)/../config/iconv.m4 \
117 $(top_srcdir)/../config/intlmacosx.m4 \
01027315
TT
118 $(top_srcdir)/../config/largefile.m4 \
119 $(top_srcdir)/../config/lead-dot.m4 \
05ea2a05
TT
120 $(top_srcdir)/../config/lib-ld.m4 \
121 $(top_srcdir)/../config/lib-link.m4 \
122 $(top_srcdir)/../config/lib-prefix.m4 \
862776f2 123 $(top_srcdir)/../config/nls.m4 \
01027315 124 $(top_srcdir)/../config/override.m4 \
862776f2
AA
125 $(top_srcdir)/../config/plugins.m4 \
126 $(top_srcdir)/../config/po.m4 \
127 $(top_srcdir)/../config/progtest.m4 $(top_srcdir)/acinclude.m4 \
05ea2a05
TT
128 $(top_srcdir)/../bfd/bfd.m4 $(top_srcdir)/common.m4 \
129 $(top_srcdir)/../config/ax_pthread.m4 \
01027315 130 $(top_srcdir)/../gdb/ax_cxx_compile_stdcxx.m4 \
272cd5a3 131 $(top_srcdir)/../gdb/libiberty.m4 $(top_srcdir)/selftest.m4 \
4b74833d
AB
132 $(top_srcdir)/ptrace.m4 $(top_srcdir)/compiler-type.m4 \
133 $(top_srcdir)/warning.m4 $(top_srcdir)/configure.ac
01027315
TT
134am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
135 $(ACLOCAL_M4)
136DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
137 $(am__configure_deps)
138am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
139 configure.lineno config.status.lineno
140mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
3684d331 141CONFIG_HEADER = config.h
01027315
TT
142CONFIG_CLEAN_FILES =
143CONFIG_CLEAN_VPATH_FILES =
144LIBRARIES = $(noinst_LIBRARIES)
145AR = ar
146ARFLAGS = cru
147AM_V_AR = $(am__v_AR_@AM_V@)
148am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
149am__v_AR_0 = @echo " AR " $@;
150am__v_AR_1 =
151libgdbsupport_a_AR = $(AR) $(ARFLAGS)
152libgdbsupport_a_LIBADD =
ea3e7446
JB
153@HAVE_PIPE_OR_PIPE2_TRUE@am__objects_1 = event-pipe.$(OBJEXT)
154@SELFTEST_TRUE@am__objects_2 = selftest.$(OBJEXT)
01027315 155am_libgdbsupport_a_OBJECTS = agent.$(OBJEXT) btrace-common.$(OBJEXT) \
147699fd 156 cleanups.$(OBJEXT) common-debug.$(OBJEXT) \
01027315
TT
157 common-exceptions.$(OBJEXT) common-inferior.$(OBJEXT) \
158 common-regcache.$(OBJEXT) common-utils.$(OBJEXT) \
400b5eca
TT
159 environ.$(OBJEXT) errors.$(OBJEXT) event-loop.$(OBJEXT) \
160 fileio.$(OBJEXT) filestuff.$(OBJEXT) format.$(OBJEXT) \
0589ca4e 161 gdb-dlfcn.$(OBJEXT) gdb-hashtab.$(OBJEXT) \
d322d6d6
TT
162 gdb_obstack.$(OBJEXT) gdb_regex.$(OBJEXT) \
163 gdb_tilde_expand.$(OBJEXT) gdb_wait.$(OBJEXT) \
164 gdb_vecs.$(OBJEXT) job-control.$(OBJEXT) netstuff.$(OBJEXT) \
165 new-op.$(OBJEXT) pathstuff.$(OBJEXT) print-utils.$(OBJEXT) \
166 ptid.$(OBJEXT) rsp-low.$(OBJEXT) run-time-clock.$(OBJEXT) \
167 safe-strerror.$(OBJEXT) scoped_mmap.$(OBJEXT) search.$(OBJEXT) \
168 signals.$(OBJEXT) signals-state-save-restore.$(OBJEXT) \
542e23ff
TT
169 task-group.$(OBJEXT) tdesc.$(OBJEXT) thread-pool.$(OBJEXT) \
170 xml-utils.$(OBJEXT) $(am__objects_1) $(am__objects_2)
01027315
TT
171libgdbsupport_a_OBJECTS = $(am_libgdbsupport_a_OBJECTS)
172AM_V_P = $(am__v_P_@AM_V@)
173am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
174am__v_P_0 = false
175am__v_P_1 = :
176AM_V_GEN = $(am__v_GEN_@AM_V@)
177am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
178am__v_GEN_0 = @echo " GEN " $@;
179am__v_GEN_1 =
180AM_V_at = $(am__v_at_@AM_V@)
181am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
182am__v_at_0 = @
183am__v_at_1 =
184DEFAULT_INCLUDES = -I.@am__isrc@
185depcomp = $(SHELL) $(top_srcdir)/../depcomp
186am__depfiles_maybe = depfiles
187am__mv = mv -f
06b3c5bd
SM
188CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
189 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
190AM_V_CXX = $(am__v_CXX_@AM_V@)
191am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
192am__v_CXX_0 = @echo " CXX " $@;
193am__v_CXX_1 =
194CXXLD = $(CXX)
195CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
196 -o $@
197AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
198am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
199am__v_CXXLD_0 = @echo " CXXLD " $@;
200am__v_CXXLD_1 =
01027315 201SOURCES = $(libgdbsupport_a_SOURCES)
862776f2
AA
202RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
203 ctags-recursive dvi-recursive html-recursive info-recursive \
204 install-data-recursive install-dvi-recursive \
205 install-exec-recursive install-html-recursive \
206 install-info-recursive install-pdf-recursive \
207 install-ps-recursive install-recursive installcheck-recursive \
208 installdirs-recursive pdf-recursive ps-recursive \
209 tags-recursive uninstall-recursive
01027315
TT
210am__can_run_installinfo = \
211 case $$AM_UPDATE_INFO_DIR in \
212 n|no|NO) false;; \
213 *) (install-info --version) >/dev/null 2>&1;; \
214 esac
862776f2
AA
215RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
216 distclean-recursive maintainer-clean-recursive
217am__recursive_targets = \
218 $(RECURSIVE_TARGETS) \
219 $(RECURSIVE_CLEAN_TARGETS) \
220 $(am__extra_recursive_targets)
221AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
222 cscope
01027315
TT
223am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
224 $(LISP)config.in
225# Read a list of newline-separated strings from the standard input,
226# and print each of them once, without duplicates. Input order is
227# *not* preserved.
228am__uniquify_input = $(AWK) '\
229 BEGIN { nonempty = 0; } \
230 { items[$$0] = 1; nonempty = 1; } \
231 END { if (nonempty) { for (i in items) print i; }; } \
232'
233# Make sure the list of sources is unique. This is necessary because,
234# e.g., the same source file might be shared among _SOURCES variables
235# for different programs/libraries.
236am__define_uniq_tagged_files = \
237 list='$(am__tagged_files)'; \
238 unique=`for i in $$list; do \
239 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
240 done | $(am__uniquify_input)`
241ETAGS = etags
242CTAGS = ctags
243CSCOPE = cscope
862776f2 244DIST_SUBDIRS = $(SUBDIRS)
01027315
TT
245ACLOCAL = @ACLOCAL@
246ALLOCA = @ALLOCA@
247AMTAR = @AMTAR@
248AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
249AUTOCONF = @AUTOCONF@
250AUTOHEADER = @AUTOHEADER@
251AUTOMAKE = @AUTOMAKE@
252AWK = @AWK@
253CATALOGS = @CATALOGS@
254CATOBJEXT = @CATOBJEXT@
255CC = @CC@
256CCDEPMODE = @CCDEPMODE@
257CFLAGS = @CFLAGS@
39eedb20 258CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
01027315
TT
259CPP = @CPP@
260CPPFLAGS = @CPPFLAGS@
261CXX = @CXX@
262CXXDEPMODE = @CXXDEPMODE@
263CXXFLAGS = @CXXFLAGS@
264CXX_DIALECT = @CXX_DIALECT@
265CYGPATH_W = @CYGPATH_W@
266DATADIRNAME = @DATADIRNAME@
267DEFS = @DEFS@
268DEPDIR = @DEPDIR@
269ECHO_C = @ECHO_C@
270ECHO_N = @ECHO_N@
271ECHO_T = @ECHO_T@
272EGREP = @EGREP@
273EXEEXT = @EXEEXT@
274GENCAT = @GENCAT@
275GMSGFMT = @GMSGFMT@
276GREP = @GREP@
f74dc267 277HAVE_CXX17 = @HAVE_CXX17@
05ea2a05 278HAVE_LIBIPT = @HAVE_LIBIPT@
8b35ed1f 279HAVE_LIBXXHASH = @HAVE_LIBXXHASH@
01027315
TT
280INCINTL = @INCINTL@
281INSTALL = @INSTALL@
282INSTALL_DATA = @INSTALL_DATA@
283INSTALL_PROGRAM = @INSTALL_PROGRAM@
284INSTALL_SCRIPT = @INSTALL_SCRIPT@
285INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
286INSTOBJEXT = @INSTOBJEXT@
862776f2
AA
287INTLLIBS = @INTLLIBS@
288INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
c8693053 289LARGEFILE_CPPFLAGS = @LARGEFILE_CPPFLAGS@
01027315 290LDFLAGS = @LDFLAGS@
862776f2 291LIBICONV = @LIBICONV@
01027315
TT
292LIBINTL = @LIBINTL@
293LIBINTL_DEP = @LIBINTL_DEP@
05ea2a05 294LIBIPT = @LIBIPT@
01027315
TT
295LIBOBJS = @LIBOBJS@
296LIBS = @LIBS@
8b35ed1f 297LIBXXHASH = @LIBXXHASH@
862776f2
AA
298LTLIBICONV = @LTLIBICONV@
299LTLIBINTL = @LTLIBINTL@
05ea2a05 300LTLIBIPT = @LTLIBIPT@
01027315 301LTLIBOBJS = @LTLIBOBJS@
8b35ed1f 302LTLIBXXHASH = @LTLIBXXHASH@
01027315
TT
303MAINT = @MAINT@
304MAKEINFO = @MAKEINFO@
305MKDIR_P = @MKDIR_P@
862776f2
AA
306MKINSTALLDIRS = @MKINSTALLDIRS@
307MSGFMT = @MSGFMT@
308MSGMERGE = @MSGMERGE@
01027315
TT
309OBJEXT = @OBJEXT@
310PACKAGE = @PACKAGE@
311PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
312PACKAGE_NAME = @PACKAGE_NAME@
313PACKAGE_STRING = @PACKAGE_STRING@
314PACKAGE_TARNAME = @PACKAGE_TARNAME@
315PACKAGE_URL = @PACKAGE_URL@
316PACKAGE_VERSION = @PACKAGE_VERSION@
317PATH_SEPARATOR = @PATH_SEPARATOR@
318POSUB = @POSUB@
319PTHREAD_CC = @PTHREAD_CC@
320PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
321PTHREAD_LIBS = @PTHREAD_LIBS@
322RANLIB = @RANLIB@
323SED = @SED@
324SET_MAKE = @SET_MAKE@
325SHELL = @SHELL@
326STRIP = @STRIP@
327USE_NLS = @USE_NLS@
328VERSION = @VERSION@
629c2962
SM
329WARN_CFLAGS = @WARN_CFLAGS@
330WERROR_CFLAGS = @WERROR_CFLAGS@
01027315
TT
331XGETTEXT = @XGETTEXT@
332abs_builddir = @abs_builddir@
333abs_srcdir = @abs_srcdir@
334abs_top_builddir = @abs_top_builddir@
335abs_top_srcdir = @abs_top_srcdir@
336ac_ct_CC = @ac_ct_CC@
337ac_ct_CXX = @ac_ct_CXX@
338am__include = @am__include@
339am__leading_dot = @am__leading_dot@
340am__quote = @am__quote@
341am__tar = @am__tar@
342am__untar = @am__untar@
343ax_pthread_config = @ax_pthread_config@
344bindir = @bindir@
345build = @build@
346build_alias = @build_alias@
347build_cpu = @build_cpu@
348build_os = @build_os@
349build_vendor = @build_vendor@
350builddir = @builddir@
351datadir = @datadir@
352datarootdir = @datarootdir@
353docdir = @docdir@
354dvidir = @dvidir@
355exec_prefix = @exec_prefix@
356host = @host@
357host_alias = @host_alias@
358host_cpu = @host_cpu@
359host_os = @host_os@
360host_vendor = @host_vendor@
361htmldir = @htmldir@
362includedir = @includedir@
363infodir = @infodir@
364install_sh = @install_sh@
365libdir = @libdir@
366libexecdir = @libexecdir@
367localedir = @localedir@
368localstatedir = @localstatedir@
369mandir = @mandir@
370mkdir_p = @mkdir_p@
371oldincludedir = @oldincludedir@
372pdfdir = @pdfdir@
373prefix = @prefix@
374program_transform_name = @program_transform_name@
375psdir = @psdir@
376sbindir = @sbindir@
377sharedstatedir = @sharedstatedir@
378srcdir = @srcdir@
379sysconfdir = @sysconfdir@
380target = @target@
381target_alias = @target_alias@
382target_cpu = @target_cpu@
383target_os = @target_os@
384target_vendor = @target_vendor@
385top_build_prefix = @top_build_prefix@
386top_builddir = @top_builddir@
387top_srcdir = @top_srcdir@
388AUTOMAKE_OPTIONS = no-dist foreign
389ACLOCAL_AMFLAGS = -I . -I ../config
862776f2
AA
390
391# Suppress 'configure.ac: error: AM_GNU_GETTEXT used but SUBDIRS not defined'
392# from Automake, as gdbsupport uses AM_GNU_GETTEXT through
393# ZW_GNU_GETTEXT_SISTER_DIR, but doesn't have any translations (currently).
394SUBDIRS =
01027315
TT
395AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../gdb \
396 -I../gnulib/import -I$(srcdir)/../gnulib/import \
c8693053
RO
397 -I.. -I$(srcdir)/.. $(INCINTL) -I../bfd -I$(srcdir)/../bfd \
398 @LARGEFILE_CPPFLAGS@
01027315 399
89725b0d 400AM_CXXFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
01027315 401noinst_LIBRARIES = libgdbsupport.a
06b3c5bd 402@SELFTEST_TRUE@selftest = selftest.cc
ea3e7446 403@HAVE_PIPE_OR_PIPE2_TRUE@eventpipe = event-pipe.cc
01027315 404libgdbsupport_a_SOURCES = \
06b3c5bd
SM
405 agent.cc \
406 btrace-common.cc \
06b3c5bd
SM
407 cleanups.cc \
408 common-debug.cc \
409 common-exceptions.cc \
410 common-inferior.cc \
411 common-regcache.cc \
412 common-utils.cc \
413 environ.cc \
414 errors.cc \
400b5eca 415 event-loop.cc \
06b3c5bd
SM
416 fileio.cc \
417 filestuff.cc \
418 format.cc \
419 gdb-dlfcn.cc \
0589ca4e 420 gdb-hashtab.cc \
bf31fd38 421 gdb_obstack.cc \
d322d6d6 422 gdb_regex.cc \
06b3c5bd
SM
423 gdb_tilde_expand.cc \
424 gdb_wait.cc \
425 gdb_vecs.cc \
426 job-control.cc \
427 netstuff.cc \
428 new-op.cc \
429 pathstuff.cc \
430 print-utils.cc \
431 ptid.cc \
432 rsp-low.cc \
433 run-time-clock.cc \
434 safe-strerror.cc \
435 scoped_mmap.cc \
4a72de73 436 search.cc \
06b3c5bd
SM
437 signals.cc \
438 signals-state-save-restore.cc \
542e23ff 439 task-group.cc \
06b3c5bd
SM
440 tdesc.cc \
441 thread-pool.cc \
442 xml-utils.cc \
ea3e7446 443 ${eventpipe} \
01027315
TT
444 $(selftest)
445
3684d331 446all: config.h
862776f2 447 $(MAKE) $(AM_MAKEFLAGS) all-recursive
01027315
TT
448
449.SUFFIXES:
06b3c5bd 450.SUFFIXES: .cc .o .obj
01027315
TT
451am--refresh: Makefile
452 @:
453$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
454 @for dep in $?; do \
455 case '$(am__configure_deps)' in \
456 *$$dep*) \
457 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
458 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
459 && exit 0; \
460 exit 1;; \
461 esac; \
462 done; \
463 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
464 $(am__cd) $(top_srcdir) && \
465 $(AUTOMAKE) --foreign Makefile
466Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
467 @case '$?' in \
468 *config.status*) \
469 echo ' $(SHELL) ./config.status'; \
470 $(SHELL) ./config.status;; \
471 *) \
472 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
473 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
474 esac;
475
476$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
477 $(SHELL) ./config.status --recheck
478
479$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
480 $(am__cd) $(srcdir) && $(AUTOCONF)
481$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
482 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
483$(am__aclocal_m4_deps):
484
3684d331 485config.h: stamp-h1
01027315
TT
486 @test -f $@ || rm -f stamp-h1
487 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
488
489stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
490 @rm -f stamp-h1
3684d331 491 cd $(top_builddir) && $(SHELL) ./config.status config.h
01027315
TT
492$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
493 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
494 rm -f stamp-h1
495 touch $@
496
497distclean-hdr:
3684d331 498 -rm -f config.h stamp-h1
01027315
TT
499
500clean-noinstLIBRARIES:
501 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
502
503libgdbsupport.a: $(libgdbsupport_a_OBJECTS) $(libgdbsupport_a_DEPENDENCIES) $(EXTRA_libgdbsupport_a_DEPENDENCIES)
504 $(AM_V_at)-rm -f libgdbsupport.a
505 $(AM_V_AR)$(libgdbsupport_a_AR) libgdbsupport.a $(libgdbsupport_a_OBJECTS) $(libgdbsupport_a_LIBADD)
506 $(AM_V_at)$(RANLIB) libgdbsupport.a
507
508mostlyclean-compile:
509 -rm -f *.$(OBJEXT)
510
511distclean-compile:
512 -rm -f *.tab.c
513
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/agent.Po@am__quote@
515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btrace-common.Po@am__quote@
01027315
TT
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cleanups.Po@am__quote@
517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-debug.Po@am__quote@
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-exceptions.Po@am__quote@
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-inferior.Po@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-regcache.Po@am__quote@
521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-utils.Po@am__quote@
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environ.Po@am__quote@
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
400b5eca 524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event-loop.Po@am__quote@
ea3e7446 525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event-pipe.Po@am__quote@
01027315
TT
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filestuff.Po@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Po@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb-dlfcn.Po@am__quote@
0589ca4e 530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb-hashtab.Po@am__quote@
bf31fd38 531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_obstack.Po@am__quote@
d322d6d6 532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_regex.Po@am__quote@
01027315
TT
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_tilde_expand.Po@am__quote@
534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_vecs.Po@am__quote@
535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_wait.Po@am__quote@
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/job-control.Po@am__quote@
537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netstuff.Po@am__quote@
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new-op.Po@am__quote@
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathstuff.Po@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print-utils.Po@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptid.Po@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsp-low.Po@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-time-clock.Po@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe-strerror.Po@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scoped_mmap.Po@am__quote@
4a72de73 546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@
01027315
TT
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selftest.Po@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals-state-save-restore.Po@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Po@am__quote@
542e23ff 550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-group.Po@am__quote@
01027315
TT
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdesc.Po@am__quote@
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-pool.Po@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml-utils.Po@am__quote@
554
06b3c5bd
SM
555.cc.o:
556@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
557@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
558@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
559@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
01027315 561
06b3c5bd
SM
562.cc.obj:
563@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
564@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
565@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
566@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
01027315 568
862776f2
AA
569# This directory's subdirectories are mostly independent; you can cd
570# into them and run 'make' without going through this Makefile.
571# To change the values of 'make' variables: instead of editing Makefiles,
572# (1) if the variable is set in 'config.status', edit 'config.status'
573# (which will cause the Makefiles to be regenerated when you run 'make');
574# (2) otherwise, pass the desired values on the 'make' command line.
575$(am__recursive_targets):
576 @fail=; \
577 if $(am__make_keepgoing); then \
578 failcom='fail=yes'; \
579 else \
580 failcom='exit 1'; \
581 fi; \
582 dot_seen=no; \
583 target=`echo $@ | sed s/-recursive//`; \
584 case "$@" in \
585 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
586 *) list='$(SUBDIRS)' ;; \
587 esac; \
588 for subdir in $$list; do \
589 echo "Making $$target in $$subdir"; \
590 if test "$$subdir" = "."; then \
591 dot_seen=yes; \
592 local_target="$$target-am"; \
593 else \
594 local_target="$$target"; \
595 fi; \
596 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
597 || eval $$failcom; \
598 done; \
599 if test "$$dot_seen" = "no"; then \
600 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
601 fi; test -z "$$fail"
602
01027315
TT
603ID: $(am__tagged_files)
604 $(am__define_uniq_tagged_files); mkid -fID $$unique
862776f2 605tags: tags-recursive
01027315
TT
606TAGS: tags
607
608tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
609 set x; \
610 here=`pwd`; \
862776f2
AA
611 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
612 include_option=--etags-include; \
613 empty_fix=.; \
614 else \
615 include_option=--include; \
616 empty_fix=; \
617 fi; \
618 list='$(SUBDIRS)'; for subdir in $$list; do \
619 if test "$$subdir" = .; then :; else \
620 test ! -f $$subdir/TAGS || \
621 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
622 fi; \
623 done; \
01027315
TT
624 $(am__define_uniq_tagged_files); \
625 shift; \
626 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
627 test -n "$$unique" || unique=$$empty_fix; \
628 if test $$# -gt 0; then \
629 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
630 "$$@" $$unique; \
631 else \
632 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
633 $$unique; \
634 fi; \
635 fi
862776f2 636ctags: ctags-recursive
01027315
TT
637
638CTAGS: ctags
639ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
640 $(am__define_uniq_tagged_files); \
641 test -z "$(CTAGS_ARGS)$$unique" \
642 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
643 $$unique
644
645GTAGS:
646 here=`$(am__cd) $(top_builddir) && pwd` \
647 && $(am__cd) $(top_srcdir) \
648 && gtags -i $(GTAGS_ARGS) "$$here"
649cscope: cscope.files
650 test ! -s cscope.files \
651 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
652clean-cscope:
653 -rm -f cscope.files
654cscope.files: clean-cscope cscopelist
862776f2 655cscopelist: cscopelist-recursive
01027315
TT
656
657cscopelist-am: $(am__tagged_files)
658 list='$(am__tagged_files)'; \
659 case "$(srcdir)" in \
660 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
661 *) sdir=$(subdir)/$(srcdir) ;; \
662 esac; \
663 for i in $$list; do \
664 if test -f "$$i"; then \
665 echo "$(subdir)/$$i"; \
666 else \
667 echo "$$sdir/$$i"; \
668 fi; \
669 done >> $(top_builddir)/cscope.files
670
671distclean-tags:
672 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
673 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
674check-am: all-am
862776f2 675check: check-recursive
3684d331 676all-am: Makefile $(LIBRARIES) config.h
862776f2
AA
677installdirs: installdirs-recursive
678installdirs-am:
679install: install-recursive
680install-exec: install-exec-recursive
681install-data: install-data-recursive
682uninstall: uninstall-recursive
01027315
TT
683
684install-am: all-am
685 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
686
862776f2 687installcheck: installcheck-recursive
01027315
TT
688install-strip:
689 if test -z '$(STRIP)'; then \
690 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
691 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
692 install; \
693 else \
694 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
695 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
696 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
697 fi
698mostlyclean-generic:
699
700clean-generic:
701
702distclean-generic:
703 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
704 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
705
706maintainer-clean-generic:
707 @echo "This command is intended for maintainers to use"
708 @echo "it deletes files that may require special tools to rebuild."
862776f2 709clean: clean-recursive
01027315
TT
710
711clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
712
862776f2 713distclean: distclean-recursive
01027315
TT
714 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
715 -rm -rf ./$(DEPDIR)
716 -rm -f Makefile
717distclean-am: clean-am distclean-compile distclean-generic \
718 distclean-hdr distclean-tags
719
862776f2 720dvi: dvi-recursive
01027315
TT
721
722dvi-am:
723
862776f2 724html: html-recursive
01027315
TT
725
726html-am:
727
862776f2 728info: info-recursive
01027315
TT
729
730info-am:
731
732install-data-am:
733
862776f2 734install-dvi: install-dvi-recursive
01027315
TT
735
736install-dvi-am:
737
738install-exec-am:
739
862776f2 740install-html: install-html-recursive
01027315
TT
741
742install-html-am:
743
862776f2 744install-info: install-info-recursive
01027315
TT
745
746install-info-am:
747
748install-man:
749
862776f2 750install-pdf: install-pdf-recursive
01027315
TT
751
752install-pdf-am:
753
862776f2 754install-ps: install-ps-recursive
01027315
TT
755
756install-ps-am:
757
758installcheck-am:
759
862776f2 760maintainer-clean: maintainer-clean-recursive
01027315
TT
761 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
762 -rm -rf $(top_srcdir)/autom4te.cache
763 -rm -rf ./$(DEPDIR)
764 -rm -f Makefile
765maintainer-clean-am: distclean-am maintainer-clean-generic
766
862776f2 767mostlyclean: mostlyclean-recursive
01027315
TT
768
769mostlyclean-am: mostlyclean-compile mostlyclean-generic
770
862776f2 771pdf: pdf-recursive
01027315
TT
772
773pdf-am:
774
862776f2 775ps: ps-recursive
01027315
TT
776
777ps-am:
778
779uninstall-am:
780
862776f2
AA
781.MAKE: $(am__recursive_targets) all install-am install-strip
782
783.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
784 am--refresh check check-am clean clean-cscope clean-generic \
785 clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am \
786 distclean distclean-compile distclean-generic distclean-hdr \
787 distclean-tags dvi dvi-am html html-am info info-am install \
788 install-am install-data install-data-am install-dvi \
789 install-dvi-am install-exec install-exec-am install-html \
790 install-html-am install-info install-info-am install-man \
791 install-pdf install-pdf-am install-ps install-ps-am \
792 install-strip installcheck installcheck-am installdirs \
793 installdirs-am maintainer-clean maintainer-clean-generic \
794 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
795 ps ps-am tags tags-am uninstall uninstall-am
01027315
TT
796
797.PRECIOUS: Makefile
798
799
89725b0d
SM
800override CXX += $(CXX_DIALECT)
801
0454ef42
TT
802# Double-check that no defines are missing from our configury.
803check-defines:
804 cd $(srcdir) && emacs --script check-defines.el
805
01027315
TT
806# Tell versions [3.59,3.63) of GNU make to not export all variables.
807# Otherwise a system limit (for SysV at least) may be exceeded.
808.NOEXPORT: