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