Synchronize sourceware version of the libiberty sources with the master gcc versions.
[binutils-gdb.git] / gdbsupport / Makefile.in
blob070e36a6affaf599f712863baf8f11fa250956ea
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@
18 # Copyright (C) 2020-2023 Free Software Foundation, Inc.
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.
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.
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/>.
35 VPATH = @srcdir@
36 am__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; \
47 am__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
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 target_triplet = @target@
110 subdir = .
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 am__aclocal_m4_deps = $(top_srcdir)/../config/codeset.m4 \
113 $(top_srcdir)/../config/depstand.m4 \
114 $(top_srcdir)/../config/gettext-sister.m4 \
115 $(top_srcdir)/../config/gettext.m4 \
116 $(top_srcdir)/../config/iconv.m4 \
117 $(top_srcdir)/../config/intlmacosx.m4 \
118 $(top_srcdir)/../config/largefile.m4 \
119 $(top_srcdir)/../config/lead-dot.m4 \
120 $(top_srcdir)/../config/lib-ld.m4 \
121 $(top_srcdir)/../config/lib-link.m4 \
122 $(top_srcdir)/../config/lib-prefix.m4 \
123 $(top_srcdir)/../config/nls.m4 \
124 $(top_srcdir)/../config/override.m4 \
125 $(top_srcdir)/../config/plugins.m4 \
126 $(top_srcdir)/../config/po.m4 \
127 $(top_srcdir)/../config/progtest.m4 $(top_srcdir)/acinclude.m4 \
128 $(top_srcdir)/../bfd/bfd.m4 $(top_srcdir)/common.m4 \
129 $(top_srcdir)/../config/ax_pthread.m4 \
130 $(top_srcdir)/../gdb/ax_cxx_compile_stdcxx.m4 \
131 $(top_srcdir)/../gdb/libiberty.m4 $(top_srcdir)/selftest.m4 \
132 $(top_srcdir)/ptrace.m4 $(top_srcdir)/compiler-type.m4 \
133 $(top_srcdir)/warning.m4 $(top_srcdir)/configure.ac
134 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
135 $(ACLOCAL_M4)
136 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
137 $(am__configure_deps)
138 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
139 configure.lineno config.status.lineno
140 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
141 CONFIG_HEADER = config.h
142 CONFIG_CLEAN_FILES =
143 CONFIG_CLEAN_VPATH_FILES =
144 LIBRARIES = $(noinst_LIBRARIES)
145 AR = ar
146 ARFLAGS = cru
147 AM_V_AR = $(am__v_AR_@AM_V@)
148 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
149 am__v_AR_0 = @echo " AR " $@;
150 am__v_AR_1 =
151 libgdbsupport_a_AR = $(AR) $(ARFLAGS)
152 libgdbsupport_a_LIBADD =
153 @HAVE_PIPE_OR_PIPE2_TRUE@am__objects_1 = event-pipe.$(OBJEXT)
154 @SELFTEST_TRUE@am__objects_2 = selftest.$(OBJEXT)
155 am_libgdbsupport_a_OBJECTS = agent.$(OBJEXT) btrace-common.$(OBJEXT) \
156 cleanups.$(OBJEXT) common-debug.$(OBJEXT) \
157 common-exceptions.$(OBJEXT) common-inferior.$(OBJEXT) \
158 common-regcache.$(OBJEXT) common-utils.$(OBJEXT) \
159 environ.$(OBJEXT) errors.$(OBJEXT) event-loop.$(OBJEXT) \
160 fileio.$(OBJEXT) filestuff.$(OBJEXT) format.$(OBJEXT) \
161 gdb-dlfcn.$(OBJEXT) gdb-hashtab.$(OBJEXT) \
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) \
169 task-group.$(OBJEXT) tdesc.$(OBJEXT) thread-pool.$(OBJEXT) \
170 xml-utils.$(OBJEXT) $(am__objects_1) $(am__objects_2)
171 libgdbsupport_a_OBJECTS = $(am_libgdbsupport_a_OBJECTS)
172 AM_V_P = $(am__v_P_@AM_V@)
173 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
174 am__v_P_0 = false
175 am__v_P_1 = :
176 AM_V_GEN = $(am__v_GEN_@AM_V@)
177 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
178 am__v_GEN_0 = @echo " GEN " $@;
179 am__v_GEN_1 =
180 AM_V_at = $(am__v_at_@AM_V@)
181 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
182 am__v_at_0 = @
183 am__v_at_1 =
184 DEFAULT_INCLUDES = -I.@am__isrc@
185 depcomp = $(SHELL) $(top_srcdir)/../depcomp
186 am__depfiles_maybe = depfiles
187 am__mv = mv -f
188 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
189 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
190 AM_V_CXX = $(am__v_CXX_@AM_V@)
191 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
192 am__v_CXX_0 = @echo " CXX " $@;
193 am__v_CXX_1 =
194 CXXLD = $(CXX)
195 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
196 -o $@
197 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
198 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
199 am__v_CXXLD_0 = @echo " CXXLD " $@;
200 am__v_CXXLD_1 =
201 SOURCES = $(libgdbsupport_a_SOURCES)
202 RECURSIVE_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
210 am__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
215 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
216 distclean-recursive maintainer-clean-recursive
217 am__recursive_targets = \
218 $(RECURSIVE_TARGETS) \
219 $(RECURSIVE_CLEAN_TARGETS) \
220 $(am__extra_recursive_targets)
221 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
222 cscope
223 am__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.
228 am__uniquify_input = $(AWK) '\
229 BEGIN { nonempty = 0; } \
230 { items[$$0] = 1; nonempty = 1; } \
231 END { if (nonempty) { for (i in items) print i; }; } \
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.
236 am__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)`
241 ETAGS = etags
242 CTAGS = ctags
243 CSCOPE = cscope
244 DIST_SUBDIRS = $(SUBDIRS)
245 ACLOCAL = @ACLOCAL@
246 ALLOCA = @ALLOCA@
247 AMTAR = @AMTAR@
248 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
249 AUTOCONF = @AUTOCONF@
250 AUTOHEADER = @AUTOHEADER@
251 AUTOMAKE = @AUTOMAKE@
252 AWK = @AWK@
253 CATALOGS = @CATALOGS@
254 CATOBJEXT = @CATOBJEXT@
255 CC = @CC@
256 CCDEPMODE = @CCDEPMODE@
257 CFLAGS = @CFLAGS@
258 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
259 CPP = @CPP@
260 CPPFLAGS = @CPPFLAGS@
261 CXX = @CXX@
262 CXXDEPMODE = @CXXDEPMODE@
263 CXXFLAGS = @CXXFLAGS@
264 CXX_DIALECT = @CXX_DIALECT@
265 CYGPATH_W = @CYGPATH_W@
266 DATADIRNAME = @DATADIRNAME@
267 DEFS = @DEFS@
268 DEPDIR = @DEPDIR@
269 ECHO_C = @ECHO_C@
270 ECHO_N = @ECHO_N@
271 ECHO_T = @ECHO_T@
272 EGREP = @EGREP@
273 EXEEXT = @EXEEXT@
274 GENCAT = @GENCAT@
275 GMSGFMT = @GMSGFMT@
276 GREP = @GREP@
277 HAVE_CXX17 = @HAVE_CXX17@
278 HAVE_LIBIPT = @HAVE_LIBIPT@
279 HAVE_LIBXXHASH = @HAVE_LIBXXHASH@
280 INCINTL = @INCINTL@
281 INSTALL = @INSTALL@
282 INSTALL_DATA = @INSTALL_DATA@
283 INSTALL_PROGRAM = @INSTALL_PROGRAM@
284 INSTALL_SCRIPT = @INSTALL_SCRIPT@
285 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
286 INSTOBJEXT = @INSTOBJEXT@
287 INTLLIBS = @INTLLIBS@
288 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
289 LARGEFILE_CPPFLAGS = @LARGEFILE_CPPFLAGS@
290 LDFLAGS = @LDFLAGS@
291 LIBICONV = @LIBICONV@
292 LIBINTL = @LIBINTL@
293 LIBINTL_DEP = @LIBINTL_DEP@
294 LIBIPT = @LIBIPT@
295 LIBOBJS = @LIBOBJS@
296 LIBS = @LIBS@
297 LIBXXHASH = @LIBXXHASH@
298 LTLIBICONV = @LTLIBICONV@
299 LTLIBINTL = @LTLIBINTL@
300 LTLIBIPT = @LTLIBIPT@
301 LTLIBOBJS = @LTLIBOBJS@
302 LTLIBXXHASH = @LTLIBXXHASH@
303 MAINT = @MAINT@
304 MAKEINFO = @MAKEINFO@
305 MKDIR_P = @MKDIR_P@
306 MKINSTALLDIRS = @MKINSTALLDIRS@
307 MSGFMT = @MSGFMT@
308 MSGMERGE = @MSGMERGE@
309 OBJEXT = @OBJEXT@
310 PACKAGE = @PACKAGE@
311 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
312 PACKAGE_NAME = @PACKAGE_NAME@
313 PACKAGE_STRING = @PACKAGE_STRING@
314 PACKAGE_TARNAME = @PACKAGE_TARNAME@
315 PACKAGE_URL = @PACKAGE_URL@
316 PACKAGE_VERSION = @PACKAGE_VERSION@
317 PATH_SEPARATOR = @PATH_SEPARATOR@
318 POSUB = @POSUB@
319 PTHREAD_CC = @PTHREAD_CC@
320 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
321 PTHREAD_LIBS = @PTHREAD_LIBS@
322 RANLIB = @RANLIB@
323 SED = @SED@
324 SET_MAKE = @SET_MAKE@
325 SHELL = @SHELL@
326 STRIP = @STRIP@
327 USE_NLS = @USE_NLS@
328 VERSION = @VERSION@
329 WARN_CFLAGS = @WARN_CFLAGS@
330 WERROR_CFLAGS = @WERROR_CFLAGS@
331 XGETTEXT = @XGETTEXT@
332 abs_builddir = @abs_builddir@
333 abs_srcdir = @abs_srcdir@
334 abs_top_builddir = @abs_top_builddir@
335 abs_top_srcdir = @abs_top_srcdir@
336 ac_ct_CC = @ac_ct_CC@
337 ac_ct_CXX = @ac_ct_CXX@
338 am__include = @am__include@
339 am__leading_dot = @am__leading_dot@
340 am__quote = @am__quote@
341 am__tar = @am__tar@
342 am__untar = @am__untar@
343 ax_pthread_config = @ax_pthread_config@
344 bindir = @bindir@
345 build = @build@
346 build_alias = @build_alias@
347 build_cpu = @build_cpu@
348 build_os = @build_os@
349 build_vendor = @build_vendor@
350 builddir = @builddir@
351 datadir = @datadir@
352 datarootdir = @datarootdir@
353 docdir = @docdir@
354 dvidir = @dvidir@
355 exec_prefix = @exec_prefix@
356 host = @host@
357 host_alias = @host_alias@
358 host_cpu = @host_cpu@
359 host_os = @host_os@
360 host_vendor = @host_vendor@
361 htmldir = @htmldir@
362 includedir = @includedir@
363 infodir = @infodir@
364 install_sh = @install_sh@
365 libdir = @libdir@
366 libexecdir = @libexecdir@
367 localedir = @localedir@
368 localstatedir = @localstatedir@
369 mandir = @mandir@
370 mkdir_p = @mkdir_p@
371 oldincludedir = @oldincludedir@
372 pdfdir = @pdfdir@
373 prefix = @prefix@
374 program_transform_name = @program_transform_name@
375 psdir = @psdir@
376 sbindir = @sbindir@
377 sharedstatedir = @sharedstatedir@
378 srcdir = @srcdir@
379 sysconfdir = @sysconfdir@
380 target = @target@
381 target_alias = @target_alias@
382 target_cpu = @target_cpu@
383 target_os = @target_os@
384 target_vendor = @target_vendor@
385 top_build_prefix = @top_build_prefix@
386 top_builddir = @top_builddir@
387 top_srcdir = @top_srcdir@
388 AUTOMAKE_OPTIONS = no-dist foreign
389 ACLOCAL_AMFLAGS = -I . -I ../config
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).
394 SUBDIRS =
395 AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../gdb \
396 -I../gnulib/import -I$(srcdir)/../gnulib/import \
397 -I.. -I$(srcdir)/.. $(INCINTL) -I../bfd -I$(srcdir)/../bfd \
398 @LARGEFILE_CPPFLAGS@
400 AM_CXXFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
401 noinst_LIBRARIES = libgdbsupport.a
402 @SELFTEST_TRUE@selftest = selftest.cc
403 @HAVE_PIPE_OR_PIPE2_TRUE@eventpipe = event-pipe.cc
404 libgdbsupport_a_SOURCES = \
405 agent.cc \
406 btrace-common.cc \
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 \
415 event-loop.cc \
416 fileio.cc \
417 filestuff.cc \
418 format.cc \
419 gdb-dlfcn.cc \
420 gdb-hashtab.cc \
421 gdb_obstack.cc \
422 gdb_regex.cc \
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 \
436 search.cc \
437 signals.cc \
438 signals-state-save-restore.cc \
439 task-group.cc \
440 tdesc.cc \
441 thread-pool.cc \
442 xml-utils.cc \
443 ${eventpipe} \
444 $(selftest)
446 all: config.h
447 $(MAKE) $(AM_MAKEFLAGS) all-recursive
449 .SUFFIXES:
450 .SUFFIXES: .cc .o .obj
451 am--refresh: Makefile
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
466 Makefile: $(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;
476 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
477 $(SHELL) ./config.status --recheck
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):
485 config.h: stamp-h1
486 @test -f $@ || rm -f stamp-h1
487 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
489 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
490 @rm -f stamp-h1
491 cd $(top_builddir) && $(SHELL) ./config.status config.h
492 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
493 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
494 rm -f stamp-h1
495 touch $@
497 distclean-hdr:
498 -rm -f config.h stamp-h1
500 clean-noinstLIBRARIES:
501 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
503 libgdbsupport.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
508 mostlyclean-compile:
509 -rm -f *.$(OBJEXT)
511 distclean-compile:
512 -rm -f *.tab.c
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@
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@
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event-loop.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event-pipe.Po@am__quote@
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@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb-hashtab.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_obstack.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_regex.Po@am__quote@
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@
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@
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@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-group.Po@am__quote@
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@
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 $@ $<
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) '$<'`
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"
603 ID: $(am__tagged_files)
604 $(am__define_uniq_tagged_files); mkid -fID $$unique
605 tags: tags-recursive
606 TAGS: tags
608 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
609 set x; \
610 here=`pwd`; \
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; \
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; \
636 ctags: ctags-recursive
638 CTAGS: ctags
639 ctags-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
645 GTAGS:
646 here=`$(am__cd) $(top_builddir) && pwd` \
647 && $(am__cd) $(top_srcdir) \
648 && gtags -i $(GTAGS_ARGS) "$$here"
649 cscope: cscope.files
650 test ! -s cscope.files \
651 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
652 clean-cscope:
653 -rm -f cscope.files
654 cscope.files: clean-cscope cscopelist
655 cscopelist: cscopelist-recursive
657 cscopelist-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
671 distclean-tags:
672 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
673 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
674 check-am: all-am
675 check: check-recursive
676 all-am: Makefile $(LIBRARIES) config.h
677 installdirs: installdirs-recursive
678 installdirs-am:
679 install: install-recursive
680 install-exec: install-exec-recursive
681 install-data: install-data-recursive
682 uninstall: uninstall-recursive
684 install-am: all-am
685 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
687 installcheck: installcheck-recursive
688 install-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; \
698 mostlyclean-generic:
700 clean-generic:
702 distclean-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)
706 maintainer-clean-generic:
707 @echo "This command is intended for maintainers to use"
708 @echo "it deletes files that may require special tools to rebuild."
709 clean: clean-recursive
711 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
713 distclean: distclean-recursive
714 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
715 -rm -rf ./$(DEPDIR)
716 -rm -f Makefile
717 distclean-am: clean-am distclean-compile distclean-generic \
718 distclean-hdr distclean-tags
720 dvi: dvi-recursive
722 dvi-am:
724 html: html-recursive
726 html-am:
728 info: info-recursive
730 info-am:
732 install-data-am:
734 install-dvi: install-dvi-recursive
736 install-dvi-am:
738 install-exec-am:
740 install-html: install-html-recursive
742 install-html-am:
744 install-info: install-info-recursive
746 install-info-am:
748 install-man:
750 install-pdf: install-pdf-recursive
752 install-pdf-am:
754 install-ps: install-ps-recursive
756 install-ps-am:
758 installcheck-am:
760 maintainer-clean: maintainer-clean-recursive
761 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
762 -rm -rf $(top_srcdir)/autom4te.cache
763 -rm -rf ./$(DEPDIR)
764 -rm -f Makefile
765 maintainer-clean-am: distclean-am maintainer-clean-generic
767 mostlyclean: mostlyclean-recursive
769 mostlyclean-am: mostlyclean-compile mostlyclean-generic
771 pdf: pdf-recursive
773 pdf-am:
775 ps: ps-recursive
777 ps-am:
779 uninstall-am:
781 .MAKE: $(am__recursive_targets) all install-am install-strip
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
797 .PRECIOUS: Makefile
800 override CXX += $(CXX_DIALECT)
802 # Double-check that no defines are missing from our configury.
803 check-defines:
804 cd $(srcdir) && emacs --script check-defines.el
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: