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