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