Updated French translations for GOLD and LD
[binutils-gdb.git] / gdbsupport / Makefile.in
blob6f8dacc157f90047f6bba7ead9d1439ce1e54295
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-2024 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)/../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; }; } \
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
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 = -I$(srcdir)/../include -I$(srcdir)/../gdb \
397 -I../gnulib/import -I$(srcdir)/../gnulib/import \
398 -I.. -I$(srcdir)/.. $(INCINTL) -I../bfd -I$(srcdir)/../bfd \
399 @LARGEFILE_CPPFLAGS@
401 AM_CXXFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
402 noinst_LIBRARIES = libgdbsupport.a
403 @SELFTEST_TRUE@selftest = selftest.cc
404 @HAVE_PIPE_OR_PIPE2_TRUE@eventpipe = event-pipe.cc
405 libgdbsupport_a_SOURCES = \
406 agent.cc \
407 btrace-common.cc \
408 cleanups.cc \
409 common-debug.cc \
410 common-exceptions.cc \
411 common-inferior.cc \
412 common-regcache.cc \
413 common-utils.cc \
414 environ.cc \
415 errors.cc \
416 event-loop.cc \
417 fileio.cc \
418 filestuff.cc \
419 format.cc \
420 gdb-dlfcn.cc \
421 gdb-hashtab.cc \
422 gdb_obstack.cc \
423 gdb_regex.cc \
424 gdb_tilde_expand.cc \
425 gdb_wait.cc \
426 gdb_vecs.cc \
427 job-control.cc \
428 netstuff.cc \
429 new-op.cc \
430 pathstuff.cc \
431 print-utils.cc \
432 ptid.cc \
433 rsp-low.cc \
434 run-time-clock.cc \
435 safe-strerror.cc \
436 scoped_mmap.cc \
437 search.cc \
438 signals.cc \
439 signals-state-save-restore.cc \
440 task-group.cc \
441 tdesc.cc \
442 thread-pool.cc \
443 xml-utils.cc \
444 ${eventpipe} \
445 $(selftest)
447 all: config.h
448 $(MAKE) $(AM_MAKEFLAGS) all-recursive
450 .SUFFIXES:
451 .SUFFIXES: .cc .o .obj
452 am--refresh: Makefile
454 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
455 @for dep in $?; do \
456 case '$(am__configure_deps)' in \
457 *$$dep*) \
458 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
459 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
460 && exit 0; \
461 exit 1;; \
462 esac; \
463 done; \
464 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
465 $(am__cd) $(top_srcdir) && \
466 $(AUTOMAKE) --foreign Makefile
467 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
468 @case '$?' in \
469 *config.status*) \
470 echo ' $(SHELL) ./config.status'; \
471 $(SHELL) ./config.status;; \
472 *) \
473 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
474 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
475 esac;
477 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
478 $(SHELL) ./config.status --recheck
480 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
481 $(am__cd) $(srcdir) && $(AUTOCONF)
482 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
483 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
484 $(am__aclocal_m4_deps):
486 config.h: stamp-h1
487 @test -f $@ || rm -f stamp-h1
488 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
490 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
491 @rm -f stamp-h1
492 cd $(top_builddir) && $(SHELL) ./config.status config.h
493 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
494 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
495 rm -f stamp-h1
496 touch $@
498 distclean-hdr:
499 -rm -f config.h stamp-h1
501 clean-noinstLIBRARIES:
502 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
504 libgdbsupport.a: $(libgdbsupport_a_OBJECTS) $(libgdbsupport_a_DEPENDENCIES) $(EXTRA_libgdbsupport_a_DEPENDENCIES)
505 $(AM_V_at)-rm -f libgdbsupport.a
506 $(AM_V_AR)$(libgdbsupport_a_AR) libgdbsupport.a $(libgdbsupport_a_OBJECTS) $(libgdbsupport_a_LIBADD)
507 $(AM_V_at)$(RANLIB) libgdbsupport.a
509 mostlyclean-compile:
510 -rm -f *.$(OBJEXT)
512 distclean-compile:
513 -rm -f *.tab.c
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/agent.Po@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btrace-common.Po@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cleanups.Po@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-debug.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-exceptions.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-inferior.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-regcache.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common-utils.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environ.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event-loop.Po@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event-pipe.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filestuff.Po@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Po@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb-dlfcn.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb-hashtab.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_obstack.Po@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_regex.Po@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_tilde_expand.Po@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_vecs.Po@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_wait.Po@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/job-control.Po@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netstuff.Po@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new-op.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathstuff.Po@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print-utils.Po@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptid.Po@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsp-low.Po@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-time-clock.Po@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe-strerror.Po@am__quote@
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scoped_mmap.Po@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selftest.Po@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals-state-save-restore.Po@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-group.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdesc.Po@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-pool.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml-utils.Po@am__quote@
556 .cc.o:
557 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
558 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
559 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
560 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
563 .cc.obj:
564 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
565 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
566 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
567 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
570 # This directory's subdirectories are mostly independent; you can cd
571 # into them and run 'make' without going through this Makefile.
572 # To change the values of 'make' variables: instead of editing Makefiles,
573 # (1) if the variable is set in 'config.status', edit 'config.status'
574 # (which will cause the Makefiles to be regenerated when you run 'make');
575 # (2) otherwise, pass the desired values on the 'make' command line.
576 $(am__recursive_targets):
577 @fail=; \
578 if $(am__make_keepgoing); then \
579 failcom='fail=yes'; \
580 else \
581 failcom='exit 1'; \
582 fi; \
583 dot_seen=no; \
584 target=`echo $@ | sed s/-recursive//`; \
585 case "$@" in \
586 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
587 *) list='$(SUBDIRS)' ;; \
588 esac; \
589 for subdir in $$list; do \
590 echo "Making $$target in $$subdir"; \
591 if test "$$subdir" = "."; then \
592 dot_seen=yes; \
593 local_target="$$target-am"; \
594 else \
595 local_target="$$target"; \
596 fi; \
597 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
598 || eval $$failcom; \
599 done; \
600 if test "$$dot_seen" = "no"; then \
601 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
602 fi; test -z "$$fail"
604 ID: $(am__tagged_files)
605 $(am__define_uniq_tagged_files); mkid -fID $$unique
606 tags: tags-recursive
607 TAGS: tags
609 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
610 set x; \
611 here=`pwd`; \
612 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
613 include_option=--etags-include; \
614 empty_fix=.; \
615 else \
616 include_option=--include; \
617 empty_fix=; \
618 fi; \
619 list='$(SUBDIRS)'; for subdir in $$list; do \
620 if test "$$subdir" = .; then :; else \
621 test ! -f $$subdir/TAGS || \
622 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
623 fi; \
624 done; \
625 $(am__define_uniq_tagged_files); \
626 shift; \
627 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
628 test -n "$$unique" || unique=$$empty_fix; \
629 if test $$# -gt 0; then \
630 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
631 "$$@" $$unique; \
632 else \
633 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
634 $$unique; \
635 fi; \
637 ctags: ctags-recursive
639 CTAGS: ctags
640 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
641 $(am__define_uniq_tagged_files); \
642 test -z "$(CTAGS_ARGS)$$unique" \
643 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
644 $$unique
646 GTAGS:
647 here=`$(am__cd) $(top_builddir) && pwd` \
648 && $(am__cd) $(top_srcdir) \
649 && gtags -i $(GTAGS_ARGS) "$$here"
650 cscope: cscope.files
651 test ! -s cscope.files \
652 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
653 clean-cscope:
654 -rm -f cscope.files
655 cscope.files: clean-cscope cscopelist
656 cscopelist: cscopelist-recursive
658 cscopelist-am: $(am__tagged_files)
659 list='$(am__tagged_files)'; \
660 case "$(srcdir)" in \
661 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
662 *) sdir=$(subdir)/$(srcdir) ;; \
663 esac; \
664 for i in $$list; do \
665 if test -f "$$i"; then \
666 echo "$(subdir)/$$i"; \
667 else \
668 echo "$$sdir/$$i"; \
669 fi; \
670 done >> $(top_builddir)/cscope.files
672 distclean-tags:
673 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
674 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
675 check-am: all-am
676 check: check-recursive
677 all-am: Makefile $(LIBRARIES) config.h
678 installdirs: installdirs-recursive
679 installdirs-am:
680 install: install-recursive
681 install-exec: install-exec-recursive
682 install-data: install-data-recursive
683 uninstall: uninstall-recursive
685 install-am: all-am
686 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
688 installcheck: installcheck-recursive
689 install-strip:
690 if test -z '$(STRIP)'; then \
691 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
692 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
693 install; \
694 else \
695 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
697 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
699 mostlyclean-generic:
701 clean-generic:
703 distclean-generic:
704 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
705 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
707 maintainer-clean-generic:
708 @echo "This command is intended for maintainers to use"
709 @echo "it deletes files that may require special tools to rebuild."
710 clean: clean-recursive
712 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
714 distclean: distclean-recursive
715 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
716 -rm -rf ./$(DEPDIR)
717 -rm -f Makefile
718 distclean-am: clean-am distclean-compile distclean-generic \
719 distclean-hdr distclean-tags
721 dvi: dvi-recursive
723 dvi-am:
725 html: html-recursive
727 html-am:
729 info: info-recursive
731 info-am:
733 install-data-am:
735 install-dvi: install-dvi-recursive
737 install-dvi-am:
739 install-exec-am:
741 install-html: install-html-recursive
743 install-html-am:
745 install-info: install-info-recursive
747 install-info-am:
749 install-man:
751 install-pdf: install-pdf-recursive
753 install-pdf-am:
755 install-ps: install-ps-recursive
757 install-ps-am:
759 installcheck-am:
761 maintainer-clean: maintainer-clean-recursive
762 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
763 -rm -rf $(top_srcdir)/autom4te.cache
764 -rm -rf ./$(DEPDIR)
765 -rm -f Makefile
766 maintainer-clean-am: distclean-am maintainer-clean-generic
768 mostlyclean: mostlyclean-recursive
770 mostlyclean-am: mostlyclean-compile mostlyclean-generic
772 pdf: pdf-recursive
774 pdf-am:
776 ps: ps-recursive
778 ps-am:
780 uninstall-am:
782 .MAKE: $(am__recursive_targets) all install-am install-strip
784 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
785 am--refresh check check-am clean clean-cscope clean-generic \
786 clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am \
787 distclean distclean-compile distclean-generic distclean-hdr \
788 distclean-tags dvi dvi-am html html-am info info-am install \
789 install-am install-data install-data-am install-dvi \
790 install-dvi-am install-exec install-exec-am install-html \
791 install-html-am install-info install-info-am install-man \
792 install-pdf install-pdf-am install-ps install-ps-am \
793 install-strip installcheck installcheck-am installdirs \
794 installdirs-am maintainer-clean maintainer-clean-generic \
795 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
796 ps ps-am tags tags-am uninstall uninstall-am
798 .PRECIOUS: Makefile
801 override CXX += $(CXX_DIALECT)
803 # Double-check that no defines are missing from our configury.
804 check-defines:
805 cd $(srcdir) && emacs --script check-defines.el
807 # Tell versions [3.59,3.63) of GNU make to not export all variables.
808 # Otherwise a system limit (for SysV at least) may be exceeded.
809 .NOEXPORT: