909efd35b887827d2b8198a17b2548f362e0d4ae
[binutils-gdb.git] / bfd / Makefile.in
1 # Makefile template for Configure for the BFD library.
2 # Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
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
8 # it under the terms of the GNU General Public License as published by
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,
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.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21 srcdir = .
22
23 prefix = /usr/local
24
25 exec_prefix = $(prefix)
26 bindir = $(exec_prefix)/bin
27 libdir = $(exec_prefix)/lib
28
29 datadir = $(prefix)/lib
30 mandir = $(prefix)/man
31 man1dir = $(mandir)/man1
32 man2dir = $(mandir)/man2
33 man3dir = $(mandir)/man3
34 man4dir = $(mandir)/man4
35 man5dir = $(mandir)/man5
36 man6dir = $(mandir)/man6
37 man7dir = $(mandir)/man7
38 man8dir = $(mandir)/man8
39 man9dir = $(mandir)/man9
40 infodir = $(prefix)/info
41 includedir = $(prefix)/include
42 oldincludedir =
43 docdir = doc
44
45 SHELL = /bin/sh
46
47 INSTALL = install -c
48 INSTALL_PROGRAM = $(INSTALL)
49 INSTALL_DATA = $(INSTALL)
50
51 AR = ar
52 AR_FLAGS = rc
53 CFLAGS = -g
54 BISON = bison
55 MAKEINFO = makeinfo
56 RANLIB = ranlib
57
58 CC_FOR_BUILD = $(CC)
59
60 INCDIR = $(srcdir)/../include
61 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
62 DEP = mkdep
63
64 SUBDIRS = doc
65
66
67 TARGETLIB = libbfd.a
68
69 # bfd.h goes here, for now
70 BFD_H = bfd.h
71
72 # Some of these files should be in BFD*_BACKENDS below, but gdb
73 # won't link without them. So, in order for some of the minimal-bfd
74 # hacks to work, they're also included here for now.
75 # coff-mips.o coff-msym.o
76 BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
77 archures.o core.o section.o format.o syms.o reloc.o init.o \
78 ctor.o seclet.o coffgen.o reloc16.o coff-mips.o coff-msym.o
79
80 ALL_MACHINES = cpu-h8300.o cpu-i960.o cpu-sparc.o cpu-m68k.o cpu-m88k.o \
81 cpu-vax.o cpu-mips.o cpu-a29k.o cpu-i386.o cpu-rs6000.o cpu-hppa.o \
82 cpu-z8k.o cpu-we32k.o cpu-h8500.o cpu-alpha.o cpu-sh.o
83
84 BFD32_BACKENDS = \
85 elf.o \
86 elf32.o elf32-sparc.o elf32-i386.o elf32-i860.o elf32-m68k.o \
87 elf32-hppa.o elf32-mips.o elf32-m88k.o elf32-gen.o \
88 aout32.o sunos.o newsos3.o mipsbsd.o aout-adobe.o \
89 i386aout.o i386bsd.o i386linux.o i386lynx.o \
90 hp300hpux.o bout.o \
91 coff-i960.o coff-a29k.o coff-m68k.o coff-m68k-un.o \
92 coff-i386.o coff-m88k.o \
93 coff-rs6000.o coff-h8300.o coff-h8500.o coff-z8k.o coff-we32k.o \
94 coff-mips.o coff-msym.o coff-alpha.o coff-sh.o \
95 hppa.o oasys.o ieee.o srec.o \
96 stab-syms.o
97
98 BFD64_BACKENDS = \
99 elf64.o elf64-gen.o \
100 aout64.o demo64.o
101
102 OPTIONAL_BACKENDS = trad-core.o
103
104 # These are defined by configure.in:
105 # WORDSIZE=32
106 # BFD_BACKENDS = $(BFD32_BACKENDS)
107 # Change this (to MINIMIZE=1) to save space in executables.
108 # Currently, all this does is control the target_vector in targets.c.
109 # MINIMIZE=0
110
111 all:
112
113 #### host and target dependent Makefile fragments come in here.
114 ###
115
116 FLAGS_TO_PASS = \
117 "prefix=$(prefix)" \
118 "exec_prefix=$(exec_prefix)" \
119 "against=$(against)" \
120 "AR=$(AR)" \
121 "AR_FLAGS=$(AR_FLAGS)" \
122 "CC=$(CC)" \
123 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
124 "CFLAGS=$(CFLAGS)" \
125 "RANLIB=$(RANLIB)" \
126 "MAKEINFO=$(MAKEINFO)" \
127 "INSTALL=$(INSTALL)" \
128 "INSTALL_DATA=$(INSTALL_DATA)" \
129 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
130 "BISON=$(BISON)"
131
132 .c.o:
133 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $<
134
135 # C source files that correspond to .o's.
136 CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \
137 archures.c coff-i386.c aout64.c aout32.c sunos.c demo64.c \
138 coff-i960.c srec.c tekhex.c oasys.c ieee.c \
139 coff-m68k.c coff-m68k-un.c \
140 coff-a29k.c coff-rs6000.c coff-msym.c coffgen.c format.c \
141 section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c \
142 seclet.c coff-m88k.c coff-mips.c coff-sh.c trad-core.c newsos3.c \
143 i386aout.c i386linux.c bout.c aout-adobe.c coff-we32k.c \
144 i386bsd.c cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c \
145 cpu-m88k.c cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c \
146 cpu-rs6000.c coff-h8300.c hppa.c cpu-hppa.c cpu-we32k.c reloc16.c \
147 mipsbsd.c cpu-sh.c \
148 elf32.c elf32-sparc.c elf32-i386.c elf32-i860.c elf32-m68k.c \
149 elf32-hppa.c elf32-m88k.c elf32-mips.c elf32-gen.c \
150 elf64.c elf64-gen.c \
151 coff-alpha.c cpu-alpha.c \
152 hp300hpux.c i386lynx.c
153
154 STAGESTUFF = $(TARGETLIB) $(OFILES)
155
156 all: Makefile $(TARGETLIB)
157 @$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
158
159 .NOEXPORT:
160 MAKEOVERRIDES=
161
162 check:
163 installcheck:
164
165 info dvi : force
166 @$(MAKE) subdir_do DO=$@ "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
167
168 clean-info:
169 @$(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
170
171 install-info: force
172 @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
173
174 # HDEPFILES comes from the host config; TDEPFILES from the target config.
175 OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES)
176
177 ofiles : Makefile
178 rm -f ofiles2 ofiles ofiles3
179 cp /dev/null ofiles2
180 f=""; \
181 for i in $(OFILES) ; do \
182 case " $$f " in \
183 "* $$i *") ;; \
184 *) f="$$f $$i" ;; \
185 esac ; \
186 done ; \
187 echo $$f > ofiles
188
189 $(TARGETLIB): $(OFILES) ofiles
190 rm -f $(TARGETLIB)
191 @echo ofiles = `cat ofiles`
192 $(AR) $(AR_FLAGS) $(TARGETLIB) `cat ofiles`
193 $(RANLIB) $(TARGETLIB)
194
195 # When compiling archures.c and targets.c, supply the default target
196 # info from configure.
197
198
199 targets.o: targets.c Makefile
200 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -DMINIMIZE=$(MINIMIZE) $(TDEFAULTS) $<
201
202 archures.o: archures.c Makefile
203 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -DMINIMIZE=$(MINIMIZE) $(TDEFAULTS) $<
204
205 subdir_do: force
206 @for i in $(DODIRS); do \
207 if [ -d ./$$i ] ; then \
208 if (cd ./$$i; \
209 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
210 else exit 1 ; fi ; \
211 else true ; fi ; \
212 done
213
214 tags etags: TAGS
215
216 TAGS: force
217 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
218
219 do_mostlyclean:
220 rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout
221 do_clean: do_mostlyclean
222 rm -f libbfd.a TAGS bfd.h stmp-bfd.h
223 do_distclean: do_clean
224 rm -f Makefile config.status sysdep.h
225 do_realclean: do_distclean
226 rm -f $(srcdir)/libcoff.h $(srcdir)/libbfd.h $(BFDIN_H)
227
228 mostlyclean: do_mostlyclean
229 $(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
230 clean: do_clean
231 $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
232 distclean:
233 $(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
234 make do_distclean
235 clobber realclean:
236 $(MAKE) subdir_do DO=realclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
237 make do_realclean
238
239 # Mark everything as depending on config.status, since the timestamp on
240 # sysdep.h might actually move backwards if we reconfig and relink it
241 # to a different hosts/h-xxx.h file. This will force a recompile anyway.
242 RECONFIG = config.status
243 $(BFD_LIBS): libbfd.h $(BFD_H) $(RECONFIG)
244 $(BFD_MACHINES): libbfd.h $(BFD_H) $(RECONFIG)
245 $(BFD_BACKENDS): libbfd.h $(BFD_H) $(RECONFIG)
246 $(OPTIONAL_BACKENDS): libbfd.h $(BFD_H) $(RECONFIG)
247
248 # Get around a Sun Make bug in SunOS 4.1.1 with VPATH
249 cpu-i386.o:cpu-i386.c
250 cpu-z8k.o: cpu-z8k.c
251 cpu-h8500.o: cpu-h8500.c
252 cpu-we32k.o: cpu-we32k.c
253
254 saber:
255 #suppress 65 on bfd_map_over_sections
256 #suppress 66 on bfd_map_over_sections
257 #suppress 67 on bfd_map_over_sections
258 #suppress 68 on bfd_map_over_sections
259 #suppress 69 on bfd_map_over_sections
260 #suppress 70 on bfd_map_over_sections
261 #suppress 110 in bfd_map_over_sections
262 #suppress 112 in bfd_map_over_sections
263 #suppress 530
264 #suppress 590 in swap_exec_header
265 #suppress 590 in _bfd_dummy_core_file_matches_executable_p
266 #suppress 590 in bfd_dont_truncate_arname
267 #suppress 590 on ignore
268 #suppress 590 on abfd
269 #setopt load_flags $(CFLAGS)
270 #load $(CFILES)
271
272
273 #-----------------------------------------------------------------------------
274 # 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
275 #
276 # 'VERSION' file must be present and contain a string of the form "x.y"
277 #-----------------------------------------------------------------------------
278
279 ver960.c: FORCE
280 rm -f ver960.c
281 echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
282
283
284 # This target should be invoked before building a new release.
285 # 'VERSION' file must be present and contain a string of the form "x.y"
286 #
287 roll:
288 @V=`cat VERSION` ; \
289 MAJ=`sed 's/\..*//' VERSION` ; \
290 MIN=`sed 's/.*\.//' VERSION` ; \
291 V=$$MAJ.`expr $$MIN + 1` ; \
292 rm -f VERSION ; \
293 echo $$V >VERSION ; \
294 echo Version $$V
295
296 # Dummy target to force execution of dependent targets.
297 #
298 force:
299
300 install:
301 $(INSTALL_DATA) libbfd.a $(libdir)/libbfd.a
302 $(RANLIB) $(libdir)/libbfd.a
303 # Install BFD include file, and others that it needs. Install them
304 # both in GCC's include directory, and in the system include dir
305 # if configured as $(oldincludedir) -- which it usually isnt.
306 $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
307 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
308 $(INSTALL_DATA) $(INCDIR)/obstack.h $(includedir)/obstack.h
309 -if [ -z "$(oldincludedir)" ] ; then true ; \
310 else if [ -d $(oldincludedir) ] ; then true ; \
311 else mkdir $(oldincludedir) ; \
312 fi ; \
313 $(INSTALL_DATA) $(BFD_H) $(oldincludedir)/bfd.h;\
314 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h;\
315 $(INSTALL_DATA) $(INCDIR)/obstack.h $(oldincludedir)/obstack.h;\
316 fi
317 @$(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
318
319
320 Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
321 $(SHELL) ./config.status
322
323 dep: $(CFILES)
324 mkdep $(CFLAGS) $?
325
326 host-aout.o: Makefile
327
328 # The following program can be used to generate a simple config file
329 # which can be folded into an h-XXX file for a new host, with some editing.
330 aout-params.h: gen-aout
331 ./gen-aout > aout-params.h
332 gen-aout: $(srcdir)/gen-aout.c Makefile
333 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
334
335 BFDIN_H= $(srcdir)/bfd-in2.h
336
337 $(BFD_H): stmp-bfd.h ; @true
338
339 # The file ../include/bfd.h is from earlier attempts to get this right.
340 # If the file is still there, kill it.
341 stmp-bfd.h : $(BFDIN_H) Makefile
342 rm -f bfd.h2 64 ../include/bfd.h
343 -grep HOST_64_BIT sysdep.h > 64
344 sed -e 's/@WORDSIZE@/$(WORDSIZE)/' -e '/64-bit.*sysdep.h/ r 64' < $(BFDIN_H) > bfd.h2
345 $(srcdir)/../move-if-change bfd.h2 $(BFD_H)
346 rm -f 64
347 touch stmp-bfd.h
348
349 # Could really use a "copy-if-change"...
350 headers:
351 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
352 cp $(docdir)/bfd.h bfd.h-new
353 $(srcdir)/../move-if-change bfd.h-new $(BFDIN_H)
354 cp $(docdir)/libbfd.h libbfd.h-new
355 $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
356 cp $(docdir)/libcoff.h libcoff.h-new
357 $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
358
359 bfd.info:
360 (cd $(docdir); $(MAKE) bfd.info $(FLAGS_TO_PASS))
361
362 bfd.dvi:
363 (cd $(docdir); $(MAKE) bfd.dvi $(FLAGS_TO_PASS))
364
365 bfd.ps:
366 (cd $(docdir); $(MAKE) bfd.ps $(FLAGS_TO_PASS))
367
368 # What appears below is generated by a hacked mkdep using gcc -MM.
369
370 # DO NOT DELETE THIS LINE -- mkdep uses it.
371 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
372
373 libbfd.o : libbfd.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h
374 opncls.o : opncls.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h
375 bfd.o : bfd.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
376 $(INCDIR)/coff/sym.h libecoff.h
377 archive.o : archive.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
378 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
379 targets.o : targets.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h
380 cache.o : cache.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h
381 archures.o : archures.c $(BFD_H) $(INCDIR)/obstack.h
382 aout64.o : aout64.c
383 aout32.o : aout32.c aoutx.h $(BFD_H) $(INCDIR)/ansidecl.h \
384 $(INCDIR)/obstack.h libaout.h libbfd.h $(INCDIR)/aout/aout64.h \
385 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
386 sunos.o : sunos.c aoutf1.h $(BFD_H) $(INCDIR)/obstack.h \
387 libaout.h libbfd.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
388 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
389 hp300hpux.o : hp300hpux.c aoutx.h $(BFD_H) $(INCDIR)/ansidecl.h \
390 $(INCDIR)/obstack.h libaout.h libbfd.h $(INCDIR)/aout/aout64.h \
391 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
392 $(INCDIR)/aout/hp300hpux.h aout-target.h
393 demo64.o : demo64.c
394
395 srec.o : srec.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h
396 oasys.o : oasys.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
397 $(INCDIR)/oasys.h liboasys.h
398 ieee.o : ieee.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
399 $(INCDIR)/ieee.h libieee.h
400 coff-h8300.o: coff-h8300.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
401 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
402 coffswap.h seclet.h
403 coff-h8500.o: coff-h8500.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
404 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
405 coffswap.h seclet.h
406 coff-a29k.o: coff-a29k.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
407 $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
408 coffswap.h seclet.h
409 coff-i386.o: coff-i386.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
410 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
411 coffswap.h seclet.h
412 coff-i960.o: coff-i960.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
413 $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
414 coffswap.h seclet.h
415 coff-m68k.o: coff-m68k.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
416 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
417 coffswap.h seclet.h
418 coff-m88k.o: coff-m88k.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
419 $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
420 coffswap.h seclet.h
421 coff-mips.o: coff-mips.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
422 $(INCDIR)/coff/mips.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
423 coffswap.h seclet.h libecoff.h
424 coff-rs6000.o: coff-rs6000.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
425 $(INCDIR)/coff/rs6000.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
426 coffswap.h seclet.h
427 coff-z8k.o: coff-z8k.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
428 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
429 coffswap.h seclet.h
430 coff-we32k.o: coff-we32k.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
431 $(INCDIR)/coff/we32k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h \
432 coffswap.h seclet.h
433 coffgen.o: coffgen.c $(BFD_H) libbfd.h $(INCDIR)/coff/internal.h \
434 libcoff.h
435 reloc16.o: reloc16.c $(BFD_H) libbfd.h $(INCDIR)/coff/internal.h \
436 libcoff.h seclet.h
437 format.o : format.c $(BFD_H) \
438 $(INCDIR)/obstack.h libbfd.h
439 section.o : section.c $(BFD_H) \
440 $(INCDIR)/obstack.h libbfd.h
441 core.o : core.c $(BFD_H) \
442 $(INCDIR)/obstack.h libbfd.h
443 syms.o : syms.c $(BFD_H) \
444 $(INCDIR)/obstack.h libbfd.h
445 syms.o : stab-syms.c
446 reloc.o : reloc.c $(BFD_H) \
447 $(INCDIR)/obstack.h libbfd.h
448
449 trad-core.o : trad-core.c $(BFD_H) $(INCDIR)/obstack.h \
450 libbfd.h libaout.h
451
452 coff-msym.o: coff-msym.c $(BFD_H) $(INCDIR)/coff/ecoff-ext.h \
453 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h
454
455 newsos3.o : newsos3.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
456 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
457 $(INCDIR)/aout/ar.h libaout.h
458 i386lynx.o : i386lynx.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
459 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
460 $(INCDIR)/aout/ar.h libaout.h
461 i386aout.o : i386aout.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
462 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
463 $(INCDIR)/aout/ar.h libaout.h
464 i386linux.o : i386linux.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
465 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
466 $(INCDIR)/aout/ar.h libaout.h
467 i386bsd.o : i386bsd.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
468 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
469 $(INCDIR)/aout/ar.h libaout.h
470 bout.o : bout.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
471 $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
472 mipsbsd.o : mipsbsd.c $(BFD_H) $(INCDIR)/obstack.h \
473 libbfd.h libaout.h
474 elf.o : elf.c libelf.h libbfd.h $(BFD_H) $(INCDIR)/obstack.h
475 elf32.o : elf32.c elfcode.h libelf.h libbfd.h $(BFD_H) \
476 $(INCDIR)/obstack.h
477 elf32-sparc.o : elf32-sparc.c libelf.h libbfd.h $(BFD_H) \
478 $(INCDIR)/obstack.h
479 elf32-m68k.o : elf32-m68k.c libelf.h libbfd.h $(BFD_H) \
480 $(INCDIR)/obstack.h
481 elf32-i860.o : elf32-i860.c libelf.h libbfd.h $(BFD_H) \
482 $(INCDIR)/obstack.h
483 elf32-i386.o : elf32-i386.c libelf.h libbfd.h $(BFD_H) \
484 $(INCDIR)/obstack.h
485 elf32-hppa.o : elf32-hppa.c $(srcdir)/elf32-hppa.h libelf.h libbfd.h \
486 $(BFD_H) $(INCDIR)/obstack.h
487 elf32-m88k.o : elf32-m88k.c libelf.h libbfd.h \
488 $(BFD_H) $(INCDIR)/obstack.h
489 elf32-mips.o : elf32-mips.c libelf.h libbfd.h \
490 $(BFD_H) $(INCDIR)/obstack.h
491 elf32-gen.o : elf32-gen.c libelf.h libbfd.h \
492 $(BFD_H) $(INCDIR)/obstack.h
493 elf64.o : elf64.c elfcode.h libelf.h libbfd.h $(BFD_H) \
494 $(INCDIR)/obstack.h
495 elf64-gen.o : elf64-gen.c libelf.h libbfd.h \
496 $(BFD_H) $(INCDIR)/obstack.h
497
498 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
499