* gdb.base/sizeof.c: include <stdio.h>.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
CommitLineData
32178cab
MS
1# Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
2# Free Software Foundation, Inc.
c906108c
SS
3
4# This file is part of GDB.
5
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
20prefix = @prefix@
21exec_prefix = @exec_prefix@
22
23host_alias = @host_alias@
24target_alias = @target_alias@
25program_transform_name = @program_transform_name@
26bindir = @bindir@
27libdir = @libdir@
28tooldir = $(libdir)/$(target_alias)
29
30datadir = @datadir@
31mandir = @mandir@
32man1dir = $(mandir)/man1
33man2dir = $(mandir)/man2
34man3dir = $(mandir)/man3
35man4dir = $(mandir)/man4
36man5dir = $(mandir)/man5
37man6dir = $(mandir)/man6
38man7dir = $(mandir)/man7
39man8dir = $(mandir)/man8
40man9dir = $(mandir)/man9
41infodir = @infodir@
085dd6e6 42htmldir = $(prefix)/html
c906108c
SS
43includedir = @includedir@
44
45# This can be referenced by `INTLDEPS' as computed by CY_GNU_GETTEXT.
46top_builddir = .
47
48SHELL = @SHELL@
49EXEEXT = @EXEEXT@
50
7a292a7a 51AWK = @AWK@
b3a90332 52LN_S = @LN_S@
7a292a7a 53
c906108c
SS
54INSTALL = @INSTALL@
55INSTALL_PROGRAM = @INSTALL_PROGRAM@
56INSTALL_DATA = @INSTALL_DATA@
57
58AR = @AR@
59AR_FLAGS = qv
60RANLIB = @RANLIB@
61DLLTOOL = @DLLTOOL@
62WINDRES = @WINDRES@
b9f21955 63MIG = @MIG@
c906108c 64
c906108c
SS
65# Flags that describe where you can find the termcap library.
66# This can be overridden in the host Makefile fragment file.
67TERMCAP = @TERM_LIB@
68
69# If you are compiling with GCC, make sure that either 1) You have the
70# fixed include files where GCC can reach them, or 2) You use the
71# -traditional flag. Otherwise the ioctl calls in inflow.c
72# will be incorrectly compiled. The "fixincludes" script in the gcc
73# distribution will fix your include files up.
74CC=@CC@
75
76# Directory containing source files.
77srcdir = @srcdir@
78VPATH = @srcdir@
79
80YACC=@YACC@
81
82YLWRAP = $(srcdir)/../ylwrap
83
84# where to find makeinfo, preferably one designed for texinfo-2
85MAKEINFO=makeinfo
86
085dd6e6
JM
87MAKEHTML = texi2html
88
89MAKEHTMLFLAGS = -glossary -menu -split_chapter
90
c906108c
SS
91# Set this up with gcc if you have gnu ld and the loader will print out
92# line numbers for undefined references.
93#CC_LD=gcc -static
94CC_LD=$(CC)
95
96# Where is our "include" directory? Typically $(srcdir)/../include.
97# This is essentially the header file directory for the library
98# routines in libiberty.
99INCLUDE_DIR = $(srcdir)/../include
100INCLUDE_CFLAGS = -I$(INCLUDE_DIR)
101
102# Where is the "-liberty" library? Typically in ../libiberty.
103LIBIBERTY = ../libiberty/libiberty.a
104
105# Configured by the --with-mmalloc option to configure.
106MMALLOC = @MMALLOC@
107MMALLOC_CFLAGS = @MMALLOC_CFLAGS@
108
88987551
L
109# We are using our own version of REGEX now to be consistent across
110# machines.
111REGEX = @REGEX@
88987551 112
c906108c
SS
113# Where is the BFD library? Typically in ../bfd.
114BFD_DIR = ../bfd
115BFD = $(BFD_DIR)/libbfd.a
116BFD_SRC = $(srcdir)/$(BFD_DIR)
117BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC)
118
119# Where is the READLINE library? Typically in ../readline.
120READLINE_DIR = ../readline
121READLINE = $(READLINE_DIR)/libreadline.a
122READLINE_SRC = $(srcdir)/$(READLINE_DIR)
123READLINE_CFLAGS = -I$(READLINE_SRC)/..
124
125WARN_CFLAGS = @WARN_CFLAGS@
104c1213 126WERROR_CFLAGS = @WERROR_CFLAGS@
d4f3574e
SS
127GDB_WARN_CFLAGS = $(WARN_CFLAGS)
128GDB_WERROR_CFLAGS = $(WERROR_CFLAGS)
c906108c
SS
129
130# Where is the INTL library? Typically in ../intl.
131INTL_DIR = ../intl
132INTL = @INTLLIBS@
133INTL_DEPS = @INTLDEPS@
134INTL_SRC = $(srcdir)/$(INTL_DIR)
135INTL_CFLAGS = -I$(INTL_DIR) -I$(INTL_SRC)
136
fb40c209
AC
137#
138# MI sub directory definitons
139#
140SUBDIR_MI_OBS = \
141 mi-out.o mi-console.o \
142 mi-cmds.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o \
143 mi-cmd-disas.o \
144 mi-main.o mi-parse.o mi-getopt.o
145SUBDIR_MI_SRCS = \
146 mi/mi-out.c mi/mi-console.c \
147 mi/mi-cmds.c \
148 mi/mi-cmd-var.c mi/mi-cmd-break.c mi/mi-cmd-stack.c \
149 mi/mi-cmd-disas.c \
150 mi/mi-main.c mi/mi-parse.c mi/mi-getopt.c
151SUBDIR_MI_DEPS =
152SUBDIR_MI_INITS = \
153 mi/mi-cmds.c mi/mi-parse.c mi/mi-main.c
154SUBDIR_MI_LDFLAGS=
155SUBDIR_MI_CFLAGS= \
156 -DUI_OUT=1
b3a90332
AC
157SUBDIR_MI_ALL=
158SUBDIR_MI_CLEAN=
e56ac5c3
AC
159SUBDIR_MI_INSTALL=
160SUBDIR_MI_UNINSTALL=
fb40c209 161
ed952ac5
AC
162#
163# TUI sub directory definitions
164#
165SUBDIR_TUI_OBS = \
166 tui.o tuiData.o tuiSource.o tuiStack.o tuiIO.o \
167 tuiGeneralWin.o tuiLayout.o tuiWin.o tuiCommand.o \
168 tuiDisassem.o tuiSourceWin.o tuiRegs.o tuiDataWin.o
169SUBDIR_TUI_SRCS = \
170 tui/tui.c tui/tuiData.c tui/tuiSource.c \
171 tui/tuiStack.c tui/tuiIO.c \
172 tui/tuiGeneralWin.c tui/tuiLayout.c \
173 tui/tuiWin.c tui/tuiCommand.c \
174 tui/tuiDisassem.c tui/tuiSourceWin.c \
175 tui/tuiRegs.c tui/tuiDataWin.c
176SUBDIR_TUI_DEPS =
177SUBDIR_TUI_INITS = \
178 $(SUBDIR_TUI_SRCS)
179SUBDIR_TUI_LDFLAGS=
180SUBDIR_TUI_CFLAGS= \
181 -DTUI=1 -I${srcdir}/tui
182SUBDIR_TUI_ALL=
183SUBDIR_TUI_CLEAN=
184SUBDIR_TUI_INSTALL=
185SUBDIR_TUI_UNINSTALL=
186
187
188
c906108c
SS
189# Opcodes currently live in one of two places. Either they are in the
190# opcode library, typically ../opcodes, or they are in a header file
191# in INCLUDE_DIR.
192# Where is the "-lopcodes" library, with (some of) the opcode tables and
193# disassemblers?
194OPCODES = ../opcodes/libopcodes.a
195# Where are the other opcode tables which only have header file
196# versions?
197OP_INCLUDE = $(INCLUDE_DIR)/opcode
198OPCODES_CFLAGS = -I$(OP_INCLUDE)
199
200# The simulator is usually nonexistent; targets that include one
201# should set this to list all the .o or .a files to be linked in.
202SIM =
203
cd0fc7c3
SS
204WIN32LIBS = @WIN32LIBS@
205
3fc11d3e
JM
206# Where is the TCL library? Typically in ../tcl.
207LIB_INSTALL_DIR = $(libdir)
208# This variable is needed when doing dynamic linking.
209LIB_RUNTIME_DIR = $(libdir)
210TCL = @TCL_LD_SEARCH_FLAGS@ @TCL_BUILD_LIB_SPEC@
211TCL_CFLAGS = @TCLHDIR@
212TCL_DEPS =
213GDBTKLIBS = @GDBTKLIBS@
214# Extra flags that the GDBTK files need:
215GDBTK_CFLAGS = @GDBTK_CFLAGS@
216
217# Where is the TK library? Typically in ../tk.
218TK = @TK_BUILD_LIB_SPEC@
219TK_CFLAGS = @TKHDIR@ @TK_BUILD_INCLUDES@
220TK_DEPS =
221
222# Where is Itcl? Typically in ../itcl/itcl.
223ITCL_CFLAGS = @ITCLHDIR@
224ITCL = @ITCLLIB@
225ITCL_DEPS = @ITCL_DEPS@
226
227# Where is Itk? Typically in ../itcl/itk.
228ITK_CFLAGS = @ITKHDIR@
229ITK = @ITKLIB@
230ITK_DEPS = @ITK_DEPS@
231
232# Where is Tix? Typically in ../tix.
233TIX_CFLAGS = @TIXHDIR@
234TIX = @TIXLIB@
235TIX_DEPS = @TIX_DEPS@
236
237X11_CFLAGS = @TK_XINCLUDES@
238X11_LDFLAGS =
239X11_LIBS =
240
241WIN32LDAPP = @WIN32LDAPP@
242
3fc11d3e
JM
243LIBGUI = @LIBGUI@
244GUI_CFLAGS_X = @GUI_CFLAGS_X@
245IDE_CFLAGS=$(GUI_CFLAGS_X) $(IDE_CFLAGS_X)
b3a90332
AC
246SUBDIR_GDBTK_ALL= all-gdbtk
247SUBDIR_GDBTK_CLEAN= clean-gdbtk
e56ac5c3
AC
248SUBDIR_GDBTK_INSTALL= install-gdbtk
249SUBDIR_GDBTK_UNINSTALL=
c906108c 250
fb40c209
AC
251CONFIG_OBS= @CONFIG_OBS@
252CONFIG_SRCS= @CONFIG_SRCS@
253CONFIG_DEPS= @CONFIG_DEPS@
254CONFIG_INITS= @CONFIG_INITS@
255CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
c906108c 256ENABLE_CFLAGS= @ENABLE_CFLAGS@
b3a90332
AC
257CONFIG_ALL= @CONFIG_ALL@
258CONFIG_CLEAN= @CONFIG_CLEAN@
259CONFIG_CLEAN= @CONFIG_CLEAN@
e56ac5c3
AC
260CONFIG_INSTALL = @CONFIG_INSTALL@
261CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
c906108c
SS
262
263# -I. for config files.
264# -I$(srcdir) for gdb internal headers and possibly for gnu-regex.h also.
265# -I$(srcdir)/config for more generic config files.
266
267# It is also possible that you will need to add -I/usr/include/sys if
268# your system doesn't have fcntl.h in /usr/include (which is where it
269# should be according to Posix).
270DEFS = @DEFS@
271GDB_CFLAGS = -I. -I$(srcdir) -I$(srcdir)/config $(DEFS)
272
273# M{H,T}_CFLAGS, if defined, have host- and target-dependent CFLAGS
274# from the config directory.
275GLOBAL_CFLAGS = $(MT_CFLAGS) $(MH_CFLAGS)
276#PROFILE_CFLAGS = -pg
277
278# CFLAGS is specifically reserved for setting from the command line
279# when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
1decb323 280CFLAGS = @CFLAGS@
c906108c
SS
281
282# Need to pass this to testsuite for "make check". Probably should be
283# consistent with top-level Makefile.in and gdb/testsuite/Makefile.in
284# so "make check" has the same result no matter where it is run.
285CXXFLAGS = -g -O
286
287# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
104c1213
JM
288INTERNAL_WARN_CFLAGS = \
289 $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
c906108c
SS
290 $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
291 $(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS) \
ed952ac5 292 $(INTL_CFLAGS) $(ENABLE_CFLAGS) \
e48f66e4 293 $(GDB_WARN_CFLAGS)
d4f3574e 294INTERNAL_CFLAGS = $(INTERNAL_WARN_CFLAGS) $(GDB_WERROR_CFLAGS)
c906108c
SS
295
296# LDFLAGS is specifically reserved for setting from the command line
297# when running make.
298
299# Profiling options need to go here to work.
300# I think it's perfectly reasonable for a user to set -pg in CFLAGS
301# and have it work; that's why CFLAGS is here.
7a78ae4e 302INTERNAL_LDFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) $(MH_LDFLAGS) $(LDFLAGS) $(CONFIG_LDFLAGS) @HLDFLAGS@
c906108c
SS
303HLDENV = @HLDENV@
304
c906108c
SS
305# If your system is missing alloca(), or, more likely, it's there but
306# it doesn't work, then refer to libiberty.
307
308# Libraries and corresponding dependencies for compiling gdb.
309# {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
310# TERMCAP comes after readline, since readline depends on it.
311# MMALLOC comes after anything else that might want an allocation function.
312# LIBIBERTY appears twice on purpose.
313# If you have the Cygnus libraries installed,
314# you can use 'CLIBS=$(INSTALLED_LIBS)' 'CDEPS='
315INSTALLED_LIBS=-lbfd -lreadline -lopcodes -liberty \
316 $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
317 -lmmalloc -lintl -liberty
318CLIBS = $(SIM) $(BFD) $(READLINE) $(OPCODES) $(INTL) $(LIBIBERTY) \
319 $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
320 $(MMALLOC) $(LIBIBERTY) $(WIN32LIBS)
321CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \
fb40c209 322 $(OPCODES) $(MMALLOC) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS)
c906108c
SS
323
324ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
88987551 325ADD_DEPS = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
c906108c 326
b08dff7b 327VERSION = 5.0
c906108c
SS
328DIST=gdb
329
330LINT=/usr/5bin/lint
331LINTFLAGS= $(BFD_CFLAGS)
332
333RUNTEST = `if [ -f $${rootsrc}/../dejagnu/runtest ] ; then \
334 echo $${rootsrc}/../dejagnu/runtest ; else echo runtest; \
335 fi`
336
337RUNTESTFLAGS=
338
339# This is ser-unix.o for any system which supports a v7/BSD/SYSV/POSIX
340# interface to the serial port. Hopefully if get ported to OS/2, VMS,
341# etc., then there will be (as part of the C library or perhaps as
342# part of libiberty) a POSIX interface. But at least for now the
343# host-dependent makefile fragment might need to use something else
344# besides ser-unix.o
32178cab 345SER_HARDWIRE = ser-unix.o ser-pipe.o
c906108c
SS
346
347# The `remote' debugging target is supported for most architectures,
348# but not all (e.g. 960)
349REMOTE_OBS = remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o
350
351# This is remote-sim.o if a simulator is to be linked in.
352SIM_OBS =
353
354ANNOTATE_OBS = annotate.o
355
356# Host and target-dependent makefile fragments come in here.
357@host_makefile_frag@
358@target_makefile_frag@
359# End of host and target-dependent makefile fragments
360
7a292a7a
SS
361# Possibly ignore the simulator. If the simulator is being ignored,
362# these expand into SIM= and SIM_OBJ=, overriding the entries from
363# target_makefile_frag
364#
365@IGNORE_SIM@
366@IGNORE_SIM_OBS@
367
c906108c
SS
368FLAGS_TO_PASS = \
369 "prefix=$(prefix)" \
370 "exec_prefix=$(exec_prefix)" \
371 "against=$(against)" \
372 "AR=$(AR)" \
373 "AR_FLAGS=$(AR_FLAGS)" \
374 "CC=$(CC)" \
375 "CFLAGS=$(CFLAGS)" \
376 "CHILLFLAGS=$(CHILLFLAGS)" \
377 "CHILL=$(CHILL)" \
378 "CHILL_LIB=$(CHILL_LIB)" \
379 "CXX=$(CXX)" \
380 "CXXFLAGS=$(CXXFLAGS)" \
381 "DLLTOOL=$(DLLTOOL)" \
382 "RANLIB=$(RANLIB)" \
383 "MAKEINFO=$(MAKEINFO)" \
085dd6e6
JM
384 "MAKEHTML=$(MAKEHTML)" \
385 "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \
c906108c
SS
386 "INSTALL=$(INSTALL)" \
387 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
388 "INSTALL_DATA=$(INSTALL_DATA)" \
389 "RUNTEST=$(RUNTEST)" \
390 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
391
392# Flags that we pass when building the testsuite.
393
394# empty for native, $(target_alias)/ for cross
395target_subdir = @target_subdir@
396
397CC_FOR_TARGET = ` \
398 if [ -f $${rootme}/../gcc/xgcc ] ; then \
399 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
400 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/; \
401 else \
402 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
403 fi; \
404 else \
405 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
406 echo $(CC); \
407 else \
408 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
409 fi; \
410 fi`
411
412CXX = gcc
413CXX_FOR_TARGET = ` \
414 if [ -f $${rootme}/../gcc/xgcc ] ; then \
415 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
416 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/; \
417 else \
418 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
419 fi; \
420 else \
421 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
422 echo $(CXX); \
423 else \
424 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
425 fi; \
426 fi`
427
428CHILLFLAGS = $(CFLAGS)
429CHILL = gcc
430CHILL_FOR_TARGET = ` \
431 if [ -f $${rootme}/../gcc/Makefile ] ; then \
432 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -L$${rootme}/../gcc/ch/runtime/; \
433 else \
434 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
435 echo $(CC); \
436 else \
437 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
438 fi; \
439 fi`
440CHILL_LIB = ` \
441 if [ -f $${rootme}/../gcc/ch/runtime/libchill.a ] ; then \
442 echo $${rootme}/../gcc/ch/runtime/chillrt0.o \
443 $${rootme}/../gcc/ch/runtime/libchill.a; \
444 else \
445 echo -lchill; \
446 fi`
447
448# The use of $$(x_FOR_TARGET) reduces the command line length by not
449# duplicating the lengthy definition.
450TARGET_FLAGS_TO_PASS = \
451 "prefix=$(prefix)" \
452 "exec_prefix=$(exec_prefix)" \
453 "against=$(against)" \
454 'CC=$$(CC_FOR_TARGET)' \
455 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
456 "CFLAGS=$(CFLAGS)" \
457 "CHILLFLAGS=$(CHILLFLAGS)" \
458 'CHILL=$$(CHILL_FOR_TARGET)' \
459 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
460 "CHILL_LIB=$(CHILL_LIB)" \
461 'CXX=$$(CXX_FOR_TARGET)' \
462 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
463 "CXXFLAGS=$(CXXFLAGS)" \
464 "INSTALL=$(INSTALL)" \
465 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
466 "INSTALL_DATA=$(INSTALL_DATA)" \
467 "MAKEINFO=$(MAKEINFO)" \
085dd6e6 468 "MAKEHTML=$(MAKEHTML)" \
c906108c
SS
469 "RUNTEST=$(RUNTEST)" \
470 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
471
472# All source files that go into linking GDB.
473# Links made at configuration time should not be specified here, since
474# SFILES is used in building the distribution archive.
475
476SFILES = ax-general.c ax-gdb.c bcache.c blockframe.c breakpoint.c \
477 buildsym.c c-exp.y c-lang.c c-typeprint.c c-valprint.c \
478 ch-exp.c ch-lang.c ch-typeprint.c ch-valprint.c coffread.c \
479 command.c complaints.c corefile.c cp-valprint.c dbxread.c \
480 demangle.c dwarfread.c dwarf2read.c elfread.c environ.c eval.c \
cd0fc7c3 481 event-loop.c event-top.c \
c906108c 482 expprint.c f-exp.y f-lang.c f-typeprint.c f-valprint.c \
32178cab 483 findvar.c regcache.c gdbarch.c arch-utils.c gdbtypes.c \
2acceee2 484 inf-loop.c infcmd.c inflow.c infrun.c language.c \
96baa820 485 kod.c kod-cisco.c \
8b93c638
JM
486 ui-out.c cli-out.c \
487 varobj.c wrapper.c \
c906108c
SS
488 jv-exp.y jv-lang.c jv-valprint.c jv-typeprint.c \
489 m2-exp.y m2-lang.c m2-typeprint.c m2-valprint.c main.c maint.c \
490 mem-break.c minsyms.c mipsread.c nlmread.c objfiles.c parse.c \
491 printcmd.c remote.c remote-nrom.c scm-exp.c scm-lang.c \
492 scm-valprint.c source.c stabsread.c stack.c symfile.c \
493 symmisc.c symtab.c target.c thread.c top.c tracepoint.c \
494 typeprint.c utils.c valarith.c valops.c valprint.c values.c \
495 serial.c ser-unix.c mdebugread.c os9kread.c \
496 tui/tui.c tui/tui.h tui/tuiCommand.c tui/tuiCommand.h \
497 tui/tuiData.c tui/tuiData.h tui/tuiDataWin.c tui/tuiDataWin.h \
498 tui/tuiDisassem.c tui/tuiDisassem.h tui/tuiGeneralWin.c \
499 tui/tuiGeneralWin.h tui/tuiIO.c tui/tuiIO.h tui/tuiLayout.c \
500 tui/tuiLayout.h tui/tuiRegs.c tui/tuiRegs.h tui/tuiSource.c \
501 tui/tuiSource.h tui/tuiSourceWin.c tui/tuiSourceWin.h \
da59e081
JM
502 tui/tuiStack.c tui/tuiStack.h tui/tuiWin.c tui/tuiWin.h \
503 tui/tui-file.h tui/tui-file.c \
d9fcf2fb 504 ui-file.h ui-file.c
c906108c 505
fb40c209 506LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
c906108c
SS
507
508# "system" headers. Using these in dependencies is a rather personal
509# choice. (-rich, summer 1993)
510# (Why would we not want to depend on them? If one of these changes in a
511# non-binary-compatible way, it is a real pain to remake the right stuff
512# without these dependencies -kingdon, 13 Mar 1994)
513getopt_h = $(INCLUDE_DIR)/getopt.h
514floatformat_h = $(INCLUDE_DIR)/floatformat.h
515bfd_h = $(BFD_DIR)/bfd.h
c906108c
SS
516dis-asm_h = $(INCLUDE_DIR)/dis-asm.h
517remote-sim_h = $(INCLUDE_DIR)/remote-sim.h
518
519dcache_h = dcache.h
520remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h $(remote-sim_h)
521
522
523readline_headers = \
524 $(READLINE_SRC)/chardefs.h \
525 $(READLINE_SRC)/history.h \
526 $(READLINE_SRC)/keymaps.h \
527 $(READLINE_SRC)/readline.h
528
529udiheaders = \
530 $(srcdir)/29k-share/udi/udiproc.h \
531 $(srcdir)/29k-share/udi/udiphcfg.h \
532 $(srcdir)/29k-share/udi/udiphunix.h \
533 $(srcdir)/29k-share/udi/udiptcfg.h \
534 $(srcdir)/29k-share/udi/udipt29k.h \
535 $(srcdir)/29k-share/udi/udisoc.h
536
537gdbcore_h = gdbcore.h $(bfd_h)
538
539frame_h = frame.h
540symtab_h = symtab.h bcache.h
541gdbtypes_h = gdbtypes.h
542expression_h = expression.h
543value_h = value.h $(symtab_h) $(gdbtypes_h) $(expression_h)
544
545breakpoint_h = breakpoint.h $(frame_h) $(value_h)
546
547command_h = command.h
548gdbcmd_h = gdbcmd.h $(command_h)
549
6426a772 550call_cmds_h = call-cmds.h
5a2402b8
AC
551xm_h = @xm_h@
552tm_h = @tm_h@
553nm_h = @nm_h@
554defs_h = defs.h $(xm_h) $(tm_h) $(nm_h) config.status config.h gdbarch.h ui-file.h
c906108c 555
9e0b60a8 556top_h = top.h
c906108c
SS
557inferior_h = inferior.h $(breakpoint_h)
558tracepoint_h = tracepoint.h
559ax_h = ax.h
c2c6d25f
JM
560event_loop_h = event-loop.h
561event_top_h = event-top.h
2acceee2 562inf_loop_h = inf-loop.h
c2c6d25f
JM
563remote_h = remote.h
564version_h = version.h
8b93c638
JM
565ui_out_h = ui-out.h
566cli_out_h = cli-out.h
1ad03bde 567arch_utils_h = arch-utils.h
c906108c
SS
568
569# Header files that need to have srcdir added. Note that in the cases
570# where we use a macro like $(gdbcmd_h), things are carefully arranged
571# so that each .h file is listed exactly once (M-x tags-search works
572# wrong if TAGS has files twice). Because this is tricky to get
573# right, it is probably easiest just to list .h files here directly.
574
575HFILES_NO_SRCDIR = bcache.h buildsym.h call-cmds.h coff-solib.h defs.h \
576 dst.h environ.h $(gdbcmd_h) gdbcore.h \
577 gdb-stabs.h hpread.h $(inferior_h) language.h minimon.h monitor.h \
578 objfiles.h parser-defs.h partial-stab.h serial.h signals.h solib.h \
579 symfile.h stabsread.h target.h terminal.h typeprint.h xcoffsolib.h \
580 c-lang.h ch-lang.h f-lang.h \
581 jv-lang.h \
582 m2-lang.h \
583 complaints.h valprint.h \
584 29k-share/udi/udiids.h 29k-share/udi_soc nindy-share/b.out.h \
585 nindy-share/block_io.h nindy-share/coff.h \
586 nindy-share/env.h nindy-share/stop.h \
587 vx-share/dbgRpcLib.h vx-share/ptrace.h vx-share/vxTypes.h \
588 vx-share/vxWorks.h vx-share/wait.h vx-share/xdr_ld.h \
589 vx-share/xdr_ptrace.h vx-share/xdr_rdb.h gdbthread.h \
590 dcache.h remote-utils.h top.h somsolib.h
591
592# Header files that already have srcdir in them, or which are in objdir.
593
594HFILES_WITH_SRCDIR = $(udiheaders) ../bfd/bfd.h
595
596
597# GDB "info" files, which should be included in their entirety
598INFOFILES = gdb.info*
599
600REMOTE_EXAMPLES = m68k-stub.c i386-stub.c sparc-stub.c rem-multi.shar
601
602POSSLIBS = gnu-regex.c gnu-regex.h
603
604# {X,T,NAT}DEPFILES are something of a pain in that it's hard to
605# default their values the way we do for SER_HARDWIRE; in the future
606# maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
607# variables analogous to SER_HARDWIRE which get defaulted in this
608# Makefile.in
609
610DEPFILES = $(TDEPFILES) $(XDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES) \
fb40c209 611 $(REMOTE_OBS) $(SIM_OBS) $(CONFIG_OBS)
c906108c 612
fb40c209 613SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)
c906108c
SS
614# Don't include YYFILES (*.tab.c) because we already include *.y in SFILES,
615# and it's more useful to see it in the .y file.
616TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
617 $(POSSLIBS)
618TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
619
32178cab 620COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o regcache.o \
c906108c
SS
621 source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o \
622 symtab.o symfile.o symmisc.o infcmd.o infrun.o command.o \
32178cab 623 expprint.o environ.o stack.o thread.o \
2acceee2 624 event-loop.o event-top.o inf-loop.o \
1ad03bde 625 gdbarch.o arch-utils.o gdbtypes.o copying.o $(DEPFILES) \
c906108c 626 mem-break.o target.o parse.o language.o $(YYOBJ) buildsym.o \
96baa820 627 kod.o kod-cisco.o \
104c1213 628 gdb-events.o \
c906108c
SS
629 exec.o bcache.o objfiles.o minsyms.o maint.o demangle.o \
630 dbxread.o coffread.o elfread.o \
631 dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o \
632 c-lang.o ch-exp.o ch-lang.o f-lang.o \
8b93c638
JM
633 ui-out.o cli-out.o \
634 varobj.o wrapper.o \
c906108c
SS
635 jv-lang.o jv-valprint.o jv-typeprint.o \
636 m2-lang.o \
637 scm-exp.o scm-lang.o scm-valprint.o complaints.o typeprint.o \
638 c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o \
639 c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o \
da59e081 640 nlmread.o serial.o mdebugread.o os9kread.o top.o utils.o \
d9fcf2fb 641 ui-file.o tui-file.o
c906108c 642
104c1213 643OBS = $(COMMON_OBS) $(ANNOTATE_OBS)
c906108c
SS
644
645TSOBS = inflow.o
646
647NTSOBS = standalone.o
648
649NTSSTART = kdb-start.o
650
7be570e7 651SUBDIRS = @SUBDIRS@
c906108c
SS
652
653# For now, shortcut the "configure GDB for fewer languages" stuff.
654YYFILES = c-exp.tab.c \
655 jv-exp.tab.c \
656 f-exp.tab.c m2-exp.tab.c
657YYOBJ = c-exp.tab.o \
658 jv-exp.tab.o \
659 f-exp.tab.o m2-exp.tab.o
660
661# Things which need to be built when making a distribution.
662
663DISTSTUFF = $(YYFILES)
664
665# Prevent Sun make from putting in the machine type. Setting
666# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
667.c.o:
668 $(CC) -c $(INTERNAL_CFLAGS) $<
669
b3a90332 670all: gdb$(EXEEXT) $(CONFIG_ALL)
c906108c
SS
671 @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
672
673installcheck:
674
675# The check target can not use subdir_do, because subdir_do does not
676# use TARGET_FLAGS_TO_PASS.
677check: force
678 @if [ -f testsuite/Makefile ]; then \
679 rootme=`pwd`; export rootme; \
680 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
681 cd testsuite; \
682 $(MAKE) $(TARGET_FLAGS_TO_PASS) check; \
683 else true; fi
684
085dd6e6 685info dvi install-info clean-info html install-html: force
c906108c
SS
686 @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
687
688gdb.z:gdb.1
689 nroff -man $(srcdir)/gdb.1 | col -b > gdb.t
690 pack gdb.t ; rm -f gdb.t
691 mv gdb.t.z gdb.z
692
693# Traditionally "install" depends on "all". But it may be useful
694# not to; for example, if the user has made some trivial change to a
695# source file and doesn't care about rebuilding or just wants to save the
696# time it takes for make to check that all is up to date.
697# install-only is intended to address that need.
698install: all install-only
e56ac5c3 699install-only: $(CONFIG_INSTALL)
c906108c
SS
700 transformed_name=`t='$(program_transform_name)'; \
701 echo gdb | sed -e $$t` ; \
702 if test "x$$transformed_name" = x; then \
703 transformed_name=gdb ; \
704 else \
705 true ; \
706 fi ; \
ee29d710 707 $(srcdir)/../mkinstalldirs $(bindir) ; \
c906108c 708 $(INSTALL_PROGRAM) gdb$(EXEEXT) $(bindir)/$$transformed_name$(EXEEXT) ; \
ee29d710 709 $(srcdir)/../mkinstalldirs $(man1dir) ; \
c906108c
SS
710 $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$transformed_name.1
711 @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
712
e56ac5c3 713uninstall: force $(CONFIG_UNINSTALL)
c906108c
SS
714 transformed_name=`t='$(program_transform_name)'; \
715 echo gdb | sed -e $$t` ; \
716 if test "x$$transformed_name" = x; then \
717 transformed_name=gdb ; \
718 else \
719 true ; \
720 fi ; \
721 rm -f $(bindir)/$$transformed_name$(EXEEXT) $(man1dir)/$$transformed_name.1
3fc11d3e 722 rm -rf $(datadir)/gdbtcl
c906108c
SS
723 @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
724
725# We do this by grepping through sources. If that turns out to be too slow,
726# maybe we could just require every .o file to have an initialization routine
727# of a given name (remote-udi.o -> _initialize_remote_udi, etc.).
728#
729# Formatting conventions: The name of the _initialize_* routines must start
730# in column zero, and must not be inside #if.
731#
732# Note that the set of files with init functions might change, or the names
733# of the functions might change, so this files needs to depend on all the
734# object files that will be linked into gdb.
f2c4d933
EZ
735#
736# FIXME: There are 2 problems with this approach. First, if the INIT_FILES
737# list includes a file twice (because of some mistake somewhere else)
738# the _initialize_* function will be included twice in init.c. Second,
739# init.c may force unnecessary files to be linked in. Like for instance
740# tui-file.c.
741#
c906108c 742
fb40c209 743INIT_FILES = $(OBS) $(TSOBS) $(CONFIG_INITS)
c2d11a7d 744init.c: $(INIT_FILES)
c906108c 745 @echo Making init.c
6426a772 746 @rm -f init.c-tmp init.l-tmp
c2d11a7d 747 @-echo $(INIT_FILES) | \
c906108c
SS
748 tr ' ' '\012' | \
749 sed -e '/^Onindy.o/d' \
6426a772 750 -e '/^init.o/d' \
c906108c
SS
751 -e '/^nindy.o/d' \
752 -e '/ttyflush.o/d' \
753 -e '/xdr_ld.o/d' \
754 -e '/xdr_ptrace.o/d' \
755 -e '/xdr_rdb.o/d' \
756 -e '/udr.o/d' \
757 -e '/udip2soc.o/d' \
758 -e '/udi2go32.o/d' \
759 -e '/version.o/d' \
760 -e '/^[a-z0-9A-Z_]*_[SU].o/d' \
761 -e '/[a-z0-9A-Z_]*-exp.tab.o/d' \
762 -e 's/\.o/.c/' \
763 -e 's|\([^ ][^ ]*\)|$(srcdir)/\1|g' | \
764 while read f; do grep '^_initialize_[a-z_0-9A-Z]* *(' $$f 2>/dev/null; done | \
6426a772
JM
765 sed -e 's/^.*://' -e 's/^\([a-z_0-9A-Z]*\).*/\1/' > init.l-tmp
766 @echo '/* Do not modify this file. */' >>init.c-tmp
767 @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp
768 @echo '#include "defs.h"' >>init.c-tmp
769 @echo '#include "call-cmds.h"' >>init.c-tmp
770 @sed -e 's/\(.*\)/extern initialize_file_ftype \1;/' <init.l-tmp >>init.c-tmp
771 @echo 'void' >>init.c-tmp
772 @echo 'initialize_all_files (void)' >>init.c-tmp
773 @echo '{' >>init.c-tmp
774 @sed -e 's/\(.*\)/ \1 ();/' <init.l-tmp >>init.c-tmp
c906108c 775 @echo '}' >>init.c-tmp
6426a772 776 @rm init.l-tmp
c906108c
SS
777 @mv init.c-tmp init.c
778
779.PRECIOUS: init.c
780
6426a772
JM
781init.o: init.c $(defs_h) $(call_cmds_h)
782
c906108c 783# Removing the old gdb first works better if it is running, at least on SunOS.
104c1213 784gdb$(EXEEXT): main.o libgdb.a $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
c906108c 785 rm -f gdb$(EXEEXT)
104c1213 786 $(HLDENV) $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) -o gdb$(EXEEXT) main.o libgdb.a $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
c906108c
SS
787
788nlm: force
789 rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=all DODIRS=nlm subdir_do
790
104c1213
JM
791# Create a library of the gdb object files and build GDB by linking
792# against that.
793#
794# init.o is very important. It pulls in the rest of GDB.
795LIBGDB_OBS= $(OBS) $(TSOBS) $(ADD_FILES) init.o
796libgdb.a: $(LIBGDB_OBS)
797 -rm -f libgdb.a
798 $(AR) q libgdb.a $(LIBGDB_OBS)
799 $(RANLIB) libgdb.a
c906108c
SS
800
801saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
802 #setopt load_flags $(CFLAGS) $(BFD_CFLAGS) -DHOST_SYS=SUN4_SYS
803 #load ./init.c $(SFILES)
804 #unload $(srcdir)/c-exp.y
805 #unload $(srcdir)/jv-exp.y
806 #unload $(srcdir)/m2-exp.y
807 #unload vx-share/*.h
808 #unload nindy-share/[A-Z]*
809 #load c-exp.tab.c
810 #load jv-exp.tab.c
811 #load m2-exp.tab.c
812 #load copying.c version.c
813 #load ../opcodes/libopcodes.a
814 #load ../libiberty/libiberty.a
815 #load ../bfd/libbfd.a
816 #load ../readline/libreadline.a
817 #load ../mmalloc/libmmalloc.a
818 #load ../intl/libintl.a
819 #load -ltermcap
820 #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'`
821 echo "Load .c corresponding to:" $(DEPFILES)
822
823
824# A Mach 3.0 program to force gdb back to command level
825
826stop-gdb: stop-gdb.o
827 ${CC_LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o stop-gdb \
828 stop-gdb.o $(CLIBS) $(LOADLIBES)
829
830# This is useful when debugging GDB, because some Unix's don't let you run GDB
831# on itself without copying the executable. So "make gdb1" will make
832# gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
833# Removing gdb1 before the copy is the right thing if gdb1 is open
834# in another process.
835gdb1$(EXEEXT): gdb$(EXEEXT)
836 rm -f gdb1$(EXEEXT)
837 cp gdb$(EXEEXT) gdb1$(EXEEXT)
838
839# FIXME. These are not generated by "make depend" because they only are there
840# for some machines.
841# But these rules don't do what we want; we want to hack the foo.o: tm.h
842# dependency to do the right thing.
843tm-isi.h tm-sun3.h tm-news.h tm-hp300bsd.h tm-altos.h: tm-m68k.h
844tm-hp300hpux.h tm-sun2.h tm-3b1.h: tm-m68k.h
845xm-news1000.h: xm-news.h
846xm-i386-sv32.h: xm-i386.h
847tm-i386gas.h: tm-i386.h
848xm-sun4os4.h: xm-sparc.h
849tm-sun4os4.h: tm-sparc.h
850xm-vaxult.h: xm-vax.h
851xm-vaxbsd.h: xm-vax.h
852
853kdb: $(NTSSTART) $(OBS) $(NTSOBS) $(ADD_DEPS) $(CDEPS)
854 ld -o kdb $(NTSSTART) $(OBS) $(NTSOBS) init.o $(ADD_FILES) \
855 -lc $(CLIBS)
856
c906108c
SS
857# Put the proper machine-specific files first, so M-. on a machine
858# specific routine gets the one for the correct machine. (FIXME: those
859# files go in twice; we should be removing them from the main list).
860
861# TAGS depends on all the files that go into it so you can rebuild TAGS
862# with `make TAGS' and not have to say `rm TAGS' first.
863
864TAGS: $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)
865 @echo Making TAGS
866 @etags $(srcdir)/$(TM_FILE) \
867 $(srcdir)/$(XM_FILE) \
868 $(srcdir)/$(NAT_FILE) \
869 `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
870 echo $(srcdir)/$$i ; \
871 done ; for i in $(TAGFILES_WITH_SRCDIR); do \
872 echo $$i ; \
873 done) | sed -e 's/\.o$$/\.c/'` \
874 `find $(srcdir)/config -name '*.h' -print`
875
876tags: TAGS
877
b3a90332 878clean mostlyclean: $(CONFIG_CLEAN)
c906108c 879 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(SUBDIRS)" subdir_do
6426a772 880 rm -f *.o *.a $(ADD_FILES) *~ init.c-tmp init.l-tmp
c906108c 881 rm -f init.c version.c
104c1213 882 rm -f gdb$(EXEEXT) core make.log
c906108c
SS
883 rm -f gdb[0-9]$(EXEEXT)
884
885# This used to depend on c-exp.tab.c m2-exp.tab.c TAGS
886# I believe this is wrong; the makefile standards for distclean just
887# describe removing files; the only sort of "re-create a distribution"
888# functionality described is if the distributed files are unmodified.
889distclean: clean
890 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do
891 rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit
892 rm -f y.output yacc.acts yacc.tmp y.tab.h
893 rm -f config.log config.cache
894 rm -f Makefile
895
896maintainer-clean: local-maintainer-clean do-maintainer-clean distclean
897realclean: maintainer-clean
898
899local-maintainer-clean:
900 @echo "This command is intended for maintainers to use;"
901 @echo "it deletes files that may require special tools to rebuild."
902 rm -f c-exp.tab.c \
903 jv-exp.tab \
904 f-exp.tab.c m2-exp.tab.c
905 rm -f TAGS $(INFOFILES)
906 rm -f $(YYFILES)
907 rm -f nm.h tm.h xm.h config.status
908
909do-maintainer-clean:
910 @$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(SUBDIRS)" \
911 subdir_do
912
913diststuff: $(DISTSTUFF)
1a645206 914 cd doc; $(MAKE) $(MFLAGS) diststuff
c906108c
SS
915
916subdir_do: force
917 @for i in $(DODIRS); do \
918 if [ -f ./$$i/Makefile ] ; then \
919 if (cd ./$$i; \
920 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
921 else exit 1 ; fi ; \
922 else true ; fi ; \
923 done
924
925Makefile: Makefile.in config.status @frags@
926 $(SHELL) config.status
927
928config.h: stamp-h ; @true
929stamp-h: config.in config.status
930 CONFIG_HEADERS=config.h:config.in $(SHELL) config.status
931
932config.status: configure
933 $(SHELL) config.status --recheck
934
935force:
936
937# Documentation!
938# GDB QUICK REFERENCE (TeX dvi file, CM fonts)
939doc/refcard.dvi:
940 cd doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS)
941
942# GDB QUICK REFERENCE (PostScript output, common PS fonts)
943doc/refcard.ps:
944 cd doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS)
945
946# GDB MANUAL: TeX dvi file
947doc/gdb.dvi:
948 cd doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS)
949
950# GDB MANUAL: info file
951doc/gdb.info:
952 cd doc; $(MAKE) gdb.info $(FLAGS_TO_PASS)
953
954# Make copying.c from COPYING
413ccac7
AC
955$(srcdir)/copying.c: @MAINTAINER_MODE_TRUE@ \
956 $(srcdir)/COPYING $(srcdir)/copying.awk
957 awk -f $(srcdir)/copying.awk \
958 < $(srcdir)/COPYING > $(srcdir)/copying.tmp
959 mv $(srcdir)/copying.tmp $(srcdir)/copying.c
c906108c
SS
960
961version.c: Makefile
d4f3574e
SS
962 rm -f version.c
963 echo '#include "version.h"' >> version.c
964 echo 'const char version[] = "$(VERSION)";' >> version.c
965 echo 'const char host_name[] = "$(host_alias)";' >> version.c
966 echo 'const char target_name[] = "$(target_alias)";' >> version.c
967version.o: version.c $(version_h)
c906108c
SS
968
969# c-exp.tab.c is generated in objdir from c-exp.y if it doesn't exist
970# in srcdir, then compiled in objdir to c-exp.tab.o.
971
972# If we said c-exp.tab.c rather than ./c-exp.tab.c some makes
973# would sometimes re-write it into $(srcdir)/c-exp.tab.c.
974
975# Remove bogus decls for malloc/realloc/free which conflict with everything
976# else. Strictly speaking c-exp.tab.c should therefore depend on
977# Makefile.in, but that was a pretty big annoyance.
978c-exp.tab.o: c-exp.tab.c
979c-exp.tab.c: c-exp.y
980 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/c-exp.y y.tab.c c-exp.tmp -- $(YFLAGS)
981 -sed -e '/extern.*malloc/d' \
982 -e '/extern.*realloc/d' \
983 -e '/extern.*free/d' \
984 -e '/include.*malloc.h/d' \
985 -e 's/malloc/xmalloc/g' \
986 -e 's/realloc/xrealloc/g' \
987 -e '/^#line.*y.tab.c/d' \
988 < c-exp.tmp > c-exp.new
989 -rm c-exp.tmp
990 mv c-exp.new ./c-exp.tab.c
991
992jv-exp.tab.o: jv-exp.tab.c
993jv-exp.tab.c: jv-exp.y
994 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/jv-exp.y y.tab.c jv-exp.tmp -- $(YFLAGS)
995 -sed -e '/extern.*malloc/d' \
996 -e '/extern.*realloc/d' \
997 -e '/extern.*free/d' \
998 -e '/include.*malloc.h/d' \
999 -e 's/malloc/xmalloc/g' \
1000 -e 's/realloc/xrealloc/g' \
1001 -e '/^#line.*y.tab.c/d' \
1002 < jv-exp.tmp > jv-exp.new
1003 -rm jv-exp.tmp
1004 mv jv-exp.new ./jv-exp.tab.c
1005
1006f-exp.tab.o: f-exp.tab.c
1007f-exp.tab.c: f-exp.y c-exp.tab.c
1008 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/f-exp.y y.tab.c f-exp.tmp -- $(YFLAGS)
1009 -sed -e '/extern.*malloc/d' \
1010 -e '/extern.*realloc/d' \
1011 -e '/extern.*free/d' \
1012 -e '/include.*malloc.h/d' \
1013 -e 's/malloc/xmalloc/g' \
1014 -e 's/realloc/xrealloc/g' \
1015 -e '/^#line.*y.tab.c/d' \
1016 < f-exp.tmp > f-exp.new
1017 -rm f-exp.tmp
1018 mv f-exp.new ./f-exp.tab.c
1019
1020# m2-exp.tab.c is generated in objdir from m2-exp.y if it doesn't exist
1021# in srcdir, then compiled in objdir to m2-exp.tab.o.
1022# Remove bogus decls for malloc/realloc/free which conflict with everything
1023# else.
1024m2-exp.tab.o: m2-exp.tab.c
1025m2-exp.tab.c: m2-exp.y
1026 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/m2-exp.y y.tab.c m2-exp.tmp -- $(YFLAGS)
1027 -sed -e '/extern.*malloc/d' \
1028 -e '/extern.*realloc/d' \
1029 -e '/extern.*free/d' \
1030 -e '/include.*malloc.h/d' \
1031 -e 's/malloc/xmalloc/g' \
1032 -e 's/realloc/xrealloc/g' \
1033 -e '/^#line.*y.tab.c/d' \
1034 < m2-exp.tmp > m2-exp.new
1035 -rm m2-exp.tmp
1036 mv m2-exp.new ./m2-exp.tab.c
1037
1038# These files are updated atomically, so make never has to remove them
1039.PRECIOUS: m2-exp.tab.c f-exp.tab.c c-exp.tab.c
1040.PRECIOUS: jv-exp.tab.c
1041
1042lint: $(LINTFILES)
1043 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
1044 `echo $(DEPFILES) | sed 's/\.o /\.c /g'`
1045
1046gdb.cxref: $(SFILES)
1047 cxref -I. $(SFILES) >gdb.cxref
1048
1049force_update:
1050
1051# GNU Make has an annoying habit of putting *all* the Makefile variables
1052# into the environment, unless you include this target as a circumvention.
1053# Rumor is that this will be fixed (and this target can be removed)
1054# in GNU Make 4.0.
1055.NOEXPORT:
1056
1057# GNU Make 3.63 has a different problem: it keeps tacking command line
1058# overrides onto the definition of $(MAKE). This variable setting
1059# will remove them.
1060MAKEOVERRIDES=
1061
1062## This is ugly, but I don't want GNU make to put these variables in
1063## the environment. Older makes will see this as a set of targets
1064## with no dependencies and no actions.
1065unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
1066
1067ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
1068 29k-share/udi/udi2go32.c \
1069 a29k-tdep.c a68v-nat.c alpha-nat.c alpha-tdep.c \
1070 altos-xdep.c arm-convert.s \
03e0fb3a
SB
1071 arm-linux-nat.c arm-linux-tdep.c arm-tdep.c arm-xdep.c \
1072 coff-solib.c convex-tdep.c convex-xdep.c \
c906108c
SS
1073 core-sol2.c core-regset.c core-aout.c corelow.c \
1074 dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \
5330533d 1075 go32-nat.c h8300-tdep.c h8500-tdep.c \
c906108c
SS
1076 hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c \
1077 hp-psymtab-read.c hp-symtab-read.c \
d4f3574e 1078 i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \
c906108c
SS
1079 i386aix-nat.c i386m3-nat.c i386v4-nat.c i386ly-tdep.c \
1080 i387-tdep.c \
e7ee86a9 1081 i386-linux-tdep.c \
c906108c 1082 i960-tdep.c \
8064c6ae 1083 ia64-linux-nat.c ia64-linux-tdep.c ia64-tdep.c \
c906108c
SS
1084 infptrace.c inftarg.c irix4-nat.c irix5-nat.c isi-xdep.c \
1085 lynx-nat.c m3-nat.c \
1086 m68k-tdep.c \
9e086581 1087 m88k-nat.c m88k-tdep.c mac-nat.c \
96baa820 1088 mcore-tdep.c \
9e086581 1089 mips-nat.c \
c906108c
SS
1090 mips-tdep.c mipsm3-nat.c mipsv4-nat.c news-xdep.c \
1091 nindy-share/Onindy.c nindy-share/nindy.c \
1092 nindy-share/ttyflush.c nindy-tdep.c \
1093 ns32k-tdep.c ns32km3-nat.c osfsolib.c \
1094 somread.c somsolib.c $(HPREAD_SOURCE) \
2559291b 1095 ppc-linux-nat.c ppc-linux-tdep.c \
c906108c
SS
1096 procfs.c pyr-tdep.c pyr-xdep.c \
1097 remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c \
1098 remote-es.c remote-hms.c remote-mips.c \
1099 remote-mm.c remote-nindy.c remote-os9k.c remote-rdp.c remote-sim.c \
1100 remote-st.c remote-utils.c dcache.c \
1101 remote-udi.c remote-vx.c remote-vx29k.c \
1102 rs6000-nat.c rs6000-tdep.c \
43e526b9
JM
1103 ser-go32.c ser-pipe.c ser-ocd.c ser-tcp.c \
1104 sh-tdep.c solib.c sparc-nat.c \
c906108c
SS
1105 sparc-tdep.c sparcl-tdep.c sun3-nat.c sun386-nat.c \
1106 symm-tdep.c symm-nat.c \
1107 tahoe-tdep.c ultra3-nat.c ultra3-xdep.c umax-xdep.c \
1108 vax-tdep.c \
1109 vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \
1110 win32-nat.c \
1111 xcoffread.c xcoffsolib.c z8k-tdep.c
1112
1113udip2soc.o: $(srcdir)/29k-share/udi/udip2soc.c $(udiheaders)
1114 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udip2soc.c
1115
1116udi2go32.o: $(srcdir)/29k-share/udi/udi2go32.c $(udiheaders)
1117 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udi2go32.c
1118
1119udr.o: $(srcdir)/29k-share/udi/udr.c $(udiheaders)
1120 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udr.c
1121
1122a29k-tdep.o: a29k-tdep.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h)
1123
1124a68v-nat.o: a68v-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1125
1126alpha-nat.o: alpha-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h
1127
1128alpha-tdep.o: alpha-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1129 $(inferior_h) $(symtab_h) $(dis-asm.h) gdb_string.h
1130
085dd6e6 1131# OBSOLETE altos-xdep.o: altos-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
c906108c
SS
1132
1133annotate.o: annotate.c $(defs_h) annotate.h $(value_h) target.h $(gdbtypes_h)
1134
ed9a39eb
JM
1135arm-linux-nat.o: arm-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
1136 gdb_string.h
1137
03e0fb3a
SB
1138arm-linux-tdep.o: arm-linux-tdep.c $(defs_h) target.h $(value_h) \
1139 $(gdbtypes_h) $(floatformat_h)
1140
c906108c
SS
1141arm-tdep.o: arm-tdep.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \
1142 $(gdbcore_h)
1143
1144bcache.o: bcache.c bcache.h $(defs_h)
1145
1146blockframe.o: blockframe.c $(defs_h) $(gdbcore_h) $(inferior_h) \
1147 objfiles.h symfile.h target.h
1148
1149breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
104c1213
JM
1150 $(inferior_h) language.h target.h gdbthread.h gdb_string.h \
1151 gdb-events.h
c906108c
SS
1152
1153buildsym.o: buildsym.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1154 objfiles.h symfile.h $(symtab_h) gdb_string.h
1155
1156c-lang.o: c-lang.c c-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
1157 language.h parser-defs.h $(symtab_h)
1158
1159c-typeprint.o: c-typeprint.c c-lang.h $(defs_h) $(expression_h) \
1160 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) \
1161 target.h typeprint.h $(value_h) gdb_string.h
1162
1163c-valprint.o: c-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1164 language.h $(symtab_h) valprint.h $(value_h)
1165
1166f-lang.o: f-lang.c f-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
1167 language.h parser-defs.h $(symtab_h) gdb_string.h
1168
1169f-typeprint.o: f-typeprint.c f-lang.h $(defs_h) $(expression_h) \
1170 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) \
1171 target.h typeprint.h $(value_h) gdb_string.h
1172
1173f-valprint.o: f-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1174 language.h $(symtab_h) valprint.h $(value_h) gdb_string.h
1175
1176ch-exp.o: ch-exp.c ch-lang.h $(defs_h) language.h parser-defs.h $(bfd_h) symfile.h objfiles.h $(value_h)
1177
1178ch-lang.o: ch-lang.c ch-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
1179 language.h parser-defs.h $(symtab_h)
1180
1181ch-typeprint.o: ch-typeprint.c ch-lang.h $(defs_h) $(expression_h) \
1182 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) \
1183 target.h $(value_h) typeprint.h gdb_string.h
1184
1185ch-valprint.o: ch-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1186 language.h $(symtab_h) valprint.h $(value_h) c-lang.h
1187
1188coff-solib.o: coff-solib.c $(defs_h)
1189
1190coffread.o: coffread.c $(bfd_h) $(breakpoint_h) buildsym.h \
1191 complaints.h $(defs_h) $(expression_h) $(gdbtypes_h) objfiles.h \
1192 symfile.h $(symtab_h) gdb-stabs.h stabsread.h target.h \
1193 gdb_string.h
1194
1195command.o: command.c $(defs_h) $(expression_h) $(gdbcmd_h) \
03f2053f 1196 $(gdbtypes_h) $(symtab_h) $(value_h) gdb_string.h gdb_wait.h
c906108c
SS
1197
1198complaints.o: complaints.c complaints.h $(defs_h) $(gdbcmd_h)
1199
03f2053f 1200# OBSOLETE convex-tdep.o: convex-tdep.c gdb_wait.h $(defs_h) $(gdbcmd_h) \
085dd6e6 1201# OBSOLETE $(gdbcore_h) $(inferior_h)
c906108c 1202
085dd6e6
JM
1203# OBSOLETE convex-xdep.o: convex-xdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1204# OBSOLETE $(inferior_h)
c906108c 1205
413ccac7
AC
1206# Provide explicit rule/dependency - works for more makes.
1207copying.o: $(srcdir)/copying.c $(defs_h) $(gdbcmd_h)
1208 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/copying.c
c906108c
SS
1209
1210core-aout.o: core-aout.c $(defs_h) $(gdbcore_h) $(value_h) $(inferior_h)
1211
1212core-sol2.o: core-sol2.c $(command_h) $(defs_h) $(gdbcore_h) \
1213 $(inferior_h) target.h gdb_string.h
1214
1215core-regset.o: core-regset.c $(command_h) $(defs_h) $(gdbcore_h) \
1216 $(inferior_h) target.h gdb_string.h
1217
1218corefile.o: corefile.c $(dis-asm_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1219 $(inferior_h) target.h language.h gdb_string.h
1220
1221corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1222 target.h gdbthread.h gdb_string.h
1223
1224cp-valprint.o: cp-valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1225 $(gdbtypes_h) $(symtab_h) $(value_h) gdb_string.h
1226
1227dcache.o: dcache.c $(dcache_h) $(defs_h) $(gdbcmd_h) gdb_string.h $(gdbcore_h)
1228
1229dbxread.o: dbxread.c $(breakpoint_h) buildsym.h $(command_h) \
1230 complaints.h $(defs_h) $(expression_h) gdb-stabs.h $(gdbcore_h) \
1231 $(gdbtypes_h) language.h objfiles.h partial-stab.h stabsread.h \
1232 symfile.h $(symtab_h) target.h gdb_string.h
1233
1234delta68-nat.o: delta68-nat.c $(defs_h)
1235
1236demangle.o: demangle.c $(defs_h) $(gdbcmd_h) gdb_string.h
1237
03f2053f 1238dink32-rom.o: dink32-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
d4f3574e 1239 $(inferior_h) target.h serial.h terminal.h symfile.h
c906108c
SS
1240
1241dpx2-nat.o: dpx2-nat.c $(defs_h) $(gdbcore_h) gdb_string.h
1242
1243dstread.o: dstread.c gdb_string.h
1244
1245dwarfread.o: dwarfread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1246 $(expression_h) $(gdbtypes_h) language.h objfiles.h symfile.h \
1247 $(symtab_h) gdb_string.h
1248
64367e0a 1249dwarf2read.o: dwarf2read.c $(bfd_h) buildsym.h $(defs_h) \
c906108c
SS
1250 $(expression_h) $(gdbtypes_h) language.h objfiles.h symfile.h \
1251 $(symtab_h) gdb_string.h
1252
1253elfread.o: elfread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1254 gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h \
1255 $(BFD_SRC)/elf-bfd.h $(INCLUDE_DIR)/elf/mips.h
1256
1257environ.o: environ.c $(defs_h) environ.h $(gdbcore_h) gdb_string.h
1258
1259eval.o: eval.c $(bfd_h) $(defs_h) $(expression_h) $(frame_h) \
1260 $(gdbtypes_h) language.h $(symtab_h) target.h $(value_h) \
1261 gdb_string.h
1262
c2c6d25f 1263event-loop.o: event-loop.c $(defs_h) $(top_h) $(event_loop_h) $(event_top_h)
cd0fc7c3
SS
1264
1265event-top.o: event-top.c top.h $(readline_headers) \
6426a772 1266 $(defs_h) $(inferior_h) $(event_loop_h) $(event_top_h) terminal.h \
e514a9d6 1267 $(gdbcmd_h) target.h
cd0fc7c3 1268
2acceee2
JM
1269inf-loop.o: inf-loop.c $(defs_h) $(inferior_h) $(inf_loop_h) $(event_loop_h) \
1270 $(event_top_h)
1271
c906108c
SS
1272exec.o: exec.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
1273 target.h language.h gdb_string.h
1274
1275expprint.o: expprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1276 language.h parser-defs.h $(symtab_h) $(value_h)
1277
1278findvar.o: findvar.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h \
1279 gdb_string.h
1280
32178cab
MS
1281regcache.o: regcache.c $(defs_h) $(inferior_h) target.h
1282
03f2053f 1283fork-child.o: fork-child.c gdb_wait.h $(defs_h) $(gdbcore_h) \
c906108c
SS
1284 $(inferior_h) target.h terminal.h gdbthread.h gdb_string.h
1285
2e022a79
AC
1286# FIXME: cagney/2000-03-27: Post 5.0 this link code can be removed.
1287# It should now be possible to run GDBtk from the build directory
1288# without the link in place.
b3a90332 1289all-gdbtk:
2e022a79
AC
1290 @if test ! -d gdbtcl/images ; then \
1291 if test "$(LN_S)" = "ln -s" ; then \
1292 echo linking ${srcdir}/gdbtk/library to gdbtcl ; \
1293 rm -f gdbtcl ; \
1294 test ! -r gdbtcl || exit 1 ; \
1295 $(LN_S) ${srcdir}/gdbtk/library gdbtcl ; \
1296 else \
1297 echo "Warning:" ; \
1298 echo "Unable to link ${srcdir}/gdbtk/library to gdbtcl." ; \
1299 echo "You will need to do a \`make install' before you are" ; \
1300 echo "able to run the GUI." ; \
1301 fi ; \
1302 else true ; fi
b3a90332
AC
1303
1304clean-gdbtk:
1305 rm -f gdbtcl
1306
e56ac5c3
AC
1307install-gdbtk:
1308 $(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gdbtcl ; \
1309 $(SHELL) $(srcdir)/../mkinstalldirs \
1310 $(datadir)/gdbtcl/images \
1311 $(datadir)/gdbtcl/images2 ; \
1312 $(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gdbtcl/help \
1313 $(datadir)/gdbtcl/help/images \
1314 $(datadir)/gdbtcl/help/trace ; \
1315 cd $(srcdir)/gdbtk/library ; \
1316 for i in *.tcl *.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; \
1317 do \
1318 $(INSTALL_DATA) $$i $(datadir)/gdbtcl/$$i ; \
1319 done ;
1320
3fc11d3e
JM
1321gdbres.o: $(srcdir)/gdbtk/gdb.rc $(srcdir)/gdbtk/gdbtool.ico
1322 $(WINDRES) --include $(srcdir)/gdbtk $(srcdir)/gdbtk/gdb.rc gdbres.o
1323
1324gdbtk.o: $(srcdir)/gdbtk/generic/gdbtk.c \
1325 $(srcdir)/gdbtk/generic/gdbtk.h $(defs_h) \
1326 $(symtab_h) $(inferior_h) $(command_h) \
1327 $(bfd_h) symfile.h objfiles.h target.h gdb_string.h $(tracepoint_h) \
1328 $(top_h)
1329 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
1330 $(ITK_CFLAGS) $(TIX_CFLAGS) \
1331 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1332 $(srcdir)/gdbtk/generic/gdbtk.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
1333
1334gdbtk-cmds.o: $(srcdir)/gdbtk/generic/gdbtk-cmds.c \
1335 $(srcdir)/gdbtk/generic/gdbtk.h \
1336 $(defs_h) $(symtab_h) $(inferior_h) \
1337 $(command_h) $(bfd_h) $(top_h) symfile.h objfiles.h target.h \
1338 gdb_string.h $(tracepoint_h) $(frame_h) source.h
1339 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
1340 $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
1341 $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-cmds.c \
1342 -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
1343
1344gdbtk-hooks.o: $(srcdir)/gdbtk/generic/gdbtk-hooks.c \
1345 $(srcdir)/gdbtk/generic/gdbtk.h $(defs_h) \
1346 $(symtab_h) $(inferior_h) $(command_h) \
1347 $(bfd_h) symfile.h objfiles.h target.h gdb_string.h $(tracepoint_h)
1348 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1349 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1350 $(srcdir)/gdbtk/generic/gdbtk-hooks.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
1351
3fc11d3e
JM
1352gdbtk-varobj.o: $(srcdir)/gdbtk/generic/gdbtk-varobj.c \
1353 $(srcdir)/gdbtk/generic/gdbtk.h \
1354 $(defs_h) $(value_h) varobj.h
1355 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1356 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1357 $(srcdir)/gdbtk/generic/gdbtk-varobj.c
1358
1359gdbtk-wrapper.o: $(srcdir)/gdbtk/generic/gdbtk-wrapper.c \
1360 $(srcdir)/gdbtk/generic/gdbtk-wrapper.h
1361 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(GDBTK_CFLAGS)\
1362 $(srcdir)/gdbtk/generic/gdbtk-wrapper.c
1363
1364v850ice.o: v850ice.c $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
1365 $(frame_h) $(breakpoint_h) $(gdbcore_h) $(value_h) symfile.h \
1366 gdb_string.h target.h objfiles.h
1367 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1368 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1369 $(srcdir)/v850ice.c
1370
b4a20239
AC
1371v850-tdep.o: v850-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(obstack_h) \
1372 $(target_h) $(value_h) $(bfd_h) $(gdb_string_h) $(gdbcore_h) \
1373 $(symfile_h) $(arch_utils_h)
1374
c906108c
SS
1375tracepoint.o: tracepoint.c $(defs_h) $(symtab_h) $(frame_h) $(tracepoint_h) \
1376 $(gdbtypes_h) $(expression_h) $(gdbcmd_h) $(value_h) target.h \
c2c6d25f 1377 language.h gdb_string.h $(readline_headers) $(remote_h)
c906108c
SS
1378
1379gdbarch.o: gdbarch.c $(defs_h) $(bfd_h) $(gdbcmd_h)
1380
1ad03bde
AC
1381arch-utils.o: arch-utils.c $(defs_h) $(bfd_h) $(gdbcmd_h) \
1382 $(arch_utils_h)
c0e8c252 1383
c906108c
SS
1384gdbtypes.o: gdbtypes.c $(bfd_h) complaints.h $(defs_h) $(expression_h) \
1385 $(gdbtypes_h) language.h objfiles.h symfile.h $(symtab_h) target.h \
4f0aafb3 1386 $(value_h) gdb_string.h wrapper.h
c906108c 1387
3a95698a
EZ
1388go32-nat.o: go32-nat.c $(defs_h) $(inferior_h) gdb_wait.h $(gdbcore_h) \
1389 $(command_h) $(floatformat_h) target.h
1390
c906108c
SS
1391gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \
1392 exc_request_U.h msg_U.h gnu-nat.h
1393
c906108c
SS
1394h8300-tdep.o: h8300-tdep.c $(defs_h) $(frame_h) $(symtab_h)
1395
1396h8500-tdep.o: h8500-tdep.c $(bfd_h) $(dis-asm_h) $(defs_h) \
1397 $(expression_h) $(frame_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) \
1398 $(value_h)
1399
1400hp300ux-nat.o: hp300ux-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1401
03f2053f 1402hppa-tdep.o: hppa-tdep.c gdb_wait.h $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
c906108c
SS
1403 $(inferior_h) objfiles.h symfile.h target.h
1404
1405hppab-nat.o: hppab-nat.c $(bfd_h) $(defs_h) $(inferior_h) target.h
1406
1407hppah-nat.o: hppah-nat.c $(bfd_h) $(defs_h) $(inferior_h) target.h
1408
1409i386gnu-nat.o: gnu-nat.h
1410
c2d11a7d
JM
1411i386-tdep.o: i386-tdep.c $(defs_h) gdb_string.h $(frame_h) \
1412 $(inferior_h) $(gdbcore_h) target.h $(floatformat_h) \
b4a20239 1413 $(symtab_h) $(gdbcmd_h) $(command_h) $(arch_utils_h)
c906108c
SS
1414
1415i386aix-nat.o: i386aix-nat.c $(defs_h) $(frame_h) $(inferior_h) \
1416 language.h $(gdbcore_h) $(floatformat_h) target.h
1417
1418i386b-nat.o: i386b-nat.c $(defs_h)
1419
1420i386ly-nat.o: i386ly-nat.c $(defs_h) $(frame_h) $(inferior_h) target.h
1421
1422i386ly-tdep.o: i386ly-tdep.c $(defs_h) $(inferior_h) target.h $(gdbcore_h)
1423
1424i386m3-nat.o: i386m3-nat.c $(defs_h) $(inferior_h) $(floatformat_h) target.h
1425
1426i386mach-nat.o: i386mach-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1427
1428i386v-nat.o: i386v-nat.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
1429 $(inferior_h) language.h target.h
1430
d4f3574e 1431i386-linux-nat.o: i386-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
e7ee86a9
JB
1432 $(symtab_h) symfile.h objfiles.h
1433
1434i386-linux-tdep.o: i386-linux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \
1435 $(value_h)
d4f3574e 1436
c906108c
SS
1437i386v4-nat.o: i386v4-nat.c $(defs_h)
1438
1439i387-tdep.o: i387-tdep.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
1440 $(inferior_h) language.h
1441
1442i960-tdep.o: i960-tdep.c $(floatformat_h) $(defs_h) $(expression_h) \
1443 $(frame_h) $(gdbtypes_h) $(symtab_h) $(value_h) $(gdbcore_h)
1444
76d689a6
KB
1445ia64-linux-nat.o: ia64-linux-nat.c $(defs_h) $(inferior_h) $(target_h) \
1446 $(gdbcore_h)
1447
8064c6ae
KB
1448ia64-linux-tdep.o: ia64-linux-tdep.c $(defs_h) $(arch_utils_h)
1449
76d689a6 1450ia64-tdep.o: ia64-tdep.c $(defs_h) $(inferior_h) symfile.h $(gdbcore_h) \
8064c6ae 1451 $(arch_utils_h) $(floatformat_h) objfiles.h $(INCLUDE_DIR)/elf/common.h
76d689a6 1452
c906108c
SS
1453infcmd.o: infcmd.c $(defs_h) environ.h $(gdbcmd_h) $(gdbcore_h) \
1454 $(inferior_h) target.h language.h gdb_string.h
1455
1456inflow.o: inflow.c $(bfd_h) $(command_h) $(defs_h) $(inferior_h) \
1457 signals.h target.h terminal.h gdbthread.h gdb_string.h
1458
1459infptrace.o: infptrace.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h \
03f2053f 1460 gdb_string.h gdb_wait.h $(command_h)
c906108c 1461
03f2053f 1462infrun.o: infrun.c gdb_wait.h $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
c2c6d25f
JM
1463 $(inferior_h) target.h gdbthread.h gdb_string.h $(event_loop_h) \
1464 $(event_top_h) target.h
c906108c 1465
03f2053f 1466inftarg.o: inftarg.c gdb_wait.h $(defs_h) $(gdbcore_h) $(inferior_h) \
c906108c
SS
1467 target.h terminal.h $(command_h)
1468
1469irix4-nat.o: irix4-nat.c $(defs_h) $(inferior_h) $(gdbcore_h)
1470irix5-nat.o: irix5-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) target.h \
1471 $(symtab_h) symfile.h objfiles.h $(command_h) $(frame_h) gnu-regex.h \
1472 language.h gdb_string.h
1473
1474isi-xdep.o: isi-xdep.c
1475
1476jv-lang.o: jv-lang.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
1477 $(expression_h) parser-defs.h language.h symfile.h objfiles.h \
1478 gdb_string.h $(value_h) c-lang.h jv-lang.h $(gdbcore_h)
1479
1480jv-typeprint.o: jv-typeprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
1481 $(value_h) $(INCLUDE_DIR)/demangle.h jv-lang.h gdb_string.h \
7a292a7a 1482 typeprint.h c-lang.h
c906108c
SS
1483
1484jv-valprint.o: jv-valprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
1485 $(expression_h) $(value_h) $(INCLUDE_DIR)/demangle.h valprint.h \
7a292a7a 1486 language.h jv-lang.h c-lang.h gdbcore.h annotate.h
c906108c 1487
c2c6d25f 1488kod.o: kod.c $(defs_h) $(command_h) $(gdbcmd_h) target.h gdb_string.h kod.h
96baa820 1489
c2c6d25f 1490kod-cisco.o: kod-cisco.c $(defs_h) gdb_string.h kod.h
96baa820 1491
c906108c
SS
1492language.o: language.c $(bfd_h) $(defs_h) $(expression_h) $(frame_h) \
1493 $(gdbcmd_h) $(gdbtypes_h) language.h parser-defs.h $(symtab_h) \
1494 target.h $(value_h) gdb_string.h
1495
1496lynx-nat.o: lynx-nat.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcore_h) \
1497 target.h
1498
1499m2-lang.o: m2-lang.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1500 language.h m2-lang.h parser-defs.h $(symtab_h)
1501
1502m2-typeprint.o: m2-typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1503 $(gdbcore_h) $(gdbtypes_h) language.h m2-lang.h $(symtab_h) target.h \
1504 $(value_h) gdb_string.h
1505
1506m2-valprint.o: m2-valprint.c $(defs_h) $(gdbtypes_h) $(symtab_h) \
1507 valprint.h m2-lang.h
1508
1509m3-nat.o: m3-nat.c $(defs_h) $(inferior_h) $(value_h) language.h target.h \
03f2053f 1510 gdb_wait.h $(gdbcmd_h) $(gdbcore_h)
c906108c
SS
1511
1512m68k-tdep.o: m68k-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(value_h) \
1513 $(gdbcore_h) gdb_string.h
1514
1515m68kly-nat.o: m68kly-nat.c $(defs_h) $(frame_h) $(inferior_h) target.h
1516
1517m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \
1518 $(language_h) $(gdbcore_h) $(floatformat_h) target.h
1519
1520m88k-nat.o: m88k-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1521
1522m88k-tdep.o: m88k-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1523
1524mac-nat.o: mac-nat.c $(defs_h) gdb_string.h
1525
e529db18 1526main.o: main.c top.h $(defs_h) gdb_string.h $(event_loop_h) $(srcdir)/tui/tui-file.h
c906108c
SS
1527
1528maint.o: maint.c $(defs_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) language.h \
1529 $(expression_h) objfiles.h symfile.h
1530
96baa820
JM
1531mcore-tdep.o: mcore-tdep.c $(defs_h) $(frame_h) $(gdbcmd_h) $(value_h) $(symtab_h)
1532
1533mcore-rom.o: mcore-rom.c $(defs_h) $(gdbcore_h) target.h monitor.h \
1534 gdb_string.h
1535
c906108c
SS
1536mdebugread.o: mdebugread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \
1537 $(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \
1538 objfiles.h partial-stab.h stabsread.h symfile.h $(symtab_h) \
1539 gdb_string.h
1540
1541mipsm3-nat.o: mipsm3-nat.c $(defs_h) $(inferior_h)
1542
1543os9kread.o: os9kread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \
1544 $(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \
1545 objfiles.h stabsread.h symfile.h $(symtab_h) \
1546 target.h gdb_string.h
1547
1548mem-break.o: mem-break.c $(defs_h)
1549
1550minsyms.o: minsyms.c $(bfd_h) $(defs_h) objfiles.h symfile.h \
1551 $(symtab_h) gdb_string.h
1552
1553mips-nat.o: mips-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1554
1555mips-tdep.o: mips-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1ad03bde 1556 $(arch_utils_h) \
c906108c
SS
1557 $(inferior_h) language.h objfiles.h symfile.h gdb_string.h
1558
1559mipsread.o: mipsread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \
1560 $(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \
1561 objfiles.h partial-stab.h stabsread.h symfile.h $(symtab_h) \
1562 gdb_string.h
1563
1564mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h
1565
03f2053f 1566monitor.o: monitor.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1567 $(inferior_h) target.h serial.h terminal.h gdb_string.h
1568
1569news-xdep.o: news-xdep.c
1570
03f2053f 1571Onindy.o: nindy-share/Onindy.c gdb_wait.h nindy-share/block_io.h \
c906108c
SS
1572 nindy-share/env.h
1573 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/Onindy.c
1574
03f2053f 1575nindy.o: nindy-share/nindy.c gdb_wait.h nindy-share/block_io.h \
c906108c
SS
1576 nindy-share/env.h
1577 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/nindy.c
1578
1579nlmread.o: nlmread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1580 gdb-stabs.h objfiles.h symfile.h $(symtab_h) stabsread.h \
1581 gdb_string.h
1582
1583ns32km3-nat.o: ns32km3-nat.c $(defs_h) $(inferior_h)
1584
1585ttyflush.o: nindy-share/ttyflush.c
1586 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/ttyflush.c
1587
1588nindy-tdep.o: nindy-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbcore_h)
1589
1590ns32k-tdep.o: ns32k-tdep.c $(bfd_h) $(dis-asm_h) $(defs_h)
1591
1592objfiles.o: objfiles.c $(bfd_h) $(defs_h) objfiles.h symfile.h \
7a292a7a 1593 $(symtab_h) gdb_string.h $(breakpoint_h)
c906108c
SS
1594
1595osfsolib.o: osfsolib.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1596 objfiles.h gnu-regex.h symfile.h target.h language.h gdb_string.h
1597
1598somread.o: somread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1599 gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h
1600
1601somsolib.o: somsolib.c $(defs_h)
1602
53a5351d
JM
1603pa64solib.o: pa64solib.c $(defs_h)
1604
1605hpux-thread.o: hpux-thread.c $(defs_h) gdbthread.h target.h inferior.h
c906108c
SS
1606hpux-thread.o: hpux-thread.c $(defs_h) gdbthread.h target.h inferior.h
1607 $(CC) -c $(INTERNAL_CFLAGS) -I$(srcdir)/osf-share \
1608 -I$(srcdir)/osf-share/HP800 -I/usr/include/dce $(srcdir)/hpux-thread.c
1609
1610# FIXME!!!
1611hpread.o: hpread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1612 gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h
1613
1614hp-psymtab-read.o: hp-psymtab-read.c hpread.h $(bfd_h) buildsym.h complaints.h \
1615 $(defs_h) gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h
1616
1617hp-symtab-read.o: hp-symtab-read.c hpread.h $(bfd_h) buildsym.h complaints.h \
1618 $(defs_h) gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h
1619# END FIXME!!!
1620
1621parse.o: parse.c $(command_h) $(defs_h) $(expression_h) $(frame_h) \
1622 $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h) \
1623 gdb_string.h
1624
1625ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore_h) gdb_string.h $(frame_h) \
03f2053f 1626 $(inferior_h) $(bfd_h) symfile.h target.h gdb_wait.h $(gdbcmd_h) \
c906108c
SS
1627 objfiles.h gdb-stabs.h serial.h ocd.h
1628
2559291b
KB
1629ppc-linux-nat.o: ppc-linux-nat.c $(defs_h) $(gdbcore_h) $(frame_h) \
1630 $(inferior_h) target.h
1631
1632ppc-linux-tdep.o: ppc-linux-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
9aa1e687 1633 target.h ppc-tdep.h
2559291b 1634
03f2053f 1635ppcbug-rom.o: ppcbug-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1636 $(inferior_h) target.h serial.h terminal.h
1637
1638printcmd.o: printcmd.c $(breakpoint_h) $(defs_h) $(expression_h) \
1639 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h objfiles.h \
1640 symfile.h $(symtab_h) target.h gdb_string.h
1641
4ce44c66
JM
1642# FIXME: Procfs.o gets -Wformat errors because things like pid_t don't
1643# match output format strings.
c906108c 1644procfs.o: procfs.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
0fda6bd2 1645 target.h gdb_string.h gdbthread.h proc-utils.h
4ce44c66 1646 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
c906108c 1647
0fda6bd2 1648proc-api.o: proc-api.c $(defs_h) $(gdbcmd_h) proc-utils.h
c3f6f71d 1649
0fda6bd2 1650proc-events.o: proc-events.c $(defs_h)
c3f6f71d 1651
0fda6bd2 1652proc-flags.o: proc-flags.c $(defs_h)
c3f6f71d 1653
0fda6bd2 1654proc-why.o: proc-why.c $(defs_h) proc-utils.h
c3f6f71d 1655
d4f3574e
SS
1656sol-thread.o: sol-thread.c $(defs_h) gdbthread.h target.h $(inferior_h) \
1657 $(gdbcmd_h)
1658
03f2053f 1659linux-thread.o: linux-thread.c $(breakpoint_h) $(gdbcmd_h) gdb_wait.h \
d4f3574e
SS
1660 gdbthread.h $(gdbcore_h) $(inferior_h) target.h $(defs_h)
1661
9846de1b 1662# OBSOLETE pyr-tdep.o: pyr-tdep.c $(defs_h)
c906108c 1663
9846de1b 1664# OBSOLETE pyr-xdep.o: pyr-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
c906108c
SS
1665
1666gnu-regex.o: gnu-regex.c gnu-regex.h $(defs_h) gdb_string.h
1667
03f2053f 1668remote-adapt.o: remote-adapt.c gdb_wait.h $(defs_h) $(gdbcore_h) \
c906108c
SS
1669 $(inferior_h) target.h terminal.h gdb_string.h
1670
03f2053f 1671remote-array.o: remote-array.c gdb_wait.h $(defs_h) $(gdbcore_h) target.h \
d4f3574e
SS
1672 gdb_string.h $(command_h) serial.h monitor.h $(remote_utils_h) \
1673 $(version_h)
c906108c 1674
03f2053f 1675remote-rdi.o: remote-rdi.c gdb_wait.h $(defs_h) $(gdbcore_h) \
c906108c
SS
1676 $(inferior_h) gdb_string.h
1677
1678rdi-share/libangsd.a: force
1679 @dir=rdi-share; \
1680 if [ -f ./$${dir}/Makefile ] ; then \
1681 r=`pwd`; export r; \
1682 srcroot=`cd $(srcdir); pwd`; export srcroot; \
1683 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
1684 else \
1685 true; \
1686 fi
1687
03f2053f 1688remote-d10v.o: remote-d10v.c $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1689 $(inferior_h) $(remote_utils_h) symfile.h terminal.h gdb_string.h
1690
03f2053f 1691remote-rdp.o: remote-rdp.c gdb_wait.h $(defs_h) $(gdbcore_h) \
c906108c
SS
1692 $(inferior_h) gdb_string.h
1693
03f2053f 1694remote-bug.o: remote-bug.c gdb_wait.h $(defs_h) $(gdbcore_h) \
c906108c
SS
1695 $(inferior_h) target.h terminal.h $(remote_utils_h) gdb_string.h
1696
d4f3574e
SS
1697# FIXME: For the SH target, remote-e7000 contains numerous -Wformat
1698# warnings. Since the fixes involve modifications to the code that
1699# handles the SH remote protocol the changes need to be tested against
1700# an SH board before they can be committed. cagney 1999-09-01.
c906108c 1701remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) target.h \
03f2053f 1702 gdb_wait.h serial.h gdb_string.h
d4f3574e 1703 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
c906108c 1704
03f2053f 1705remote-eb.o: remote-eb.c gdb_wait.h $(srcdir)/config/a29k/tm-a29k.h \
c906108c
SS
1706 $(defs_h) $(gdbcore_h) $(inferior_h) symfile.h target.h terminal.h \
1707 gdb_string.h
1708
03f2053f 1709remote-es.o: remote-es.c $(bfd_h) gdb_wait.h $(command_h) $(defs_h) \
c906108c
SS
1710 $(inferior_h) $(remote_utils_h) terminal.h gdb_string.h
1711
03f2053f 1712remote-hms.o: remote-hms.c gdb_wait.h $(defs_h) $(gdbcore_h) \
c906108c
SS
1713 $(inferior_h) serial.h target.h terminal.h gdb_string.h
1714
03f2053f 1715remote-mips.o: remote-mips.c gdb_wait.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1716 $(gdbcore_h) $(inferior_h) serial.h symfile.h target.h
1717
03f2053f 1718remote-mm.o: remote-mm.c $(bfd_h) gdb_wait.h $(defs_h) $(inferior_h) \
c906108c
SS
1719 minimon.h target.h terminal.h gdb_string.h
1720
03f2053f 1721remote-nindy.o: remote-nindy.c $(floatformat_h) gdb_wait.h $(command_h) \
c906108c
SS
1722 $(defs_h) $(gdbcore_h) $(inferior_h) \
1723 nindy-share/env.h nindy-share/stop.h $(remote_utils_h) \
1724 symfile.h
1725
03f2053f 1726remote-os9k.o: remote-os9k.c $(defs_h) $(gdbcore_h) gdb_wait.h \
c906108c
SS
1727 $(command_h) monitor.h $(remote_utils_h) $(symtab_h) symfile.h \
1728 objfiles.h gdb-stabs.h gdb_string.h
1729
03f2053f 1730remote-sds.o: remote-sds.c $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1731 $(inferior_h) $(remote_utils_h) symfile.h terminal.h gdb_string.h
1732
03f2053f 1733remote-sim.o: remote-sim.c gdb_wait.h $(defs_h) $(gdbcore_h) \
c906108c
SS
1734 $(inferior_h) target.h terminal.h gdb_string.h \
1735 $(INCLUDE_DIR)/callback.h
1736
03f2053f 1737remote-st.o: remote-st.c gdb_wait.h $(defs_h) $(gdbcore_h) serial.h \
c906108c
SS
1738 target.h gdb_string.h
1739
03f2053f 1740remote-udi.o: remote-udi.c $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1741 $(inferior_h) target.h terminal.h $(udiheaders) gdb_string.h
1742
03f2053f 1743remote-vx.o: remote-vx.c gdb_wait.h complaints.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1744 $(gdbcore_h) $(inferior_h) target.h vx-share/dbgRpcLib.h \
1745 vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
1746 vx-share/xdr_rdb.h gdb-stabs.h objfiles.h symfile.h $(bfd_h) \
1747 gdb_string.h
1748
03f2053f 1749remote-vx29k.o: remote-vx29k.c gdb_wait.h complaints.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1750 $(gdbcore_h) $(inferior_h) target.h vx-share/dbgRpcLib.h \
1751 vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
1752 vx-share/xdr_rdb.h gdb_string.h
1753
1754ocd.o: ocd.c ocd.h $(gdbcore_h) gdb_string.h $(frame_h) $(inferior_h) \
03f2053f 1755 $(bfd_h) symfile.h target.h gdb_wait.h $(gdbcmd_h) objfiles.h \
c906108c
SS
1756 gdb-stabs.h $(dcache_h) serial.h
1757
1758remote-utils.o: remote-utils.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1759 $(inferior_h) $(remote_utils_h) gdb_string.h
1760
03f2053f 1761remote.o: remote.c $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
43ff13b4 1762 $(inferior_h) $(remote_utils_h) symfile.h terminal.h gdb_string.h \
2acceee2 1763 $(event_loop_h) $(event_top_h) $(remote_h) $(inf_loop_h)
c906108c 1764
03f2053f 1765remote-nrom.o: remote-nrom.c $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1766 $(inferior_h) $(remote_utils_h) symfile.h terminal.h
1767
03f2053f 1768rom68k-rom.o: rom68k-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1769 $(inferior_h) target.h serial.h terminal.h
1770
1771rs6000-nat.o: rs6000-nat.c $(bfd_h) $(defs_h) $(inferior_h) target.h \
1772 xcoffsolib.h
1773
1774rs6000-tdep.o: rs6000-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
9aa1e687 1775 target.h xcoffsolib.h ppc-tdep.h
c906108c
SS
1776
1777scm-exp.o: $(defs_h) $(value_h) parser-defs.h language.h c-lang.h \
1778 scm-lang.h scm-tags.h
1779
1780scm-lang.o: $(defs_h) $(value_h) parser-defs.h language.h c-lang.h \
1781 scm-lang.h scm-tags.h gdb_string.h $(gdbcore_h)
1782
1783scm-valprint.o: $(defs_h) $(value_h) parser-defs.h language.h \
1784 scm-lang.h valprint.h $(gdbcore_h)
1785
1786ser-go32.o: ser-go32.c $(defs_h) serial.h
1787
1788ser-mac.o: ser-mac.c $(defs_h) serial.h signals.h
1789
1790ser-ocd.o: ser-ocd.c $(defs_h) serial.h signals.h gdb_string.h
1791
c2c6d25f 1792ser-pipe.o: ser-pipe.c $(defs_h) serial.h signals.h gdb_string.h ser-unix.h
43e526b9 1793
c2c6d25f 1794ser-tcp.o: ser-tcp.c $(defs_h) serial.h signals.h gdb_string.h ser-unix.h
c906108c 1795
c2c6d25f 1796ser-unix.o: ser-unix.c $(defs_h) serial.h ser-unix.h
c906108c
SS
1797
1798serial.o: serial.c $(defs_h) serial.h gdb_string.h
1799
1800sh-tdep.o: sh-tdep.c $(bfd_h) $(dis-asm_h) \
1801 $(srcdir)/../opcodes/sh-opc.h $(defs_h) $(expression_h) $(frame_h) \
b4a20239 1802 $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) $(value_h) $(arch_utils_h)
c906108c 1803
03f2053f 1804sh3-rom.o: sh3-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
b4a20239 1805 $(inferior_h) target.h serial.h terminal.h $(arch_utils_h)
c906108c 1806
03f2053f 1807mon960-rom.o: mon960-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
c906108c
SS
1808 $(inferior_h) target.h serial.h terminal.h
1809
1810solib.o: solib.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1811 objfiles.h gnu-regex.h symfile.h target.h gdb_string.h
1812
1813source.o: source.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \
1814 $(gdbcore_h) language.h objfiles.h gnu-regex.h symfile.h $(symtab_h) \
c2c6d25f 1815 gdb_string.h source.h
c906108c
SS
1816
1817sparc-nat.o: sparc-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(gdbcore_h) \
1818 target.h
1819
1820sparc-tdep.o: sparc-tdep.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
5af923b0
MS
1821 $(inferior_h) objfiles.h symfile.h target.h gdb_string.h \
1822 $(arch_utils_h)
c906108c
SS
1823
1824sparcl-tdep.o: sparcl-tdep.c $(defs_h) $(gdbcore_h) target.h
1825
1826dsrec.o: dsrec.c $(defs_h) srec.h
1827
1828stabsread.o: stabsread.c $(bfd_h) $(INCLUDE_DIR)/aout/stab.def \
1829 $(INCLUDE_DIR)/aout/stab_gnu.h buildsym.h complaints.h $(defs_h) \
1830 $(gdbtypes_h) objfiles.h stabsread.h symfile.h $(symtab_h) \
1831 gdb_string.h
1832
1833stack.o: stack.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
1834 language.h target.h gdb_string.h
1835
d9fcf2fb 1836ui-file.o: ui-file.c $(defs_h) ui-file.h
da59e081
JM
1837tui-file.o: $(srcdir)/tui/tui-file.c $(defs_h) $(srcdir)/tui/tui-file.h
1838 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-file.c
1839
7a292a7a 1840ax-general.o: ax-general.c $(ax_h) $(defs_h) $(value_h)
c906108c
SS
1841ax-gdb.o: ax-gdb.c $(defs_h) $(symtab_h) symfile.h $(gdbtypes_h) \
1842 $(value_h) $(expression_h) $(command_h) $(ax_h) $(gdbcmd_h) ax-gdb.h
1843
1844sun3-nat.o: sun3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1845
1846sun386-nat.o: sun386-nat.c $(defs_h) $(inferior_h) $(gdbcore_h)
1847
1848symfile.o: symfile.c $(breakpoint_h) complaints.h $(defs_h) \
1849 $(expression_h) $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) \
1850 language.h objfiles.h symfile.h $(symtab_h) target.h \
1851 gdb_string.h
1852
1853symm-tdep.o: symm-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1854
1855symm-nat.o: symm-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1856
1857symmisc.o: symmisc.c $(bfd_h) $(breakpoint_h) $(command_h) $(defs_h) \
1858 $(expression_h) $(gdbtypes_h) language.h objfiles.h symfile.h \
1859 $(symtab_h) gdb_string.h
1860
1861symtab.o: symtab.c call-cmds.h $(defs_h) $(expression_h) $(frame_h) \
1862 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h objfiles.h \
1863 gnu-regex.h symfile.h $(symtab_h) target.h $(value_h) \
1864 gdb_string.h
1865
104c1213
JM
1866# OBSOLETE tahoe-tdep.o: tahoe-tdep.c $(OP_INCLUDE)/tahoe.h $(defs_h) \
1867# OBSOLETE $(symtab_h)
c906108c 1868
7a292a7a
SS
1869tic80-tdep.o: tic80-tdep.c $(defs_h)
1870
c906108c
SS
1871target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
1872 objfiles.h symfile.h target.h gdb_string.h
1873
cd0fc7c3 1874thread.o: thread.c $(defs_h) gdbthread.h $(gdbcmd_h) target.h
c906108c
SS
1875
1876top.o: top.c top.h $(bfd_h) $(getopt_h) $(readline_headers) call-cmds.h \
1877 $(defs_h) $(gdbcmd_h) $(inferior_h) language.h signals.h \
c2c6d25f 1878 $(remote_utils_h) gdb_string.h $(event_loop_h) $(event_top_h) $(version_h)
c906108c
SS
1879
1880typeprint.o: typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1881 $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) target.h \
1882 $(value_h) gdb_string.h
1883
1884ultra3-nat.o: ultra3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1885
1886ultra3-xdep.o: ultra3-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1887
1888umax-xdep.o: umax-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1889
1890utils.o: utils.c $(bfd_h) $(defs_h) $(expression_h) $(gdbcmd_h) \
1891 language.h signals.h target.h terminal.h $(readline_headers) \
c2c6d25f 1892 gdb_string.h $(event_loop_h) $(event_top_h)
c906108c
SS
1893
1894valarith.o: valarith.c $(bfd_h) $(defs_h) $(expression_h) \
1895 $(gdbtypes_h) language.h $(symtab_h) target.h $(value_h) \
1896 gdb_string.h
1897
1898valops.o: valops.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h \
1899 gdb_string.h
1900
1901valprint.o: valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1902 $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) target.h \
1903 $(value_h) gdb_string.h valprint.h
1904
1905values.o: values.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \
1906 $(gdbcore_h) $(gdbtypes_h) $(symtab_h) target.h $(value_h) \
1907 gdb_string.h scm-lang.h
1908
1909vax-tdep.o: vax-tdep.c $(OP_INCLUDE)/vax.h $(defs_h) $(symtab_h)
1910
1911w65-tdep.o : w65-tdep.c $(gdbcore_h)
1912
1913win32-nat.o: win32-nat.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \
1914 gdb_string.h
1915
1916xdr_ld.o: vx-share/xdr_ld.c $(defs_h) vx-share/vxTypes.h \
1917 vx-share/vxWorks.h vx-share/xdr_ld.h
1918 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_ld.c
1919
1920xdr_ptrace.o: vx-share/xdr_ptrace.c $(defs_h) vx-share/vxTypes.h \
1921 vx-share/vxWorks.h vx-share/xdr_ptrace.h
1922 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_ptrace.c
1923
1924xdr_rdb.o: vx-share/xdr_rdb.c $(defs_h) vx-share/vxTypes.h \
1925 vx-share/vxWorks.h vx-share/xdr_rdb.h
1926 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_rdb.c
1927
1928xcoffread.o: xcoffread.c $(bfd_h) $(INCLUDE_DIR)/aout/stab.def \
1929 $(INCLUDE_DIR)/aout/stab_gnu.h $(INCLUDE_DIR)/coff/internal.h \
1930 $(INCLUDE_DIR)/coff/rs6000.h $(BFD_SRC)/libcoff.h buildsym.h \
1931 complaints.h $(defs_h) $(gdbtypes_h) objfiles.h stabsread.h symfile.h \
1932 $(symtab_h) partial-stab.h gdb_string.h
1933
1934xcoffsolib.o: xcoffsolib.c $(bfd_h) $(defs_h) xcoffsolib.h
1935
d4f3574e
SS
1936# FIXME: z8k-tdep.c calls _initialize_gdbtypes(). Since that isn't
1937# declared -Wimplicit fails. It should be using the GDBARCH framework.
1938# cagney 1999-09-02.
c906108c 1939z8k-tdep.o: z8k-tdep.c $(bfd_h) $(dis-asm_h) $(defs_h) $(frame_h) \
d4f3574e
SS
1940 $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) $(gdbcore_h) $(value_h)
1941 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
c906108c
SS
1942
1943c-exp.tab.o: c-exp.tab.c c-lang.h $(defs_h) $(expression_h) \
1944 $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h) \
1945 $(bfd_h) objfiles.h symfile.h
1946
1947jv-exp.tab.o: jv-exp.tab.c jv-lang.h $(defs_h) $(expression_h) \
1948 $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h) \
1949 $(bfd_h) objfiles.h symfile.h
1950
1951f-exp.tab.o: f-exp.tab.c f-lang.h $(defs_h) $(expression_h) \
1952 language.h parser-defs.h $(value_h) $(bfd_h) objfiles.h symfile.h
1953
1954m2-exp.tab.o: m2-exp.tab.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1955 language.h m2-lang.h parser-defs.h $(symtab_h) $(value_h) \
1956 $(bfd_h) objfiles.h symfile.h
1957
104c1213
JM
1958gdb-events.o: gdb-events.c gdb-events.h $(defs_h) $(gdbcmd_h)
1959
8b93c638
JM
1960ui-out.o: ui-out.c $(defs_h) $(ui_out_h) expression.h language.h
1961cli-out.o: cli-out.c $(defs_h) $(ui_out_h) $(cli_out_h)
1962varobj.o: varobj.c $(defs_h) $(frame_h) $(value_h) \
4f0aafb3 1963 $(language_h) valprint.h varobj.h wrapper.h
8b93c638
JM
1964 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
1965wrapper.o: wrapper.c $(defs_h) $(frame_h) $(value_h) wrapper.h
1966
fb40c209
AC
1967#
1968# MI dependencies
1969#
1970# Need to explicitly specify the compile rule as make will do nothing
1971# or try to compile the object file into the mi directory.
1972
1973mi_cmds_h = $(srcdir)/mi/mi-cmds.h
1974mi_out_h = $(srcdir)/mi/mi-out.h
1975mi_parse_h = $(srcdir)/mi/mi-parse.h
1976mi_getopt_h = $(srcdir)/mi/mi-getopt.h
1977mi_console_h = $(srcdir)/mi/mi-console.h
1978
1979mi-cmds.o: $(srcdir)/mi/mi-cmds.c $(defs_h) $(top_h) $(mi_cmds_h) $(ui_out_h)
1980 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmds.c
1981mi-cmd-var.o: $(srcdir)/mi/mi-cmd-var.c $(defs_h) $(top_h) $(mi_cmds_h) \
1982 $(ui_out_h)
1983 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-var.c
1984mi-cmd-stack.o: $(srcdir)/mi/mi-cmd-stack.c $(defs_h) $(top_h) $(mi_cmds_h) \
1985 $(ui_out_h) $(frame_h) $(value_h) $(target_h)
1986 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-stack.c
1987mi-cmd-break.o: $(srcdir)/mi/mi-cmd-break.c $(defs_h) $(mi_cmds_h) \
1988 $(ui_out_h) $(mi_getopt_h)
1989 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-break.c
1990mi-cmd-disas.o: $(srcdir)/mi/mi-cmd-disas.c $(defs_h) $(mi_cmds_h) \
1991 $(ui_out_h) $(value_h) $(target_h)
1992 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-disas.c
1993mi-main.o: $(srcdir)/mi/mi-main.c $(defs_h) $(top_h) $(mi_cmds_h) $(ui_out_h) \
1994 $(mi_console_h) $(mi_getopt_h) $(event_loop_h) $(event_top_h) \
1995 $(mi_getopt_h)
1996 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/mi/mi-main.c
1997mi-out.o: $(srcdir)/mi/mi-out.c $(defs_h) $(mi_out_h) $(ui_out_h)
1998 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-out.c
1999mi-console.o: $(srcdir)/mi/mi-console.c $(mi_out_h) $(defs_h)
2000 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-console.c
2001mi-parse.o: $(srcdir)/mi/mi-parse.c $(defs_h) $(mi_parse_h) $(mi_cmds_h)
2002 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-parse.c
2003mi-getopt.o: $(srcdir)/mi/mi-getopt.c $(mi_getopt_h) $(defs_h)
2004 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-getopt.c
2005
ed952ac5
AC
2006#
2007# TUI dependencies
2008#
2009# Need to explicitly specify the compile rule as make will do nothing
2010# or try to compile the object file into the mi directory.
2011
2012tui.o: $(srcdir)/tui/tui.c \
2013 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2014 $(srcdir)/tui/tuiLayout.h $(srcdir)/tui/tuiIO.h \
2015 $(srcdir)/tui/tuiRegs.h $(srcdir)/tui/tuiWin.h
2016 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tui.c
2017tuiCommand.o: $(srcdir)/tui/tuiCommand.c \
2018 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2019 $(srcdir)/tui/tuiWin.h $(srcdir)/tui/tuiIO.h
2020 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiCommand.c
2021tuiData.o: $(srcdir)/tui/tuiData.c \
2022 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h
2023 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiData.c
2024tuiDataWin.o: $(srcdir)/tui/tuiDataWin.c \
2025 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2026 $(srcdir)/tui/tuiRegs.h
2027 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiDataWin.c
2028tuiDisassem.o: $(srcdir)/tui/tuiDisassem.c \
2029 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2030 $(srcdir)/tui/tuiLayout.h $(srcdir)/tui/tuiSourceWin.h \
2031 $(srcdir)/tui/tuiStack.h
2032 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiDisassem.c
2033tuiGeneralWin.o: $(srcdir)/tui/tuiGeneralWin.c \
2034 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2035 $(srcdir)/tui/tuiGeneralWin.h
2036 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiGeneralWin.c
2037tuiIO.o: $(srcdir)/tui/tuiIO.c \
2038 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2039 $(srcdir)/tui/tuiIO.h $(srcdir)/tui/tuiCommand.h \
2040 $(srcdir)/tui/tuiWin.h
2041 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiIO.c
2042tuiLayout.o: $(srcdir)/tui/tuiLayout.c \
2043 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2044 $(srcdir)/tui/tuiGeneralWin.h $(srcdir)/tui/tuiStack.h \
2045 $(srcdir)/tui/tuiRegs.h $(srcdir)/tui/tuiDisassem.h
2046 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiLayout.c
2047tuiRegs.o: $(srcdir)/tui/tuiRegs.c \
2048 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2049 $(srcdir)/tui/tuiLayout.h $(srcdir)/tui/tuiWin.h
2050 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiRegs.c
2051tuiSource.o: $(srcdir)/tui/tuiSource.c \
2052 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2053 $(srcdir)/tui/tuiStack.h $(srcdir)/tui/tuiSourceWin.h \
2054 $(srcdir)/tui/tuiSource.h
2055 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiSource.c
2056tuiSourceWin.o: $(srcdir)/tui/tuiSourceWin.c \
2057 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2058 $(srcdir)/tui/tuiStack.h $(srcdir)/tui/tuiSourceWin.h \
2059 $(srcdir)/tui/tuiSource.h $(srcdir)/tui/tuiDisassem.h
2060 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiSourceWin.c
2061tuiStack.o: $(srcdir)/tui/tuiStack.c \
2062 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2063 $(srcdir)/tui/tuiStack.h $(srcdir)/tui/tuiSourceWin.h
2064 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiStack.c
2065tuiWin.o: $(srcdir)/tui/tuiWin.c \
2066 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2067 $(srcdir)/tui/tuiGeneralWin.h $(srcdir)/tui/tuiStack.h \
2068 $(srcdir)/tui/tuiSourceWin.h $(srcdir)/tui/tuiDataWin.h
2069 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiWin.c
2070
c906108c 2071### end of the gdb Makefile.in.
This page took 0.160698 seconds and 4 git commands to generate.