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