1 # Copyright (C) 1989-2020 Free Software Foundation, Inc.
3 # This file is part of GDB.
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.
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.
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/>.
18 # Please keep lists in this file sorted alphabetically, with one item per line.
19 # See gdb/Makefile.in for guidelines on ordering files and directories.
22 exec_prefix = @
exec_prefix@
24 host_alias
= @host_noncanonical@
25 target_alias
= @target_noncanonical@
26 program_transform_name
= @program_transform_name@
29 tooldir
= $(libdir)/$(target_alias
)
31 datarootdir
= @datarootdir@
34 man1dir = $(mandir)/man1
35 man2dir = $(mandir)/man2
36 man3dir = $(mandir)/man3
37 man4dir = $(mandir)/man4
38 man5dir = $(mandir)/man5
39 man6dir = $(mandir)/man6
40 man7dir = $(mandir)/man7
41 man8dir = $(mandir)/man8
42 man9dir = $(mandir)/man9
44 htmldir
= $(prefix)/html
45 includedir = @
includedir@
46 CONFIG_SRC_SUBDIR
= @CONFIG_SRC_SUBDIR@
48 install_sh
= @install_sh@
54 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
55 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
56 INSTALL_DATA
= @INSTALL_DATA@
61 CXX_DIALECT
= @CXX_DIALECT@
66 # Dependency tracking information.
69 depcomp
= $(SHELL
) $(srcdir)/..
/depcomp
71 # Directory containing source files. Don't clean up the spacing,
72 # this exact string is matched for by the "configure" script.
74 abs_top_srcdir
= @abs_top_srcdir@
75 abs_srcdir
= @abs_srcdir@
80 include $(srcdir)/..
/gdb
/silent-rules.mk
82 # Note that these are overridden by GNU make-specific code below if
83 # GNU make is used. The overrides implement dependency tracking.
84 COMPILE.pre
= $(CXX
) $(CXX_DIALECT
)
85 COMPILE.post
= -c
-o
$@
86 COMPILE
= $(ECHO_CXX
) $(COMPILE.pre
) $(INTERNAL_CFLAGS
) $(COMPILE.post
)
89 # It is also possible that you will need to add -I/usr/include/sys to the
90 # CFLAGS section if your system doesn't have fcntl.h in /usr/include (which
91 # is where it should be according to Posix).
93 # Set this up with gcc if you have gnu ld and the loader will print out
94 # line numbers for undefinded refs.
96 CC_LD
= $(CXX
) $(CXX_DIALECT
)
98 # Where is the "include" directory? Traditionally ../include or ./include
99 INCLUDE_DIR
= ${srcdir}/..
/include
100 INCLUDE_DEP
= $$(INCLUDE_DIR
)
102 LIBIBERTY_BUILDDIR
= ..
/libiberty
103 LIBIBERTY
= $(LIBIBERTY_BUILDDIR
)/libiberty.a
105 GDBSUPPORT_BUILDDIR
= ..
/gdbsupport
106 GDBSUPPORT
= $(GDBSUPPORT_BUILDDIR
)/libgdbsupport.a
108 # Where is ust? These will be empty if ust was not available.
113 GNULIB_BUILDDIR
= ..
/gnulib
114 LIBGNU
= $(GNULIB_BUILDDIR
)/import
/libgnu.a
115 INCGNU
= -I
$(srcdir)/..
/gnulib
/import
-I
$(GNULIB_BUILDDIR
)/import
117 # Where is the INTL library? Typically in ../intl.
119 INTL_DEPS
= @LIBINTL_DEP@
120 INTL_CFLAGS
= @INCINTL@
122 INCSUPPORT
= -I
$(srcdir)/..
-I..
124 # All the includes used for CFLAGS and for lint.
125 # -I. for config files.
126 # -I${srcdir} for our headers.
127 # -I$(srcdir)/../gdb/regformats for regdef.h.
129 # We do not include ../target or ../nat in here because headers
130 # in those directories should be included with the subdirectory.
131 # e.g.: "target/wait.h".
133 INCLUDE_CFLAGS
= -I.
-I
${srcdir} \
134 -I
$(srcdir)/..
/gdb
/regformats
-I
$(srcdir)/..
-I
$(INCLUDE_DIR
) \
135 -I
$(srcdir)/..
/gdb
$(INCGNU
) $(INCSUPPORT
) \
138 # M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS
139 # from the config/ directory.
140 GLOBAL_CFLAGS
= ${MT_CFLAGS} ${MH_CFLAGS}
141 #PROFILE_CFLAGS = -pg
143 WARN_CFLAGS
= @WARN_CFLAGS@
144 WERROR_CFLAGS
= @WERROR_CFLAGS@
146 WARN_CFLAGS_NO_FORMAT
= `echo " $(WARN_CFLAGS) " \
147 | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"`
149 # These are specifically reserved for setting from the command line
150 # when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
152 CXXFLAGS
= @CXXFLAGS@
153 CPPFLAGS
= @CPPFLAGS@
155 PTHREAD_CFLAGS
= @PTHREAD_CFLAGS@
156 PTHREAD_LIBS
= @PTHREAD_LIBS@
158 WIN32APILIBS
= @WIN32APILIBS@
160 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
161 INTERNAL_CFLAGS_BASE
= ${CXXFLAGS} ${GLOBAL_CFLAGS} \
162 ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${CPPFLAGS} $(PTHREAD_CFLAGS
)
163 INTERNAL_WARN_CFLAGS
= ${INTERNAL_CFLAGS_BASE} $(WARN_CFLAGS
)
164 INTERNAL_CFLAGS
= ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS
) -DGDBSERVER
166 # LDFLAGS is specifically reserved for setting from the command line
169 INTERNAL_LDFLAGS
= $(LDFLAGS
) @RDYNAMIC@
171 # All source files that go into linking GDB remote server.
176 $(srcdir)/gdbreplay.
cc \
177 $(srcdir)/hostio.
cc \
178 $(srcdir)/hostio-errno.
cc \
179 $(srcdir)/i387-fp.
cc \
180 $(srcdir)/inferiors.
cc \
181 $(srcdir)/linux-aarch64-low.
cc \
182 $(srcdir)/linux-arm-low.
cc \
183 $(srcdir)/linux-ia64-low.
cc \
184 $(srcdir)/linux-low.
cc \
185 $(srcdir)/linux-m68k-low.
cc \
186 $(srcdir)/linux-mips-low.
cc \
187 $(srcdir)/linux-nios2-low.
cc \
188 $(srcdir)/linux-ppc-low.
cc \
189 $(srcdir)/linux-riscv-low.
cc \
190 $(srcdir)/linux-s390-low.
cc \
191 $(srcdir)/linux-sh-low.
cc \
192 $(srcdir)/linux-sparc-low.
cc \
193 $(srcdir)/linux-x86-low.
cc \
194 $(srcdir)/linux-xtensa-low.
cc \
195 $(srcdir)/mem-break.
cc \
196 $(srcdir)/proc-service.
cc \
197 $(srcdir)/proc-service.list \
198 $(srcdir)/regcache.
cc \
199 $(srcdir)/remote-utils.
cc \
200 $(srcdir)/server.
cc \
201 $(srcdir)/symbol.
cc \
202 $(srcdir)/target.
cc \
203 $(srcdir)/thread-db.
cc \
205 $(srcdir)/win32-i386-low.
cc \
206 $(srcdir)/win32-low.
cc \
207 $(srcdir)/x86-low.
cc \
208 $(srcdir)/..
/gdb
/alloc.c \
209 $(srcdir)/..
/gdb
/arch
/arm.c \
210 $(srcdir)/..
/gdb
/arch
/arm-get-next-pcs.c \
211 $(srcdir)/..
/gdb
/arch
/arm-linux.c \
212 $(srcdir)/..
/gdb
/arch
/ppc-linux-common.c \
213 $(srcdir)/..
/gdb
/arch
/riscv.c \
214 $(srcdir)/..
/gdb
/nat
/aarch64-sve-linux-ptrace.c \
215 $(srcdir)/..
/gdb
/nat
/linux-btrace.c \
216 $(srcdir)/..
/gdb
/nat
/linux-namespaces.c \
217 $(srcdir)/..
/gdb
/nat
/linux-osdata.c \
218 $(srcdir)/..
/gdb
/nat
/linux-personality.c \
219 $(srcdir)/..
/gdb
/nat
/mips-linux-watch.c \
220 $(srcdir)/..
/gdb
/nat
/ppc-linux.c \
221 $(srcdir)/..
/gdb
/nat
/riscv-linux-tdesc.c \
222 $(srcdir)/..
/gdb
/nat
/fork-inferior.c \
223 $(srcdir)/..
/gdb
/target
/waitstatus.c
225 DEPFILES
= @GDBSERVER_DEPFILES@
230 TAGFILES
= $(SOURCES
) ${HFILES} ${ALLPARAM} ${POSSLIBS}
250 target
/waitstatus.o \
260 GDBSERVER_LIBS
= @GDBSERVER_LIBS@
$(PTHREAD_LIBS
)
262 CDEPS
= $(srcdir)/proc-service.list
264 # XML files to compile in to gdbserver, if any.
265 XML_DIR
= $(srcdir)/..
/gdb
/features
266 XML_FILES
= @srv_xmlfiles@
267 XML_BUILTIN
= @srv_xmlbuiltin@
269 IPA_DEPFILES
= @IPA_DEPFILES@
270 extra_libraries
= @extra_libraries@
274 "exec_prefix=$(exec_prefix)" \
275 "infodir=$(infodir)" \
276 "datarootdir=$(datarootdir)" \
278 "htmldir=$(htmldir)" \
282 "datadir=$(datadir)" \
283 "includedir=$(includedir)" \
284 "against=$(against)" \
285 "DESTDIR=$(DESTDIR)" \
287 "AR_FLAGS=$(AR_FLAGS)" \
291 "CXXFLAGS=$(CXXFLAGS)" \
292 "DLLTOOL=$(DLLTOOL)" \
293 "LDFLAGS=$(LDFLAGS)" \
295 "MAKEINFO=$(MAKEINFO)" \
296 "MAKEHTML=$(MAKEHTML)" \
297 "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \
298 "INSTALL=$(INSTALL)" \
299 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
300 "INSTALL_DATA=$(INSTALL_DATA)" \
301 "RUNTEST=$(RUNTEST)" \
302 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
304 # All generated files which can be included by another file.
305 generated_files
= config.h
307 all: gdbserver
$(EXEEXT
) gdbreplay
$(EXEEXT
) $(extra_libraries
)
309 # Traditionally "install" depends on "all". But it may be useful
310 # not to; for example, if the user has made some trivial change to a
311 # source file and doesn't care about rebuilding or just wants to save the
312 # time it takes for make to check that all is up to date.
313 # install-only is intended to address that need.
315 @
$(MAKE
) $(FLAGS_TO_PASS
) install-only
318 n
=`echo gdbserver | sed '$(program_transform_name)'`; \
319 if
[ x
$$n = x
]; then n
=gdbserver
; else true
; fi
; \
320 if
[ x
"$(IPA_DEPFILES)" != x
]; then \
321 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(libdir); \
322 $(INSTALL_PROGRAM_ENV
) $(INSTALL_PROGRAM
) $(IPA_LIB
) $(DESTDIR
)$(libdir)/$(IPA_LIB
); \
324 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(bindir); \
325 $(INSTALL_PROGRAM_ENV
) $(INSTALL_PROGRAM
) gdbserver
$(EXEEXT
) $(DESTDIR
)$(bindir)/$$n$(EXEEXT
)
328 $(MAKE
) $(FLAGS_TO_PASS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
329 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
330 `test -z '$(STRIP)' || \
331 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install-only
334 n
=`echo gdbserver | sed '$(program_transform_name)'`; \
335 if
[ x
$$n = x
]; then n
=gdbserver
; else true
; fi
; \
336 rm -f
$(DESTDIR
)/$(bindir)/$$n$(EXEEXT
) $(DESTDIR
)$(man1dir)/$$n.1
347 gdbserver
$(EXEEXT
): $(sort $(OBS
)) ${CDEPS} $(LIBGNU
) $(LIBIBERTY
) \
348 $(INTL_DEPS
) $(GDBSUPPORT
)
349 $(SILENCE
) rm -f gdbserver
$(EXEEXT
)
350 $(ECHO_CXXLD
) $(CC_LD
) $(INTERNAL_CFLAGS
) $(INTERNAL_LDFLAGS
) \
351 -o gdbserver
$(EXEEXT
) $(OBS
) $(GDBSUPPORT
) $(LIBGNU
) \
352 $(LIBIBERTY
) $(INTL
) $(GDBSERVER_LIBS
) $(XM_CLIBS
) \
355 gdbreplay
$(EXEEXT
): $(sort $(GDBREPLAY_OBS
)) $(LIBGNU
) $(LIBIBERTY
) \
356 $(INTL_DEPS
) $(GDBSUPPORT
)
357 $(SILENCE
) rm -f gdbreplay
$(EXEEXT
)
358 $(ECHO_CXXLD
) $(CC_LD
) $(INTERNAL_CFLAGS
) $(INTERNAL_LDFLAGS
) \
359 -o gdbreplay
$(EXEEXT
) $(GDBREPLAY_OBS
) $(XM_CLIBS
) \
360 $(GDBSUPPORT
) $(LIBGNU
) $(LIBIBERTY
) $(INTL
) \
366 gdbsupport
/common-utils-ipa.o \
367 gdbsupport
/errors-ipa.o \
368 gdbsupport
/format-ipa.o \
369 gdbsupport
/print-utils-ipa.o \
370 gdbsupport
/rsp-low-ipa.o \
371 gdbsupport
/safe-strerror-ipa.o \
372 gdbsupport
/tdesc-ipa.o \
380 IPA_LIB
= libinproctrace.so
382 $(IPA_LIB
): $(sort $(IPA_OBJS
)) ${CDEPS}
383 $(SILENCE
) rm -f
$(IPA_LIB
)
384 $(ECHO_CXXLD
) $(CC_LD
) -shared
-fPIC
-Wl
,--soname
=$(IPA_LIB
) \
385 -Wl
,--no-undefined
$(INTERNAL_CFLAGS
) $(INTERNAL_LDFLAGS
) \
386 -o
$(IPA_LIB
) ${IPA_OBJS} -ldl
-pthread
388 # Put the proper machine-specific files first, so M-. on a machine
389 # specific routine gets the one for the correct machine.
390 # The xyzzy stuff below deals with empty DEPFILES
393 `for i in yzzy ${DEPFILES}; do \
394 if [ x$$i != xyzzy ]; then \
395 echo ${srcdir}/$$i | sed -e 's/\.o$$/\.cc/' \
396 -e 's,/\(arch\|nat\|target\)/,/../\1/,' \
403 rm -f
*.o
${ADD_FILES} *~
404 rm -f gdbserver
$(EXEEXT
) gdbreplay
$(EXEEXT
) core make.log
409 for i in
$(CONFIG_SRC_SUBDIR
); do \
411 rm -f
$$i/$(DEPDIR
)/*; \
414 maintainer-clean
realclean distclean: clean
415 rm -f Makefile config.status config.h stamp-h config.log
417 for i in
$(CONFIG_SRC_SUBDIR
); do \
418 rmdir
$$i/$(DEPDIR
); \
421 config.h
: stamp-h
; @true
422 stamp-h
: config.in config.status
423 $(SHELL
) .
/config.status config.h
425 Makefile
: Makefile.in config.status
426 $(SHELL
) .
/config.status
$@
428 config.status
: configure configure.srv
$(srcdir)/..
/bfd
/development.sh
429 $(SHELL
) .
/config.status
--recheck
431 # automatic rebuilding in automake-generated Makefiles requires
432 # this rule in the toplevel Makefile, which, with GNU make, causes
433 # the desired updates through the implicit regeneration of the Makefile
434 # and all of its prerequisites.
440 version-generated.
cc: Makefile
$(srcdir)/..
/gdb
/version.in
$(srcdir)/..
/bfd
/version.h
$(srcdir)/..
/gdbsupport
/create-version.sh
441 $(ECHO_GEN
) $(SHELL
) $(srcdir)/..
/gdbsupport
/create-version.sh
$(srcdir)/..
/gdb \
442 $(host_alias
) $(target_alias
) $@
444 xml-builtin-generated.
cc: stamp-xml
; @true
445 stamp-xml
: $(XML_DIR
)/feature_to_c.sh Makefile
$(XML_FILES
)
446 $(SILENCE
) rm -f xml-builtin.tmp
447 $(ECHO_GEN_XML_BUILTIN_GENERATED
) $(SHELL
) $(XML_DIR
)/feature_to_c.sh \
448 xml-builtin.tmp
$(XML_FILES
)
449 $(SILENCE
) $(SHELL
) $(srcdir)/..
/move-if-change xml-builtin.tmp xml-builtin-generated.
cc
450 $(SILENCE
) echo stamp
> stamp-xml
452 .PRECIOUS
: xml-builtin.
cc
454 # GNU Make has an annoying habit of putting *all* the Makefile variables
455 # into the environment, unless you include this target as a circumvention.
456 # Rumor is that this will be fixed (and this target can be removed)
460 # GNU Make 3.63 has a different problem: it keeps tacking command line
461 # overrides onto the definition of $(MAKE). This variable setting
465 regdat_sh
= $(srcdir)/..
/gdb
/regformats
/regdat.sh
467 UST_CFLAGS
= $(ustinc
) -DCONFIG_UST_GDB_INTEGRATION
469 # Undo gnulib replacements for the IPA shared library build.
470 # The gnulib headers are still needed, but gnulib is not linked
471 # into the IPA lib so replacement apis don't work.
472 UNDO_GNULIB_CFLAGS
= -Drpl_strerror_r
=strerror_r
474 # Note, we only build the IPA if -fvisibility=hidden is supported in
476 IPAGENT_CFLAGS
= $(INTERNAL_CFLAGS
) $(UST_CFLAGS
) \
477 $(UNDO_GNULIB_CFLAGS
) \
478 -fPIC
-DIN_PROCESS_AGENT \
481 IPAGENT_COMPILE
= $(ECHO_CXX
) $(COMPILE.pre
) $(IPAGENT_CFLAGS
) $(COMPILE.post
)
483 # Rules for special cases.
486 $(IPAGENT_COMPILE
) $(WARN_CFLAGS_NO_FORMAT
) $<
490 $(COMPILE
) $(WARN_CFLAGS_NO_FORMAT
) $<
493 # Rules for objects that go in the in-process agent.
495 arch
/%-ipa.o
: ..
/gdb
/arch
/%.c
496 $(IPAGENT_COMPILE
) -x c
++ $<
499 gdbsupport
/%-ipa.o
: ..
/gdbsupport
/%.
cc
500 $(IPAGENT_COMPILE
) $<
503 %-ipa.o
: %-generated.
cc
504 $(IPAGENT_COMPILE
) $<
508 $(IPAGENT_COMPILE
) $<
512 $(IPAGENT_COMPILE
) -x c
++ $<
515 # Note: Between two matching pattern rules, GNU Make 3.81 chooses the first one.
516 # Therefore, this one needs to be before "%.o: %.cc" for it to be considered for
517 # files such as linux-amd64-ipa.o generated from linux-amd64-ipa.cc.
519 # Later versions of GNU Make choose the rule with the shortest stem, so it would
523 $(IPAGENT_COMPILE
) $<
526 # Rules for objects that go in the gdbserver binary.
528 arch
/%.o
: ..
/gdb
/arch
/%.c
540 nat
/%.o
: ..
/gdb
/nat
/%.c
544 target
/%.o
: ..
/gdb
/target
/%.c
552 # Rules for register format descriptions. Suffix destination files with
553 # -generated to identify and clean them easily.
555 %-generated.
cc: ..
/gdb
/regformats
/%.dat
$(regdat_sh
)
556 $(ECHO_REGDAT
) $(SHELL
) $(regdat_sh
) $< $@
558 %-generated.
cc: ..
/gdb
/regformats
/rs6000
/%.dat
$(regdat_sh
)
559 $(ECHO_REGDAT
) $(SHELL
) $(regdat_sh
) $< $@
562 # Dependency tracking.
565 ifeq ($(DEPMODE
),depmode
=gcc3
)
566 # Note that we put the dependencies into a .Tpo file, then move them
567 # into place if the compile succeeds. We need this because gcc does
568 # not atomically write the dependency output file.
569 override COMPILE.post
= -c
-o
$@
-MT
$@
-MMD
-MP \
570 -MF
$(@D
)/$(DEPDIR
)/$(basename $(@F
)).Tpo
571 override POSTCOMPILE
= @mv
$(@D
)/$(DEPDIR
)/$(basename $(@F
)).Tpo \
572 $(@D
)/$(DEPDIR
)/$(basename $(@F
)).Po
574 override COMPILE.pre
= source
='$<' object
='$@' libtool
=no \
575 DEPDIR
=$(DEPDIR
) $(DEPMODE
) $(depcomp
) \
576 $(CXX
) $(CXX_DIALECT
)
577 # depcomp handles atomicity for us, so we don't need a postcompile
579 override POSTCOMPILE
=
582 # A list of all the objects we might care about in this build, for
583 # dependency tracking.
584 all_object_files
= $(OBS
) $(GDBREPLAY_OBS
) $(IPA_OBJS
)
586 # Ensure that generated files are created early. Use order-only
587 # dependencies if available. They require GNU make 3.80 or newer,
588 # and the .VARIABLES variable was introduced at the same time.
590 $(all_object_files
): |
$(generated_files
)
592 $(all_object_files
) : $(generated_files
)
595 # All the .deps files to include.
596 all_deps_files
= $(foreach dep
,$(patsubst %.o
,%.Po
,$(all_object_files
)),\
597 $(dir $(dep
))/$(DEPDIR
)/$(notdir $(dep
)))
600 -include $(all_deps_files
)
602 # Disable implicit make rules.
603 include $(srcdir)/..
/gdb
/disable-implicit-rules.mk
605 # Do not delete intermediate files (e.g. *-generated.cc).
608 # This is the end of "Makefile.in".