1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
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
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/>.
37 if
test -z
'$(MAKELEVEL)'; then \
39 elif
test -n
'$(MAKE_HOST)'; then \
41 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
47 am__make_running_with_option
= \
48 case
$${target_option-
} in \
50 *) echo
"am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
55 sane_makeflags
=$$MAKEFLAGS; \
56 if
$(am__is_gnu_make
); then \
57 sane_makeflags
=$$MFLAGS; \
62 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
69 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 for flg in
$$sane_makeflags; do \
72 test $$skip_next = yes
&& { skip_next
=no
; 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
;; \
85 *$$target_option*) has_opt
=yes
; break
;; \
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
)
107 build_triplet
= @build@
108 host_triplet
= @host@
109 target_triplet
= @target@
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
) \
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
144 CONFIG_CLEAN_VPATH_FILES
=
145 LIBRARIES
= $(noinst_LIBRARIES
)
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 " $@
;
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@
)
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 " $@
;
181 AM_V_at
= $(am__v_at_@AM_V@
)
182 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
185 DEFAULT_INCLUDES
= -I.@am__isrc@
186 depcomp
= $(SHELL
) $(top_srcdir
)/..
/depcomp
187 am__depfiles_maybe
= depfiles
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 " $@
;
196 CXXLINK
= $(CXXLD
) $(AM_CXXFLAGS
) $(CXXFLAGS
) $(AM_LDFLAGS
) $(LDFLAGS
) \
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 " $@
;
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 \
214 *) (install-info
--version
) >/dev
/null
2>&1;; \
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 \
224 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) \
226 # Read a list of newline-separated strings from the standard input,
227 # and print each of them once, without duplicates. Input order is
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)`
245 DIST_SUBDIRS
= $(SUBDIRS
)
249 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
250 AUTOCONF
= @AUTOCONF@
251 AUTOHEADER
= @AUTOHEADER@
252 AUTOMAKE
= @AUTOMAKE@
254 CATALOGS
= @CATALOGS@
255 CATOBJEXT
= @CATOBJEXT@
257 CCDEPMODE
= @CCDEPMODE@
259 CONFIG_STATUS_DEPENDENCIES
= @CONFIG_STATUS_DEPENDENCIES@
261 CPPFLAGS
= @CPPFLAGS@
263 CXXDEPMODE
= @CXXDEPMODE@
264 CXXFLAGS
= @CXXFLAGS@
265 CXX_DIALECT
= @CXX_DIALECT@
266 CYGPATH_W
= @CYGPATH_W@
267 DATADIRNAME
= @DATADIRNAME@
278 HAVE_CXX17
= @HAVE_CXX17@
279 HAVE_LIBIPT
= @HAVE_LIBIPT@
280 HAVE_LIBXXHASH
= @HAVE_LIBXXHASH@
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@
292 LIBICONV
= @LIBICONV@
294 LIBINTL_DEP
= @LIBINTL_DEP@
298 LIBXXHASH
= @LIBXXHASH@
299 LTLIBICONV
= @LTLIBICONV@
300 LTLIBINTL
= @LTLIBINTL@
301 LTLIBIPT
= @LTLIBIPT@
302 LTLIBOBJS
= @LTLIBOBJS@
303 LTLIBXXHASH
= @LTLIBXXHASH@
305 MAKEINFO
= @MAKEINFO@
307 MKINSTALLDIRS
= @MKINSTALLDIRS@
309 MSGMERGE
= @MSGMERGE@
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@
320 PTHREAD_CC
= @PTHREAD_CC@
321 PTHREAD_CFLAGS
= @PTHREAD_CFLAGS@
322 PTHREAD_LIBS
= @PTHREAD_LIBS@
325 SET_MAKE
= @SET_MAKE@
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@
343 am__untar
= @am__untar@
344 ax_pthread_config
= @ax_pthread_config@
347 build_alias
= @build_alias@
348 build_cpu
= @build_cpu@
349 build_os
= @build_os@
350 build_vendor
= @build_vendor@
351 builddir
= @builddir@
353 datarootdir
= @datarootdir@
356 exec_prefix = @
exec_prefix@
358 host_alias
= @host_alias@
359 host_cpu
= @host_cpu@
361 host_vendor
= @host_vendor@
363 includedir = @
includedir@
365 install_sh
= @install_sh@
367 libexecdir
= @libexecdir@
368 localedir
= @localedir@
369 localstatedir
= @localstatedir@
372 oldincludedir = @
oldincludedir@
375 program_transform_name
= @program_transform_name@
378 sharedstatedir
= @sharedstatedir@
380 sysconfdir
= @sysconfdir@
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).
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 \
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
= \
410 common-exceptions.
cc \
424 gdb_tilde_expand.
cc \
439 signals-state-save-restore.
cc \
448 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
451 .SUFFIXES
: .
cc .o .obj
452 am--refresh
: Makefile
454 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
456 case
'$(am__configure_deps)' in \
458 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
459 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
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
470 echo
' $(SHELL) ./config.status'; \
471 $(SHELL
) .
/config.status
;; \
473 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
474 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
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
):
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
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
))
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
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@
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
$@
$<
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
):
578 if
$(am__make_keepgoing
); then \
579 failcom
='fail=yes'; \
584 target
=`echo $@ | sed s/-recursive//`; \
586 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
587 *) list
='$(SUBDIRS)' ;; \
589 for subdir in
$$list; do \
590 echo
"Making $$target in $$subdir"; \
591 if
test "$$subdir" = "."; then \
593 local_target
="$$target-am"; \
595 local_target
="$$target"; \
597 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
600 if
test "$$dot_seen" = "no"; then \
601 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
604 ID
: $(am__tagged_files
)
605 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
609 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
612 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
613 include_option
=--etags-include
; \
616 include_option
=--include; \
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"; \
625 $(am__define_uniq_tagged_files
); \
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
) \
633 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
637 ctags
: ctags-recursive
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
) \
647 here
=`$(am__cd) $(top_builddir) && pwd` \
648 && $(am__cd
) $(top_srcdir
) \
649 && gtags
-i
$(GTAGS_ARGS
) "$$here"
651 test ! -s cscope.files \
652 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
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) ;; \
664 for i in
$$list; do \
665 if
test -f
"$$i"; then \
666 echo
"$(subdir)/$$i"; \
670 done
>> $(top_builddir
)/cscope.files
673 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
674 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
676 check: check-recursive
677 all-am
: Makefile
$(LIBRARIES
) config.h
678 installdirs: installdirs-recursive
680 install: install-recursive
681 install-exec
: install-exec-recursive
682 install-data
: install-data-recursive
683 uninstall: uninstall-recursive
686 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
688 installcheck: installcheck-recursive
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 \
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; \
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
)
718 distclean-am
: clean-am distclean-compile distclean-generic \
719 distclean-hdr distclean-tags
735 install-dvi
: install-dvi-recursive
741 install-html
: install-html-recursive
745 install-info
: install-info-recursive
751 install-pdf
: install-pdf-recursive
755 install-ps
: install-ps-recursive
761 maintainer-clean
: maintainer-clean-recursive
762 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
763 -rm -rf
$(top_srcdir
)/autom4te.cache
766 maintainer-clean-am
: distclean-am maintainer-clean-generic
768 mostlyclean: mostlyclean-recursive
770 mostlyclean-am
: mostlyclean-compile mostlyclean-generic
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
801 override CXX
+= $(CXX_DIALECT
)
803 # Double-check that no defines are missing from our configury.
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.