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