* rs6000-tdep.c: Delete unused function print_frame.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
CommitLineData
62e859f0 1#Copyright 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
33cf356a
SG
2
3# This file is part of GDB.
4
5# This program is free software; you can redistribute it and/or modify
3e5afc2c
RP
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
33cf356a 17# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3e5afc2c
RP
18
19prefix = /usr/local
20
b68b44fa 21program_transform_name =
4db3902a
RP
22exec_prefix = $(prefix)
23bindir = $(exec_prefix)/bin
24libdir = $(exec_prefix)/lib
6a1f93f6 25tooldir = $(libdir)/$(target_alias)
4db3902a 26
3e5afc2c 27datadir = $(prefix)/lib
4db3902a 28mandir = $(prefix)/man
3e5afc2c
RP
29man1dir = $(mandir)/man1
30man2dir = $(mandir)/man2
31man3dir = $(mandir)/man3
32man4dir = $(mandir)/man4
33man5dir = $(mandir)/man5
34man6dir = $(mandir)/man6
35man7dir = $(mandir)/man7
36man8dir = $(mandir)/man8
37man9dir = $(mandir)/man9
4db3902a 38infodir = $(prefix)/info
3e5afc2c
RP
39includedir = $(prefix)/include
40docdir = $(datadir)/doc
41
42SHELL = /bin/sh
43
44INSTALL = install -c
45INSTALL_PROGRAM = $(INSTALL)
46INSTALL_DATA = $(INSTALL)
47
48AR = ar
33cf356a 49AR_FLAGS = qv
3e5afc2c
RP
50RANLIB = ranlib
51
33cf356a
SG
52# Flags that describe where you can find the termcap library.
53# This can be overridden in the host Makefile fragment file.
54TERMCAP = -ltermcap
55
56# System V: If you compile gdb with a compiler which uses the coff
57# encapsulation feature (this is a function of the compiler used, NOT
58# of the m-?.h file selected by config.gdb), you must make sure that
59# the GNU nm is the one that is used by munch.
60
61# If you are compiling with GCC, make sure that either 1) You use the
62# -traditional flag, or 2) You have the fixed include files where GCC
63# can reach them. Otherwise the ioctl calls in inflow.c
64# will be incorrectly compiled. The "fixincludes" script in the gcc
65# distribution will fix your include files up.
66#CC=cc
67#CC=gcc -traditional
68GCC=gcc
69
70# Directory containing source files. Don't clean up the spacing,
71# this exact string is matched for by the "configure" script.
72srcdir = .
d941d8c3 73
33cf356a
SG
74# It is also possible that you will need to add -I/usr/include/sys to the
75# CFLAGS section if your system doesn't have fcntl.h in /usr/include (which
76# is where it should be according to Posix).
77
19d0f3f4
FF
78# If you use bison instead of yacc, it needs to include the "-y" argument.
79#BISON="bison -y"
33cf356a
SG
80BISON=yacc
81YACC=$(BISON)
33cf356a 82
33cf356a 83# where to find texinfo; GDB dist should include a recent one
967007ca 84TEXIDIR=${srcdir}/../texinfo
33cf356a
SG
85
86# where to find makeinfo, preferably one designed for texinfo-2
87MAKEINFO=makeinfo
88
89# Set this up with gcc if you have gnu ld and the loader will print out
90# line numbers for undefinded refs.
91#CC-LD=gcc -static
92CC-LD=${CC}
93
94# Where is the "include" directory? Traditionally ../include or ./include
95INCLUDE_DIR = ${srcdir}/../include
96INCLUDE_DEP = $$(INCLUDE_DIR)
97
98# Where is the source dir for the MMALLOC library? Traditionally ../mmalloc
99# or ./mmalloc (When we want the binary library built from it, we use
100# ${MMALLOC_DIR}${subdir}.)
101# Note that mmalloc can still be used on systems without mmap().
102# To use your system malloc, comment out the following defines.
103MMALLOC_DIR = ${srcdir}/../mmalloc
104MMALLOC_DEP = $$(MMALLOC_DIR)
105MMALLOC_LIB = ./../mmalloc${subdir}/libmmalloc.a
106# To use your system malloc, uncomment MMALLOC_DISABLE.
107#MMALLOC_DISABLE = -DNO_MMALLOC
108# To use mmalloc but disable corruption checking, uncomment MMALLOC_CHECK
109#MMALLOC_CHECK = -DNO_MMALLOC_CHECK
110MMALLOC_CFLAGS = ${MMALLOC_CHECK} ${MMALLOC_DISABLE}
111
112# Where is the source dir for the BFD library? Traditionally ../bfd or ./bfd
113# (When we want the binary library built from it, we use ${BFD_DIR}${subdir}.)
114BFD_DIR = ${srcdir}/../bfd
115BFD_DEP = $$(BFD_DIR)
116BFD_LIB = ./../bfd${subdir}/libbfd.a
117
118# Where is the source dir for the READLINE library? Traditionally in .. or .
119# (For the binary library built from it, we use ${READLINE_DIR}${subdir}.)
120READLINE_DIR = ${srcdir}/../readline
121READLINE_DEP = $$(READLINE_DIR)
122RL_LIB = ./../readline${subdir}/libreadline.a
123
124# All the includes used for CFLAGS and for lint.
125# -I. for config files.
126# -I${srcdir} possibly for regex.h also.
1a0edbc7
FF
127# -I${srcdir}/config for more generic config files.
128INCLUDE_CFLAGS = -I. -I${srcdir} -I${srcdir}/config -I$(INCLUDE_DIR)
33cf356a
SG
129
130# M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS
131# from the config/ directory.
132GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS}
133#PROFILE_CFLAGS = -pg
134
135# CFLAGS is specifically reserved for setting from the command line
136# when running make. I.E. "make USER_CFLAGS=-Wmissing-prototypes".
137CFLAGS = -g
138# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
139INTERNAL_CFLAGS = ${CFLAGS} ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${MMALLOC_CFLAGS} ${INCLUDE_CFLAGS} ${USER_CFLAGS}
140# None of the things in CFLAGS will do any harm, and on some systems
d40309c7 141# (e.g. SunOS4) it is important to use the MH_CFLAGS.
33cf356a
SG
142LDFLAGS = $(CFLAGS)
143
144# Where is the "-liberty" library, containing getopt and obstack?
145LIBIBERTY_DIR = ${srcdir}/../libiberty
146LIBIBERTY = ./../libiberty${subdir}/libiberty.a
147
1e4f3c20
KR
148# Where is the "-lopcodes" library, with (some of) the opcode tables and
149# disassemblers?
150OPCODES = ./../opcodes${subdir}/libopcodes.a
151
33cf356a
SG
152# The config/mh-* file must define REGEX and REGEX1 on USG machines.
153# If your sysyem is missing alloca(), or, more likely, it's there but
154# it doesn't work, define ALLOCA & ALLOCA1 too.
33cf356a
SG
155
156# Libraries and corresponding dependencies for compiling gdb.
157# {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
158# TERMCAP comes after readline, since readline depends on it.
d40309c7
JG
159CLIBS = ${BFD_LIB} ${RL_LIB} ${TERMCAP} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY} \
160 ${XM_CLIBS} ${TM_CLIBS} ${NAT_CLIBS}
161CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \
072b552a 162 ${BFD_LIB} ${RL_LIB} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY}
33cf356a 163
d40309c7
JG
164ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
165ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
33cf356a 166
ee7e82fe 167VERSION = 4.8.3
33cf356a
SG
168DIST=gdb
169
170LINT=/usr/5bin/lint
171LINTFLAGS= -I${BFD_DIR}
172
e7d3b7d1
RS
173RUNTEST=runtest
174RUNTESTFLAGS=
6fcb280e 175
33cf356a
SG
176# Host and target-dependent makefile fragments come in here.
177####
178# End of host and target-dependent makefile fragments
179
ef131e13 180FLAGS_TO_PASS = \
2fcc38b8
FF
181 "prefix=$(prefix)" \
182 "exec_prefix=$(exec_prefix)" \
ef131e13
JG
183 "against=$(against)" \
184 "AR=$(AR)" \
185 "AR_FLAGS=$(AR_FLAGS)" \
186 "CC=$(CC)" \
187 "CFLAGS=$(CFLAGS)" \
aecc5459
ILT
188 "CHILLFLAGS=$(CHILLFLAGS)" \
189 "CHILL=$(CHILL)" \
190 "CHILL_LIB=$(CHILL_LIB)" \
aecc5459
ILT
191 "CXX=$(CXX)" \
192 "CXXFLAGS=$(CXXFLAGS)" \
ef131e13
JG
193 "RANLIB=$(RANLIB)" \
194 "MAKEINFO=$(MAKEINFO)" \
195 "INSTALL=$(INSTALL)" \
196 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
197 "INSTALL_DATA=$(INSTALL_DATA)" \
e7d3b7d1
RS
198 "RUNTEST=$(RUNTEST)" \
199 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
ef131e13
JG
200 "BISON=$(BISON)"
201
aecc5459
ILT
202# Flags that we pass when building the testsuite.
203
204CC_FOR_TARGET = ` \
205 if [ -f $${rootme}/../gcc/Makefile ] ; then \
206 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
207 else \
208 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
209 echo $(CC); \
210 else \
211 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
212 fi; \
213 fi`
214
215CXX = gcc
216
217CXX_FOR_TARGET = ` \
218 if [ -f $${rootme}/../gcc/Makefile ] ; then \
219 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
220 else \
221 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
222 echo $(CXX); \
223 else \
224 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
225 fi; \
226 fi`
227
aecc5459
ILT
228CHILLFLAGS = $(CFLAGS)
229CHILL = gcc
230CHILL_FOR_TARGET = ` \
231 if [ -f $${rootme}/../gcc/Makefile ] ; then \
232 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -L$${rootme}/../chillrt/; \
233 else \
234 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
235 echo $(CC); \
236 else \
237 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
238 fi; \
239 fi`
240CHILL_LIB = -lchill
1fa66e36 241
0b96ed06
FF
242# The use of $$(x_FOR_TARGET) reduces the command line length by not
243# duplicating the lengthy definition.
aecc5459
ILT
244TARGET_FLAGS_TO_PASS = \
245 "prefix=$(prefix)" \
246 "exec_prefix=$(exec_prefix)" \
247 "against=$(against)" \
0b96ed06
FF
248 'CC=$$(CC_FOR_TARGET)' \
249 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
aecc5459 250 "CFLAGS=$(CFLAGS)" \
aecc5459 251 "CHILLFLAGS=$(CHILLFLAGS)" \
0b96ed06
FF
252 'CHILL=$$(CHILL_FOR_TARGET)' \
253 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
aecc5459 254 "CHILL_LIB=$(CHILL_LIB)" \
0b96ed06
FF
255 'CXX=$$(CXX_FOR_TARGET)' \
256 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
aecc5459
ILT
257 "CXXFLAGS=$(CXXFLAGS)" \
258 "MAKEINFO=$(MAKEINFO)" \
259 "INSTALL=$(INSTALL)" \
260 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
261 "INSTALL_DATA=$(INSTALL_DATA)" \
e7d3b7d1
RS
262 "RUNTEST=$(RUNTEST)" \
263 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
aecc5459
ILT
264 "BISON=$(BISON)"
265
33cf356a 266# All source files that go into linking GDB, except config-specified files.
2531303c
FF
267# Source files which are included via a config/*/* Makefile fragment should
268# *not* be specified here; they're in "ALLDEPFILES".
269SFILES = blockframe.c breakpoint.c buildsym.c c-exp.y c-lang.c c-typeprint.c \
270 c-valprint.c ch-exp.y ch-lang.c ch-typeprint.c ch-valprint.c coffread.c \
271 command.c complaints.c core.c cp-valprint.c dbxread.c demangle.c \
272 dwarfread.c elfread.c environ.c eval.c expprint.c findvar.c gdbtypes.c \
273 infcmd.c inflow.c infrun.c language.c m2-exp.y m2-lang.c m2-typeprint.c \
274 m2-valprint.c main.c maint.c mem-break.c minsyms.c mipsread.c \
275 objfiles.c parse.c printcmd.c remote.c source.c stabsread.c stack.c \
276 symfile.c symmisc.c symtab.c target.c typeprint.c utils.c valarith.c \
4e772f44 277 valops.c valprint.c values.c serial.c ser-hardwire.c
2531303c
FF
278
279# Files that are not source code, but need to go into gdb-$(VERSION).tar.Z.
280NONSRC = Makefile.in depend alldeps.mak createtags munch configure.in \
281 ChangeLog ChangeLog-9091 ChangeLog-3.x gdb.1 refcard.ps README TODO \
282 TAGS NEWS Projects .gdbinit COPYING $(YYFILES) copying.c copying.awk \
283 saber.suppress standalone.c stuff.c kdb-start.c putenv.c gcc.patch \
284 ${srcdir}/nindy-share/Makefile ${srcdir}/nindy-share/VERSION \
285 ${srcdir}/nindy-share/README ${srcdir}/vx-share/README \
286 ${srcdir}/config/convex/Convex.notes
287
33cf356a
SG
288# All source files that lint should look at
289LINTFILES = $(SFILES) $(YYFILES) init.c
290
291# Any additional files specified on these lines should also be added to
2531303c 292# the NONSRC definition, so they go in the tar files.
33cf356a
SG
293SFILES_STAND = $(SFILES) standalone.c
294SFILES_KGDB = $(SFILES) stuff.c kdb-start.c
295
1a0edbc7 296# Header files that are not named in config/*/* Makefile fragments go here.
2531303c
FF
297HFILES = breakpoint.h buildsym.h call-cmds.h command.h defs.h environ.h \
298 expression.h frame.h gdbcmd.h gdbcore.h gdbtypes.h gdb-stabs.h \
299 inferior.h language.h minimon.h objfiles.h parser-defs.h \
300 partial-stab.h serial.h signals.h solib.h symfile.h symtab.h \
301 stabsread.h target.h terminal.h typeprint.h xcoffsolib.h value.h \
302 c-lang.h ch-lang.h m2-lang.h complaints.h ns32k-opcode.h valprint.h \
2225eb85 303 config/m68k/tm-m68k.h config/pa/tm-hppa.h \
2531303c
FF
304 config/i960/tm-i960.h config/sparc/tm-sparc.h config/tm-sunos.h \
305 config/tm-sysv4.h config/m68k/xm-m68k.h config/sparc/xm-sparc.h \
306 config/xm-sysv4.h config/vax/xm-vax.h config/nm-trash.h \
307 ${srcdir}/29k-share/udi/udiphcfg.h ${srcdir}/29k-share/udi/udiphsun.h \
308 ${srcdir}/29k-share/udi/udiproc.h ${srcdir}/29k-share/udi/udipt29k.h \
309 ${srcdir}/29k-share/udi/udiptcfg.h ${srcdir}/29k-share/udi/udisoc.h \
310 ${srcdir}/29k-share/udi_soc ${srcdir}/nindy-share/b.out.h \
311 ${srcdir}/nindy-share/block_io.h ${srcdir}/nindy-share/coff.h \
312 ${srcdir}/nindy-share/demux.h ${srcdir}/nindy-share/env.h \
313 ${srcdir}/nindy-share/stop.h ${srcdir}/nindy-share/ttycntl.h \
314 ${srcdir}/vx-share/dbgRpcLib.h ${srcdir}/vx-share/ptrace.h \
315 ${srcdir}/vx-share/vxTypes.h ${srcdir}/vx-share/vxWorks.h \
316 ${srcdir}/vx-share/wait.h ${srcdir}/vx-share/xdr_ld.h \
317 ${srcdir}/vx-share/xdr_ptrace.h ${srcdir}/vx-share/xdr_rdb.h
318
319# GDB "info" files, which should be included in their entirety
320INFOFILES = gdb.info*
33cf356a 321
22473f72 322REMOTE_EXAMPLES = m68k-stub.c i386-stub.c sparc-stub.c rem-multi.shar
33cf356a 323
2531303c 324POSSLIBS = regex.c regex.h alloca.c
33cf356a
SG
325
326TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
327
33cf356a
SG
328# Subdirectories of gdb, which should be included in their entirety in
329# gdb-xxx.tar.Z:
f4ed8840 330TARDIRS = doc sparclite # tests
33cf356a 331
2531303c 332DEPFILES = ${TDEPFILES} ${XDEPFILES} ${NATDEPFILES}
33cf356a 333
2531303c 334SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES)
33cf356a 335TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS}
2531303c
FF
336
337TARFILES = ${SFILES} ${HFILES} ${NONSRC} ${ALLDEPFILES} $(ALLCONFIG) \
0f0834c5 338 $(ALLPARAM) $(INFOFILES) ${POSSLIBS} ${REMOTE_EXAMPLES}
33cf356a 339
327f7197 340OBS = version.o main.o blockframe.o breakpoint.o findvar.o stack.o source.o \
33cf356a 341 values.o eval.o valops.o valarith.o valprint.o printcmd.o \
17cb669f 342 symtab.o symfile.o symmisc.o infcmd.o infrun.o remote.o \
327f7197 343 command.o utils.o expprint.o environ.o gdbtypes.o \
3402b1cf 344 copying.o $(DEPFILES) mem-break.o target.o \
00cea52f 345 putenv.o parse.o language.o $(YYOBJ) \
781fa085 346 buildsym.o objfiles.o minsyms.o maint.o demangle.o \
f4ed8840 347 dbxread.o coffread.o elfread.o dwarfread.o mipsread.o \
a8a69e63
FF
348 stabsread.o core.o c-lang.o ch-lang.o m2-lang.o complaints.o \
349 typeprint.o c-typeprint.o ch-typeprint.o m2-typeprint.o \
4e772f44
SG
350 c-valprint.o cp-valprint.o ch-valprint.o m2-valprint.o \
351 serial.o ser-hardwire.o
33cf356a
SG
352
353RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES)
354
c9c23412 355TSOBS = inflow.o
33cf356a
SG
356
357NTSOBS = standalone.o
358
359TSSTART = /lib/crt0.o
360
361NTSSTART = kdb-start.o
362
aecc5459 363SUBDIRS = doc testsuite
33cf356a
SG
364
365# For now, shortcut the "configure GDB for fewer languages" stuff.
e58de8a2
FF
366YYFILES = c-exp.tab.c m2-exp.tab.c ch-exp.tab.c
367YYOBJ = c-exp.tab.o m2-exp.tab.o ch-exp.tab.o
33cf356a
SG
368
369# Prevent Sun make from putting in the machine type. Setting
370# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
371.c.o:
372 ${CC} -c ${INTERNAL_CFLAGS} $<
373
374all: gdb
aecc5459 375 $(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
6fcb280e 376
80c8fd72 377installcheck:
e7d3b7d1
RS
378check: force
379 rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=check DODIRS=testsuite subdir_do
b396a969
DZ
380info dvi: force
381 $(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
33cf356a 382install-info: force
2fcc38b8 383 $(MAKE) $(FLAGS_TO_PASS) DO=install-info "DODIRS=$(SUBDIRS)" subdir_do
33cf356a 384clean-info: force
2fcc38b8 385 $(MAKE) $(FLAGS_TO_PASS) DO=clean-info "DODIRS=$(SUBDIRS)" subdir_do
33cf356a
SG
386
387gdb.z:gdb.1
388 nroff -man $(srcdir)/gdb.1 | col -b > gdb.t
389 pack gdb.t ; rm -f gdb.t
390 mv gdb.t.z gdb.z
391
392install: gdb
ef131e13
JG
393 -parent=`echo $(bindir)|sed -e 's@/[^/]*$$@@'`; \
394 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
395 -if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi
396 -parent=`echo $(man1dir)|sed -e 's@/[^/]*$$@@'`; \
397 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
398 -if [ -d $(man1dir) ] ; then true ; else mkdir $(man1dir) ; fi
b68b44fa
ILT
399 -n=`t='$(program_transform_name)'; echo gdb | sed -e "" $$t`; \
400 $(INSTALL_PROGRAM) gdb $(bindir)/$$n; \
401 $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$n.1
33cf356a 402 $(M_INSTALL)
2fcc38b8 403 $(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
33cf356a
SG
404
405init.c: $(srcdir)/munch $(OBS) $(TSOBS)
406 $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(TSOBS) > init.c
407
408gdb: $(OBS) $(TSOBS) ${ADD_DEPS} ${CDEPS} init.o
409 ${CC-LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o gdb \
410 init.o $(OBS) $(TSOBS) $(ADD_FILES) $(CLIBS) $(LOADLIBES)
411
412saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
413 #setopt load_flags $(CFLAGS) -I$(BFD_DIR) -DHOST_SYS=SUN4_SYS
414 #load ./init.c $(SFILES)
b076b3f8
FF
415 #unload ${srcdir}/c-exp.y ${srcdir}/m2-exp.y ${srcdir}/ch-exp.y
416 #unload ${srcdir}/vx-share/*.h
33cf356a 417 #unload ${srcdir}/nindy-share/[A-Z]*
e58de8a2 418 #load c-exp.tab.c m2-exp.tab.c ch-exp.tab.c
33cf356a 419 #load copying.c version.c
1e4f3c20 420 #load ../opcodes/libopcodes.a
33cf356a
SG
421 #load ../libiberty/libiberty.a
422 #load ../bfd/libbfd.a
423 #load ../readline/libreadline.a
424 #load ../mmalloc/libmmalloc.a
425 #load -ltermcap
426 #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'`
427 echo "Load .c corresponding to:" $(DEPFILES)
428
429
430# This is useful when debugging GDB, because some Unix's don't let you run GDB
431# on itself without copying the executable. So "make gdb1" will make
432# gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
433# Removing gdb1 before the copy is the right thing if gdb1 is open
434# in another process.
435gdb1: gdb
436 rm -f gdb1
437 cp gdb gdb1
438
439# This is a remote stub which runs under unix and starts up an
440# inferior process. This is at least useful for debugging GDB's
441# remote support.
442rapp: $(RAPP_OBS)
443 rm -f rapp_init.c
444 ${srcdir}/munch ${MUNCH_DEFINE} ${RAPP_OBS} > rapp_init.c
445 ${CC-LD} $(LDFLAGS) -o $@ rapp_init.c $(RAPP_OBS)
446
447# Support for building Makefile out of configured pieces, automatically
448# generated dependencies, etc. alldeps.mak is a file that contains
2531303c
FF
449# "make" variable definitions for all ALLDEPFILES, ALLPARAM, and ALLCONFIG,
450# all cadged from the current contents of the config subtree.
33cf356a 451
2531303c
FF
452alldeps.mak: force
453 rm -f alldeps.mak alldeps*.tmp allparam*.tmp allconfig*.tmp
454 for i in `find ${srcdir}/config -name '*.m[ht]'` ; do \
33cf356a
SG
455 echo $$i >>allconfig.tmp; \
456 awk <$$i ' \
d40309c7 457 $$1 == "TDEPFILES=" || $$1 == "XDEPFILES=" \
2531303c 458 || $$1 == "NATDEPFILES=" { \
33cf356a
SG
459 for (i = 2; i <= NF; i++) \
460 print $$i >> "alldeps.tmp" ; \
461 } \
f4ed8840 462 $$1 == "TM_FILE=" || $$1 == "XM_FILE=" || $$1 == "NAT_FILE=" { \
33cf356a
SG
463 print $$2 >> "allparam.tmp" }' ; \
464 done
465 sort <alldeps.tmp | uniq | \
466 sed -e 's/arm-convert.o/arm-convert.s/' \
467 -e 's!^Onindy.o!nindy-share/Onindy.c!' \
468 -e 's!^nindy.o!nindy-share/nindy.c!' \
469 -e 's!ttybreak.o!nindy-share/ttybreak.c!' \
470 -e 's!ttyflush.o!nindy-share/ttyflush.c!' \
471 -e 's!xdr_ld.o!vx-share/xdr_ld.c!' \
472 -e 's!xdr_ptrace.o!vx-share/xdr_ptrace.c!' \
473 -e 's!xdr_rdb.o!vx-share/xdr_rdb.c!' \
6881fb6d 474 -e 's!udr.o!29k-share/udi/udr.c!' \
6881fb6d 475 -e 's!udip2soc.o!29k-share/udi/udip2soc.c!' \
2531303c
FF
476 -e '/..\/sim\//d' \
477 -e '/..\/opcodes\//d' \
33cf356a
SG
478 -e 's/\.o/.c/' \
479 >alldeps2.tmp
1a0edbc7 480 for i in `cat allparam.tmp` ; do \
2531303c 481 find ${srcdir}/config -name $$i -print >>allparam2.tmp ; \
1a0edbc7 482 done
2531303c
FF
483 echo '# Start of "alldeps.mak" definitions' >>alldeps.mak;
484 sort <alldeps2.tmp | uniq | awk 'BEGIN {printf "ALLDEPFILES="} \
485 NR == 0 {printf $$0;} \
486 NR != 0 {printf "\\\n" $$0} \
487 END {printf "\n\n"}' >>alldeps.mak;
1a0edbc7 488 sort <allparam2.tmp | uniq | awk 'BEGIN {printf "ALLPARAM="} \
2531303c
FF
489 NR == 0 {printf $$0;} \
490 NR != 0 {printf "\\\n" $$0} \
491 END {printf "\n\n"}' >>alldeps.mak;
33cf356a 492 sort <allconfig.tmp | uniq | awk 'BEGIN {printf "ALLCONFIG="} \
2531303c
FF
493 NR == 0 {printf $$0;} \
494 NR != 0 {printf "\\\n" $$0} \
495 END {printf "\n\n"}' >>alldeps.mak;
496 echo '# End of "alldeps.mak" definitions' >>alldeps.mak;
497 rm -f alldeps*.tmp allparam*.tmp allconfig*.tmp
33cf356a
SG
498
499# The sed script makes everything which depends on {x,t}m.h depend on
500# config.status as well, in case someone reconfigures gdb out from
501# under an already compiled gdb.
502depend: $(SOURCES) Makefile.in
503 @echo Ignore errors about non-existent system-supplied include files
504 @echo for systems other than the one you are using.
ee7e82fe 505 @echo Also ignore any errors in arm-convert.s.
33cf356a 506 -$(GCC) -MM -nostdinc -I/usr/include $(CFLAGS) -I$(BFD_DIR) \
3402b1cf
PB
507 -I${READLINE_DIR} $(INCLUDE_CFLAGS) \
508 `ls $(SOURCES) | grep -v '\.[hy]$$' | \
33cf356a
SG
509 sort -u` >depend.tmp
510# If running in srcdir, translate "./foo.c" into "$srcdir/foo.c" except
b6113cc4 511# for xm.h, tm.h and nm.h. This allows the same "depend" file to be used
33cf356a
SG
512# by the various subdirectories.
513 if [ "${srcdir}" = "." ] ; then \
514 <depend.tmp sed \
515 -e 's; ./xm.h; xm.h;g' \
516 -e 's; ./tm.h; tm.h;g' \
b6113cc4 517 -e 's; ./nm.h; nm.h;g' \
33cf356a
SG
518 -e 's; \./; $${srcdir}/;g' \
519 -e 's; vx-share/; $${srcdir}/vx-share/;g' \
520 -e 's; nindy-share/; $${srcdir}/nindy-share/;g' \
6881fb6d 521 -e 's; 29k-share/; $${srcdir}/29k-share/;g' \
33cf356a
SG
522 >depend.tm2; \
523 rm depend.tmp; \
524 mv depend.tm2 depend.tmp; \
525 fi
526 <depend.tmp sed \
527 -e 's; [xt]m.h;& config.status;g' \
528 -e 's; $(INCLUDE_DIR)/; $(INCLUDE_DEP)/;g' \
529 -e 's; $(READLINE_DIR)/; $(READLINE_DEP)/;g' \
530 -e 's; [a-z0-9./]*bfd/; $(BFD_DEP)/;g' \
531 -e 's; ./xm.h; xm.h config.status;g' \
532 -e 's; ./tm.h; tm.h config.status;g' \
b6113cc4 533 -e 's; ./nm.h; nm.h config.status;g' \
33cf356a
SG
534 >depend
535 rm depend.tmp
536
537config.status:
538 @echo "You must configure gdb. Look at the README file for details."
539 @false
540
ef131e13
JG
541# This checks the configure.in file versus the config/ directory.
542config-check: config-check-hosts config-check-targets
543config-check-hosts:
544 grep gdb_host= ${srcdir}/configure.in | \
545 sed -e 's/.*gdb_host=//' -e 's/ ;;$$/.mh/' | sort -u >HOSTconf.o
546 (cd ${srcdir}/config; ls *.mh) >HOSTdir.o
547 diff -u HOSTconf.o HOSTdir.o
548
549config-check-targets:
550 grep gdb_target= ${srcdir}/configure.in | \
551 sed -e 's/.*gdb_target=//' -e 's/ ;;$$/.mh/' | sort -u >TARGconf.o
552 (cd ${srcdir}/config; ls *.mt) >TARGdir.o
553 diff -u HOSTconf.o HOSTdir.o
554
33cf356a
SG
555# These are not generated by "make depend" because they only are there
556# for some machines.
557# But these rules don't do what we want; we want to hack the foo.o: tm.h
558# dependency to do the right thing.
2225eb85
FF
559tm-isi.h tm-sun3.h tm-news.h tm-hp300bsd.h tm-altos.h: tm-m68k.h
560tm-hp300hpux.h tm-sun2.h tm-3b1.h: tm-m68k.h
33cf356a
SG
561xm-news1000.h: xm-news.h
562xm-i386-sv32.h: xm-i386.h
563tm-i386gas.h: tm-i386.h
564xm-sun4os4.h: xm-sparc.h
565tm-sun4os4.h: tm-sparc.h
566xm-vaxult.h: xm-vax.h
567xm-vaxbsd.h: xm-vax.h
568
2531303c 569kdb: $(NTSSTART) $(OBS) $(NTSOBS) ${ADD_DEPS} ${CDEPS}
33cf356a
SG
570 rm -f init.c
571 $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(NTSOBS) > init.c
572 $(CC) $(LDFLAGS) -c init.c $(CLIBS)
573 ld -o kdb $(NTSSTART) $(OBS) $(NTSOBS) init.o $(ADD_FILES) \
574 -lc $(CLIBS)
575
576# Put the proper machine-specific files first.
577# createtags will edit the .o in DEPFILES into .c
2531303c 578TAGS: ${TAGFILES}
d40309c7
JG
579 $(srcdir)/createtags $(TM_FILE) ${XM_FILE} ${NAT_FILE} \
580 $(DEPFILES) ${TAGFILES}
33cf356a
SG
581tags: TAGS
582
583# Making distributions of GDB and friends.
584
33cf356a
SG
585# Make a tar file containing the GDB directory of the distribution.
586gdb.tar.Z: force_update
587 $(MAKE) $(MFLAGS) -f Makefile.in setup-to-dist
588 $(MAKE) $(MFLAGS) -f Makefile.in gdb-$(VERSION).tar.Z
589
2531303c
FF
590# Make a directory `proto-gdb.dir' that contains an image of the GDB
591# directory of the distribution, built up with symlinks. Note that this
592# make target is not directly referenced by any other rules in this makefile,
593# it is referenced by the makefile in the parent directory.
594make-proto-gdb.dir: force_update
595 $(MAKE) $(MFLAGS) -f Makefile.in setup-to-dist
596 $(MAKE) $(MFLAGS) -f Makefile make-proto-gdb-1
597
598# Set up the GDB source directory for distribution, by building all files that
599# are products of other files.
600setup-to-dist: update-depend force_update
601 ../configure none
602 (cd doc; $(MAKE) $(MFLAGS) GDBvn.texi)
603 $(MAKE) $(MFLAGS) gdb.info
604 $(MAKE) $(MFLAGS) refcard.ps
22473f72
JG
605
606# Update the "depend" and "alldeps.mak" files in a source directory.
607# We update alldeps.mak first, since it is used to generate the list
608# of files to be checked for dependencies.
609update-depend: update-alldeps force_update
b3d4dd73 610 ../configure none -norecursion
33cf356a
SG
611 rm -f depend
612 $(MAKE) $(MFLAGS) depend
22473f72 613
2531303c
FF
614# Update the "alldeps.mak" file in a source directory.
615update-alldeps: force_update
616 ../configure none -norecursion
617 rm -f alldeps.mak
618 $(MAKE) $(MFLAGS) alldeps.mak
33cf356a
SG
619
620# Build a tar file from a proto-gdb.dir.
621gdb-$(VERSION).tar.Z: force_update
622 rm -f gdb.tar gdb-$(VERSION).tar.Z
2531303c 623 $(MAKE) $(MFLAGS) -f Makefile make-proto-gdb-1
33cf356a
SG
624 ln -s proto-gdb.dir $(DIST)
625 tar chf - $(DIST) | compress >gdb-$(VERSION).tar.Z
626 rm -rf $(DIST) proto-gdb.dir
627
628# Build a proto-gdb.dir after GDB has been set up for distribution.
629# This stuff must be run in `Makefile', not `Makefile.in`; we use the makefile
630# built in the setup-to-dist process, since it defines things like ALLCONFIG
631# and ALLDEPFILES, that we need.
632make-proto-gdb-1: ${TARFILES} ${TARDIRS} gdb.info
633 rm -rf proto-gdb.dir
634 mkdir proto-gdb.dir
2531303c
FF
635 rootme=`pwd`/ ; export rootme ; \
636 for i in `echo ${TARDIRS}`; do \
637 (cd proto-gdb.dir ; \
638 mkdir -p $$i; \
639 cd $$i; \
640 ln -s $${rootme}/$$i/* .; \
641 rm -rf SCCS CVS CVS.adm RCS config.status; \
642 if test -f Makefile.in; then rm Makefile; else true; fi;); \
643 done ; \
644 for i in `echo ${TARFILES}`; do \
645 (cd proto-gdb.dir ; \
646 dir=`dirname $$i`; \
647 if test -d $$dir; then true; else mkdir -p $$dir; fi; \
648 ln -s $${rootme}/$$i $$i;); \
649 done
33cf356a
SG
650 chmod og=u `find . -print`
651
652clean:
4e772f44 653 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(SUBDIRS)" subdir_do
33cf356a
SG
654 rm -f *.o ${ADD_FILES} *~
655 rm -f init.c version.c
2531303c 656 rm -f gdb core make.log
33cf356a 657 rm -f gdb[0-9]
33cf356a 658
e58de8a2 659distclean: clean c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS
4e772f44 660 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do
33cf356a
SG
661 rm -f tm.h xm.h config.status
662 rm -f y.output yacc.acts yacc.tmp
663 rm -f ${TESTS} Makefile depend
33cf356a
SG
664
665realclean: clean
4e772f44 666 @$(MAKE) $(FLAGS_TO_PASS) DO=realclean "DODIRS=$(SUBDIRS)" subdir_do
e58de8a2 667 rm -f c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS
33cf356a
SG
668 rm -f tm.h xm.h config.status
669 rm -f Makefile depend
33cf356a
SG
670
671STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb
672
673subdir_do: force
674 @for i in $(DODIRS); do \
675 if [ -d ./$$i ] ; then \
676 if (cd ./$$i; \
ef131e13 677 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
33cf356a
SG
678 else exit 1 ; fi ; \
679 else true ; fi ; \
680 done
d941d8c3 681
33cf356a
SG
682Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
683 $(SHELL) ./config.status
d941d8c3 684
33cf356a 685force:
d941d8c3 686
33cf356a
SG
687# Documentation!
688# GDB QUICK REFERENCE (TeX dvi file, CM fonts)
2b21d8aa 689refcard.dvi:
ef131e13 690 ( cd ./doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS) )
33cf356a 691 mv ./doc/refcard.dvi .
d941d8c3 692
33cf356a 693# GDB QUICK REFERENCE (PostScript output, common PS fonts)
2b21d8aa 694refcard.ps:
ef131e13 695 ( cd ./doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS) )
33cf356a 696 mv ./doc/refcard.ps .
d941d8c3 697
33cf356a 698# GDB MANUAL: TeX dvi file
259d1dea 699gdb.dvi:
2b21d8aa 700 ( cd ./doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS) )
33cf356a 701 mv ./doc/gdb.dvi .
d941d8c3 702
33cf356a 703# GDB MANUAL: info file
259d1dea 704gdb.info:
24b88ae8 705 ( cd ./doc; $(MAKE) gdb.info $(FLAGS_TO_PASS) )
33cf356a 706 mv ./doc/gdb.info* .
d941d8c3 707
33cf356a
SG
708# Make copying.c from COPYING
709copying.c: ${srcdir}/COPYING ${srcdir}/copying.awk
710 awk -f ${srcdir}/copying.awk < ${srcdir}/COPYING > copying.c
d941d8c3 711
33cf356a
SG
712version.c: Makefile
713 echo 'char *version = "$(VERSION)";' >version.c
d941d8c3 714
33cf356a
SG
715# c-exp.tab.c is generated in target dir from c-exp.y if it doesn't exist
716# in srcdir, then compiled in target dir to c-exp.tab.o.
f4ed8840
JG
717# ././c-exp.tab.c is so the command argument will never match $(srcdir)/c-exp.y
718# (some "makes" rewrite the VPATH into command arguments if they match deps).
9aa44833
SG
719# Remove bogus decls for malloc/realloc/free which conflict with everything
720# else.
33cf356a 721c-exp.tab.o: c-exp.tab.c
f4ed8840 722c-exp.tab.c: $(srcdir)/c-exp.y $(srcdir)/Makefile.in
33cf356a
SG
723 @echo 'Expect 4 shift/reduce conflicts.'
724 ${YACC} $(srcdir)/c-exp.y
9aa44833
SG
725 -sed -e '/extern.*malloc/d' \
726 -e '/extern.*realloc/d' \
727 -e '/extern.*free/d' \
e58de8a2 728 -e '/include.*malloc.h/d' \
e35843d4
FF
729 -e 's/malloc/xmalloc/g' \
730 -e 's/realloc/xrealloc/g' \
f4ed8840 731 < y.tab.c > ././c-exp.tab.c
9aa44833 732 -rm y.tab.c
d941d8c3 733
e58de8a2
FF
734# ch-exp.tab.c is generated in target dir from ch-exp.y if it doesn't exist
735# in srcdir, then compiled in target dir to ch-exp.tab.o.
736# Remove bogus decls for malloc/realloc/free which conflict with everything
737# else.
738ch-exp.tab.o: ch-exp.tab.c
f4ed8840 739ch-exp.tab.c: $(srcdir)/ch-exp.y $(srcdir)/Makefile.in
2fcc38b8 740 @echo 'Expect rules never reduced and {shift,reduce}/reduce conflicts.'
e58de8a2
FF
741 ${YACC} $(srcdir)/ch-exp.y
742 -sed -e '/extern.*malloc/d' \
743 -e '/extern.*realloc/d' \
744 -e '/extern.*free/d' \
745 -e '/include.*malloc.h/d' \
746 -e 's/malloc/xmalloc/g' \
747 -e 's/realloc/xrealloc/g' \
f4ed8840 748 < y.tab.c > ././ch-exp.tab.c
e58de8a2
FF
749 -rm y.tab.c
750
33cf356a
SG
751# m2-exp.tab.c is generated in target dir from m2-exp.y if it doesn't exist
752# in srcdir, then compiled in target dir to m2-exp.tab.o.
e58de8a2
FF
753# Remove bogus decls for malloc/realloc/free which conflict with everything
754# else.
33cf356a 755m2-exp.tab.o: m2-exp.tab.c
f4ed8840 756m2-exp.tab.c: $(srcdir)/m2-exp.y $(srcdir)/Makefile.in
33cf356a 757 ${YACC} $(srcdir)/m2-exp.y
9aa44833
SG
758 -sed -e '/extern.*malloc/d' \
759 -e '/extern.*realloc/d' \
760 -e '/extern.*free/d' \
e58de8a2 761 -e '/include.*malloc.h/d' \
e35843d4
FF
762 -e 's/malloc/xmalloc/g' \
763 -e 's/realloc/xrealloc/g' \
f4ed8840 764 < y.tab.c > ././m2-exp.tab.c
9aa44833 765 -rm y.tab.c
d941d8c3 766
a679650f
FF
767
768main.o: ${srcdir}/main.c
769 ${CC} -c ${INTERNAL_CFLAGS} -I${READLINE_DIR} $<
770
33cf356a
SG
771# The symbol-file readers have dependencies on BFD header files.
772dbxread.o: ${srcdir}/dbxread.c
773 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/dbxread.c
d941d8c3 774
33cf356a
SG
775coffread.o: ${srcdir}/coffread.c
776 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/coffread.c
d941d8c3 777
33cf356a
SG
778mipsread.o: ${srcdir}/mipsread.c
779 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/mipsread.c
d941d8c3 780
33cf356a
SG
781elfread.o: ${srcdir}/elfread.c
782 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/elfread.c
d941d8c3 783
33cf356a
SG
784dwarfread.o: ${srcdir}/dwarfread.c
785 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/dwarfread.c
d941d8c3 786
a679650f
FF
787stabsread.o: ${srcdir}/stabsread.c
788 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/stabsread.c
789
f4ed8840 790# Used on RS/6000 native
33cf356a
SG
791xcoffread.o: ${srcdir}/xcoffread.c
792 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/xcoffread.c
d941d8c3 793
33cf356a
SG
794xcoffexec.o: ${srcdir}/xcoffexec.c
795 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/xcoffexec.c
d941d8c3 796
f4ed8840 797# Used on HP-PA native
2fcc38b8
FF
798paread.o: ${srcdir}/paread.c
799 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/paread.c
800
33cf356a 801# Drag in the files that are in another directory.
d941d8c3 802
33cf356a
SG
803xdr_ld.o: ${srcdir}/vx-share/xdr_ld.c
804 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/vx-share/xdr_ld.c
d941d8c3 805
33cf356a
SG
806xdr_ptrace.o: ${srcdir}/vx-share/xdr_ptrace.c
807 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/vx-share/xdr_ptrace.c
d941d8c3 808
33cf356a
SG
809xdr_rdb.o: ${srcdir}/vx-share/xdr_rdb.c
810 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/vx-share/xdr_rdb.c
d941d8c3 811
33cf356a 812nindy.o: ${srcdir}/nindy-share/nindy.c
6a1f93f6
KR
813 ${CC} -c ${INTERNAL_CFLAGS} -DSTRIP='"$(tooldir)/bin/strip"' \
814 ${srcdir}/nindy-share/nindy.c
d941d8c3 815
33cf356a
SG
816Onindy.o: ${srcdir}/nindy-share/Onindy.c
817 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/nindy-share/Onindy.c
d941d8c3 818
33cf356a
SG
819ttybreak.o: ${srcdir}/nindy-share/ttybreak.c
820 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/nindy-share/ttybreak.c
d941d8c3 821
33cf356a
SG
822ttyflush.o: ${srcdir}/nindy-share/ttyflush.c
823 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/nindy-share/ttyflush.c
d941d8c3 824
6881fb6d
SG
825udr.o: ${srcdir}/29k-share/udi/udr.c
826 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/29k-share/udi/udr.c
827
828udip2soc.o: ${srcdir}/29k-share/udi/udip2soc.c
829 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/29k-share/udi/udip2soc.c
830
33cf356a
SG
831lint: $(LINTFILES)
832 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
833 `echo ${DEPFILES} | sed 's/\.o /\.c /g'
d941d8c3 834
33cf356a
SG
835gdb.cxref: $(SFILES)
836 cxref -I. $(SFILES) >gdb.cxref
d941d8c3 837
33cf356a 838force_update:
d941d8c3 839
33cf356a
SG
840# GNU Make has an annoying habit of putting *all* the Makefile variables
841# into the environment, unless you include this target as a circumvention.
842# Rumor is that this will be fixed (and this target can be removed)
843# in GNU Make 4.0.
844.NOEXPORT:
d941d8c3 845
aecc5459
ILT
846# GNU Make 3.63 has a different problem: it keeps tacking command line
847# overrides onto the definition of $(MAKE). This variable setting
848# will remove them.
849MAKEOVERRIDES=
850
58bb1e76
ILT
851## This is ugly, but I don't want GNU make to put these variables in
852## the environment. Older makes will see this as a set of targets
853## with no dependencies and no actions.
854unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
58bb1e76 855
33cf356a
SG
856# This is the end of "Makefile.in". When built into "Makefile"
857# by the configure script, two things are added below this point:
858# alldeps.mak -- defintions of all files that are used in
859# host- or target-dependent configurations
860# depend -- what .o files depend on what .c and .h files,
861# for all configurations.
This page took 0.108199 seconds and 4 git commands to generate.