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