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