Commit | Line | Data |
---|---|---|
42a4f53d | 1 | # Copyright (C) 1989-2019 Free Software Foundation, Inc. |
c906108c SS |
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 | |
32de4b9d | 7 | # the Free Software Foundation; either version 3 of the License, or |
c906108c | 8 | # (at your option) any later version. |
1b3f6016 | 9 | # |
c906108c SS |
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. | |
1b3f6016 | 14 | # |
c906108c | 15 | # You should have received a copy of the GNU General Public License |
32de4b9d | 16 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
c906108c | 17 | |
b593ecca SM |
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. | |
20 | ||
d6e9fb05 JK |
21 | prefix = @prefix@ |
22 | exec_prefix = @exec_prefix@ | |
c906108c | 23 | |
bd885420 YQ |
24 | host_alias = @host_noncanonical@ |
25 | target_alias = @target_noncanonical@ | |
d6e9fb05 JK |
26 | program_transform_name = @program_transform_name@ |
27 | bindir = @bindir@ | |
28 | libdir = @libdir@ | |
c906108c SS |
29 | tooldir = $(libdir)/$(target_alias) |
30 | ||
96e946ca | 31 | datarootdir = @datarootdir@ |
d6e9fb05 JK |
32 | datadir = @datadir@ |
33 | mandir = @mandir@ | |
c906108c SS |
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 | |
d6e9fb05 | 43 | infodir = @infodir@ |
085dd6e6 | 44 | htmldir = $(prefix)/html |
d6e9fb05 | 45 | includedir = @includedir@ |
60d6cfc9 | 46 | CONFIG_SRC_SUBDIR = @CONFIG_SRC_SUBDIR@ |
c906108c | 47 | |
a8347a2a | 48 | SHELL = @SHELL@ |
de7c3b4a | 49 | EXEEXT = @EXEEXT@ |
c906108c | 50 | |
d6e9fb05 JK |
51 | INSTALL = @INSTALL@ |
52 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
53 | INSTALL_DATA = @INSTALL_DATA@ | |
c9a1864a | 54 | RANLIB = @RANLIB@ |
c906108c | 55 | |
84563040 | 56 | CC = @CC@ |
3bc3d82a | 57 | CXX = @CXX@ |
8629c02c | 58 | CXX_DIALECT = @CXX_DIALECT@ |
e1d2394b MS |
59 | AR = @AR@ |
60 | AR_FLAGS = rc | |
c906108c | 61 | |
61c125b9 TT |
62 | # Dependency tracking information. |
63 | DEPMODE = @CCDEPMODE@ | |
64 | DEPDIR = @DEPDIR@ | |
f31c089e | 65 | depcomp = $(SHELL) $(srcdir)/../../depcomp |
61c125b9 | 66 | |
c906108c SS |
67 | # Directory containing source files. Don't clean up the spacing, |
68 | # this exact string is matched for by the "configure" script. | |
d6e9fb05 | 69 | srcdir = @srcdir@ |
8629c02c SM |
70 | abs_top_srcdir = @abs_top_srcdir@ |
71 | abs_srcdir = @abs_srcdir@ | |
d6e9fb05 | 72 | VPATH = @srcdir@ |
c906108c | 73 | |
39be3c7e SM |
74 | include $(srcdir)/../silent-rules.mk |
75 | ||
76 | # Note that these are overridden by GNU make-specific code below if | |
77 | # GNU make is used. The overrides implement dependency tracking. | |
78 | COMPILE.pre = $(CXX) -x c++ $(CXX_DIALECT) | |
79 | COMPILE.post = -c -o $@ | |
80 | COMPILE = $(ECHO_CXX) $(COMPILE.pre) $(INTERNAL_CFLAGS) $(COMPILE.post) | |
81 | POSTCOMPILE = @true | |
82 | ||
c906108c | 83 | # It is also possible that you will need to add -I/usr/include/sys to the |
1b3f6016 | 84 | # CFLAGS section if your system doesn't have fcntl.h in /usr/include (which |
c906108c SS |
85 | # is where it should be according to Posix). |
86 | ||
87 | # Set this up with gcc if you have gnu ld and the loader will print out | |
88 | # line numbers for undefinded refs. | |
8629c02c SM |
89 | #CC_LD = g++ -static |
90 | CC_LD = $(CXX) $(CXX_DIALECT) | |
c906108c SS |
91 | |
92 | # Where is the "include" directory? Traditionally ../include or ./include | |
8629c02c | 93 | INCLUDE_DIR = ${srcdir}/../../include |
c906108c SS |
94 | INCLUDE_DEP = $$(INCLUDE_DIR) |
95 | ||
0b04e523 TT |
96 | LIBIBERTY_BUILDDIR = build-libiberty-gdbserver |
97 | LIBIBERTY = $(LIBIBERTY_BUILDDIR)/libiberty.a | |
98 | ||
0fb4aa4b PA |
99 | # Where is ust? These will be empty if ust was not available. |
100 | ustlibs = @ustlibs@ | |
101 | ustinc = @ustinc@ | |
102 | ||
c9a1864a | 103 | # gnulib |
c971b7fa PA |
104 | GNULIB_BUILDDIR = build-gnulib-gdbserver |
105 | LIBGNU = $(GNULIB_BUILDDIR)/import/libgnu.a | |
73cc7272 | 106 | INCGNU = -I$(srcdir)/../../gnulib/import -I$(GNULIB_BUILDDIR)/import |
ecedbe58 | 107 | |
c9a1864a YQ |
108 | # Generated headers in the gnulib directory. These must be listed |
109 | # so that they are generated before other files are compiled. | |
c971b7fa | 110 | GNULIB_H = $(GNULIB_BUILDDIR)/import/string.h @GNULIB_STDINT_H@ |
c9a1864a | 111 | |
c906108c SS |
112 | # All the includes used for CFLAGS and for lint. |
113 | # -I. for config files. | |
7ea81414 DJ |
114 | # -I${srcdir} for our headers. |
115 | # -I$(srcdir)/../regformats for regdef.h. | |
96d7229d LM |
116 | # |
117 | # We do not include ../target or ../nat in here because headers | |
118 | # in those directories should be included with the subdirectory. | |
119 | # e.g.: "target/wait.h". | |
120 | # | |
a0707f3c | 121 | INCLUDE_CFLAGS = -I. -I${srcdir} \ |
66af0f44 | 122 | -I$(srcdir)/../regformats -I$(srcdir)/.. -I$(INCLUDE_DIR) \ |
57c4b50b | 123 | $(INCGNU) |
c906108c SS |
124 | |
125 | # M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS | |
126 | # from the config/ directory. | |
127 | GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS} | |
128 | #PROFILE_CFLAGS = -pg | |
129 | ||
d4596a3d PA |
130 | WARN_CFLAGS = @WARN_CFLAGS@ |
131 | WERROR_CFLAGS = @WERROR_CFLAGS@ | |
0729219d | 132 | |
d3ce09f5 SS |
133 | WARN_CFLAGS_NO_FORMAT = `echo " $(WARN_CFLAGS) " \ |
134 | | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` | |
135 | ||
a994041d | 136 | # These are specifically reserved for setting from the command line |
c906108c | 137 | # when running make. I.E. "make CFLAGS=-Wmissing-prototypes". |
84563040 | 138 | CFLAGS = @CFLAGS@ |
a994041d | 139 | CXXFLAGS = @CXXFLAGS@ |
bffc0964 | 140 | CPPFLAGS = @CPPFLAGS@ |
84563040 | 141 | |
c906108c | 142 | # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros. |
8629c02c | 143 | INTERNAL_CFLAGS_BASE = ${CXXFLAGS} ${GLOBAL_CFLAGS} \ |
bffc0964 | 144 | ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${CPPFLAGS} |
8629c02c SM |
145 | INTERNAL_WARN_CFLAGS = ${INTERNAL_CFLAGS_BASE} $(WARN_CFLAGS) |
146 | INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) -DGDBSERVER | |
c906108c SS |
147 | |
148 | # LDFLAGS is specifically reserved for setting from the command line | |
149 | # when running make. | |
697f7479 | 150 | LDFLAGS = @LDFLAGS@ |
f6de3c42 | 151 | INTERNAL_LDFLAGS = $(LDFLAGS) @RDYNAMIC@ |
c906108c | 152 | |
c906108c SS |
153 | # All source files that go into linking GDB remote server. |
154 | ||
b593ecca SM |
155 | SFILES = \ |
156 | $(srcdir)/debug.c \ | |
157 | $(srcdir)/dll.c \ | |
158 | $(srcdir)/gdbreplay.c \ | |
159 | $(srcdir)/hostio.c \ | |
160 | $(srcdir)/hostio-errno.c \ | |
161 | $(srcdir)/i387-fp.c \ | |
162 | $(srcdir)/inferiors.c \ | |
98fc70d6 | 163 | $(srcdir)/linux-aarch64-low.c \ |
b593ecca SM |
164 | $(srcdir)/linux-arm-low.c \ |
165 | $(srcdir)/linux-bfin-low.c \ | |
166 | $(srcdir)/linux-cris-low.c \ | |
167 | $(srcdir)/linux-crisv32-low.c \ | |
168 | $(srcdir)/linux-ia64-low.c \ | |
169 | $(srcdir)/linux-low.c \ | |
7cfbc4a0 | 170 | $(srcdir)/linux-m32r-low.c \ |
b593ecca SM |
171 | $(srcdir)/linux-m68k-low.c \ |
172 | $(srcdir)/linux-mips-low.c \ | |
68f5f838 | 173 | $(srcdir)/linux-nios2-low.c \ |
b593ecca | 174 | $(srcdir)/linux-ppc-low.c \ |
eee84df1 | 175 | $(srcdir)/linux-s390-low.c \ |
b593ecca SM |
176 | $(srcdir)/linux-sh-low.c \ |
177 | $(srcdir)/linux-sparc-low.c \ | |
178 | $(srcdir)/linux-tile-low.c \ | |
d0722149 | 179 | $(srcdir)/linux-x86-low.c \ |
1525d545 | 180 | $(srcdir)/linux-xtensa-low.c \ |
b593ecca SM |
181 | $(srcdir)/mem-break.c \ |
182 | $(srcdir)/proc-service.c \ | |
183 | $(srcdir)/proc-service.list \ | |
184 | $(srcdir)/regcache.c \ | |
185 | $(srcdir)/remote-utils.c \ | |
186 | $(srcdir)/server.c \ | |
187 | $(srcdir)/symbol.c \ | |
188 | $(srcdir)/target.c \ | |
189 | $(srcdir)/thread-db.c \ | |
190 | $(srcdir)/utils.c \ | |
191 | $(srcdir)/win32-arm-low.c \ | |
192 | $(srcdir)/win32-i386-low.c \ | |
193 | $(srcdir)/win32-low.c \ | |
194 | $(srcdir)/wincecompat.c \ | |
195 | $(srcdir)/x86-low.c \ | |
196 | $(srcdir)/arch/arm.c \ | |
197 | $(srcdir)/arch/arm-get-next-pcs.c \ | |
198 | $(srcdir)/arch/arm-linux.c \ | |
bd64614e | 199 | $(srcdir)/arch/ppc-linux-common.c \ |
08f10e02 | 200 | $(srcdir)/../alloc.c \ |
268a13a5 TT |
201 | $(srcdir)/gdbsupport/btrace-common.c \ |
202 | $(srcdir)/gdbsupport/buffer.c \ | |
203 | $(srcdir)/gdbsupport/cleanups.c \ | |
204 | $(srcdir)/gdbsupport/common-debug.c \ | |
205 | $(srcdir)/gdbsupport/common-exceptions.c \ | |
206 | $(srcdir)/gdbsupport/common-regcache.c \ | |
207 | $(srcdir)/gdbsupport/common-utils.c \ | |
208 | $(srcdir)/gdbsupport/errors.c \ | |
209 | $(srcdir)/gdbsupport/environ.c \ | |
210 | $(srcdir)/gdbsupport/fileio.c \ | |
211 | $(srcdir)/gdbsupport/filestuff.c \ | |
212 | $(srcdir)/gdbsupport/job-control.c \ | |
213 | $(srcdir)/gdbsupport/gdb_tilde_expand.c \ | |
214 | $(srcdir)/gdbsupport/gdb_vecs.c \ | |
215 | $(srcdir)/gdbsupport/netstuff.c \ | |
216 | $(srcdir)/gdbsupport/new-op.c \ | |
217 | $(srcdir)/gdbsupport/pathstuff.c \ | |
218 | $(srcdir)/gdbsupport/print-utils.c \ | |
219 | $(srcdir)/gdbsupport/ptid.c \ | |
220 | $(srcdir)/gdbsupport/rsp-low.c \ | |
221 | $(srcdir)/gdbsupport/tdesc.c \ | |
222 | $(srcdir)/gdbsupport/vec.c \ | |
223 | $(srcdir)/gdbsupport/xml-utils.c \ | |
e9902bfc | 224 | $(srcdir)/nat/aarch64-sve-linux-ptrace.c \ |
b593ecca SM |
225 | $(srcdir)/nat/linux-btrace.c \ |
226 | $(srcdir)/nat/linux-namespaces.c \ | |
227 | $(srcdir)/nat/linux-osdata.c \ | |
228 | $(srcdir)/nat/linux-personality.c \ | |
229 | $(srcdir)/nat/mips-linux-watch.c \ | |
230 | $(srcdir)/nat/ppc-linux.c \ | |
2090129c | 231 | $(srcdir)/nat/fork-inferior.c \ |
b593ecca | 232 | $(srcdir)/target/waitstatus.c |
c906108c | 233 | |
7ea81414 | 234 | DEPFILES = @GDBSERVER_DEPFILES@ |
c906108c | 235 | |
e28b3332 DJ |
236 | LIBOBJS = @LIBOBJS@ |
237 | ||
7ea81414 | 238 | SOURCES = $(SFILES) |
1b3f6016 | 239 | TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS} |
c906108c | 240 | |
b593ecca | 241 | OBS = \ |
08f10e02 | 242 | alloc.o \ |
b593ecca | 243 | ax.o \ |
268a13a5 TT |
244 | gdbsupport/agent.o \ |
245 | gdbsupport/btrace-common.o \ | |
246 | gdbsupport/buffer.o \ | |
247 | gdbsupport/cleanups.o \ | |
248 | gdbsupport/common-debug.o \ | |
249 | gdbsupport/common-exceptions.o \ | |
250 | gdbsupport/job-control.o \ | |
251 | gdbsupport/common-regcache.o \ | |
252 | gdbsupport/common-utils.o \ | |
253 | gdbsupport/errors.o \ | |
254 | gdbsupport/environ.o \ | |
255 | gdbsupport/fileio.o \ | |
256 | gdbsupport/filestuff.o \ | |
257 | gdbsupport/format.o \ | |
258 | gdbsupport/gdb_tilde_expand.o \ | |
259 | gdbsupport/gdb_vecs.o \ | |
260 | gdbsupport/netstuff.o \ | |
261 | gdbsupport/new-op.o \ | |
262 | gdbsupport/pathstuff.o \ | |
263 | gdbsupport/print-utils.o \ | |
264 | gdbsupport/ptid.o \ | |
265 | gdbsupport/rsp-low.o \ | |
266 | gdbsupport/signals.o \ | |
267 | gdbsupport/signals-state-save-restore.o \ | |
268 | gdbsupport/tdesc.o \ | |
269 | gdbsupport/vec.o \ | |
270 | gdbsupport/xml-utils.o \ | |
b593ecca SM |
271 | debug.o \ |
272 | dll.o \ | |
b593ecca | 273 | event-loop.o \ |
b593ecca SM |
274 | hostio.o \ |
275 | inferiors.o \ | |
276 | mem-break.o \ | |
b593ecca | 277 | notif.o \ |
b593ecca SM |
278 | regcache.o \ |
279 | remote-utils.o \ | |
b593ecca | 280 | server.o \ |
b593ecca SM |
281 | symbol.o \ |
282 | target.o \ | |
283 | tdesc.o \ | |
284 | tracepoint.o \ | |
285 | utils.o \ | |
b593ecca SM |
286 | version.o \ |
287 | waitstatus.o \ | |
b593ecca SM |
288 | $(DEPFILES) \ |
289 | $(LIBOBJS) \ | |
290 | $(XML_BUILTIN) | |
291 | ||
03349c93 | 292 | GDBREPLAY_OBS = \ |
268a13a5 TT |
293 | gdbsupport/cleanups.o \ |
294 | gdbsupport/common-exceptions.o \ | |
295 | gdbsupport/common-utils.o \ | |
296 | gdbsupport/rsp-low.o \ | |
297 | gdbsupport/errors.o \ | |
298 | gdbsupport/netstuff.o \ | |
299 | gdbsupport/print-utils.o \ | |
03349c93 PA |
300 | gdbreplay.o \ |
301 | utils.o \ | |
302 | version.o | |
303 | ||
0d62e5e8 | 304 | GDBSERVER_LIBS = @GDBSERVER_LIBS@ |
b80864fb | 305 | XM_CLIBS = @LIBS@ |
f6528abd | 306 | CDEPS = $(srcdir)/proc-service.list |
c906108c | 307 | |
fb1e4ffc DJ |
308 | # XML files to compile in to gdbserver, if any. |
309 | XML_DIR = $(srcdir)/../features | |
fb1e4ffc DJ |
310 | XML_FILES = @srv_xmlfiles@ |
311 | XML_BUILTIN = @srv_xmlbuiltin@ | |
312 | ||
fa593d66 PA |
313 | IPA_DEPFILES = @IPA_DEPFILES@ |
314 | extra_libraries = @extra_libraries@ | |
315 | ||
0b04e523 | 316 | SUBDIRS = $(GNULIB_BUILDDIR) $(LIBIBERTY_BUILDDIR) |
c971b7fa PA |
317 | CLEANDIRS = $(SUBDIRS) |
318 | ||
319 | # List of subdirectories in the build tree that must exist. | |
320 | # This is used to force build failures in existing trees when | |
321 | # a new directory is added. | |
322 | # The format here is for the `case' shell command. | |
0b04e523 | 323 | REQUIRED_SUBDIRS = $(GNULIB_BUILDDIR) | $(LIBIBERTY_BUILDDIR) |
c971b7fa | 324 | |
f474844c JZ |
325 | FLAGS_TO_PASS = \ |
326 | "prefix=$(prefix)" \ | |
327 | "exec_prefix=$(exec_prefix)" \ | |
328 | "infodir=$(infodir)" \ | |
329 | "datarootdir=$(datarootdir)" \ | |
330 | "docdir=$(docdir)" \ | |
331 | "htmldir=$(htmldir)" \ | |
332 | "pdfdir=$(pdfdir)" \ | |
333 | "libdir=$(libdir)" \ | |
334 | "mandir=$(mandir)" \ | |
335 | "datadir=$(datadir)" \ | |
336 | "includedir=$(includedir)" \ | |
337 | "against=$(against)" \ | |
338 | "DESTDIR=$(DESTDIR)" \ | |
339 | "AR=$(AR)" \ | |
340 | "AR_FLAGS=$(AR_FLAGS)" \ | |
341 | "CC=$(CC)" \ | |
342 | "CFLAGS=$(CFLAGS)" \ | |
343 | "CXX=$(CXX)" \ | |
344 | "CXXFLAGS=$(CXXFLAGS)" \ | |
345 | "DLLTOOL=$(DLLTOOL)" \ | |
346 | "LDFLAGS=$(LDFLAGS)" \ | |
347 | "RANLIB=$(RANLIB)" \ | |
348 | "MAKEINFO=$(MAKEINFO)" \ | |
349 | "MAKEHTML=$(MAKEHTML)" \ | |
350 | "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \ | |
351 | "INSTALL=$(INSTALL)" \ | |
352 | "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ | |
353 | "INSTALL_DATA=$(INSTALL_DATA)" \ | |
354 | "RUNTEST=$(RUNTEST)" \ | |
355 | "RUNTESTFLAGS=$(RUNTESTFLAGS)" | |
356 | ||
fd9bb8b8 PA |
357 | # All generated files which can be included by another file. |
358 | generated_files = config.h $(GNULIB_H) | |
359 | ||
fa593d66 | 360 | all: gdbserver$(EXEEXT) gdbreplay$(EXEEXT) $(extra_libraries) |
c971b7fa | 361 | @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do |
c906108c SS |
362 | |
363 | # Traditionally "install" depends on "all". But it may be useful | |
1b3f6016 | 364 | # not to; for example, if the user has made some trivial change to a |
c906108c SS |
365 | # source file and doesn't care about rebuilding or just wants to save the |
366 | # time it takes for make to check that all is up to date. | |
367 | # install-only is intended to address that need. | |
f474844c JZ |
368 | install: all |
369 | @$(MAKE) $(FLAGS_TO_PASS) install-only | |
370 | ||
1b3f6016 | 371 | install-only: |
c906108c SS |
372 | n=`echo gdbserver | sed '$(program_transform_name)'`; \ |
373 | if [ x$$n = x ]; then n=gdbserver; else true; fi; \ | |
12ac6819 | 374 | if [ x"$(IPA_DEPFILES)" != x ]; then \ |
fa593d66 PA |
375 | $(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(libdir); \ |
376 | $(INSTALL_PROGRAM) $(IPA_LIB) $(DESTDIR)$(libdir)/$(IPA_LIB); \ | |
377 | fi; \ | |
c938e9b0 | 378 | $(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(bindir); \ |
480b27bf | 379 | $(INSTALL_PROGRAM) gdbserver$(EXEEXT) $(DESTDIR)$(bindir)/$$n$(EXEEXT) |
0b04e523 TT |
380 | # Note that we run install and not install-only, as the latter |
381 | # is not part of GNU standards and in particular not provided | |
382 | # in libiberty. | |
383 | @$(MAKE) $(FLAGS_TO_PASS) DO=install "DODIRS=$(SUBDIRS)" subdir_do | |
c906108c SS |
384 | |
385 | uninstall: force | |
386 | n=`echo gdbserver | sed '$(program_transform_name)'`; \ | |
387 | if [ x$$n = x ]; then n=gdbserver; else true; fi; \ | |
f1048712 | 388 | rm -f $(DESTDIR)/$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(man1dir)/$$n.1 |
c971b7fa | 389 | @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do |
c906108c SS |
390 | |
391 | installcheck: | |
392 | check: | |
9453113a | 393 | info dvi pdf: |
c906108c | 394 | install-info: |
9453113a | 395 | install-pdf: |
085dd6e6 JM |
396 | html: |
397 | install-html: | |
c9a1864a | 398 | clean-info: force |
c971b7fa | 399 | @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do |
c906108c | 400 | |
8ff03f0b | 401 | gdbserver$(EXEEXT): $(sort $(OBS)) ${CDEPS} $(LIBGNU) $(LIBIBERTY) |
39be3c7e SM |
402 | $(SILENCE) rm -f gdbserver$(EXEEXT) |
403 | $(ECHO_CXXLD) $(CC_LD) $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) \ | |
404 | -o gdbserver$(EXEEXT) $(OBS) $(LIBGNU) $(LIBIBERTY) \ | |
405 | $(GDBSERVER_LIBS) $(XM_CLIBS) | |
c9a1864a | 406 | |
0b04e523 TT |
407 | $(LIBGNU) $(LIBIBERTY) $(GNULIB_H): all-lib |
408 | all-lib: $(GNULIB_BUILDDIR)/Makefile $(LIBIBERTY_BUILDDIR)/Makefile | |
409 | @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS="$(SUBDIRS)" subdir_do | |
c9a1864a | 410 | .PHONY: all-lib |
c906108c | 411 | |
8ff03f0b | 412 | gdbreplay$(EXEEXT): $(sort $(GDBREPLAY_OBS)) $(LIBGNU) $(LIBIBERTY) |
39be3c7e SM |
413 | $(SILENCE) rm -f gdbreplay$(EXEEXT) |
414 | $(ECHO_CXXLD) $(CC_LD) $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) \ | |
415 | -o gdbreplay$(EXEEXT) $(GDBREPLAY_OBS) $(XM_CLIBS) $(LIBGNU) \ | |
416 | $(LIBIBERTY) | |
c906108c | 417 | |
a206891a | 418 | IPA_OBJS = \ |
08f10e02 | 419 | alloc-ipa.o \ |
a206891a | 420 | ax-ipa.o \ |
268a13a5 TT |
421 | gdbsupport/common-utils-ipa.o \ |
422 | gdbsupport/errors-ipa.o \ | |
423 | gdbsupport/format-ipa.o \ | |
424 | gdbsupport/print-utils-ipa.o \ | |
425 | gdbsupport/rsp-low-ipa.o \ | |
426 | gdbsupport/tdesc-ipa.o \ | |
427 | gdbsupport/vec-ipa.o \ | |
a206891a SM |
428 | regcache-ipa.o \ |
429 | remote-utils-ipa.o \ | |
a206891a SM |
430 | tdesc-ipa.o \ |
431 | tracepoint-ipa.o \ | |
432 | utils-ipa.o \ | |
ef87c8bb | 433 | ${IPA_DEPFILES} |
fa593d66 | 434 | |
8629c02c | 435 | IPA_LIB = libinproctrace.so |
fa593d66 | 436 | |
8ff03f0b | 437 | $(IPA_LIB): $(sort $(IPA_OBJS)) ${CDEPS} |
39be3c7e SM |
438 | $(SILENCE) rm -f $(IPA_LIB) |
439 | $(ECHO_CXXLD) $(CC_LD) -shared -fPIC -Wl,--soname=$(IPA_LIB) \ | |
440 | -Wl,--no-undefined $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) \ | |
441 | -o $(IPA_LIB) ${IPA_OBJS} -ldl -pthread | |
fa593d66 | 442 | |
c906108c SS |
443 | # Put the proper machine-specific files first, so M-. on a machine |
444 | # specific routine gets the one for the correct machine. | |
445 | # The xyzzy stuff below deals with empty DEPFILES | |
446 | TAGS: ${TAGFILES} | |
2c0fc042 | 447 | etags `find ${srcdir}/../config -name $(DEPRECATED_TM_FILE) -print` \ |
c906108c SS |
448 | `find ${srcdir}/../config -name ${XM_FILE} -print` \ |
449 | `find ${srcdir}/../config -name ${NAT_FILE} -print` \ | |
450 | `for i in yzzy ${DEPFILES}; do \ | |
451 | if [ x$$i != xyzzy ]; then \ | |
452 | echo ${srcdir}/$$i | sed -e 's/\.o$$/\.c/' ; \ | |
453 | fi; \ | |
454 | done` \ | |
455 | ${TAGFILES} | |
456 | tags: TAGS | |
457 | ||
458 | clean: | |
459 | rm -f *.o ${ADD_FILES} *~ | |
de7c3b4a | 460 | rm -f gdbserver$(EXEEXT) gdbreplay$(EXEEXT) core make.log |
fa593d66 | 461 | rm -f $(IPA_LIB) |
8fa5b777 SM |
462 | rm -f *-generated.c |
463 | rm -f stamp-xml | |
65dd1e59 | 464 | rm -f $(DEPDIR)/*.Po |
60d6cfc9 YQ |
465 | for i in $(CONFIG_SRC_SUBDIR); do \ |
466 | rm -f $$i/*.o; \ | |
467 | rm -f $$i/$(DEPDIR)/*; \ | |
468 | done | |
c971b7fa | 469 | @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do |
c906108c | 470 | |
a59d1c82 | 471 | maintainer-clean realclean distclean: clean |
c971b7fa PA |
472 | @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do |
473 | rm -rf $(GNULIB_BUILDDIR) | |
474 | rm -f Makefile config.status config.h stamp-h config.log | |
475 | rm -f Makefile | |
60d6cfc9 YQ |
476 | for i in $(CONFIG_SRC_SUBDIR); do \ |
477 | rmdir $$i/$(DEPDIR); \ | |
478 | done | |
c971b7fa PA |
479 | |
480 | subdir_do: force | |
481 | @for i in $(DODIRS); do \ | |
482 | case $$i in \ | |
483 | $(REQUIRED_SUBDIRS)) \ | |
484 | if [ ! -f ./$$i/Makefile ] ; then \ | |
485 | echo "Missing $$i/Makefile" >&2 ; \ | |
486 | exit 1 ; \ | |
487 | fi ;; \ | |
488 | esac ; \ | |
489 | if [ -f ./$$i/Makefile ] ; then \ | |
490 | if (cd ./$$i; \ | |
491 | $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \ | |
492 | else exit 1 ; fi ; \ | |
493 | else true ; fi ; \ | |
494 | done | |
c906108c | 495 | |
c3a3ccc7 DJ |
496 | config.h: stamp-h ; @true |
497 | stamp-h: config.in config.status | |
e0e76420 | 498 | CONFIG_FILES="" CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status |
0729219d | 499 | |
7ea81414 | 500 | Makefile: Makefile.in config.status |
0729219d | 501 | CONFIG_HEADERS="" $(SHELL) ./config.status |
c906108c | 502 | |
73cc7272 | 503 | $(GNULIB_BUILDDIR)/Makefile: $(srcdir)/../../gnulib/Makefile.in config.status |
c971b7fa | 504 | @cd $(GNULIB_BUILDDIR); CONFIG_FILES="Makefile" \ |
c9a1864a YQ |
505 | CONFIG_COMMANDS="depfiles" \ |
506 | CONFIG_HEADERS= \ | |
507 | CONFIG_LINKS= \ | |
c971b7fa | 508 | $(SHELL) config.status |
c9a1864a | 509 | |
270c9937 | 510 | config.status: configure configure.srv $(srcdir)/../../bfd/development.sh |
d6e9fb05 JK |
511 | $(SHELL) ./config.status --recheck |
512 | ||
c9a1864a YQ |
513 | # automatic rebuilding in automake-generated Makefiles requires |
514 | # this rule in the toplevel Makefile, which, with GNU make, causes | |
515 | # the desired updates through the implicit regeneration of the Makefile | |
516 | # and all of its prerequisites. | |
517 | am--refresh: | |
518 | @: | |
519 | ||
c906108c SS |
520 | force: |
521 | ||
268a13a5 TT |
522 | version-generated.c: Makefile $(srcdir)/../version.in $(srcdir)/../../bfd/version.h $(srcdir)/../gdbsupport/create-version.sh |
523 | $(ECHO_GEN) $(SHELL) $(srcdir)/../gdbsupport/create-version.sh $(srcdir)/.. \ | |
39be3c7e | 524 | $(host_alias) $(target_alias) $@ |
c906108c | 525 | |
8fa5b777 | 526 | xml-builtin-generated.c: stamp-xml; @true |
fb1e4ffc | 527 | stamp-xml: $(XML_DIR)/feature_to_c.sh Makefile $(XML_FILES) |
39be3c7e SM |
528 | $(SILENCE) rm -f xml-builtin.tmp |
529 | $(ECHO_GEN_XML_BUILTIN_GENERATED) $(SHELL) $(XML_DIR)/feature_to_c.sh \ | |
530 | xml-builtin.tmp $(XML_FILES) | |
531 | $(SILENCE) $(SHELL) $(srcdir)/../../move-if-change xml-builtin.tmp xml-builtin-generated.c | |
532 | $(SILENCE) echo stamp > stamp-xml | |
fb1e4ffc | 533 | |
9b4b61c8 | 534 | .PRECIOUS: xml-builtin.c |
fb1e4ffc | 535 | |
c906108c SS |
536 | # GNU Make has an annoying habit of putting *all* the Makefile variables |
537 | # into the environment, unless you include this target as a circumvention. | |
538 | # Rumor is that this will be fixed (and this target can be removed) | |
539 | # in GNU Make 4.0. | |
540 | .NOEXPORT: | |
541 | ||
542 | # GNU Make 3.63 has a different problem: it keeps tacking command line | |
543 | # overrides onto the definition of $(MAKE). This variable setting | |
544 | # will remove them. | |
8629c02c | 545 | MAKEOVERRIDES = |
c906108c | 546 | |
0c74b2a7 | 547 | regdat_sh = $(srcdir)/../regformats/regdat.sh |
7a60ad40 | 548 | |
0fb4aa4b PA |
549 | UST_CFLAGS = $(ustinc) -DCONFIG_UST_GDB_INTEGRATION |
550 | ||
956cc47c SN |
551 | # Undo gnulib replacements for the IPA shared library build. |
552 | # The gnulib headers are still needed, but gnulib is not linked | |
553 | # into the IPA lib so replacement apis don't work. | |
554 | UNDO_GNULIB_CFLAGS = -Drpl_strerror=strerror | |
555 | ||
fa593d66 PA |
556 | # Note, we only build the IPA if -fvisibility=hidden is supported in |
557 | # the first place. | |
bffc0964 | 558 | IPAGENT_CFLAGS = $(INTERNAL_CFLAGS) $(UST_CFLAGS) \ |
956cc47c | 559 | $(UNDO_GNULIB_CFLAGS) \ |
3ba6ad0f | 560 | -fPIC -DIN_PROCESS_AGENT \ |
fa593d66 PA |
561 | -fvisibility=hidden |
562 | ||
39be3c7e | 563 | IPAGENT_COMPILE = $(ECHO_CXX) $(COMPILE.pre) $(IPAGENT_CFLAGS) $(COMPILE.post) |
61c125b9 | 564 | |
1a01e7c6 SM |
565 | # Rules for special cases. |
566 | ||
61c125b9 TT |
567 | ax-ipa.o: ax.c |
568 | $(IPAGENT_COMPILE) $(WARN_CFLAGS_NO_FORMAT) $< | |
569 | $(POSTCOMPILE) | |
61c125b9 TT |
570 | |
571 | ax.o: ax.c | |
572 | $(COMPILE) $(WARN_CFLAGS_NO_FORMAT) $< | |
573 | $(POSTCOMPILE) | |
574 | ||
08f10e02 TT |
575 | alloc-ipa.o: ../alloc.c |
576 | $(IPAGENT_COMPILE) $(WARN_CFLAGS_NO_FORMAT) $< | |
577 | $(POSTCOMPILE) | |
578 | ||
a543c5ca AH |
579 | # Rules for objects that go in the in-process agent. |
580 | ||
581 | arch/%-ipa.o: ../arch/%.c | |
582 | $(IPAGENT_COMPILE) $< | |
b4570e4b YQ |
583 | $(POSTCOMPILE) |
584 | ||
268a13a5 | 585 | gdbsupport/%-ipa.o: ../gdbsupport/%.c |
a543c5ca AH |
586 | $(IPAGENT_COMPILE) $< |
587 | $(POSTCOMPILE) | |
a8ebe3d5 | 588 | |
8fa5b777 SM |
589 | %-ipa.o: %-generated.c |
590 | $(IPAGENT_COMPILE) $< | |
591 | $(POSTCOMPILE) | |
592 | ||
a8ebe3d5 SM |
593 | %-ipa.o: %.c |
594 | $(IPAGENT_COMPILE) $< | |
595 | $(POSTCOMPILE) | |
596 | ||
1a01e7c6 SM |
597 | # Note: Between two matching pattern rules, GNU Make 3.81 chooses the first one. |
598 | # Therefore, this one needs to be before "%.o: %.c" for it to be considered for | |
599 | # files such as linux-amd64-ipa.o generated from linux-amd64-ipa.c. | |
600 | # | |
601 | # Later versions of GNU Make choose the rule with the shortest stem, so it would | |
602 | # work in any order. | |
603 | ||
604 | %-ipa.o: %-ipa.c | |
605 | $(IPAGENT_COMPILE) $< | |
606 | $(POSTCOMPILE) | |
607 | ||
a543c5ca | 608 | # Rules for objects that go in the gdbserver binary. |
36bc18a8 | 609 | |
a543c5ca AH |
610 | arch/%.o: ../arch/%.c |
611 | $(COMPILE) $< | |
5f035c07 YQ |
612 | $(POSTCOMPILE) |
613 | ||
268a13a5 | 614 | gdbsupport/%.o: ../gdbsupport/%.c |
8fa5b777 SM |
615 | $(COMPILE) $< |
616 | $(POSTCOMPILE) | |
617 | ||
a543c5ca | 618 | %.o: %-generated.c |
21122961 SM |
619 | $(COMPILE) $< |
620 | $(POSTCOMPILE) | |
621 | ||
a543c5ca | 622 | %.o: %.c |
6bda016b SM |
623 | $(COMPILE) $< |
624 | $(POSTCOMPILE) | |
625 | ||
c5a22423 SM |
626 | %.o: ../nat/%.c |
627 | $(COMPILE) $< | |
628 | $(POSTCOMPILE) | |
629 | ||
21122961 SM |
630 | %.o: ../target/%.c |
631 | $(COMPILE) $< | |
632 | $(POSTCOMPILE) | |
08f10e02 TT |
633 | |
634 | %.o: ../%.c | |
635 | $(COMPILE) $< | |
636 | $(POSTCOMPILE) | |
21122961 | 637 | |
8fa5b777 SM |
638 | # Rules for register format descriptions. Suffix destination files with |
639 | # -generated to identify and clean them easily. | |
c362e621 | 640 | |
8fa5b777 | 641 | %-generated.c: ../regformats/%.dat | $(regdat_sh) |
39be3c7e | 642 | $(ECHO_REGDAT) $(SHELL) $(regdat_sh) $< $@ |
c362e621 | 643 | |
8fa5b777 | 644 | %-generated.c: ../regformats/arm/%.dat | $(regdat_sh) |
39be3c7e | 645 | $(ECHO_REGDAT) $(SHELL) $(regdat_sh) $< $@ |
c362e621 | 646 | |
8fa5b777 | 647 | %-generated.c: ../regformats/i386/%.dat | $(regdat_sh) |
39be3c7e | 648 | $(ECHO_REGDAT) $(SHELL) $(regdat_sh) $< $@ |
c362e621 | 649 | |
8fa5b777 | 650 | %-generated.c: ../regformats/rs6000/%.dat | $(regdat_sh) |
39be3c7e | 651 | $(ECHO_REGDAT) $(SHELL) $(regdat_sh) $< $@ |
61c125b9 TT |
652 | |
653 | # | |
3b165252 | 654 | # Dependency tracking. |
61c125b9 TT |
655 | # |
656 | ||
3b165252 | 657 | ifeq ($(DEPMODE),depmode=gcc3) |
61c125b9 TT |
658 | # Note that we put the dependencies into a .Tpo file, then move them |
659 | # into place if the compile succeeds. We need this because gcc does | |
660 | # not atomically write the dependency output file. | |
3b165252 | 661 | override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \ |
60d6cfc9 YQ |
662 | -MF $(@D)/$(DEPDIR)/$(basename $(@F)).Tpo |
663 | override POSTCOMPILE = @mv $(@D)/$(DEPDIR)/$(basename $(@F)).Tpo \ | |
664 | $(@D)/$(DEPDIR)/$(basename $(@F)).Po | |
3b165252 SM |
665 | else |
666 | override COMPILE.pre = source='$<' object='$@' libtool=no \ | |
60d6cfc9 YQ |
667 | DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) \ |
668 | $(CXX) -x c++ $(CXX_DIALECT) | |
61c125b9 TT |
669 | # depcomp handles atomicity for us, so we don't need a postcompile |
670 | # step. | |
3b165252 SM |
671 | override POSTCOMPILE = |
672 | endif | |
61c125b9 TT |
673 | |
674 | # A list of all the objects we might care about in this build, for | |
675 | # dependency tracking. | |
1798301e | 676 | all_object_files = $(OBS) $(GDBREPLAY_OBS) $(IPA_OBJS) |
61c125b9 TT |
677 | |
678 | # Ensure that generated files are created early. Use order-only | |
679 | # dependencies if available. They require GNU make 3.80 or newer, | |
680 | # and the .VARIABLES variable was introduced at the same time. | |
3b165252 SM |
681 | ifdef .VARIABLES |
682 | $(all_object_files): | $(generated_files) | |
683 | else | |
61c125b9 | 684 | $(all_object_files) : $(generated_files) |
3b165252 | 685 | endif |
61c125b9 | 686 | |
f31c089e SM |
687 | # All the .deps files to include. |
688 | all_deps_files = $(foreach dep,$(patsubst %.o,%.Po,$(all_object_files)),\ | |
689 | $(dir $(dep))/$(DEPDIR)/$(notdir $(dep))) | |
690 | ||
61c125b9 | 691 | # Dependencies. |
f31c089e | 692 | -include $(all_deps_files) |
61c125b9 | 693 | |
ad02e4fe SM |
694 | # Disable implicit make rules. |
695 | include $(srcdir)/../disable-implicit-rules.mk | |
696 | ||
50a421ac SM |
697 | # Do not delete intermediate files (e.g. *-generated.c). |
698 | .SECONDARY: | |
699 | ||
c906108c | 700 | # This is the end of "Makefile.in". |