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