A simpler way to make the "arch" build directory
[deliverable/binutils-gdb.git] / gdb / Makefile.in
1 # Copyright (C) 1989-2017 Free Software Foundation, Inc.
2
3 # This file is part of GDB.
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 # Please keep lists in this file sorted alphabetically, with one item per line.
19 # Here are the general guidelines for ordering files and directories:
20 #
21 # - Files come before directories.
22 # - The extensions are not taken into account when comparing filenames, except
23 # if the filenames are otherwise equal.
24 # - A filename that is a prefix of another one comes before.
25 # - Underscores and dashes are treated equally, and come before alphanumeric
26 # characters.
27 #
28 # For example:
29 #
30 # SOME_FILES = \
31 # foo.c \
32 # foo.h \
33 # foo-bar.c \
34 # foobar.c \
35 # foo/bar.c
36
37 prefix = @prefix@
38 exec_prefix = @exec_prefix@
39
40 host_alias = @host_alias@
41 target_alias = @target_alias@
42 program_transform_name = @program_transform_name@
43 bindir = @bindir@
44 libdir = @libdir@
45 tooldir = $(libdir)/$(target_alias)
46
47 datadir = @datadir@
48 localedir = @localedir@
49 mandir = @mandir@
50 man1dir = $(mandir)/man1
51 man2dir = $(mandir)/man2
52 man3dir = $(mandir)/man3
53 man4dir = $(mandir)/man4
54 man5dir = $(mandir)/man5
55 man6dir = $(mandir)/man6
56 man7dir = $(mandir)/man7
57 man8dir = $(mandir)/man8
58 man9dir = $(mandir)/man9
59 infodir = @infodir@
60 datarootdir = @datarootdir@
61 docdir = @docdir@
62 htmldir = @htmldir@
63 pdfdir = @pdfdir@
64 includedir = @includedir@
65
66 install_sh = @install_sh@
67
68 # This can be referenced by `LIBINTL' as computed by
69 # ZW_GNU_GETTEXT_SISTER_DIR.
70 top_builddir = .
71
72 SHELL = @SHELL@
73 EXEEXT = @EXEEXT@
74
75 AWK = @AWK@
76 LN_S = @LN_S@
77
78 INSTALL = @INSTALL@
79 INSTALL_PROGRAM = @INSTALL_PROGRAM@
80 INSTALL_SCRIPT = @INSTALL_SCRIPT@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTALL_DATA = @INSTALL_DATA@
83
84 DESTDIR =
85
86 AR = @AR@
87 AR_FLAGS = qv
88 RANLIB = @RANLIB@
89 DLLTOOL = @DLLTOOL@
90 WINDRES = @WINDRES@
91 MIG = @MIG@
92 STRIP = @STRIP@
93
94 XGETTEXT = @XGETTEXT@
95 GMSGFMT = @GMSGFMT@
96 MSGMERGE = msgmerge
97
98 PACKAGE = @PACKAGE@
99 CATALOGS = @CATALOGS@
100
101 # If you are compiling with GCC, make sure that either 1) You have the
102 # fixed include files where GCC can reach them, or 2) You use the
103 # -traditional flag. Otherwise the ioctl calls in inflow.c
104 # will be incorrectly compiled. The "fixincludes" script in the gcc
105 # distribution will fix your include files up.
106 CC = @CC@
107 CXX = @CXX@
108 CXX_DIALECT = @CXX_DIALECT@
109
110 # Dependency tracking information.
111 DEPMODE = @CCDEPMODE@
112 DEPDIR = @DEPDIR@
113 depcomp = $(SHELL) $(srcdir)/../depcomp
114
115 # Note that these are overridden by GNU make-specific code below if
116 # GNU make is used. The overrides implement dependency tracking.
117 COMPILE.pre = $(CXX) -x c++ $(CXX_DIALECT)
118 COMPILE.post = -c -o $@
119 COMPILE = $(COMPILE.pre) $(INTERNAL_CFLAGS) $(COMPILE.post)
120 POSTCOMPILE = @true
121
122 # Directory containing source files.
123 srcdir = @srcdir@
124 VPATH = @srcdir@
125 top_srcdir = @top_srcdir@
126
127 YACC = @YACC@
128
129 # This is used to rebuild ada-lex.c from ada-lex.l. If the program is
130 # not defined, but ada-lex.c is present, compilation will continue,
131 # possibly with a warning.
132 FLEX = flex
133
134 YLWRAP = $(srcdir)/../ylwrap
135
136 # where to find makeinfo, preferably one designed for texinfo-2
137 MAKEINFO = @MAKEINFO@
138 MAKEINFOFLAGS = @MAKEINFOFLAGS@
139 MAKEINFO_EXTRA_FLAGS = @MAKEINFO_EXTRA_FLAGS@
140 MAKEINFO_CMD = $(MAKEINFO) $(MAKEINFOFLAGS) $(MAKEINFO_EXTRA_FLAGS)
141
142 MAKEHTML = $(MAKEINFO_CMD) --html
143 MAKEHTMLFLAGS =
144
145 # Set this up with gcc if you have gnu ld and the loader will print out
146 # line numbers for undefined references.
147 #CC_LD = g++ -static
148 CC_LD = $(CXX) $(CXX_DIALECT)
149
150 # Where is our "include" directory? Typically $(srcdir)/../include.
151 # This is essentially the header file directory for the library
152 # routines in libiberty.
153 INCLUDE_DIR = $(srcdir)/../include
154 INCLUDE_CFLAGS = -I$(INCLUDE_DIR)
155
156 # Where is the "-liberty" library? Typically in ../libiberty.
157 LIBIBERTY = ../libiberty/libiberty.a
158
159 # Where is the BFD library? Typically in ../bfd.
160 BFD_DIR = ../bfd
161 BFD = $(BFD_DIR)/libbfd.a
162 BFD_SRC = $(srcdir)/$(BFD_DIR)
163 BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC)
164
165 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
166 # -I../zlib, unless we were configured with --with-system-zlib, in which
167 # case both are empty.
168 ZLIB = @zlibdir@ -lz
169 ZLIBINC = @zlibinc@
170
171 # Where is the decnumber library? Typically in ../libdecnumber.
172 LIBDECNUMBER_DIR = ../libdecnumber
173 LIBDECNUMBER = $(LIBDECNUMBER_DIR)/libdecnumber.a
174 LIBDECNUMBER_SRC = $(srcdir)/$(LIBDECNUMBER_DIR)
175 LIBDECNUMBER_CFLAGS = -I$(LIBDECNUMBER_DIR) -I$(LIBDECNUMBER_SRC)
176
177 # Where is the READLINE library? Typically in ../readline.
178 READLINE_DIR = ../readline
179 READLINE_SRC = $(srcdir)/$(READLINE_DIR)
180 READLINE = @READLINE@
181 READLINE_DEPS = @READLINE_DEPS@
182 READLINE_CFLAGS = @READLINE_CFLAGS@
183
184 # Where is expat? This will be empty if expat was not available.
185 LIBEXPAT = @LIBEXPAT@
186
187 # Where is lzma? This will be empty if lzma was not available.
188 LIBLZMA = @LIBLZMA@
189
190 # Where is libbabeltrace? This will be empty if lbabeltrace was not
191 # available.
192 LIBBABELTRACE = @LIBBABELTRACE@
193
194 # Where is libipt? This will be empty if libipt was not available.
195 LIBIPT = @LIBIPT@
196
197 # Where is libmpfr? This will be empty if libmpfr was not available.
198 LIBMPFR = @LIBMPFR@
199
200 WARN_CFLAGS = @WARN_CFLAGS@
201 WERROR_CFLAGS = @WERROR_CFLAGS@
202 GDB_WARN_CFLAGS = $(WARN_CFLAGS)
203 GDB_WERROR_CFLAGS = $(WERROR_CFLAGS)
204
205 GDB_WARN_CFLAGS_NO_FORMAT = `echo " $(GDB_WARN_CFLAGS) " \
206 | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"`
207 GDB_WARN_CFLAGS_NO_DEFS = `echo " $(GDB_WARN_CFLAGS) " \
208 | sed "s/ -Wold-style-definition / -Wno-old-style-definition /g"`
209
210 RDYNAMIC = @RDYNAMIC@
211
212 # Where is the INTL library? Typically in ../intl.
213 INTL = @LIBINTL@
214 INTL_DEPS = @LIBINTL_DEP@
215 INTL_CFLAGS = @INCINTL@
216
217 # Where is the ICONV library? This will be empty if in libc or not available.
218 LIBICONV = @LIBICONV@
219
220 # Did the user give us a --with-gdb-datadir option?
221 GDB_DATADIR = @GDB_DATADIR@
222
223 # Flags to pass to gdb when invoked with "make run".
224 GDBFLAGS =
225
226 # Helper code from gnulib.
227 GNULIB_BUILDDIR = build-gnulib
228 LIBGNU = $(GNULIB_BUILDDIR)/import/libgnu.a
229 INCGNU = -I$(srcdir)/gnulib/import -I$(GNULIB_BUILDDIR)/import
230
231 # Generated headers in the gnulib directory. These must be listed
232 # so that they are generated before other files are compiled.
233 GNULIB_H = $(GNULIB_BUILDDIR)/import/string.h @GNULIB_STDINT_H@
234
235 #
236 # CLI sub directory definitons
237 #
238 SUBDIR_CLI_OBS = \
239 cli-cmds.o \
240 cli-decode.o \
241 cli-dump.o \
242 cli-interp.o \
243 cli-logging.o \
244 cli-script.o \
245 cli-setshow.o \
246 cli-utils.o
247
248 SUBDIR_CLI_SRCS = \
249 cli/cli-cmds.c \
250 cli/cli-decode.c \
251 cli/cli-dump.c \
252 cli/cli-interp.c \
253 cli/cli-logging.c \
254 cli/cli-script.c \
255 cli/cli-setshow.c \
256 cli/cli-utils.c
257
258 SUBDIR_CLI_DEPS =
259 SUBDIR_CLI_LDFLAGS =
260 SUBDIR_CLI_CFLAGS =
261
262 #
263 # MI sub directory definitons
264 #
265 SUBDIR_MI_OBS = \
266 mi-cmd-break.o \
267 mi-cmd-catch.o \
268 mi-cmd-disas.o \
269 mi-cmd-env.o \
270 mi-cmd-file.o \
271 mi-cmd-info.o \
272 mi-cmd-stack.o \
273 mi-cmd-target.o \
274 mi-cmd-var.o \
275 mi-cmds.o \
276 mi-console.o \
277 mi-getopt.o \
278 mi-interp.o \
279 mi-main.o \
280 mi-out.o \
281 mi-parse.o \
282 mi-symbol-cmds.o
283
284 SUBDIR_MI_SRCS = \
285 mi/mi-cmd-break.c \
286 mi/mi-cmd-catch.c \
287 mi/mi-cmd-disas.c \
288 mi/mi-cmd-env.c \
289 mi/mi-cmd-file.c \
290 mi/mi-cmd-info.c \
291 mi/mi-cmd-stack.c \
292 mi/mi-cmd-target.c \
293 mi/mi-cmd-var.c \
294 mi/mi-cmds.c \
295 mi/mi-console.c \
296 mi/mi-getopt.c \
297 mi/mi-interp.c \
298 mi/mi-main.c \
299 mi/mi-out.c \
300 mi/mi-parse.c \
301 mi/mi-symbol-cmds.c
302
303 SUBDIR_MI_DEPS =
304 SUBDIR_MI_LDFLAGS =
305 SUBDIR_MI_CFLAGS =
306
307 #
308 # TUI sub directory definitions
309 #
310 SUBDIR_TUI_OBS = \
311 tui.o \
312 tui-command.o \
313 tui-data.o \
314 tui-disasm.o \
315 tui-file.o \
316 tui-hooks.o \
317 tui-interp.o \
318 tui-io.o \
319 tui-layout.o \
320 tui-out.o \
321 tui-regs.o \
322 tui-source.o \
323 tui-stack.o \
324 tui-win.o \
325 tui-windata.o \
326 tui-wingeneral.o \
327 tui-winsource.o
328
329 SUBDIR_TUI_SRCS = \
330 tui/tui.c \
331 tui/tui-command.c \
332 tui/tui-data.c \
333 tui/tui-disasm.c \
334 tui/tui-file.c \
335 tui/tui-hooks.c \
336 tui/tui-interp.c \
337 tui/tui-io.c \
338 tui/tui-layout.c \
339 tui/tui-out.c \
340 tui/tui-regs.c \
341 tui/tui-source.c \
342 tui/tui-stack.c \
343 tui/tui-win.c \
344 tui/tui-windata.c \
345 tui/tui-wingeneral.c \
346 tui/tui-winsource.c
347
348 SUBDIR_TUI_DEPS =
349 SUBDIR_TUI_LDFLAGS =
350 SUBDIR_TUI_CFLAGS = -DTUI=1
351
352 #
353 # GCC Compile support sub-directory definitions
354 #
355 SUBDIR_GCC_COMPILE_OBS = \
356 compile.o \
357 compile-c-support.o \
358 compile-c-symbols.o \
359 compile-c-types.o \
360 compile-loc2c.o \
361 compile-object-load.o \
362 compile-object-run.o
363
364 SUBDIR_GCC_COMPILE_SRCS = \
365 compile/compile.c \
366 compile/compile-c-support.c \
367 compile/compile-c-symbols.c \
368 compile/compile-c-types.c \
369 compile/compile-loc2c.c \
370 compile/compile-object-load.c \
371 compile/compile-object-load.h \
372 compile/compile-object-run.c \
373 compile/compile-object-run.h
374
375 #
376 # Guile sub directory definitons for guile support.
377 #
378 SUBDIR_GUILE_OBS = \
379 guile.o \
380 scm-arch.o \
381 scm-auto-load.o \
382 scm-block.o \
383 scm-breakpoint.o \
384 scm-cmd.o \
385 scm-disasm.o \
386 scm-exception.o \
387 scm-frame.o \
388 scm-gsmob.o \
389 scm-iterator.o \
390 scm-lazy-string.o \
391 scm-math.o \
392 scm-objfile.o \
393 scm-param.o \
394 scm-ports.o \
395 scm-pretty-print.o \
396 scm-progspace.o \
397 scm-safe-call.o \
398 scm-string.o \
399 scm-symbol.o \
400 scm-symtab.o \
401 scm-type.o \
402 scm-utils.o \
403 scm-value.o
404
405 SUBDIR_GUILE_SRCS = \
406 guile/guile.c \
407 guile/scm-arch.c \
408 guile/scm-auto-load.c \
409 guile/scm-block.c \
410 guile/scm-breakpoint.c \
411 guile/scm-cmd.c \
412 guile/scm-disasm.c \
413 guile/scm-exception.c \
414 guile/scm-frame.c \
415 guile/scm-gsmob.c \
416 guile/scm-iterator.c \
417 guile/scm-lazy-string.c \
418 guile/scm-math.c \
419 guile/scm-objfile.c \
420 guile/scm-param.c \
421 guile/scm-ports.c \
422 guile/scm-pretty-print.c \
423 guile/scm-progspace.c \
424 guile/scm-safe-call.c \
425 guile/scm-string.c \
426 guile/scm-symbol.c \
427 guile/scm-symtab.c \
428 guile/scm-type.c \
429 guile/scm-utils.c \
430 guile/scm-value.c
431
432 SUBDIR_GUILE_DEPS =
433 SUBDIR_GUILE_LDFLAGS =
434 SUBDIR_GUILE_CFLAGS =
435
436 #
437 # python sub directory definitons
438 #
439 SUBDIR_PYTHON_OBS = \
440 py-arch.o \
441 py-auto-load.o \
442 py-block.o \
443 py-bpevent.o \
444 py-breakpoint.o \
445 py-cmd.o \
446 py-continueevent.o \
447 py-event.o \
448 py-evtregistry.o \
449 py-evts.o \
450 py-exitedevent.o \
451 py-finishbreakpoint.o \
452 py-frame.o \
453 py-framefilter.o \
454 py-function.o \
455 py-gdb-readline.o \
456 py-inferior.o \
457 py-infevents.o \
458 py-infthread.o \
459 py-instruction.o \
460 py-lazy-string.o \
461 py-linetable.o \
462 py-newobjfileevent.o \
463 py-objfile.o \
464 py-param.o \
465 py-prettyprint.o \
466 py-progspace.o \
467 py-record.o \
468 py-record-btrace.o \
469 py-record-full.o \
470 py-signalevent.o \
471 py-stopevent.o \
472 py-symbol.o \
473 py-symtab.o \
474 py-threadevent.o \
475 py-type.o \
476 py-unwind.o \
477 py-utils.o \
478 py-value.o \
479 py-varobj.o \
480 py-xmethods.o \
481 python.o
482
483 SUBDIR_PYTHON_SRCS = \
484 python/py-arch.c \
485 python/py-auto-load.c \
486 python/py-block.c \
487 python/py-bpevent.c \
488 python/py-breakpoint.c \
489 python/py-cmd.c \
490 python/py-continueevent.c \
491 python/py-event.c \
492 python/py-evtregistry.c \
493 python/py-evts.c \
494 python/py-exitedevent.c \
495 python/py-finishbreakpoint.c \
496 python/py-frame.c \
497 python/py-framefilter.c \
498 python/py-function.c \
499 python/py-gdb-readline.c \
500 python/py-inferior.c \
501 python/py-infevents.c \
502 python/py-infthread.c \
503 python/py-instruction.c \
504 python/py-lazy-string.c \
505 python/py-linetable.c \
506 python/py-newobjfileevent.c \
507 python/py-objfile.c \
508 python/py-param.c \
509 python/py-prettyprint.c \
510 python/py-progspace.c \
511 python/py-record.c \
512 python/py-record-btrace.c \
513 python/py-record-full.c \
514 python/py-signalevent.c \
515 python/py-stopevent.c \
516 python/py-symbol.c \
517 python/py-symtab.c \
518 python/py-threadevent.c \
519 python/py-type.c \
520 python/py-unwind.c \
521 python/py-utils.c \
522 python/py-value.c \
523 python/py-varobj.c \
524 python/py-xmethods.c \
525 python/python.c
526
527 SUBDIR_PYTHON_DEPS =
528 SUBDIR_PYTHON_LDFLAGS =
529 SUBDIR_PYTHON_CFLAGS =
530
531 SUBDIR_UNITTESTS_SRCS = \
532 unittests/array-view-selftests.c \
533 unittests/common-utils-selftests.c \
534 unittests/environ-selftests.c \
535 unittests/function-view-selftests.c \
536 unittests/lookup_name_info-selftests.c \
537 unittests/memory-map-selftests.c \
538 unittests/memrange-selftests.c \
539 unittests/offset-type-selftests.c \
540 unittests/optional-selftests.c \
541 unittests/ptid-selftests.c \
542 unittests/rsp-low-selftests.c \
543 unittests/scoped_restore-selftests.c \
544 unittests/xml-utils-selftests.c
545
546 SUBDIR_UNITTESTS_OBS = \
547 array-view-selftests.o \
548 common-utils-selftests.o \
549 environ-selftests.o \
550 function-view-selftests.o \
551 lookup_name_info-selftests.o \
552 memory-map-selftests.o \
553 memrange-selftests.o \
554 offset-type-selftests.o \
555 optional-selftests.o \
556 ptid-selftests.o \
557 rsp-low-selftests.o \
558 scoped_restore-selftests.o \
559 xml-utils-selftests.o
560
561 # Opcodes currently live in one of two places. Either they are in the
562 # opcode library, typically ../opcodes, or they are in a header file
563 # in INCLUDE_DIR.
564 # Where is the "-lopcodes" library, with (some of) the opcode tables and
565 # disassemblers?
566 OPCODES_DIR = ../opcodes
567 OPCODES_SRC = $(srcdir)/$(OPCODES_DIR)
568 OPCODES = $(OPCODES_DIR)/libopcodes.a
569 # Where are the other opcode tables which only have header file
570 # versions?
571 OP_INCLUDE = $(INCLUDE_DIR)/opcode
572 # Some source files like to use #include "opcodes/file.h"
573 OPCODES_CFLAGS = -I$(OP_INCLUDE) -I$(OPCODES_SRC)/..
574
575 # The simulator is usually nonexistent; targets that include one
576 # should set this to list all the .o or .a files to be linked in.
577 SIM = @SIM@
578
579 WIN32LIBS = @WIN32LIBS@
580
581 # Tcl et al cflags and libraries
582 TCL = @TCL_LIBRARY@
583 TCL_CFLAGS = @TCL_INCLUDE@
584 GDBTKLIBS = @GDBTKLIBS@
585 # Extra flags that the GDBTK files need:
586 GDBTK_CFLAGS = @GDBTK_CFLAGS@
587
588 TK = @TK_LIBRARY@
589 TK_CFLAGS = @TK_INCLUDE@
590
591 X11_CFLAGS = @TK_XINCLUDES@
592 X11_LDFLAGS =
593 X11_LIBS =
594
595 WIN32LDAPP = @WIN32LDAPP@
596
597 LIBGUI = @LIBGUI@
598 GUI_CFLAGS_X = @GUI_CFLAGS_X@
599 IDE_CFLAGS = $(GUI_CFLAGS_X) $(IDE_CFLAGS_X)
600
601 ALL_TCL_CFLAGS = $(TCL_CFLAGS) $(TK_CFLAGS)
602
603 # The version of gdbtk we're building. This should be kept
604 # in sync with GDBTK_VERSION and friends in gdbtk.h.
605 GDBTK_VERSION = 1.0
606 GDBTK_LIBRARY = $(datadir)/insight$(GDBTK_VERSION)
607
608 # Gdbtk requires an absolute path to the source directory or
609 # the testsuite won't run properly.
610 GDBTK_SRC_DIR = @GDBTK_SRC_DIR@
611
612 SUBDIR_GDBTK_OBS = \
613 gdbtk.o \
614 gdbtk-bp.o \
615 gdbtk-cmds.o \
616 gdbtk-hooks.o \
617 gdbtk-interp.o \
618 gdbtk-register.o \
619 gdbtk-stack.o \
620 gdbtk-varobj.o \
621 gdbtk-wrapper.o
622
623 SUBDIR_GDBTK_SRCS = \
624 gdbtk/generic/gdbtk.c \
625 gdbtk/generic/gdbtk-bp.c \
626 gdbtk/generic/gdbtk-cmds.c \
627 gdbtk/generic/gdbtk-hooks.c \
628 gdbtk/generic/gdbtk-interp.c \
629 gdbtk/generic/gdbtk-main.c \
630 gdbtk/generic/gdbtk-register.c \
631 gdbtk/generic/gdbtk-stack.c \
632 gdbtk/generic/gdbtk-varobj.c \
633 gdbtk/generic/gdbtk-wrapper.c
634
635 SUBDIR_GDBTK_DEPS = $(LIBGUI) $(TCL_DEPS) $(TK_DEPS)
636 SUBDIR_GDBTK_LDFLAGS =
637 SUBDIR_GDBTK_CFLAGS = -DGDBTK
638
639 CONFIG_OBS = @CONFIG_OBS@
640 CONFIG_SRCS = @CONFIG_SRCS@
641 CONFIG_DEPS = @CONFIG_DEPS@
642 CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
643 ENABLE_CFLAGS = @ENABLE_CFLAGS@
644 CONFIG_ALL = @CONFIG_ALL@
645 CONFIG_CLEAN = @CONFIG_CLEAN@
646 CONFIG_INSTALL = @CONFIG_INSTALL@
647 CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
648 HAVE_NATIVE_GCORE_TARGET = @HAVE_NATIVE_GCORE_TARGET@
649
650 CONFIG_SRC_SUBDIR = arch
651 CONFIG_DEP_SUBDIR = $(addsuffix /$(DEPDIR),$(CONFIG_SRC_SUBDIR))
652
653 # -I. for config files.
654 # -I$(srcdir) for gdb internal headers.
655 # -I$(srcdir)/config for more generic config files.
656
657 # It is also possible that you will need to add -I/usr/include/sys if
658 # your system doesn't have fcntl.h in /usr/include (which is where it
659 # should be according to Posix).
660 DEFS = @DEFS@
661 GDB_CFLAGS = -I. -I$(srcdir) -I$(srcdir)/common -I$(srcdir)/config \
662 -DLOCALEDIR="\"$(localedir)\"" $(DEFS)
663
664 # MH_CFLAGS, if defined, has host-dependent CFLAGS from the config directory.
665 GLOBAL_CFLAGS = $(MH_CFLAGS)
666
667 PROFILE_CFLAGS = @PROFILE_CFLAGS@
668
669 # These are specifically reserved for setting from the command line
670 # when running make. I.E.: "make CFLAGS=-Wmissing-prototypes".
671 CFLAGS = @CFLAGS@
672 CXXFLAGS = @CXXFLAGS@
673
674 # Set by configure, for e.g. expat. Python installations are such that
675 # C headers are included using their basename (for example, we #include
676 # <Python.h> rather than, say, <python/Python.h>). Since the file names
677 # are sometimes a little generic, we think that the risk of collision
678 # with other header files is high. If that happens, we try to mitigate
679 # a bit the consequences by putting the Python includes last in the list.
680 INTERNAL_CPPFLAGS = @CPPFLAGS@ @GUILE_CPPFLAGS@ @PYTHON_CPPFLAGS@
681
682 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
683 INTERNAL_CFLAGS_BASE = \
684 $(CXXFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
685 $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) $(ZLIBINC) \
686 $(BFD_CFLAGS) $(INCLUDE_CFLAGS) $(LIBDECNUMBER_CFLAGS) \
687 $(INTL_CFLAGS) $(INCGNU) $(ENABLE_CFLAGS) $(INTERNAL_CPPFLAGS)
688 INTERNAL_WARN_CFLAGS = $(INTERNAL_CFLAGS_BASE) $(GDB_WARN_CFLAGS)
689 INTERNAL_CFLAGS = $(INTERNAL_WARN_CFLAGS) $(GDB_WERROR_CFLAGS)
690
691 # LDFLAGS is specifically reserved for setting from the command line
692 # when running make.
693 LDFLAGS = @LDFLAGS@
694
695 # Profiling options need to go here to work.
696 # I think it's perfectly reasonable for a user to set -pg in CFLAGS
697 # and have it work; that's why CFLAGS is here.
698 # PROFILE_CFLAGS is _not_ included, however, because we use monstartup.
699 INTERNAL_LDFLAGS = \
700 $(CXXFLAGS) $(GLOBAL_CFLAGS) $(MH_LDFLAGS) \
701 $(LDFLAGS) $(CONFIG_LDFLAGS)
702
703 # If your system is missing alloca(), or, more likely, it's there but
704 # it doesn't work, then refer to libiberty.
705
706 # Libraries and corresponding dependencies for compiling gdb.
707 # XM_CLIBS, defined in *config files, have host-dependent libs.
708 # LIBIBERTY appears twice on purpose.
709 CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(ZLIB) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
710 $(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) \
711 @LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ \
712 $(LIBEXPAT) $(LIBLZMA) $(LIBBABELTRACE) $(LIBIPT) \
713 $(LIBIBERTY) $(WIN32LIBS) $(LIBGNU) $(LIBICONV) $(LIBMPFR)
714 CDEPS = $(XM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
715 $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU)
716
717 ADD_FILES = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
718 ADD_DEPS = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
719
720 DIST = gdb
721
722 LINT = /usr/5bin/lint
723 LINTFLAGS = $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
724 $(BFD_CFLAGS) $(INCLUDE_CFLAGS) \
725 $(INTL_CFLAGS)
726
727 RUNTEST = runtest
728 RUNTESTFLAGS =
729
730 # XML files to build in to GDB.
731 XMLFILES = \
732 $(srcdir)/features/btrace.dtd \
733 $(srcdir)/features/btrace-conf.dtd \
734 $(srcdir)/features/gdb-target.dtd \
735 $(srcdir)/features/library-list.dtd \
736 $(srcdir)/features/library-list-aix.dtd \
737 $(srcdir)/features/library-list-svr4.dtd \
738 $(srcdir)/features/osdata.dtd \
739 $(srcdir)/features/threads.dtd \
740 $(srcdir)/features/traceframe-info.dtd \
741 $(srcdir)/features/xinclude.dtd
742
743 # Build the ser-*.o files the host supports. This includes ser-unix.o
744 # for any system that supports a POSIX interface to the serial port.
745 # See configure.ac.
746 SER_HARDWIRE = @SER_HARDWIRE@
747
748 # The `remote' debugging target is supported for most architectures,
749 # but not all (e.g. 960)
750 REMOTE_OBS = \
751 ax-gdb.o \
752 ax-general.o \
753 ctf.o \
754 dcache.o \
755 remote.o \
756 remote-fileio.o \
757 remote-notif.o \
758 tracefile.o \
759 tracefile-tfile.o \
760 tracepoint.o
761
762 # This is remote-sim.o if a simulator is to be linked in.
763 SIM_OBS = @SIM_OBS@
764
765 # Target-dependent object files.
766 TARGET_OBS = @TARGET_OBS@
767
768 # All target-dependent objects files that require 64-bit CORE_ADDR
769 # (used with --enable-targets=all --enable-64-bit-bfd).
770 ALL_64_TARGET_OBS = \
771 aarch64-fbsd-tdep.o \
772 aarch64-linux-tdep.o \
773 aarch64-newlib-tdep.o \
774 aarch64-tdep.o \
775 alpha-bsd-tdep.o \
776 alpha-linux-tdep.o \
777 alpha-mdebug-tdep.o \
778 alpha-nbsd-tdep.o \
779 alpha-obsd-tdep.o \
780 alpha-tdep.o \
781 amd64-darwin-tdep.o \
782 amd64-dicos-tdep.o \
783 amd64-fbsd-tdep.o \
784 amd64-linux-tdep.o \
785 amd64-nbsd-tdep.o \
786 amd64-obsd-tdep.o \
787 amd64-sol2-tdep.o \
788 amd64-tdep.o \
789 amd64-windows-tdep.o \
790 arch/aarch64.o \
791 arch/aarch64-insn.o \
792 arch/amd64.o \
793 ia64-linux-tdep.o \
794 ia64-tdep.o \
795 ia64-vms-tdep.o \
796 mips64-obsd-tdep.o \
797 sparc64-fbsd-tdep.o \
798 sparc64-linux-tdep.o \
799 sparc64-nbsd-tdep.o \
800 sparc64-obsd-tdep.o \
801 sparc64-sol2-tdep.o \
802 sparc64-tdep.o
803
804 # All other target-dependent objects files (used with --enable-targets=all).
805 ALL_TARGET_OBS = \
806 arc-tdep.o \
807 arch/arm.o \
808 arch/arm-get-next-pcs.o \
809 arch/arm-linux.o \
810 arch/i386.o \
811 arm-bsd-tdep.o \
812 arm-fbsd-tdep.o \
813 arm-linux-tdep.o \
814 arm-nbsd-tdep.o \
815 arm-obsd-tdep.o \
816 arm-symbian-tdep.o \
817 arm-tdep.o \
818 arm-wince-tdep.o \
819 avr-tdep.o \
820 bfin-linux-tdep.o \
821 bfin-tdep.o \
822 bsd-uthread.o \
823 cris-linux-tdep.o \
824 cris-tdep.o \
825 dicos-tdep.o \
826 fbsd-tdep.o \
827 frv-linux-tdep.o \
828 frv-tdep.o \
829 ft32-tdep.o \
830 glibc-tdep.o \
831 h8300-tdep.o \
832 hppa-bsd-tdep.o \
833 hppa-linux-tdep.o \
834 hppa-nbsd-tdep.o \
835 hppa-obsd-tdep.o \
836 hppa-tdep.o \
837 i386-bsd-tdep.o \
838 i386-cygwin-tdep.o \
839 i386-darwin-tdep.o \
840 i386-dicos-tdep.o \
841 i386-fbsd-tdep.o \
842 i386-gnu-tdep.o \
843 i386-go32-tdep.o \
844 i386-linux-tdep.o \
845 i386-nbsd-tdep.o \
846 i386-nto-tdep.o \
847 i386-obsd-tdep.o \
848 i386-sol2-tdep.o \
849 i386-tdep.o \
850 i387-tdep.o \
851 iq2000-tdep.o \
852 linux-record.o \
853 linux-tdep.o \
854 lm32-tdep.o \
855 m32c-tdep.o \
856 m32r-linux-tdep.o \
857 m32r-tdep.o \
858 m68hc11-tdep.o \
859 m68k-bsd-tdep.o \
860 m68k-linux-tdep.o \
861 m68k-tdep.o \
862 m88k-tdep.o \
863 mep-tdep.o \
864 microblaze-linux-tdep.o \
865 microblaze-tdep.o \
866 mips-fbsd-tdep.o \
867 mips-linux-tdep.o \
868 mips-nbsd-tdep.o \
869 mips-sde-tdep.o \
870 mips-tdep.o \
871 mn10300-linux-tdep.o \
872 mn10300-tdep.o \
873 moxie-tdep.o \
874 msp430-tdep.o \
875 mt-tdep.o \
876 nbsd-tdep.o \
877 nds32-tdep.o \
878 nios2-linux-tdep.o \
879 nios2-tdep.o \
880 nto-tdep.o \
881 obsd-tdep.o \
882 ppc-fbsd-tdep.o \
883 ppc-linux-tdep.o \
884 ppc-nbsd-tdep.o \
885 ppc-obsd-tdep.o \
886 ppc-ravenscar-thread.o \
887 ppc-sysv-tdep.o \
888 ppc64-tdep.o \
889 ravenscar-thread.o \
890 rl78-tdep.o \
891 rs6000-aix-tdep.o \
892 rs6000-lynx178-tdep.o \
893 rs6000-tdep.o \
894 rx-tdep.o \
895 s390-linux-tdep.o \
896 score-tdep.o \
897 sh-linux-tdep.o \
898 sh-nbsd-tdep.o \
899 sh-tdep.o \
900 sh64-tdep.o \
901 sol2-tdep.o \
902 solib-aix.o \
903 solib-darwin.o \
904 solib-dsbt.o \
905 solib-frv.o \
906 solib-spu.o \
907 solib-svr4.o \
908 sparc-linux-tdep.o \
909 sparc-nbsd-tdep.o \
910 sparc-obsd-tdep.o \
911 sparc-ravenscar-thread.o \
912 sparc-sol2-tdep.o \
913 sparc-tdep.o \
914 spu-multiarch.o \
915 spu-tdep.o \
916 symfile-mem.o \
917 tic6x-linux-tdep.o \
918 tic6x-tdep.o \
919 tilegx-linux-tdep.o \
920 tilegx-tdep.o \
921 v850-tdep.o \
922 vax-nbsd-tdep.o \
923 vax-tdep.o \
924 windows-tdep.o \
925 xcoffread.o \
926 xstormy16-tdep.o \
927 xtensa-config.o \
928 xtensa-linux-tdep.o \
929 xtensa-tdep.o
930
931 # The following native-target dependent variables are defined on
932 # configure.nat.
933 NAT_FILE = @NAT_FILE@
934 NATDEPFILES = @NATDEPFILES@
935 NAT_CDEPS = @NAT_CDEPS@
936 LOADLIBES = @LOADLIBES@
937 MH_CFLAGS = @MH_CFLAGS@
938 XM_CLIBS = @XM_CLIBS@
939 NAT_GENERATED_FILES = @NAT_GENERATED_FILES@
940 HAVE_NATIVE_GCORE_HOST = @HAVE_NATIVE_GCORE_HOST@
941
942 # Native-target dependent makefile fragment comes in here.
943 @nat_makefile_frag@
944
945 # End of native-target dependent variables.
946
947 FLAGS_TO_PASS = \
948 "prefix=$(prefix)" \
949 "exec_prefix=$(exec_prefix)" \
950 "infodir=$(infodir)" \
951 "datarootdir=$(datarootdir)" \
952 "docdir=$(docdir)" \
953 "htmldir=$(htmldir)" \
954 "pdfdir=$(pdfdir)" \
955 "libdir=$(libdir)" \
956 "mandir=$(mandir)" \
957 "datadir=$(datadir)" \
958 "includedir=$(includedir)" \
959 "against=$(against)" \
960 "DESTDIR=$(DESTDIR)" \
961 "AR=$(AR)" \
962 "AR_FLAGS=$(AR_FLAGS)" \
963 "CC=$(CC)" \
964 "CFLAGS=$(CFLAGS)" \
965 "CXX=$(CXX)" \
966 "CXX_DIALECT=$(CXX_DIALECT)" \
967 "CXXFLAGS=$(CXXFLAGS)" \
968 "DLLTOOL=$(DLLTOOL)" \
969 "LDFLAGS=$(LDFLAGS)" \
970 "RANLIB=$(RANLIB)" \
971 "MAKEINFO=$(MAKEINFO)" \
972 "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
973 "MAKEINFO_EXTRA_FLAGS=$(MAKEINFO_EXTRA_FLAGS)" \
974 "MAKEHTML=$(MAKEHTML)" \
975 "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \
976 "INSTALL=$(INSTALL)" \
977 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
978 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
979 "INSTALL_DATA=$(INSTALL_DATA)" \
980 "RUNTEST=$(RUNTEST)" \
981 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
982
983 # Flags that we pass when building the testsuite.
984
985 # empty for native, $(target_alias)/ for cross
986 target_subdir = @target_subdir@
987
988 CC_FOR_TARGET = ` \
989 if [ -f $${rootme}/../gcc/xgcc ] ; then \
990 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
991 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -idirafter $${rootme}/$(target_subdir)newlib/targ-include -idirafter $${rootsrc}/../$(target_subdir)newlib/libc/include -nostdinc -B$${rootme}/../$(target_subdir)newlib/; \
992 else \
993 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
994 fi; \
995 else \
996 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
997 echo $(CC); \
998 else \
999 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
1000 fi; \
1001 fi`
1002
1003 CXX_FOR_TARGET = ` \
1004 if [ -f $${rootme}/../gcc/xg++ ] ; then \
1005 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
1006 echo $${rootme}/../gcc/xg++ -B$${rootme}/../gcc/ -idirafter $${rootme}/$(target_subdir)newlib/targ-include -idirafter $${rootsrc}/../$(target_subdir)newlib/libc/include -nostdinc -B$${rootme}/../$(target_subdir)newlib/; \
1007 else \
1008 echo $${rootme}/../gcc/xg++ -B$${rootme}/../gcc/; \
1009 fi; \
1010 else \
1011 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
1012 echo $(CXX); \
1013 else \
1014 t='$(program_transform_name)'; echo g++ | sed -e '' $$t; \
1015 fi; \
1016 fi`
1017
1018 # The use of $$(x_FOR_TARGET) reduces the command line length by not
1019 # duplicating the lengthy definition.
1020 TARGET_FLAGS_TO_PASS = \
1021 "prefix=$(prefix)" \
1022 "exec_prefix=$(exec_prefix)" \
1023 "against=$(against)" \
1024 'CC=$$(CC_FOR_TARGET)' \
1025 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
1026 "CFLAGS=$(CFLAGS)" \
1027 'CXX=$$(CXX_FOR_TARGET)' \
1028 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
1029 "CXXFLAGS=$(CXXFLAGS)" \
1030 "INSTALL=$(INSTALL)" \
1031 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
1032 "INSTALL_DATA=$(INSTALL_DATA)" \
1033 "MAKEINFO=$(MAKEINFO)" \
1034 "MAKEHTML=$(MAKEHTML)" \
1035 "RUNTEST=$(RUNTEST)" \
1036 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
1037 "FORCE_PARALLEL=$(FORCE_PARALLEL)" \
1038 "TESTS=$(TESTS)"
1039
1040 # All source files that go into linking GDB.
1041 # Links made at configuration time should not be specified here, since
1042 # SFILES is used in building the distribution archive.
1043
1044 SFILES = \
1045 ada-exp.y \
1046 ada-lang.c \
1047 ada-tasks.c \
1048 ada-typeprint.c \
1049 ada-valprint.c \
1050 ada-varobj.c \
1051 addrmap.c \
1052 agent.c \
1053 annotate.c \
1054 arch-utils.c \
1055 arch/i386.c \
1056 auto-load.c \
1057 auxv.c \
1058 ax-gdb.c \
1059 ax-general.c \
1060 bcache.c \
1061 bfd-target.c \
1062 block.c \
1063 blockframe.c \
1064 break-catch-sig.c \
1065 break-catch-syscall.c \
1066 break-catch-throw.c \
1067 breakpoint.c \
1068 btrace.c \
1069 build-id.c \
1070 buildsym.c \
1071 c-exp.y \
1072 c-lang.c \
1073 c-typeprint.c \
1074 c-valprint.c \
1075 c-varobj.c \
1076 charset.c \
1077 cli-out.c \
1078 coff-pe-read.c \
1079 coffread.c \
1080 complaints.c \
1081 completer.c \
1082 continuations.c \
1083 copying.c \
1084 corefile.c \
1085 corelow.c \
1086 cp-abi.c \
1087 cp-name-parser.y \
1088 cp-namespace.c \
1089 cp-support.c \
1090 cp-valprint.c \
1091 ctf.c \
1092 d-exp.y \
1093 d-lang.c \
1094 d-namespace.c \
1095 d-valprint.c \
1096 dbxread.c \
1097 demangle.c \
1098 dictionary.c \
1099 disasm.c \
1100 disasm-selftests.c \
1101 dtrace-probe.c \
1102 dummy-frame.c \
1103 dwarf2-frame.c \
1104 dwarf2-frame-tailcall.c \
1105 dwarf2expr.c \
1106 dwarf2loc.c \
1107 dwarf2read.c \
1108 elfread.c \
1109 eval.c \
1110 event-loop.c \
1111 event-top.c \
1112 exceptions.c \
1113 expprint.c \
1114 extension.c \
1115 f-exp.y \
1116 f-lang.c \
1117 f-typeprint.c \
1118 f-valprint.c \
1119 filesystem.c \
1120 findcmd.c \
1121 findvar.c \
1122 frame.c \
1123 frame-base.c \
1124 frame-unwind.c \
1125 gcore.c \
1126 gdb.c \
1127 gdb_bfd.c \
1128 gdb-dlfcn.c \
1129 gdb_obstack.c \
1130 gdb_regex.c \
1131 gdb_usleep.c \
1132 gdbarch.c \
1133 gdbarch-selftests.c \
1134 gdbtypes.c \
1135 gnu-v2-abi.c \
1136 gnu-v3-abi.c \
1137 go-exp.y \
1138 go-lang.c \
1139 go-typeprint.c \
1140 go-valprint.c \
1141 inf-child.c \
1142 inf-loop.c \
1143 infcall.c \
1144 infcmd.c \
1145 inferior.c \
1146 inflow.c \
1147 infrun.c \
1148 inline-frame.c \
1149 interps.c \
1150 jit.c \
1151 language.c \
1152 linespec.c \
1153 location.c \
1154 m2-exp.y \
1155 m2-lang.c \
1156 m2-typeprint.c \
1157 m2-valprint.c \
1158 macrocmd.c \
1159 macroexp.c \
1160 macroscope.c \
1161 macrotab.c \
1162 main.c \
1163 maint.c \
1164 mdebugread.c \
1165 mem-break.c \
1166 memattr.c \
1167 memory-map.c \
1168 memrange.c \
1169 minidebug.c \
1170 minsyms.c \
1171 mipsread.c \
1172 namespace.c \
1173 objc-lang.c \
1174 objfiles.c \
1175 observer.c \
1176 opencl-lang.c \
1177 osabi.c \
1178 osdata.c \
1179 p-exp.y \
1180 p-lang.c \
1181 p-typeprint.c \
1182 p-valprint.c \
1183 parse.c \
1184 printcmd.c \
1185 probe.c \
1186 producer.c \
1187 proc-service.list \
1188 progspace.c \
1189 progspace-and-thread.c \
1190 prologue-value.c \
1191 psymtab.c \
1192 record.c \
1193 record-btrace.c \
1194 record-full.c \
1195 regcache.c \
1196 reggroups.c \
1197 remote.c \
1198 remote-fileio.c \
1199 remote-notif.c \
1200 reverse.c \
1201 rust-exp.y \
1202 rust-lang.c \
1203 selftest-arch.c \
1204 sentinel-frame.c \
1205 ser-base.c \
1206 ser-event.c \
1207 ser-unix.c \
1208 serial.c \
1209 skip.c \
1210 sol-thread.c \
1211 solib.c \
1212 solib-target.c \
1213 source.c \
1214 stabsread.c \
1215 stack.c \
1216 stap-probe.c \
1217 std-regs.c \
1218 stub-termcap.c \
1219 symfile.c \
1220 symfile-debug.c \
1221 symfile-mem.c \
1222 symmisc.c \
1223 symtab.c \
1224 target.c \
1225 target-dcache.c \
1226 target-descriptions.c \
1227 target-memory.c \
1228 thread.c \
1229 tid-parse.c \
1230 top.c \
1231 tracepoint.c \
1232 trad-frame.c \
1233 tramp-frame.c \
1234 target-float.c \
1235 typeprint.c \
1236 ui-file.c \
1237 ui-file.h \
1238 ui-out.c \
1239 user-regs.c \
1240 utils.c \
1241 valarith.c \
1242 valops.c \
1243 valprint.c \
1244 value.c \
1245 varobj.c \
1246 xml-support.c \
1247 xml-syscall.c \
1248 xml-tdesc.c \
1249 common/agent.c \
1250 common/btrace-common.c \
1251 common/buffer.c \
1252 common/cleanups.c \
1253 common/common-debug.c \
1254 common/common-exceptions.c \
1255 common/common-regcache.c \
1256 common/common-utils.c \
1257 common/errors.c \
1258 common/environ.c \
1259 common/fileio.c \
1260 common/filestuff.c \
1261 common/format.c \
1262 common/job-control.c \
1263 common/gdb_tilde_expand.c \
1264 common/gdb_vecs.c \
1265 common/new-op.c \
1266 common/print-utils.c \
1267 common/ptid.c \
1268 common/rsp-low.c \
1269 common/run-time-clock.c \
1270 common/selftest.c \
1271 common/signals.c \
1272 common/signals-state-save-restore.c \
1273 common/vec.c \
1274 common/xml-utils.c \
1275 mi/mi-common.c \
1276 target/waitstatus.c \
1277 $(SUBDIR_GCC_COMPILE_SRCS)
1278
1279 LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
1280
1281 # Header files that need to have srcdir added. Note that in the cases
1282 # where we use a macro like $(gdbcmd_h), things are carefully arranged
1283 # so that each .h file is listed exactly once (M-x tags-search works
1284 # wrong if TAGS has files twice). Because this is tricky to get
1285 # right, it is probably easiest just to list .h files here directly.
1286
1287 HFILES_NO_SRCDIR = \
1288 aarch64-tdep.h \
1289 ada-lang.h \
1290 addrmap.h \
1291 alpha-bsd-tdep.h \
1292 alpha-tdep.h \
1293 amd64-darwin-tdep.h \
1294 amd64-linux-tdep.h \
1295 amd64-nat.h \
1296 amd64-tdep.h \
1297 annotate.h \
1298 arc-tdep.h \
1299 arch-utils.h \
1300 arm-linux-tdep.h \
1301 arm-tdep.h \
1302 auto-load.h \
1303 auxv.h \
1304 ax.h \
1305 ax-gdb.h \
1306 bcache.h \
1307 bfd-target.h \
1308 bfin-tdep.h \
1309 block.h \
1310 breakpoint.h \
1311 bsd-kvm.h \
1312 bsd-uthread.h \
1313 build-id.h \
1314 buildsym.h \
1315 c-lang.h \
1316 charset.h \
1317 charset-list.h \
1318 cli-out.h \
1319 coff-pe-read.h \
1320 command.h \
1321 complaints.h \
1322 completer.h \
1323 cp-abi.h \
1324 cp-support.h \
1325 ctf.h \
1326 d-lang.h \
1327 darwin-nat.h \
1328 dcache.h \
1329 defs.h \
1330 dicos-tdep.h \
1331 dictionary.h \
1332 disasm.h \
1333 dummy-frame.h \
1334 dwarf2-frame.h \
1335 dwarf2-frame-tailcall.h \
1336 dwarf2expr.h \
1337 dwarf2loc.h \
1338 event-loop.h \
1339 event-top.h \
1340 exceptions.h \
1341 exec.h \
1342 expression.h \
1343 extension.h \
1344 extension-priv.h \
1345 f-lang.h \
1346 fbsd-nat.h \
1347 fbsd-tdep.h \
1348 filesystem.h \
1349 frame.h \
1350 frame-base.h \
1351 frame-unwind.h \
1352 frv-tdep.h \
1353 ft32-tdep.h \
1354 gcore.h \
1355 gdb_bfd.h \
1356 gdb_curses.h \
1357 gdb-dlfcn.h \
1358 gdb_expat.h \
1359 gdb_obstack.h \
1360 gdb_proc_service.h \
1361 gdb_regex.h \
1362 gdb_select.h \
1363 gdb-stabs.h \
1364 gdb_usleep.h \
1365 gdb_vfork.h \
1366 gdb_wchar.h \
1367 gdbarch.h \
1368 gdbcmd.h \
1369 gdbcore.h \
1370 gdbthread.h \
1371 gdbtypes.h \
1372 glibc-tdep.h \
1373 gnu-nat.h \
1374 go-lang.h \
1375 gregset.h \
1376 hppa-bsd-tdep.h \
1377 hppa-linux-offsets.h \
1378 hppa-tdep.h \
1379 i386-bsd-nat.h \
1380 i386-darwin-tdep.h \
1381 i386-linux-nat.h \
1382 i386-linux-tdep.h \
1383 i386-tdep.h \
1384 i387-tdep.h \
1385 ia64-libunwind-tdep.h \
1386 ia64-tdep.h \
1387 inf-child.h \
1388 inf-loop.h \
1389 inf-ptrace.h \
1390 infcall.h \
1391 inferior.h \
1392 inflow.h \
1393 inline-frame.h \
1394 interps.h \
1395 jit.h \
1396 language.h \
1397 linespec.h \
1398 linux-fork.h \
1399 linux-nat.h \
1400 linux-record.h \
1401 linux-tdep.h \
1402 location.h \
1403 m2-lang.h \
1404 m32r-tdep.h \
1405 m68k-tdep.h \
1406 m88k-tdep.h \
1407 macroexp.h \
1408 macroscope.h \
1409 macrotab.h \
1410 main.h \
1411 mdebugread.h \
1412 memattr.h \
1413 memory-map.h \
1414 memrange.h \
1415 microblaze-tdep.h \
1416 mips-linux-tdep.h \
1417 mips-nbsd-tdep.h \
1418 mips-tdep.h \
1419 mn10300-tdep.h \
1420 moxie-tdep.h \
1421 nbsd-nat.h \
1422 nbsd-tdep.h \
1423 nds32-tdep.h \
1424 nios2-tdep.h \
1425 nto-tdep.h \
1426 objc-lang.h \
1427 objfiles.h \
1428 obsd-nat.h \
1429 obsd-tdep.h \
1430 osabi.h \
1431 osdata.h \
1432 p-lang.h \
1433 parser-defs.h \
1434 ppc-fbsd-tdep.h \
1435 ppc-linux-tdep.h \
1436 ppc-nbsd-tdep.h \
1437 ppc-obsd-tdep.h \
1438 ppc-ravenscar-thread.h \
1439 ppc-tdep.h \
1440 ppc64-tdep.h \
1441 probe.h \
1442 proc-utils.h \
1443 procfs.h \
1444 progspace.h \
1445 progspace-and-thread.h \
1446 prologue-value.h \
1447 psympriv.h \
1448 psymtab.h \
1449 ravenscar-thread.h \
1450 record.h \
1451 record-full.h \
1452 regcache.h \
1453 reggroups.h \
1454 regset.h \
1455 remote.h \
1456 remote-fileio.h \
1457 remote-notif.h \
1458 rs6000-aix-tdep.h \
1459 rs6000-tdep.h \
1460 s390-linux-tdep.h \
1461 score-tdep.h \
1462 selftest-arch.h \
1463 sentinel-frame.h \
1464 ser-base.h \
1465 ser-event.h \
1466 ser-tcp.h \
1467 ser-unix.h \
1468 serial.h \
1469 sh-tdep.h \
1470 sh64-tdep.h \
1471 sim-regno.h \
1472 skip.h \
1473 sol2-tdep.h \
1474 solib.h \
1475 solib-aix.h \
1476 solib-darwin.h \
1477 solib-spu.h \
1478 solib-svr4.h \
1479 solib-target.h \
1480 solist.h \
1481 source.h \
1482 sparc-nat.h \
1483 sparc-ravenscar-thread.h \
1484 sparc-tdep.h \
1485 sparc64-tdep.h \
1486 spu-tdep.h \
1487 stabsread.h \
1488 stack.h \
1489 stap-probe.h \
1490 symfile.h \
1491 symtab.h \
1492 target.h \
1493 target-dcache.h \
1494 target-descriptions.h \
1495 terminal.h \
1496 tid-parse.h \
1497 top.h \
1498 tracefile.h \
1499 tracepoint.h \
1500 trad-frame.h \
1501 target-float.h \
1502 tramp-frame.h \
1503 typeprint.h \
1504 ui-file.h \
1505 ui-out.h \
1506 user-regs.h \
1507 utils.h \
1508 valprint.h \
1509 value.h \
1510 varobj.h \
1511 varobj-iter.h \
1512 vax-tdep.h \
1513 windows-nat.h \
1514 windows-tdep.h \
1515 x86-bsd-nat.h \
1516 x86-linux-nat.h \
1517 x86-nat.h \
1518 xcoffread.h \
1519 xml-support.h \
1520 xml-syscall.h \
1521 xml-tdesc.h \
1522 xtensa-tdep.h \
1523 arch/aarch64.h \
1524 arch/aarch64-insn.h \
1525 arch/arm.h \
1526 arch/i386.h \
1527 cli/cli-cmds.h \
1528 cli/cli-decode.h \
1529 cli/cli-script.h \
1530 cli/cli-setshow.h \
1531 cli/cli-utils.h \
1532 common/buffer.h \
1533 common/cleanups.h \
1534 common/common-debug.h \
1535 common/common-defs.h \
1536 common/common-exceptions.h \
1537 common/common-gdbthread.h \
1538 common/common-regcache.h \
1539 common/common-types.h \
1540 common/common-utils.h \
1541 common/job-control.h \
1542 common/errors.h \
1543 common/environ.h \
1544 common/fileio.h \
1545 common/format.h \
1546 common/gdb_assert.h \
1547 common/gdb_tilde_expand.h \
1548 common/gdb_locale.h \
1549 common/gdb_setjmp.h \
1550 common/gdb_signals.h \
1551 common/gdb_sys_time.h \
1552 common/gdb_vecs.h \
1553 common/gdb_wait.h \
1554 common/common-inferior.h \
1555 common/host-defs.h \
1556 common/print-utils.h \
1557 common/ptid.h \
1558 common/queue.h \
1559 common/rsp-low.h \
1560 common/run-time-clock.h \
1561 common/signals-state-save-restore.h \
1562 common/symbol.h \
1563 common/vec.h \
1564 common/version.h \
1565 common/x86-xstate.h \
1566 common/xml-utils.h \
1567 compile/compile.h \
1568 config/nm-linux.h \
1569 config/nm-nto.h \
1570 config/djgpp/langinfo.h \
1571 config/djgpp/nl_types.h \
1572 config/i386/nm-fbsd.h \
1573 config/i386/nm-i386gnu.h \
1574 config/sparc/nm-sol2.h \
1575 gnulib/import/inttypes.in.h \
1576 gnulib/import/stddef.in.h \
1577 gnulib/import/stdint.in.h \
1578 gnulib/import/str-two-way.h \
1579 gnulib/import/string.in.h \
1580 gnulib/import/extra/snippet/arg-nonnull.h \
1581 gnulib/import/extra/snippet/c++defs.h \
1582 gnulib/import/extra/snippet/warn-on-use.h \
1583 mi/mi-cmds.h \
1584 mi/mi-common.h \
1585 mi/mi-console.h \
1586 mi/mi-getopt.h \
1587 mi/mi-main.h \
1588 mi/mi-out.h \
1589 mi/mi-parse.h \
1590 nat/aarch64-linux.h \
1591 nat/aarch64-linux-hw-point.h \
1592 nat/amd64-linux-siginfo.h \
1593 nat/gdb_ptrace.h \
1594 nat/gdb_thread_db.h \
1595 nat/fork-inferior.h \
1596 nat/linux-btrace.h \
1597 nat/linux-namespaces.h \
1598 nat/linux-nat.h \
1599 nat/linux-osdata.h \
1600 nat/linux-personality.h \
1601 nat/linux-ptrace.h \
1602 nat/linux-waitpid.h \
1603 nat/mips-linux-watch.h \
1604 nat/ppc-linux.h \
1605 nat/x86-cpuid.h \
1606 nat/x86-dregs.h \
1607 nat/x86-gcc-cpuid.h \
1608 nat/x86-linux.h \
1609 nat/x86-linux-dregs.h \
1610 python/py-event.h \
1611 python/py-events.h \
1612 python/py-stopevent.h \
1613 python/python.h \
1614 python/python-internal.h \
1615 regformats/regdef.h \
1616 target/resume.h \
1617 target/target.h \
1618 target/wait.h \
1619 target/waitstatus.h \
1620 tui/tui.h \
1621 tui/tui-command.h \
1622 tui/tui-data.h \
1623 tui/tui-disasm.h \
1624 tui/tui-file.h \
1625 tui/tui-hooks.h \
1626 tui/tui-io.h \
1627 tui/tui-layout.h \
1628 tui/tui-regs.h \
1629 tui/tui-source.h \
1630 tui/tui-stack.h \
1631 tui/tui-win.h \
1632 tui/tui-windata.h \
1633 tui/tui-wingeneral.h \
1634 tui/tui-winsource.h
1635
1636 # Header files that already have srcdir in them, or which are in objdir.
1637
1638 HFILES_WITH_SRCDIR = \
1639 ../bfd/bfd.h \
1640 jit-reader.h
1641
1642 # GDB "info" files, which should be included in their entirety
1643 INFOFILES = gdb.info*
1644
1645 # {X,T,NAT}DEPFILES are something of a pain in that it's hard to
1646 # default their values the way we do for SER_HARDWIRE; in the future
1647 # maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
1648 # variables analogous to SER_HARDWIRE which get defaulted in this
1649 # Makefile.in
1650
1651 DEPFILES = $(TARGET_OBS) $(SER_HARDWIRE) $(NATDEPFILES) \
1652 $(REMOTE_OBS) $(SIM_OBS)
1653
1654 SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)
1655 # Don't include YYFILES (*.c) because we already include *.y in SFILES,
1656 # and it's more useful to see it in the .y file.
1657 TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
1658 $(CONFIG_SRCS)
1659 TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
1660
1661 COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
1662 ada-lang.o \
1663 ada-tasks.o \
1664 ada-typeprint.o \
1665 ada-valprint.o \
1666 ada-varobj.o \
1667 addrmap.o \
1668 agent.o \
1669 annotate.o \
1670 arch-utils.o \
1671 auto-load.o \
1672 auxv.o \
1673 bcache.o \
1674 bfd-target.o \
1675 block.o \
1676 blockframe.o \
1677 break-catch-sig.o \
1678 break-catch-syscall.o \
1679 break-catch-throw.o \
1680 breakpoint.o \
1681 btrace.o \
1682 btrace-common.o \
1683 buffer.o \
1684 build-id.o \
1685 buildsym.o \
1686 c-lang.o \
1687 c-typeprint.o \
1688 c-valprint.o \
1689 c-varobj.o \
1690 charset.o \
1691 cleanups.o \
1692 cli-out.o \
1693 coff-pe-read.o \
1694 coffread.o \
1695 common-agent.o \
1696 common-debug.o \
1697 common-exceptions.o \
1698 job-control.o \
1699 common-regcache.o \
1700 common-utils.o \
1701 complaints.o \
1702 completer.o \
1703 continuations.o \
1704 copying.o \
1705 corefile.o \
1706 corelow.o \
1707 cp-abi.o \
1708 cp-namespace.o \
1709 cp-support.o \
1710 cp-valprint.o \
1711 d-lang.o \
1712 d-namespace.o \
1713 d-valprint.o \
1714 dbxread.o \
1715 debug.o \
1716 demangle.o \
1717 dictionary.o \
1718 disasm.o \
1719 disasm-selftests.o \
1720 dummy-frame.o \
1721 dwarf2-frame.o \
1722 dwarf2-frame-tailcall.o \
1723 dwarf2expr.o \
1724 dwarf2loc.o \
1725 dwarf2read.o \
1726 environ.o \
1727 errors.o \
1728 eval.o \
1729 event-loop.o \
1730 event-top.o \
1731 exceptions.o \
1732 exec.o \
1733 expprint.o \
1734 extension.o \
1735 f-lang.o \
1736 f-typeprint.o \
1737 f-valprint.o \
1738 fileio.o \
1739 filename-seen-cache.o \
1740 filestuff.o \
1741 filesystem.o \
1742 findcmd.o \
1743 findvar.o \
1744 format.o \
1745 frame.o \
1746 frame-base.o \
1747 frame-unwind.o \
1748 gcore.o \
1749 gdb_bfd.o \
1750 gdb_tilde_expand.o \
1751 gdb-dlfcn.o \
1752 gdb_obstack.o \
1753 gdb_regex.o \
1754 gdb_usleep.o \
1755 gdb_vecs.o \
1756 gdbarch.o \
1757 gdbarch-selftests.o \
1758 gdbtypes.o \
1759 gnu-v2-abi.o \
1760 gnu-v3-abi.o \
1761 go-lang.o \
1762 go-typeprint.o \
1763 go-valprint.o \
1764 inf-child.o \
1765 inf-loop.o \
1766 infcall.o \
1767 infcmd.o \
1768 inferior.o \
1769 infrun.o \
1770 inline-frame.o \
1771 interps.o \
1772 jit.o \
1773 language.o \
1774 linespec.o \
1775 location.o \
1776 m2-lang.o \
1777 m2-typeprint.o \
1778 m2-valprint.o \
1779 macrocmd.o \
1780 macroexp.o \
1781 macroscope.o \
1782 macrotab.o \
1783 main.o \
1784 maint.o \
1785 mdebugread.o \
1786 mem-break.o \
1787 memattr.o \
1788 memory-map.o \
1789 memrange.o \
1790 mi-common.o \
1791 minidebug.o \
1792 minsyms.o \
1793 mipsread.o \
1794 namespace.o \
1795 new-op.o \
1796 objc-lang.o \
1797 objfiles.o \
1798 observer.o \
1799 opencl-lang.o \
1800 osabi.o \
1801 osdata.o \
1802 p-lang.o \
1803 p-typeprint.o \
1804 p-valprint.o \
1805 parse.o \
1806 print-utils.o \
1807 printcmd.o \
1808 probe.o \
1809 producer.o \
1810 progspace.o \
1811 progspace-and-thread.o \
1812 prologue-value.o \
1813 psymtab.o \
1814 ptid.o \
1815 record.o \
1816 record-btrace.o \
1817 record-full.o \
1818 regcache.o \
1819 reggroups.o \
1820 registry.o \
1821 reverse.o \
1822 rsp-low.o \
1823 run-time-clock.o \
1824 rust-lang.o \
1825 selftest.o \
1826 selftest-arch.o \
1827 sentinel-frame.o \
1828 ser-event.o \
1829 serial.o \
1830 signals.o \
1831 signals-state-save-restore.o \
1832 skip.o \
1833 solib.o \
1834 solib-target.o \
1835 source.o \
1836 stabsread.o \
1837 stack.o \
1838 std-regs.o \
1839 symfile.o \
1840 symfile-debug.o \
1841 symmisc.o \
1842 symtab.o \
1843 target.o \
1844 target-dcache.o \
1845 target-descriptions.o \
1846 target-memory.o \
1847 thread.o \
1848 thread-fsm.o \
1849 tid-parse.o \
1850 top.o \
1851 trad-frame.o \
1852 tramp-frame.o \
1853 target-float.o \
1854 typeprint.o \
1855 ui-file.o \
1856 ui-out.o \
1857 user-regs.o \
1858 utils.o \
1859 valarith.o \
1860 valops.o \
1861 valprint.o \
1862 value.o \
1863 varobj.o \
1864 vec.o \
1865 version.o \
1866 waitstatus.o \
1867 xml-builtin.o \
1868 xml-support.o \
1869 xml-syscall.o \
1870 xml-tdesc.o \
1871 xml-utils.o \
1872 $(SUBDIR_GCC_COMPILE_OBS)
1873
1874 TSOBS = inflow.o
1875
1876 SUBDIRS = doc @subdirs@ data-directory $(GNULIB_BUILDDIR)
1877 CLEANDIRS = $(SUBDIRS)
1878
1879 # List of subdirectories in the build tree that must exist.
1880 # This is used to force build failures in existing trees when
1881 # a new directory is added.
1882 # The format here is for the `case' shell command.
1883 REQUIRED_SUBDIRS = doc | testsuite | $(GNULIB_BUILDDIR) | data-directory
1884
1885 # For now, shortcut the "configure GDB for fewer languages" stuff.
1886 YYFILES = \
1887 ada-exp.c \
1888 ada-lex.c \
1889 c-exp.c \
1890 cp-name-parser.c \
1891 d-exp.c \
1892 f-exp.c \
1893 go-exp.c \
1894 m2-exp.c \
1895 p-exp.c \
1896 rust-exp.c
1897
1898 YYOBJ = \
1899 ada-exp.o \
1900 c-exp.o \
1901 cp-name-parser.o \
1902 d-exp.o \
1903 f-exp.o \
1904 go-exp.o \
1905 m2-exp.o \
1906 p-exp.o \
1907 rust-exp.o
1908
1909 # Things which need to be built when making a distribution.
1910
1911 DISTSTUFF = $(YYFILES)
1912
1913
1914 # All generated files which can be included by another file.
1915 generated_files = \
1916 ada-lex.c \
1917 config.h \
1918 gcore \
1919 jit-reader.h \
1920 observer.h \
1921 observer.inc \
1922 $(GNULIB_H) \
1923 $(NAT_GENERATED_FILES)
1924
1925 # Flags needed to compile Python code
1926 PYTHON_CFLAGS = @PYTHON_CFLAGS@
1927
1928 all: gdb$(EXEEXT) $(CONFIG_ALL)
1929 @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
1930
1931 # Rule for compiling .c files in the top-level gdb directory.
1932 # The order-only dependencies ensure that we create the build subdirectories.
1933 %.o: %.c | $(CONFIG_DEP_SUBDIR)
1934 $(COMPILE) $<
1935 $(POSTCOMPILE)
1936
1937 $(CONFIG_DEP_SUBDIR):
1938 $(SHELL) $(srcdir)/../mkinstalldirs $@
1939
1940 # Rules for compiling .c files in the various source subdirectories.
1941 %.o: $(srcdir)/cli/%.c
1942 $(COMPILE) $<
1943 $(POSTCOMPILE)
1944
1945 %.o: ${srcdir}/common/%.c
1946 $(COMPILE) $<
1947 $(POSTCOMPILE)
1948
1949 %.o: $(srcdir)/compile/%.c
1950 $(COMPILE) $<
1951 $(POSTCOMPILE)
1952
1953 %.o: $(srcdir)/gdbtk/generic/%.c
1954 $(COMPILE) $(all_gdbtk_cflags) $<
1955 $(POSTCOMPILE)
1956
1957 %.o: $(srcdir)/guile/%.c
1958 $(COMPILE) $<
1959 $(POSTCOMPILE)
1960
1961 %.o: $(srcdir)/mi/%.c
1962 $(COMPILE) $<
1963 $(POSTCOMPILE)
1964
1965 %.o: ${srcdir}/nat/%.c
1966 $(COMPILE) $<
1967 $(POSTCOMPILE)
1968
1969 %.o: $(srcdir)/python/%.c
1970 $(COMPILE) $(PYTHON_CFLAGS) $<
1971 $(POSTCOMPILE)
1972
1973 %.o: ${srcdir}/target/%.c
1974 $(COMPILE) $<
1975 $(POSTCOMPILE)
1976
1977 %.o: $(srcdir)/tui/%.c
1978 $(COMPILE) $<
1979 $(POSTCOMPILE)
1980
1981 %.o: ${srcdir}/unittests/%.c
1982 $(COMPILE) $<
1983 $(POSTCOMPILE)
1984
1985 # Specify an explicit rule for gdb/common/agent.c, to avoid a clash with the
1986 # object file generate by gdb/agent.c.
1987 common-agent.o: $(srcdir)/common/agent.c
1988 $(COMPILE) $(srcdir)/common/agent.c
1989 $(POSTCOMPILE)
1990
1991 installcheck:
1992
1993 # The check target can not use subdir_do, because subdir_do does not
1994 # use TARGET_FLAGS_TO_PASS.
1995 check: force
1996 @if [ -f testsuite/Makefile ]; then \
1997 rootme=`pwd`; export rootme; \
1998 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1999 cd testsuite; \
2000 $(MAKE) $(TARGET_FLAGS_TO_PASS) check; \
2001 else true; fi
2002
2003 check-perf: force
2004 @if [ -f testsuite/Makefile ]; then \
2005 rootme=`pwd`; export rootme; \
2006 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
2007 cd testsuite; \
2008 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-perf; \
2009 else true; fi
2010
2011 check-read1: force
2012 @if [ -f testsuite/Makefile ]; then \
2013 rootme=`pwd`; export rootme; \
2014 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
2015 cd testsuite; \
2016 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-read1; \
2017 else true; fi
2018
2019 check-parallel: force
2020 @if [ -f testsuite/Makefile ]; then \
2021 rootme=`pwd`; export rootme; \
2022 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
2023 cd testsuite; \
2024 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-parallel; \
2025 else true; fi
2026
2027 # The idea is to parallelize testing of multilibs, for example:
2028 # make -j3 check//sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu}
2029 # will run 3 concurrent sessions of check, eventually testing all 10
2030 # combinations. GNU make is required for the % pattern to work, as is
2031 # a shell that expands alternations within braces. If GNU make is not
2032 # used, this rule will harmlessly fail to match. Used FORCE_PARALLEL to
2033 # prevent serialized checking due to the passed RUNTESTFLAGS.
2034 # FIXME: use config.status --config not --version, when available.
2035 check//%: force
2036 @if [ -f testsuite/config.status ]; then \
2037 rootme=`pwd`; export rootme; \
2038 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
2039 target=`echo "$@" | sed 's,//.*,,'`; \
2040 variant=`echo "$@" | sed 's,^[^/]*//,,'`; \
2041 vardots=`echo "$$variant" | sed 's,/,.,g'`; \
2042 testdir=testsuite.$$vardots; \
2043 if [ ! -f $$testdir/Makefile ] && [ -f testsuite/config.status ]; then \
2044 configargs=`cd testsuite && ./config.status --version | \
2045 sed -n -e 's,"$$,,' -e 's,^ *with options ",,p'`; \
2046 $(SHELL) $(srcdir)/../mkinstalldirs $$testdir && \
2047 (cd $$testdir && \
2048 eval $(SHELL) "\"\$$rootsrc/testsuite/configure\" $$configargs" \
2049 "\"--srcdir=\$$rootsrc/testsuite\"" \
2050 ); \
2051 else :; fi && cd $$testdir && \
2052 $(MAKE) $(TARGET_FLAGS_TO_PASS) \
2053 RUNTESTFLAGS="--target_board=$$variant $(RUNTESTFLAGS)" \
2054 FORCE_PARALLEL=$(if $(FORCE_PARALLEL),1,$(if $(RUNTESTFLAGS),,1)) \
2055 "$$target"; \
2056 else true; fi
2057
2058 # The set of headers checked by 'check-headers' by default.
2059 CHECK_HEADERS = $(HFILES_NO_SRCDIR)
2060
2061 # Try to compile each header in isolation, thus ensuring headers are
2062 # self-contained.
2063 #
2064 # Defaults to checking all $HFILES_NO_SRCDIR headers.
2065 #
2066 # Do:
2067 #
2068 # make check-headers CHECK_HEADERS="header.h list.h"
2069 #
2070 # to check specific headers.
2071 #
2072 check-headers:
2073 @echo Checking headers.
2074 for i in $(CHECK_HEADERS) ; do \
2075 $(CXX) $(CXX_DIALECT) -x c++-header -c -fsyntax-only \
2076 $(INTERNAL_CFLAGS) -include defs.h $(srcdir)/$$i ; \
2077 done
2078 .PHONY: check-headers
2079
2080 info install-info clean-info dvi pdf install-pdf html install-html: force
2081 @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
2082
2083 # Traditionally "install" depends on "all". But it may be useful
2084 # not to; for example, if the user has made some trivial change to a
2085 # source file and doesn't care about rebuilding or just wants to save the
2086 # time it takes for make to check that all is up to date.
2087 # install-only is intended to address that need.
2088 install: all
2089 @$(MAKE) $(FLAGS_TO_PASS) install-only
2090
2091 install-only: $(CONFIG_INSTALL)
2092 transformed_name=`t='$(program_transform_name)'; \
2093 echo gdb | sed -e "$$t"` ; \
2094 if test "x$$transformed_name" = x; then \
2095 transformed_name=gdb ; \
2096 else \
2097 true ; \
2098 fi ; \
2099 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \
2100 $(INSTALL_PROGRAM) gdb$(EXEEXT) \
2101 $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
2102 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(includedir)/gdb ; \
2103 $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h
2104 if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \
2105 then \
2106 transformed_name=`t='$(program_transform_name)'; \
2107 echo gcore | sed -e "$$t"` ; \
2108 if test "x$$transformed_name" = x; then \
2109 transformed_name=gcore ; \
2110 else \
2111 true ; \
2112 fi ; \
2113 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \
2114 $(INSTALL_SCRIPT) gcore \
2115 $(DESTDIR)$(bindir)/$$transformed_name; \
2116 fi
2117 @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
2118
2119 install-strip:
2120 $(MAKE) $(FLAGS_TO_PASS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2121 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2122 `test -z '$(STRIP)' || \
2123 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install-only
2124
2125 install-guile:
2126 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/guile/gdb
2127
2128 install-python:
2129 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/python/gdb
2130
2131 uninstall: force $(CONFIG_UNINSTALL)
2132 transformed_name=`t='$(program_transform_name)'; \
2133 echo gdb | sed -e $$t` ; \
2134 if test "x$$transformed_name" = x; then \
2135 transformed_name=gdb ; \
2136 else \
2137 true ; \
2138 fi ; \
2139 rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) \
2140 $(DESTDIR)$(man1dir)/$$transformed_name.1
2141 if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \
2142 then \
2143 transformed_name=`t='$(program_transform_name)'; \
2144 echo gcore | sed -e "$$t"` ; \
2145 if test "x$$transformed_name" = x; then \
2146 transformed_name=gcore ; \
2147 else \
2148 true ; \
2149 fi ; \
2150 rm -f $(DESTDIR)$(bindir)/$$transformed_name; \
2151 fi
2152 @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
2153
2154 # The C++ name parser can be built standalone for testing.
2155 test-cp-name-parser.o: cp-name-parser.c
2156 $(COMPILE) -DTEST_CPNAMES cp-name-parser.c
2157 $(POSTCOMPILE)
2158
2159 test-cp-name-parser$(EXEEXT): test-cp-name-parser.o $(LIBIBERTY)
2160 $(CC_LD) $(INTERNAL_LDFLAGS) -o test-cp-name-parser$(EXEEXT) \
2161 test-cp-name-parser.o $(LIBIBERTY)
2162
2163 # We do this by grepping through sources. If that turns out to be too slow,
2164 # maybe we could just require every .o file to have an initialization routine
2165 # of a given name (top.o -> _initialize_top, etc.).
2166 #
2167 # Formatting conventions: The name of the _initialize_* routines must start
2168 # in column zero, and must not be inside #if.
2169 #
2170 # Note that the set of files with init functions might change, or the names
2171 # of the functions might change, so this files needs to depend on all the
2172 # object files that will be linked into gdb.
2173
2174 # FIXME: There is a problem with this approach - init.c may force
2175 # unnecessary files to be linked in.
2176
2177 # FIXME: cagney/2002-06-09: gdb/564: gdb/563: Force the order so that
2178 # the first call is to _initialize_gdbtypes (implemented by explicitly
2179 # putting that function's name first in the init.l-tmp file). This is
2180 # a hack to ensure that all the architecture dependant global
2181 # builtin_type_* variables are initialized before anything else
2182 # (per-architecture code is called in the same order that it is
2183 # registered). The ``correct fix'' is to have all the builtin types
2184 # made part of the architecture and initialize them on-demand (using
2185 # gdbarch_data) just like everything else. The catch is that other
2186 # modules still take the address of these builtin types forcing them
2187 # to be variables, sigh!
2188
2189 # NOTE: cagney/2003-03-18: The sed pattern ``s|^\([^ /]...'' is
2190 # anchored on the first column and excludes the ``/'' character so
2191 # that it doesn't add the $(srcdir) prefix to any file that already
2192 # has an absolute path. It turns out that $(DEC)'s True64 make
2193 # automatically adds the $(srcdir) prefixes when it encounters files
2194 # in sub-directories such as cli/ and mi/.
2195
2196 # NOTE: cagney/2004-02-08: The ``case "$$fs" in'' eliminates
2197 # duplicates. Files in the gdb/ directory can end up appearing in
2198 # COMMON_OBS (as a .o file) and CONFIG_SRCS (as a .c file).
2199
2200 INIT_FILES = $(COMMON_OBS) $(TSOBS) $(CONFIG_SRCS) $(SUBDIR_GCC_COMPILE_SRCS)
2201 init.c: $(INIT_FILES)
2202 @echo Making init.c
2203 @rm -f init.c-tmp init.l-tmp
2204 @touch init.c-tmp
2205 @echo gdbtypes > init.l-tmp
2206 @-LANG=C ; export LANG ; \
2207 LC_ALL=C ; export LC_ALL ; \
2208 echo $(INIT_FILES) | \
2209 tr ' ' '\012' | \
2210 sed \
2211 -e '/^gdbtypes.[co]$$/d' \
2212 -e '/^init.[co]$$/d' \
2213 -e '/xdr_ld.[co]$$/d' \
2214 -e '/xdr_ptrace.[co]$$/d' \
2215 -e '/xdr_rdb.[co]$$/d' \
2216 -e '/udr.[co]$$/d' \
2217 -e '/udip2soc.[co]$$/d' \
2218 -e '/udi2go32.[co]$$/d' \
2219 -e '/version.[co]$$/d' \
2220 -e '/^[a-z0-9A-Z_]*_[SU].[co]$$/d' \
2221 -e '/[a-z0-9A-Z_]*-exp.tab.[co]$$/d' \
2222 -e 's/-exp\.o$$/-exp.y/' \
2223 -e 's/\.[co]$$/.c/' \
2224 -e 's,signals\.c,common/signals\.c,' \
2225 -e 's|^\([^ /][^ ]*\)|$(srcdir)/\1|g' | \
2226 while read f; do \
2227 sed -n -e 's/^_initialize_\([a-z_0-9A-Z]*\).*/\1/p' $$f 2>/dev/null; \
2228 done | \
2229 while read f; do \
2230 case " $$fs " in \
2231 *" $$f "* ) ;; \
2232 * ) echo $$f ; fs="$$fs $$f";; \
2233 esac; \
2234 done >> init.l-tmp
2235 @echo '/* Do not modify this file. */' >>init.c-tmp
2236 @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp
2237 @echo '#include "defs.h" /* For initialize_file_ftype. */' >>init.c-tmp
2238 @echo 'extern void initialize_all_files(void);' >>init.c-tmp
2239 @sed -e 's/\(.*\)/extern initialize_file_ftype _initialize_\1;/' <init.l-tmp >>init.c-tmp
2240 @echo 'void' >>init.c-tmp
2241 @echo 'initialize_all_files (void)' >>init.c-tmp
2242 @echo '{' >>init.c-tmp
2243 @sed -e 's/\(.*\)/ _initialize_\1 ();/' <init.l-tmp >>init.c-tmp
2244 @echo '}' >>init.c-tmp
2245 @rm init.l-tmp
2246 @mv init.c-tmp init.c
2247
2248 .PRECIOUS: init.c
2249
2250 # Create a library of the gdb object files and build GDB by linking
2251 # against that.
2252 #
2253 # init.o is very important. It pulls in the rest of GDB.
2254 LIBGDB_OBS = $(COMMON_OBS) $(TSOBS) $(ADD_FILES) init.o
2255 libgdb.a: $(LIBGDB_OBS)
2256 -rm -f libgdb.a
2257 $(AR) q libgdb.a $(LIBGDB_OBS)
2258 $(RANLIB) libgdb.a
2259
2260 # Removing the old gdb first works better if it is running, at least on SunOS.
2261 gdb$(EXEEXT): gdb.o $(LIBGDB_OBS) $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
2262 rm -f gdb$(EXEEXT)
2263 $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
2264 -o gdb$(EXEEXT) gdb.o $(LIBGDB_OBS) \
2265 $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
2266
2267 # Convenience rule to handle recursion.
2268 $(LIBGNU) $(GNULIB_H): all-lib
2269 all-lib: $(GNULIB_BUILDDIR)/Makefile
2270 @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=$(GNULIB_BUILDDIR) subdir_do
2271 .PHONY: all-lib
2272
2273 # Convenience rule to handle recursion.
2274 .PHONY: all-data-directory
2275 all-data-directory: data-directory/Makefile
2276 @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=data-directory subdir_do
2277
2278 # This is useful when debugging GDB, because some Unix's don't let you run GDB
2279 # on itself without copying the executable. So "make gdb1" will make
2280 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
2281 # Removing gdb1 before the copy is the right thing if gdb1 is open
2282 # in another process.
2283 gdb1$(EXEEXT): gdb$(EXEEXT)
2284 rm -f gdb1$(EXEEXT)
2285 cp gdb$(EXEEXT) gdb1$(EXEEXT)
2286
2287 # Put the proper machine-specific files first, so M-. on a machine
2288 # specific routine gets the one for the correct machine. (FIXME: those
2289 # files go in twice; we should be removing them from the main list).
2290
2291 # TAGS depends on all the files that go into it so you can rebuild TAGS
2292 # with `make TAGS' and not have to say `rm TAGS' first.
2293
2294 GDB_NM_FILE = @GDB_NM_FILE@
2295 TAGS: $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)
2296 @echo Making TAGS
2297 etags `(test -n "$(GDB_NM_FILE)" && echo "$(srcdir)/$(GDB_NM_FILE)")` \
2298 `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
2299 echo $(srcdir)/$$i ; \
2300 done ; for i in $(TAGFILES_WITH_SRCDIR); do \
2301 echo $$i ; \
2302 done) | sed -e 's/\.o$$/\.c/'` \
2303 `find $(srcdir)/config -name '*.h' -print`
2304
2305 tags: TAGS
2306
2307 clean mostlyclean: $(CONFIG_CLEAN)
2308 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(CLEANDIRS)" subdir_do
2309 rm -f *.o *.a $(ADD_FILES) *~ init.c-tmp init.l-tmp version.c-tmp
2310 rm -f init.c version.c observer.h observer.inc
2311 rm -f gdb$(EXEEXT) core make.log
2312 rm -f gdb[0-9]$(EXEEXT)
2313 rm -f test-cp-name-parser$(EXEEXT)
2314 rm -f xml-builtin.c stamp-xml
2315 rm -f $(DEPDIR)/*
2316 for i in $(CONFIG_SRC_SUBDIR); do \
2317 rm -f $$i/*.o; \
2318 rm -f $$i/$(DEPDIR)/*; \
2319 done
2320
2321 # This used to depend on c-exp.c m2-exp.c TAGS
2322 # I believe this is wrong; the makefile standards for distclean just
2323 # describe removing files; the only sort of "re-create a distribution"
2324 # functionality described is if the distributed files are unmodified.
2325 # NB: While GDBSERVER might be configured on native systems, it isn't
2326 # always included in SUBDIRS. Remove the gdbserver files explicitly.
2327 distclean: clean
2328 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(CLEANDIRS)" subdir_do
2329 rm -rf $(GNULIB_BUILDDIR)
2330 rm -f gdbserver/config.status gdbserver/config.log
2331 rm -f gdbserver/tm.h gdbserver/xm.h gdbserver/nm.h
2332 rm -f gdbserver/Makefile gdbserver/config.cache
2333 rm -f nm.h config.status config.h stamp-h gdb-gdb.gdb jit-reader.h
2334 rm -f y.output yacc.acts yacc.tmp y.tab.h
2335 rm -f config.log config.cache
2336 rm -f Makefile
2337 rm -rf $(DEPDIR)
2338 for i in $(CONFIG_SRC_SUBDIR); do \
2339 rmdir $$i/$(DEPDIR); \
2340 done
2341
2342 maintainer-clean: local-maintainer-clean do-maintainer-clean distclean
2343 realclean: maintainer-clean
2344
2345 local-maintainer-clean:
2346 @echo "This command is intended for maintainers to use;"
2347 @echo "it deletes files that may require special tools to rebuild."
2348 rm -f c-exp.c \
2349 cp-name-parser.c \
2350 ada-lex.c ada-exp.c \
2351 d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c rust-exp.c
2352 rm -f TAGS $(INFOFILES)
2353 rm -f $(YYFILES)
2354 rm -f nm.h config.status
2355
2356 do-maintainer-clean:
2357 @$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(CLEANDIRS)" \
2358 subdir_do
2359
2360 diststuff: $(DISTSTUFF) $(PACKAGE).pot $(CATALOGS)
2361 cd doc; $(MAKE) $(MFLAGS) diststuff
2362
2363 subdir_do: force
2364 @for i in $(DODIRS); do \
2365 case $$i in \
2366 $(REQUIRED_SUBDIRS)) \
2367 if [ ! -f ./$$i/Makefile ] ; then \
2368 echo "Missing $$i/Makefile" >&2 ; \
2369 exit 1 ; \
2370 fi ;; \
2371 esac ; \
2372 if [ -f ./$$i/Makefile ] ; then \
2373 if (cd ./$$i; \
2374 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
2375 else exit 1 ; fi ; \
2376 else true ; fi ; \
2377 done
2378
2379 Makefile: Makefile.in config.status
2380 # Regenerate the Makefile and the tm.h / nm.h links.
2381 CONFIG_FILES="Makefile" \
2382 CONFIG_COMMANDS= \
2383 CONFIG_HEADERS= \
2384 $(SHELL) config.status
2385
2386 $(GNULIB_BUILDDIR)/Makefile: gnulib/Makefile.in config.status
2387 @cd $(GNULIB_BUILDDIR); CONFIG_FILES="Makefile" \
2388 CONFIG_COMMANDS="depfiles" \
2389 CONFIG_HEADERS= \
2390 CONFIG_LINKS= \
2391 $(SHELL) config.status
2392
2393 data-directory/Makefile: data-directory/Makefile.in config.status
2394 CONFIG_FILES="data-directory/Makefile" \
2395 CONFIG_COMMANDS="depfiles" \
2396 CONFIG_HEADERS= \
2397 CONFIG_LINKS= \
2398 $(SHELL) config.status
2399
2400 .PHONY: run
2401 run: Makefile
2402 ./gdb$(EXEEXT) --data-directory=`pwd`/data-directory $(GDBFLAGS)
2403
2404 jit-reader.h: $(srcdir)/jit-reader.in
2405 $(SHELL) config.status $@
2406
2407 gcore: $(srcdir)/gcore.in
2408 $(SHELL) config.status $@
2409
2410 config.h: stamp-h ; @true
2411 stamp-h: $(srcdir)/config.in config.status
2412 CONFIG_HEADERS=config.h:config.in \
2413 CONFIG_COMMANDS="default depdir" \
2414 CONFIG_FILES= \
2415 CONFIG_LINKS= \
2416 $(SHELL) config.status
2417
2418 config.status: $(srcdir)/configure configure.tgt configure.host ../bfd/development.sh
2419 $(SHELL) config.status --recheck
2420
2421 ACLOCAL = aclocal
2422 ACLOCAL_AMFLAGS = -I ../config
2423
2424 # Keep these in sync with the includes in acinclude.m4.
2425 aclocal_m4_deps = \
2426 configure.ac \
2427 acx_configure_dir.m4 \
2428 libmcheck.m4 \
2429 transform.m4 \
2430 ../bfd/bfd.m4 \
2431 ../config/acinclude.m4 \
2432 ../config/plugins.m4 \
2433 ../config/lead-dot.m4 \
2434 ../config/override.m4 \
2435 ../config/largefile.m4 \
2436 ../config/gettext-sister.m4 \
2437 ../config/lib-ld.m4 \
2438 ../config/lib-prefix.m4 \
2439 ../config/lib-link.m4 \
2440 ../config/acx.m4 \
2441 ../config/tcl.m4 \
2442 ../config/depstand.m4 \
2443 ../config/lcmessage.m4 \
2444 ../config/codeset.m4 \
2445 ../config/zlib.m4
2446
2447 $(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ $(aclocal_m4_deps)
2448 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2449
2450 AUTOCONF = autoconf
2451 configure_deps = $(srcdir)/configure.ac $(srcdir)/aclocal.m4
2452 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(configure_deps)
2453 cd $(srcdir) && $(AUTOCONF)
2454
2455 AUTOHEADER = autoheader
2456 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(configure_deps)
2457 cd $(srcdir) && $(AUTOHEADER)
2458 rm -f stamp-h
2459 touch $@
2460
2461 # automatic rebuilding in automake-generated Makefiles requires
2462 # this rule in the toplevel Makefile, which, with GNU make, causes
2463 # the desired updates through the implicit regeneration of the Makefile
2464 # and all of its prerequisites.
2465 am--refresh:
2466 @:
2467
2468 force:
2469
2470 # Documentation!
2471 # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
2472 doc/refcard.dvi:
2473 cd doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS)
2474
2475 # GDB QUICK REFERENCE (PostScript output, common PS fonts)
2476 doc/refcard.ps:
2477 cd doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS)
2478
2479 # GDB MANUAL: TeX dvi file
2480 doc/gdb.dvi:
2481 cd doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS)
2482
2483 # GDB MANUAL: info file
2484 doc/gdb.info:
2485 cd doc; $(MAKE) gdb.info $(FLAGS_TO_PASS)
2486
2487 # Make copying.c from COPYING
2488 $(srcdir)/copying.c: @MAINTAINER_MODE_TRUE@ $(srcdir)/../COPYING3 $(srcdir)/copying.awk
2489 awk -f $(srcdir)/copying.awk \
2490 < $(srcdir)/../COPYING3 > $(srcdir)/copying.tmp
2491 mv $(srcdir)/copying.tmp $(srcdir)/copying.c
2492
2493 version.c: Makefile version.in $(srcdir)/../bfd/version.h $(srcdir)/common/create-version.sh
2494 $(SHELL) $(srcdir)/common/create-version.sh $(srcdir) \
2495 $(host_alias) $(target_alias) version.c
2496
2497 observer.h: observer.sh doc/observer.texi
2498 ${srcdir}/observer.sh h ${srcdir}/doc/observer.texi observer.h
2499
2500 observer.inc: observer.sh doc/observer.texi
2501 ${srcdir}/observer.sh inc ${srcdir}/doc/observer.texi observer.inc
2502
2503 lint: $(LINTFILES)
2504 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
2505 `echo $(DEPFILES) $(CONFIG_OBS) | sed 's/\.o /\.c /g'`
2506
2507 gdb.cxref: $(SFILES)
2508 cxref -I. $(SFILES) >gdb.cxref
2509
2510 force_update:
2511
2512 # GNU Make has an annoying habit of putting *all* the Makefile variables
2513 # into the environment, unless you include this target as a circumvention.
2514 # Rumor is that this will be fixed (and this target can be removed)
2515 # in GNU Make 4.0.
2516 .NOEXPORT:
2517
2518 # GNU Make 3.63 has a different problem: it keeps tacking command line
2519 # overrides onto the definition of $(MAKE). This variable setting
2520 # will remove them.
2521 MAKEOVERRIDES =
2522
2523 ALLDEPFILES = \
2524 aarch64-fbsd-nat.c \
2525 aarch64-fbsd-tdep.c \
2526 aarch64-linux-nat.c \
2527 aarch64-linux-tdep.c \
2528 aarch64-newlib-tdep.c \
2529 aarch64-tdep.c \
2530 aix-thread.c \
2531 alpha-bsd-nat.c \
2532 alpha-bsd-tdep.c \
2533 alpha-linux-nat.c \
2534 alpha-linux-tdep.c \
2535 alpha-mdebug-tdep.c \
2536 alpha-nbsd-tdep.c \
2537 alpha-obsd-tdep.c \
2538 alpha-tdep.c \
2539 amd64-bsd-nat.c \
2540 amd64-darwin-tdep.c \
2541 amd64-dicos-tdep.c \
2542 amd64-fbsd-nat.c \
2543 amd64-fbsd-tdep.c \
2544 amd64-linux-nat.c \
2545 amd64-linux-tdep.c \
2546 amd64-nat.c \
2547 amd64-nbsd-nat.c \
2548 amd64-nbsd-tdep.c \
2549 amd64-obsd-nat.c \
2550 amd64-obsd-tdep.c \
2551 amd64-sol2-tdep.c \
2552 amd64-tdep.c \
2553 arc-tdep.c \
2554 arm.c \
2555 arm-bsd-tdep.c \
2556 arm-fbsd-nat.c \
2557 arm-fbsd-tdep.c \
2558 arm-get-next-pcs.c \
2559 arm-linux.c \
2560 arm-linux-nat.c \
2561 arm-linux-tdep.c \
2562 arm-nbsd-nat.c \
2563 arm-nbsd-tdep.c \
2564 arm-obsd-tdep.c \
2565 arm-symbian-tdep.c \
2566 arm-tdep.c \
2567 avr-tdep.c \
2568 bfin-linux-tdep.c \
2569 bfin-tdep.c \
2570 bsd-kvm.c \
2571 bsd-uthread.c \
2572 darwin-nat.c \
2573 dcache.c \
2574 dcache.c \
2575 dicos-tdep.c \
2576 exec.c \
2577 fbsd-nat.c \
2578 fbsd-tdep.c \
2579 fork-child.c \
2580 ft32-tdep.c \
2581 glibc-tdep.c \
2582 go32-nat.c \
2583 h8300-tdep.c \
2584 hppa-bsd-tdep.c \
2585 hppa-linux-nat.c \
2586 hppa-linux-tdep.c \
2587 hppa-nbsd-nat.c \
2588 hppa-nbsd-tdep.c \
2589 hppa-obsd-nat.c \
2590 hppa-obsd-tdep.c \
2591 hppa-tdep.c \
2592 i386-bsd-nat.c \
2593 i386-bsd-tdep.c \
2594 i386-cygwin-tdep.c \
2595 i386-darwin-nat.c \
2596 i386-darwin-tdep.c \
2597 i386-dicos-tdep.c \
2598 i386-fbsd-nat.c \
2599 i386-fbsd-tdep.c \
2600 i386-gnu-nat.c \
2601 i386-gnu-tdep.c \
2602 i386-linux-nat.c \
2603 i386-linux-tdep.c \
2604 i386-nbsd-nat.c \
2605 i386-nbsd-tdep.c \
2606 i386-obsd-nat.c \
2607 i386-obsd-tdep.c \
2608 i386-sol2-nat.c \
2609 i386-sol2-tdep.c \
2610 i386-tdep.c \
2611 i386-v4-nat.c \
2612 i387-tdep.c \
2613 ia64-libunwind-tdep.c \
2614 ia64-linux-nat.c \
2615 ia64-linux-tdep.c \
2616 ia64-tdep.c \
2617 ia64-vms-tdep.c \
2618 inf-ptrace.c \
2619 linux-fork.c \
2620 linux-record.c \
2621 linux-tdep.c \
2622 lm32-tdep.c \
2623 m32r-linux-nat.c \
2624 m32r-linux-tdep.c \
2625 m32r-tdep.c \
2626 m68hc11-tdep.c \
2627 m68k-bsd-nat.c \
2628 m68k-bsd-tdep.c \
2629 m68k-linux-nat.c \
2630 m68k-linux-tdep.c \
2631 m68k-tdep.c \
2632 m88k-bsd-nat.c \
2633 m88k-tdep.c \
2634 microblaze-linux-tdep.c \
2635 microblaze-tdep.c \
2636 mingw-hdep.c \
2637 mips-fbsd-nat.c \
2638 mips-fbsd-tdep.c \
2639 mips-linux-nat.c \
2640 mips-linux-tdep.c \
2641 mips-nbsd-nat.c \
2642 mips-nbsd-tdep.c \
2643 mips-sde-tdep.c \
2644 mips-tdep.c \
2645 mips64-obsd-nat.c \
2646 mips64-obsd-tdep.c \
2647 msp430-tdep.c \
2648 nbsd-nat.c \
2649 nbsd-tdep.c \
2650 nds32-tdep.c \
2651 nios2-linux-tdep.c \
2652 nios2-tdep.c \
2653 obsd-nat.c \
2654 obsd-tdep.c \
2655 posix-hdep.c \
2656 ppc-fbsd-nat.c \
2657 ppc-fbsd-tdep.c \
2658 ppc-linux-nat.c \
2659 ppc-linux-tdep.c \
2660 ppc-nbsd-nat.c \
2661 ppc-nbsd-tdep.c \
2662 ppc-obsd-nat.c \
2663 ppc-obsd-tdep.c \
2664 ppc-ravenscar-thread.c \
2665 ppc-sysv-tdep.c \
2666 ppc64-tdep.c \
2667 procfs.c \
2668 ravenscar-thread.c \
2669 remote-sim.c \
2670 rl78-tdep.c \
2671 rs6000-lynx178-tdep.c \
2672 rs6000-nat.c \
2673 rs6000-tdep.c \
2674 rx-tdep.c \
2675 s390-linux-nat.c \
2676 s390-linux-tdep.c \
2677 score-tdep.c \
2678 ser-go32.c \
2679 ser-mingw.c \
2680 ser-pipe.c \
2681 ser-tcp.c \
2682 sh-nbsd-nat.c \
2683 sh-nbsd-tdep.c \
2684 sh-tdep.c \
2685 sh64-tdep.c \
2686 sol2-tdep.c \
2687 solib-aix.c \
2688 solib-spu.c \
2689 solib-svr4.c \
2690 sparc-linux-nat.c \
2691 sparc-linux-tdep.c \
2692 sparc-nat.c \
2693 sparc-nbsd-nat.c \
2694 sparc-nbsd-tdep.c \
2695 sparc-obsd-tdep.c \
2696 sparc-ravenscar-thread.c \
2697 sparc-sol2-nat.c \
2698 sparc-sol2-tdep.c \
2699 sparc-tdep.c \
2700 sparc64-fbsd-nat.c \
2701 sparc64-fbsd-tdep.c \
2702 sparc64-linux-nat.c \
2703 sparc64-linux-tdep.c \
2704 sparc64-nat.c \
2705 sparc64-nbsd-nat.c \
2706 sparc64-nbsd-tdep.c \
2707 sparc64-obsd-nat.c \
2708 sparc64-obsd-tdep.c \
2709 sparc64-sol2-tdep.c \
2710 sparc64-tdep.c \
2711 spu-linux-nat.c \
2712 spu-multiarch.c \
2713 spu-tdep.c \
2714 tilegx-linux-nat.c \
2715 tilegx-linux-tdep.c \
2716 tilegx-tdep.c \
2717 v850-tdep.c \
2718 vax-bsd-nat.c \
2719 vax-nbsd-tdep.c \
2720 vax-tdep.c \
2721 windows-nat.c \
2722 windows-tdep.c \
2723 x86-nat.c \
2724 xcoffread.c \
2725 xstormy16-tdep.c \
2726 xtensa-config.c \
2727 xtensa-linux-nat.c \
2728 xtensa-linux-tdep.c \
2729 xtensa-tdep.c \
2730 xtensa-xtregs.c \
2731 common/mingw-strerror.c \
2732 common/posix-strerror.c
2733
2734 # Some files need explicit build rules (due to -Werror problems) or due
2735 # to sub-directory fun 'n' games.
2736
2737 # Do not try to build "printcmd.c" with -Wformat-nonliteral. It manually
2738 # checks format strings.
2739 printcmd.o: $(srcdir)/printcmd.c
2740 $(COMPILE.pre) $(INTERNAL_CFLAGS) $(GDB_WARN_CFLAGS_NO_FORMAT) \
2741 $(COMPILE.post) $(srcdir)/printcmd.c
2742 $(POSTCOMPILE)
2743
2744 # Same for "target-float.c".
2745 target-float.o: $(srcdir)/target-float.c
2746 $(COMPILE.pre) $(INTERNAL_CFLAGS) $(GDB_WARN_CFLAGS_NO_FORMAT) \
2747 $(COMPILE.post) $(srcdir)/target-float.c
2748
2749 # ada-exp.c can appear in srcdir, for releases; or in ., for
2750 # development builds.
2751 ADA_EXP_C = `if test -f ada-exp.c; then echo ada-exp.c; else echo $(srcdir)/ada-exp.c; fi`
2752
2753 # Some versions of flex give output that triggers
2754 # -Wold-style-definition.
2755 ada-exp.o: ada-exp.c
2756 $(COMPILE.pre) $(INTERNAL_CFLAGS) $(GDB_WARN_CFLAGS_NO_DEFS) \
2757 $(COMPILE.post) $(ADA_EXP_C)
2758 $(POSTCOMPILE)
2759
2760 # Message files. Based on code in gcc/Makefile.in.
2761
2762 # Rules for generating translated message descriptions. Disabled by
2763 # autoconf if the tools are not available.
2764
2765 .PHONY: all-po install-po uninstall-po clean-po update-po $(PACKAGE).pot
2766
2767 all-po: $(CATALOGS)
2768
2769 # This notation should be acceptable to all Make implementations used
2770 # by people who are interested in updating .po files.
2771 update-po: $(CATALOGS:.gmo=.pox)
2772
2773 # N.B. We do not attempt to copy these into $(srcdir). The snapshot
2774 # script does that.
2775 %.gmo: %.po
2776 -test -d po || mkdir po
2777 $(GMSGFMT) --statistics -o $@ $<
2778
2779 # The new .po has to be gone over by hand, so we deposit it into
2780 # build/po with a different extension. If build/po/$(PACKAGE).pot
2781 # exists, use it (it was just created), else use the one in srcdir.
2782 %.pox: %.po
2783 -test -d po || mkdir po
2784 $(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
2785 then echo po/$(PACKAGE).pot; \
2786 else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
2787
2788 # This rule has to look for .gmo modules in both srcdir and the cwd,
2789 # and has to check that we actually have a catalog for each language,
2790 # in case they weren't built or included with the distribution.
2791 install-po:
2792 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(datadir)
2793 cats="$(CATALOGS)"; for cat in $$cats; do \
2794 lang=`basename $$cat | sed 's/\.gmo$$//'`; \
2795 if [ -f $$cat ]; then :; \
2796 elif [ -f $(srcdir)/$$cat ]; then cat=$(srcdir)/$$cat; \
2797 else continue; \
2798 fi; \
2799 dir=$(localedir)/$$lang/LC_MESSAGES; \
2800 echo $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$$dir; \
2801 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$$dir || exit 1; \
2802 echo $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
2803 $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
2804 done
2805 uninstall-po:
2806 cats="$(CATALOGS)"; for cat in $$cats; do \
2807 lang=`basename $$cat | sed 's/\.gmo$$//'`; \
2808 if [ -f $$cat ]; then :; \
2809 elif [ -f $(srcdir)/$$cat ]; then cat=$(srcdir)/$$cat; \
2810 else continue; \
2811 fi; \
2812 dir=$(localedir)/$$lang/LC_MESSAGES; \
2813 rm -f $(DESTDIR)$$dir/$(PACKAGE).mo; \
2814 done
2815 # Delete po/*.gmo only if we are not building in the source directory.
2816 clean-po:
2817 -if [ ! -f Makefile.in ]; then rm -f po/*.gmo; fi
2818
2819 # Rule for regenerating the message template (gdb.pot). Instead of
2820 # forcing everyone to edit POTFILES.in, which proved impractical, this
2821 # rule has no dependencies and always regenerates gdb.pot. This is
2822 # relatively harmless since the .po files do not directly depend on
2823 # it. The .pot file is left in the build directory. Since GDB's
2824 # Makefile lacks a cannonical list of sources (missing xm, tm and nm
2825 # files) force this rule.
2826 $(PACKAGE).pot: po/$(PACKAGE).pot
2827 po/$(PACKAGE).pot: force
2828 -test -d po || mkdir po
2829 sh -e $(srcdir)/po/gdbtext $(XGETTEXT) $(PACKAGE) . $(srcdir)
2830
2831
2832 #
2833 # YACC/LEX dependencies
2834 #
2835 # LANG-exp.c is generated in objdir from LANG-exp.y if it doesn't
2836 # exist in srcdir, then compiled in objdir to LANG-exp.o. If we
2837 # said LANG-exp.c rather than ./c-exp.c some makes would
2838 # sometimes re-write it into $(srcdir)/c-exp.c. Remove bogus
2839 # decls for malloc/realloc/free which conflict with everything else.
2840 # Strictly speaking c-exp.c should therefore depend on
2841 # Makefile.in, but that was a pretty big annoyance.
2842
2843 %.c: %.y
2844 rm -f $@ $@.tmp
2845 $(SHELL) $(YLWRAP) $< y.tab.c $@ -- $(YACC) $(YFLAGS) && mv $@ $@.tmp \
2846 || (rm -f $@; false)
2847 sed -e '/extern.*malloc/d' \
2848 -e '/extern.*realloc/d' \
2849 -e '/extern.*free/d' \
2850 -e '/include.*malloc.h/d' \
2851 -e 's/\([^x]\)malloc/\1xmalloc/g' \
2852 -e 's/\([^x]\)realloc/\1xrealloc/g' \
2853 -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2854 -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
2855 -e '/^#line.*y.tab.c/d' \
2856 -e 's/YY_NULL/YY_NULLPTR/g' \
2857 < $@.tmp > $@
2858 rm -f $@.tmp
2859 %.c: %.l
2860 if [ "$(FLEX)" ] && $(FLEX) --version >/dev/null 2>&1; then \
2861 $(FLEX) -o$@ $< && \
2862 rm -f $@.new && \
2863 sed -e '/extern.*malloc/d' \
2864 -e '/extern.*realloc/d' \
2865 -e '/extern.*free/d' \
2866 -e '/include.*malloc.h/d' \
2867 -e 's/\([^x]\)malloc/\1xmalloc/g' \
2868 -e 's/\([^x]\)realloc/\1xrealloc/g' \
2869 -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2870 -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
2871 -e 's/yy_flex_xrealloc/yyxrealloc/g' \
2872 < $@ > $@.new && \
2873 rm -f $@ && \
2874 mv $@.new $@; \
2875 elif [ -f $@ ]; then \
2876 echo "Warning: $*.c older than $*.l and flex not available."; \
2877 else \
2878 echo "$@ missing and flex not available."; \
2879 false; \
2880 fi
2881
2882 .PRECIOUS: ada-lex.c
2883
2884 # XML rules
2885
2886 xml-builtin.c: stamp-xml; @true
2887 stamp-xml: $(srcdir)/features/feature_to_c.sh Makefile $(XMLFILES)
2888 rm -f xml-builtin.tmp
2889 AWK="$(AWK)" \
2890 $(SHELL) $(srcdir)/features/feature_to_c.sh \
2891 xml-builtin.tmp $(XMLFILES)
2892 $(SHELL) $(srcdir)/../move-if-change xml-builtin.tmp xml-builtin.c
2893 echo stamp > stamp-xml
2894
2895 .PRECIOUS: xml-builtin.c
2896
2897 #
2898 # GDBTK sub-directory
2899 #
2900
2901 all-gdbtk: insight$(EXEEXT)
2902
2903 install-gdbtk:
2904 transformed_name=`t='$(program_transform_name)'; \
2905 echo insight | sed -e $$t` ; \
2906 if test "x$$transformed_name" = x; then \
2907 transformed_name=insight ; \
2908 else \
2909 true ; \
2910 fi ; \
2911 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir); \
2912 $(INSTALL_PROGRAM) insight$(EXEEXT) \
2913 $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
2914 $(SHELL) $(srcdir)/../mkinstalldirs \
2915 $(DESTDIR)$(GDBTK_LIBRARY) ; \
2916 $(SHELL) $(srcdir)/../mkinstalldirs \
2917 $(DESTDIR)$(libdir)/insight$(GDBTK_VERSION) ; \
2918 $(INSTALL_DATA) $(srcdir)/gdbtk/plugins/plugins.tcl \
2919 $(DESTDIR)$(libdir)/insight$(GDBTK_VERSION)/plugins.tcl ; \
2920 $(SHELL) $(srcdir)/../mkinstalldirs \
2921 $(DESTDIR)$(GDBTK_LIBRARY)/images \
2922 $(DESTDIR)$(GDBTK_LIBRARY)/images2 ; \
2923 $(SHELL) $(srcdir)/../mkinstalldirs \
2924 $(DESTDIR)$(GDBTK_LIBRARY)/help \
2925 $(DESTDIR)$(GDBTK_LIBRARY)/help/images \
2926 $(DESTDIR)$(GDBTK_LIBRARY)/help/trace ; \
2927 cd $(srcdir)/gdbtk/library ; \
2928 for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif help/images/*.png; \
2929 do \
2930 $(INSTALL_DATA) $$i $(DESTDIR)$(GDBTK_LIBRARY)/$$i ; \
2931 done ;
2932
2933 uninstall-gdbtk:
2934 transformed_name=`t='$(program_transform_name)'; \
2935 echo insight | sed -e $$t` ; \
2936 if test "x$$transformed_name" = x; then \
2937 transformed_name=insight ; \
2938 else \
2939 true ; \
2940 fi ; \
2941 rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
2942 rm -rf $(DESTDIR)$(GDBTK_LIBRARY)
2943
2944 clean-gdbtk:
2945 rm -f insight$(EXEEXT)
2946
2947 # Removing the old gdb first works better if it is running, at least on SunOS.
2948 insight$(EXEEXT): gdbtk-main.o libgdb.a $(ADD_DEPS) \
2949 $(CDEPS) $(TDEPLIBS)
2950 rm -f insight$(EXEEXT)
2951 $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
2952 -o insight$(EXEEXT) gdbtk-main.o libgdb.a \
2953 $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
2954
2955 gdbres.o: $(srcdir)/gdbtk/gdb.rc $(srcdir)/gdbtk/gdbtool.ico
2956 $(WINDRES) --include $(srcdir)/gdbtk $(srcdir)/gdbtk/gdb.rc gdbres.o
2957
2958 all_gdbtk_cflags = $(IDE_CFLAGS) $(ITCL_CFLAGS) \
2959 $(ITK_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
2960 $(GDBTK_CFLAGS) \
2961 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" \
2962 -DSRC_DIR=\"$(GDBTK_SRC_DIR)\"
2963
2964 #
2965 # Dependency tracking.
2966 #
2967
2968 ifeq ($(DEPMODE),depmode=gcc3)
2969 # Note that we put the dependencies into a .Tpo file, then move them
2970 # into place if the compile succeeds. We need this because gcc does
2971 # not atomically write the dependency output file.
2972 override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
2973 -MF $(@D)/$(DEPDIR)/$(basename $(@F)).Tpo
2974 override POSTCOMPILE = @mv $(@D)/$(DEPDIR)/$(basename $(@F)).Tpo \
2975 $(@D)/$(DEPDIR)/$(basename $(@F)).Po
2976 else
2977 override COMPILE.pre = source='$<' object='$@' libtool=no \
2978 DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) \
2979 $(CXX) -x c++ $(CXX_DIALECT)
2980 # depcomp handles atomicity for us, so we don't need a postcompile
2981 # step.
2982 override POSTCOMPILE =
2983 endif
2984
2985 # A list of all the objects we might care about in this build, for
2986 # dependency tracking.
2987 all_object_files = gdb.o $(LIBGDB_OBS) gdbtk-main.o \
2988 test-cp-name-parser.o
2989
2990 # Ensure that generated files are created early. Use order-only
2991 # dependencies if available. They require GNU make 3.80 or newer,
2992 # and the .VARIABLES variable was introduced at the same time.
2993 ifdef .VARIABLES
2994 $(all_object_files): | $(generated_files)
2995 else
2996 $(all_object_files) : $(generated_files)
2997 endif
2998
2999 # Dependencies.
3000 -include $(patsubst %.o, $(DEPDIR)/%.Po, $(all_object_files))
3001
3002 # Disable implicit make rules.
3003 include $(srcdir)/disable-implicit-rules.mk
3004
3005 ### end of the gdb Makefile.in.
This page took 0.126409 seconds and 4 git commands to generate.