* config/tc-mips.c (macro): Use $AT for any floating point load.
[deliverable/binutils-gdb.git] / bfd / Makefile.in
CommitLineData
204ae00c
ILT
1# Makefile template for Configure for the BFD library.
2# Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
3c8a3c56
JG
3# Written by Cygnus Support.
4#
5# This file is part of BFD, the Binary File Descriptor library.
6#
7# This program is free software; you can redistribute it and/or modify
99a42820 8# it under the terms of the GNU General Public License as published by
3c8a3c56
JG
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
99a42820
RP
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
3c8a3c56 16#
99a42820 17# You should have received a copy of the GNU General Public License
3c8a3c56
JG
18# along with this program; if not, write to the Free Software
19# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
99a42820 20
99a42820 21srcdir = .
fde8212e
RP
22
23prefix = /usr/local
24
5868184b
FF
25exec_prefix = $(prefix)
26bindir = $(exec_prefix)/bin
27libdir = $(exec_prefix)/lib
28
fde8212e 29datadir = $(prefix)/lib
5868184b 30mandir = $(prefix)/man
fde8212e
RP
31man1dir = $(mandir)/man1
32man2dir = $(mandir)/man2
33man3dir = $(mandir)/man3
34man4dir = $(mandir)/man4
35man5dir = $(mandir)/man5
36man6dir = $(mandir)/man6
37man7dir = $(mandir)/man7
38man8dir = $(mandir)/man8
39man9dir = $(mandir)/man9
5868184b 40infodir = $(prefix)/info
fde8212e 41includedir = $(prefix)/include
5868184b 42oldincludedir =
fbee3571 43docdir = doc
fde8212e
RP
44
45SHELL = /bin/sh
46
47INSTALL = install -c
48INSTALL_PROGRAM = $(INSTALL)
49INSTALL_DATA = $(INSTALL)
50
1b494bfa 51AR = ar
287c221d 52AR_FLAGS = rc
6e491a87 53CFLAGS = -g
fde8212e
RP
54BISON = bison
55MAKEINFO = makeinfo
56RANLIB = ranlib
57
d6a554ae 58INCDIR = $(srcdir)/../include
40773f7f 59CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
a5c6b4b3 60DEP = mkdep
12e7087f 61
f259290f 62SUBDIRS = doc
12e7087f 63
99a42820 64
7de245d3
PB
65# Change this (to MINIMIZE=1) to save space in executables.
66# Currently, all this does is control the target_vector in targets.c.
67MINIMIZE=0
68
5176a6bc 69TARGETLIB = libbfd.a
99a42820
RP
70
71
726cc6ef 72BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
a3b3dbdd
ILT
73 archures.o core.o section.o format.o syms.o reloc.o init.o \
74 ctor.o seclet.o coffgen.o reloc16.o
63ffe5ef 75
cbdc7909 76BFD_MACHINES = cpu-h8300.o cpu-i960.o cpu-sparc.o cpu-m68k.o cpu-m88k.o \
6bb4c923 77 cpu-vax.o cpu-mips.o cpu-a29k.o cpu-i386.o cpu-rs6000.o cpu-hppa.o \
204ae00c 78 cpu-z8k.o cpu-we32k.o cpu-h8500.o
99a42820 79
204ae00c
ILT
80BFD_BACKENDS = aout32.o sunos.o newsos3.o aout-mipsbsd.o aout-adobe.o \
81 i386aout.o i386bsd.o i386linux.o \
82 aout64.o demo64.o \
156e3852 83 coff-i960.o coff-a29k.o coff-m68k.o coff-i386.o coff-m88k.o \
204ae00c
ILT
84 coff-rs6000.o coff-h8300.o coff-h8500.o coff-z8k.o coff-we32k.o \
85 coff-mips.o coff-msym.o \
86 elf32.o elf32-sparc.o elf32-i386.o elf32-i860.o elf32-m68k.o \
87 bout.o \
88 hppa.o oasys.o ieee.o srec.o stab-syms.o
63ffe5ef 89
c6e7b0ed 90OPTIONAL_BACKENDS = trad-core.o
99a42820 91
22e98743
SC
92#### host and target dependent Makefile fragments come in here.
93###
94
98c0c56d 95FLAGS_TO_PASS = \
287c221d
PB
96 "prefix=$(prefix)" \
97 "exec_prefix=$(exec_prefix)" \
98c0c56d
BK
98 "against=$(against)" \
99 "AR=$(AR)" \
100 "AR_FLAGS=$(AR_FLAGS)" \
101 "CC=$(CC)" \
102 "CFLAGS=$(CFLAGS)" \
103 "RANLIB=$(RANLIB)" \
104 "MAKEINFO=$(MAKEINFO)" \
105 "INSTALL=$(INSTALL)" \
106 "INSTALL_DATA=$(INSTALL_DATA)" \
107 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
108 "BISON=$(BISON)"
109
6e491a87 110.c.o:
892205bc 111 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $<
6e491a87 112
99a42820 113BFD_H=$(INCDIR)/bfd.h
99a42820
RP
114
115# C source files that correspond to .o's.
a3b3dbdd
ILT
116CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \
117 archures.c coff-i386.c aout64.c aout32.c sunos.c demo64.c \
118 coff-i960.c srec.c tekhex.c oasys.c ieee.c coff-m68k.c \
119 coff-a29k.c coff-rs6000.c coff-msym.c coffgen.c format.c \
120 section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c \
121 seclet.c coff-m88k.c coff-mips.c trad-core.c newsos3.c \
204ae00c 122 i386aout.c i386linux.c bout.c aout-adobe.c coff-we32k.c \
a3b3dbdd
ILT
123 i386bsd.c cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c \
124 cpu-m88k.c cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c \
204ae00c
ILT
125 cpu-rs6000.c coff-h8300.c hppa.c cpu-hppa.c cpu-we32k.c reloc16.c \
126 aout-mipsbsd.c \
127 elf32.c elf32-sparc.c elf32-i386.c elf32-i860.c elf32-m68k.c
63ffe5ef 128
5176a6bc
RP
129STAGESTUFF = $(TARGETLIB) $(OFILES)
130
fbee3571 131all: Makefile $(TARGETLIB)
98c0c56d 132 @$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
5176a6bc 133
30662ca6 134.NOEXPORT:
204ae00c 135MAKEOVERRIDES=
30662ca6 136
5868184b
FF
137check:
138
74991624 139info dvi : force
98c0c56d 140 @$(MAKE) subdir_do DO=info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
2090ba83 141
5868184b 142clean-info:
98c0c56d 143 @$(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
5868184b 144
2090ba83 145install-info: force
98c0c56d 146 @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
2090ba83 147
6a469027
JG
148# HDEPFILES comes from the host config; TDEPFILES from the target config.
149OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES)
5176a6bc
RP
150
151$(TARGETLIB): $(OFILES)
152 rm -f $(TARGETLIB)
1b494bfa
RP
153 $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
154 $(RANLIB) $(TARGETLIB)
5176a6bc 155
98c0c56d
BK
156# When compiling archures.c and targets.c, supply the default target
157# info from configure.
158
159
4a29cb1e 160targets.o: targets.c
6cabab78 161 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -DMINIMIZE=$(MINIMIZE) $(TDEFAULTS) $<
4a29cb1e 162
98c0c56d 163archures.o: archures.c
6cabab78 164 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -DMINIMIZE=$(MINIMIZE) $(TDEFAULTS) $<
98c0c56d 165
f259290f 166subdir_do: force
6e491a87 167 @for i in $(DODIRS); do \
5868184b
FF
168 if [ -d ./$$i ] ; then \
169 if (cd ./$$i; \
98c0c56d 170 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
f259290f
RP
171 else exit 1 ; fi ; \
172 else true ; fi ; \
173 done
174
99a42820
RP
175tags etags: TAGS
176
5176a6bc 177TAGS: force
453063fe 178 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
99a42820 179
ef2810d0
PB
180do_mostlyclean:
181 rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout
fbee3571 182do_clean: do_mostlyclean
99a42820 183 rm -f libbfd.a TAGS
ef2810d0 184do_distclean: do_clean
0e238aa7 185 rm -f Makefile config.status sysdep.h
ef2810d0
PB
186do_realclean: do_distclean
187
188mostlyclean: do_mostlyclean
189 $(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
fbee3571 190clean: do_clean
ef2810d0 191 $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
0e238aa7 192distclean:
ef2810d0 193 $(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
0e238aa7
PB
194 make do_distclean
195clobber realclean:
ef2810d0 196 $(MAKE) subdir_do DO=realclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
0e238aa7 197 make do_realclean
99a42820 198
23d44ec9
JG
199# Mark everything as depending on config.status, since the timestamp on
200# sysdep.h might actually move backwards if we reconfig and relink it
201# to a different hosts/h-xxx.h file. This will force a recompile anyway.
202RECONFIG = config.status
203$(BFD_LIBS): libbfd.h $(BFD_H) $(RECONFIG)
204$(BFD_MACHINES): libbfd.h $(BFD_H) $(RECONFIG)
205$(BFD_BACKENDS): libbfd.h $(BFD_H) $(RECONFIG)
206$(OPTIONAL_BACKENDS): libbfd.h $(BFD_H) $(RECONFIG)
99a42820 207
cbdc7909
JG
208# Get around a Sun Make bug in SunOS 4.1.1 with VPATH
209cpu-i386.o:cpu-i386.c
fbee3571 210cpu-z8k.o: cpu-z8k.c
204ae00c 211cpu-h8500.o: cpu-h8500.c
fbee3571 212cpu-we32k.o: cpu-we32k.c
cbdc7909 213
99a42820
RP
214saber:
215 #suppress 65 on bfd_map_over_sections
216 #suppress 66 on bfd_map_over_sections
217 #suppress 67 on bfd_map_over_sections
218 #suppress 68 on bfd_map_over_sections
219 #suppress 69 on bfd_map_over_sections
220 #suppress 70 on bfd_map_over_sections
221 #suppress 110 in bfd_map_over_sections
222 #suppress 112 in bfd_map_over_sections
223 #suppress 530
224 #suppress 590 in swap_exec_header
225 #suppress 590 in _bfd_dummy_core_file_matches_executable_p
226 #suppress 590 in bfd_dont_truncate_arname
227 #suppress 590 on ignore
228 #suppress 590 on abfd
229 #setopt load_flags $(CFLAGS)
230 #load $(CFILES)
a5c6b4b3 231
99a42820
RP
232
233#-----------------------------------------------------------------------------
234# 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
235#
236# 'VERSION' file must be present and contain a string of the form "x.y"
237#-----------------------------------------------------------------------------
238
239ver960.c: FORCE
240 rm -f ver960.c
241 echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
242
243
244# This target should be invoked before building a new release.
245# 'VERSION' file must be present and contain a string of the form "x.y"
246#
247roll:
248 @V=`cat VERSION` ; \
249 MAJ=`sed 's/\..*//' VERSION` ; \
250 MIN=`sed 's/.*\.//' VERSION` ; \
251 V=$$MAJ.`expr $$MIN + 1` ; \
252 rm -f VERSION ; \
253 echo $$V >VERSION ; \
254 echo Version $$V
255
256# Dummy target to force execution of dependent targets.
257#
5176a6bc 258force:
99a42820 259
99a42820 260install:
98c0c56d
BK
261 -parent=`echo $(libdir)|sed -e 's@/[^/]*$$@@'`; \
262 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
263 -if [ -d $(libdir) ] ; then true ; else mkdir $(libdir) ; fi
fde8212e
RP
264 $(INSTALL_DATA) libbfd.a $(libdir)/libbfd.a
265 $(RANLIB) $(libdir)/libbfd.a
98c0c56d
BK
266 -parent=`echo $(includedir)|sed -e 's@/[^/]*$$@@'`; \
267 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
268 -if [ -d $(includedir) ] ; then true ; else mkdir $(includedir) ; fi
6cabab78
DZ
269 # Install BFD include file, and others that it needs. Install them
270 # both in GCC's include directory, and in the system include dir
271 # if configured as $(oldincludedir) -- which it usually isnt.
fde8212e 272 $(INSTALL_DATA) $(INCDIR)/bfd.h $(includedir)/bfd.h
6cabab78
DZ
273 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
274 $(INSTALL_DATA) $(INCDIR)/obstack.h $(includedir)/obstack.h
275 -if [ -z "$(oldincludedir)" ] ; then true ; \
276 else if [ -d $(oldincludedir) ] ; then true ; \
204ae00c 277 else mkdir $(oldincludedir) ; \
6cabab78
DZ
278 fi ; \
279 $(INSTALL_DATA) $(INCDIR)/bfd.h $(oldincludedir)/bfd.h;\
280 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h;\
281 $(INSTALL_DATA) $(INCDIR)/obstack.h $(oldincludedir)/obstack.h;\
282 fi
98c0c56d 283 @$(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
99a42820 284
99a42820 285
b7de6963 286Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
a26878d1 287 $(SHELL) ./config.status
a5c6b4b3
SC
288
289dep: $(CFILES)
290 mkdep $(CFLAGS) $?
6f715d66 291
5868184b 292host-aout.o: Makefile
6f715d66 293
5868184b
FF
294# The following program can be used to generate a simple config file
295# which can be folded into an h-XXX file for a new host, with some editing.
d01cd8fc
FF
296aout-params.h: gen-aout
297 ./gen-aout > aout-params.h
5868184b
FF
298gen-aout: $(srcdir)/gen-aout.c Makefile
299 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
6f715d66 300
12e7087f 301headers:
98c0c56d 302 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
6bb4c923
KR
303 # Could really use a "copy-if-change"...
304 cp $(docdir)/bfd.h bfd.h-new
305 $(srcdir)/../move-if-change bfd.h-new $(BFD_H)
306 cp $(docdir)/libbfd.h libbfd.h-new
307 $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
308 cp $(docdir)/libcoff.h libcoff.h-new
309 $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
12e7087f
JG
310
311bfd.info:
fbee3571 312 (cd $(docdir); $(MAKE) bfd.info $(FLAGS_TO_PASS))
12e7087f
JG
313
314bfd.dvi:
98c0c56d 315 (cd $(docdir); $(MAKE) bfd.dvi $(FLAGS_TO_PASS))
12e7087f
JG
316
317bfd.ps:
98c0c56d 318 (cd $(docdir); $(MAKE) bfd.ps $(FLAGS_TO_PASS))
12e7087f
JG
319
320# What appears below is generated by a hacked mkdep using gcc -MM.
321
322# DO NOT DELETE THIS LINE -- mkdep uses it.
323# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
324
a26878d1
RP
325libbfd.o : libbfd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
326opncls.o : opncls.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
327bfd.o : bfd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
328archive.o : archive.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
fde8212e 329 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
a26878d1
RP
330targets.o : targets.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
331cache.o : cache.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
332archures.o : archures.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h
12e7087f 333aout64.o : aout64.c
a26878d1 334aout32.o : aout32.c aoutx.h $(INCDIR)/bfd.h $(INCDIR)/ansidecl.h \
fde8212e
RP
335 $(INCDIR)/obstack.h libaout.h libbfd.h $(INCDIR)/aout/aout64.h \
336 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
a26878d1 337sunos.o : sunos.c aoutf1.h $(INCDIR)/bfd.h $(INCDIR)/obstack.h \
fde8212e
RP
338 libaout.h libbfd.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
339 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
12e7087f 340demo64.o : demo64.c
3b4f1a5d 341
a26878d1
RP
342srec.o : srec.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
343oasys.o : oasys.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
344 $(INCDIR)/oasys.h liboasys.h
345ieee.o : ieee.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
346 $(INCDIR)/ieee.h libieee.h
3b4f1a5d 347coff-h8300.o: coff-h8300.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
348 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
349 coffswap.h seclet.h
204ae00c
ILT
350coff-h8500.o: coff-h8500.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
351 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
352 coffswap.h seclet.h
d01cd8fc 353coff-a29k.o: coff-a29k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
354 $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
355 coffswap.h seclet.h
d01cd8fc 356coff-i386.o: coff-i386.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
357 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
358 coffswap.h seclet.h
d01cd8fc 359coff-i960.o: coff-i960.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
360 $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
361 coffswap.h seclet.h
d01cd8fc 362coff-m68k.o: coff-m68k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
363 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
364 coffswap.h seclet.h
d01cd8fc 365coff-m88k.o: coff-m88k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
366 $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
367 coffswap.h seclet.h
d01cd8fc 368coff-mips.o: coff-mips.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
369 $(INCDIR)/coff/mips.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
370 coffswap.h seclet.h libecoff.h
d01cd8fc 371coff-rs6000.o: coff-rs6000.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
372 $(INCDIR)/coff/rs6000.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
373 coffswap.h seclet.h
bf822c27 374coff-z8k.o: coff-z8k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
375 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
376 coffswap.h seclet.h
bf822c27 377coff-we32k.o: coff-we32k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
a3b3dbdd
ILT
378 $(INCDIR)/coff/we32k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
379 coffswap.h seclet.h
380coffgen.o: coffgen.c $(INCDIR)/bfd.h libbfd.h $(INCDIR)/coff/internal.h \
381 libcoff.h
382reloc16.o: reloc16.c $(INCDIR)/bfd.h libbfd.h $(INCDIR)/coff/internal.h \
383 libcoff.h seclet.h
23d44ec9 384format.o : format.c $(INCDIR)/bfd.h \
a26878d1 385 $(INCDIR)/obstack.h libbfd.h
23d44ec9 386section.o : section.c $(INCDIR)/bfd.h \
a26878d1 387 $(INCDIR)/obstack.h libbfd.h
23d44ec9 388core.o : core.c $(INCDIR)/bfd.h \
a26878d1 389 $(INCDIR)/obstack.h libbfd.h
23d44ec9 390syms.o : syms.c $(INCDIR)/bfd.h \
a26878d1 391 $(INCDIR)/obstack.h libbfd.h
7de245d3 392syms.o : stab-syms.c
23d44ec9 393reloc.o : reloc.c $(INCDIR)/bfd.h \
a26878d1 394 $(INCDIR)/obstack.h libbfd.h
3b4f1a5d 395
a26878d1 396trad-core.o : trad-core.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h \
12e7087f 397 libbfd.h libaout.h
5868184b
FF
398
399coff-msym.o: coff-msym.c $(INCDIR)/bfd.h $(INCDIR)/coff/ecoff-ext.h \
400 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h
401
a26878d1 402newsos3.o : newsos3.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
fde8212e
RP
403 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
404 $(INCDIR)/aout/ar.h libaout.h
b7de6963 405i386aout.o : i386aout.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
fde8212e
RP
406 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
407 $(INCDIR)/aout/ar.h libaout.h
6bb4c923
KR
408i386linux.o : i386linux.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
409 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
410 $(INCDIR)/aout/ar.h libaout.h
fbee3571
ME
411i386bsd.o : i386bsd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
412 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
413 $(INCDIR)/aout/ar.h libaout.h
a26878d1 414bout.o : bout.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
6bb4c923 415 $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
204ae00c
ILT
416aout-mipsbsd.o : aout-mipsbsd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h \
417 libbfd.h libaout.h
418elf32.o : elf32.c libelf.h libbfd.h $(INCDIR)/bfd.h $(INCDIR)/obstack.h
419elf32-sparc.o : elf32-sparc.c libelf.h libbfd.h $(INCDIR)/bfd.h \
420 $(INCDIR)/obstack.h
421elf32-m68k.o : elf32-m68k.c libelf.h libbfd.h $(INCDIR)/bfd.h \
422 $(INCDIR)/obstack.h
423elf32-i860.o : elf32-i860.c libelf.h libbfd.h $(INCDIR)/bfd.h \
424 $(INCDIR)/obstack.h
425elf32-i386.o : elf32-i386.c libelf.h libbfd.h $(INCDIR)/bfd.h \
426 $(INCDIR)/obstack.h
6bb4c923 427
12e7087f 428# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
a26878d1 429
This page took 0.083297 seconds and 4 git commands to generate.