]>
Commit | Line | Data |
---|---|---|
c0734708 ILT |
1 | ## Process this file with automake to generate Makefile.in |
2 | ||
56231d31 ILT |
3 | AUTOMAKE_OPTIONS = cygnus |
4 | ||
c0734708 ILT |
5 | INCDIR = $(srcdir)/../include |
6 | CSEARCH = -I. -I$(srcdir) -I$(INCDIR) | |
7 | DEP = mkdep | |
8 | ||
53d3ce37 | 9 | SUBDIRS = doc po |
c0734708 | 10 | |
c40331ba ILT |
11 | docdir = doc |
12 | ||
c0734708 ILT |
13 | lib_LTLIBRARIES = libbfd.la |
14 | ||
15 | # bfd.h goes here, for now | |
16 | BFD_H = bfd.h | |
17 | ||
56231d31 | 18 | # Jim Kingdon notes: |
c0734708 ILT |
19 | # Writing S-records should be included in all (or at least most) |
20 | # *-*-coff, *-*-aout, etc., configurations, because people will want to | |
21 | # be able to use objcopy to create S-records. (S-records are not useful | |
22 | # for the debugger, so if you are downloading things as S-records you | |
23 | # need two copies of the executable, one to download and one for the | |
24 | # debugger). | |
25 | BFD_LIBS = \ | |
26 | archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \ | |
27 | format.lo init.lo libbfd.lo opncls.lo reloc.lo \ | |
28 | section.lo syms.lo targets.lo hash.lo linker.lo \ | |
56231d31 | 29 | srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo |
c0734708 ILT |
30 | |
31 | BFD_LIBS_CFILES = \ | |
32 | archive.c archures.c bfd.c cache.c coffgen.c corefile.c \ | |
33 | format.c init.c libbfd.c opncls.c reloc.c \ | |
34 | section.c syms.c targets.c hash.c linker.c \ | |
56231d31 | 35 | srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c |
c0734708 ILT |
36 | |
37 | # This list is alphabetized to make it easier to keep in sync | |
38 | # with the decls and initializer in archures.c. | |
39 | ALL_MACHINES = \ | |
40 | cpu-a29k.lo \ | |
41 | cpu-alpha.lo \ | |
c0734708 | 42 | cpu-arc.lo \ |
c0734708 ILT |
43 | cpu-arm.lo \ |
44 | cpu-d10v.lo \ | |
45 | $(start-sanitize-d30v) \ | |
46 | cpu-d30v.lo \ | |
47 | $(end-sanitize-d30v) \ | |
48 | cpu-h8300.lo \ | |
49 | cpu-h8500.lo \ | |
50 | cpu-hppa.lo \ | |
51 | cpu-i386.lo \ | |
52 | cpu-i860.lo \ | |
53 | cpu-i960.lo \ | |
54 | cpu-m32r.lo \ | |
55 | cpu-m68k.lo \ | |
56 | cpu-m88k.lo \ | |
57 | cpu-mips.lo \ | |
58 | cpu-m10200.lo \ | |
59 | cpu-m10300.lo \ | |
60 | cpu-ns32k.lo \ | |
61 | cpu-powerpc.lo \ | |
62 | cpu-rs6000.lo \ | |
63 | cpu-sh.lo \ | |
64 | cpu-sparc.lo \ | |
eee4e8ca | 65 | cpu-tic30.lo \ |
c0734708 ILT |
66 | $(start-sanitize-tic80) \ |
67 | cpu-tic80.lo \ | |
68 | $(end-sanitize-tic80) \ | |
c0734708 | 69 | cpu-v850.lo \ |
c0734708 ILT |
70 | cpu-vax.lo \ |
71 | cpu-we32k.lo \ | |
72 | cpu-w65.lo \ | |
73 | cpu-z8k.lo | |
74 | ||
75 | ALL_MACHINES_CFILES = \ | |
76 | cpu-a29k.c \ | |
77 | cpu-alpha.c \ | |
099ddbf1 | 78 | cpu-arc.c \ |
c0734708 ILT |
79 | cpu-arm.c \ |
80 | cpu-h8300.c \ | |
81 | cpu-h8500.c \ | |
82 | cpu-hppa.c \ | |
83 | cpu-i386.c \ | |
84 | cpu-i860.c \ | |
85 | cpu-i960.c \ | |
86 | cpu-m32r.c \ | |
87 | cpu-m68k.c \ | |
88 | cpu-m88k.c \ | |
89 | cpu-mips.c \ | |
90 | cpu-m10200.c \ | |
91 | cpu-m10300.c \ | |
92 | cpu-ns32k.c \ | |
93 | cpu-powerpc.c \ | |
94 | cpu-rs6000.c \ | |
95 | cpu-sh.c \ | |
96 | cpu-sparc.c \ | |
eee4e8ca | 97 | cpu-tic30.c \ |
d92329a9 | 98 | cpu-v850.c \ |
c0734708 ILT |
99 | cpu-vax.c \ |
100 | cpu-we32k.c \ | |
101 | cpu-w65.c \ | |
102 | cpu-z8k.c | |
103 | ||
104 | # The .o files needed by all of the 32 bit vectors that are configured into | |
105 | # target_vector in targets.c if configured with --enable-targets=all. | |
106 | BFD32_BACKENDS = \ | |
107 | aout-adobe.lo \ | |
108 | aout-arm.lo \ | |
109 | aout-ns32k.lo \ | |
110 | aout-sparcle.lo \ | |
eee4e8ca | 111 | aout-tic30.lo \ |
c0734708 ILT |
112 | aout0.lo \ |
113 | aout32.lo \ | |
114 | bout.lo \ | |
115 | cf-i386lynx.lo \ | |
116 | cf-m68klynx.lo \ | |
117 | cf-sparclynx.lo \ | |
118 | coff-a29k.lo \ | |
119 | coff-apollo.lo \ | |
120 | coff-arm.lo \ | |
121 | coff-aux.lo \ | |
122 | coff-h8300.lo \ | |
123 | coff-h8500.lo \ | |
124 | coff-i386.lo \ | |
125 | coff-go32.lo \ | |
126 | coff-i860.lo \ | |
127 | coff-i960.lo \ | |
128 | coff-m68k.lo \ | |
129 | coff-m88k.lo \ | |
130 | coff-mips.lo \ | |
131 | coff-pmac.lo \ | |
132 | coff-rs6000.lo \ | |
133 | coff-sh.lo \ | |
134 | coff-sparc.lo \ | |
099ddbf1 | 135 | coff-stgo32.lo \ |
c0734708 | 136 | coff-svm68k.lo \ |
eee4e8ca | 137 | coff-tic30.lo \ |
c0734708 ILT |
138 | $(start-sanitize-tic80) \ |
139 | coff-tic80.lo \ | |
140 | $(end-sanitize-tic80) \ | |
141 | coff-u68k.lo \ | |
142 | coff-we32k.lo \ | |
143 | coff-w65.lo \ | |
144 | coff-z8k.lo \ | |
145 | cofflink.lo \ | |
d92329a9 | 146 | dwarf2.lo \ |
c0734708 ILT |
147 | ecoff.lo \ |
148 | ecofflink.lo \ | |
56231d31 | 149 | elf.lo \ |
c0734708 | 150 | elf32-arc.lo \ |
c0734708 ILT |
151 | elf32-d10v.lo \ |
152 | $(start-sanitize-d30v) \ | |
153 | elf32-d30v.lo \ | |
154 | $(end-sanitize-d30v) \ | |
155 | elf32-gen.lo \ | |
156 | elf32-hppa.lo \ | |
157 | elf32-i386.lo \ | |
158 | elf32-i860.lo \ | |
159 | elf32-m32r.lo \ | |
160 | elf32-m68k.lo \ | |
161 | elf32-m88k.lo \ | |
162 | elf32-mips.lo \ | |
163 | elf-m10200.lo \ | |
164 | elf-m10300.lo \ | |
165 | elf32-ppc.lo \ | |
166 | elf32-sh.lo \ | |
167 | elf32-sparc.lo \ | |
c0734708 | 168 | elf32-v850.lo \ |
c0734708 ILT |
169 | elf32.lo \ |
170 | elflink.lo \ | |
171 | hp300bsd.lo \ | |
172 | hp300hpux.lo \ | |
173 | som.lo \ | |
174 | i386aout.lo \ | |
175 | i386bsd.lo \ | |
176 | i386dynix.lo \ | |
177 | i386freebsd.lo \ | |
178 | i386linux.lo \ | |
179 | i386lynx.lo \ | |
180 | i386msdos.lo \ | |
181 | i386netbsd.lo \ | |
182 | i386mach3.lo \ | |
183 | i386os9k.lo \ | |
184 | ieee.lo \ | |
185 | m68k4knetbsd.lo \ | |
186 | m68klinux.lo \ | |
187 | m68klynx.lo \ | |
188 | m68knetbsd.lo \ | |
189 | m88kmach3.lo \ | |
190 | mipsbsd.lo \ | |
191 | newsos3.lo \ | |
192 | nlm.lo \ | |
193 | nlm32-i386.lo \ | |
194 | nlm32-sparc.lo \ | |
195 | nlm32-ppc.lo \ | |
196 | nlm32.lo \ | |
197 | ns32knetbsd.lo \ | |
198 | oasys.lo \ | |
199 | pc532-mach.lo \ | |
200 | pe-arm.lo \ | |
201 | pei-arm.lo \ | |
202 | pe-i386.lo \ | |
203 | pei-i386.lo \ | |
204 | pe-ppc.lo \ | |
205 | pei-ppc.lo \ | |
206 | ppcboot.lo \ | |
207 | reloc16.lo \ | |
208 | riscix.lo \ | |
209 | sparclinux.lo \ | |
210 | sparclynx.lo \ | |
211 | sparcnetbsd.lo \ | |
212 | sunos.lo \ | |
eee4e8ca | 213 | vaxnetbsd.lo \ |
c0734708 ILT |
214 | versados.lo \ |
215 | xcofflink.lo | |
216 | ||
217 | BFD32_BACKENDS_CFILES = \ | |
218 | aout-adobe.c \ | |
219 | aout-arm.c \ | |
220 | aout-ns32k.c \ | |
221 | aout-sparcle.c \ | |
eee4e8ca | 222 | aout-tic30.c \ |
c0734708 ILT |
223 | aout0.c \ |
224 | aout32.c \ | |
225 | bout.c \ | |
226 | cf-i386lynx.c \ | |
227 | cf-m68klynx.c \ | |
228 | cf-sparclynx.c \ | |
229 | coff-a29k.c \ | |
230 | coff-apollo.c \ | |
231 | coff-arm.c \ | |
232 | coff-aux.c \ | |
233 | coff-h8300.c \ | |
234 | coff-h8500.c \ | |
235 | coff-i386.c \ | |
236 | coff-i860.c \ | |
237 | coff-go32.c \ | |
238 | coff-i960.c \ | |
239 | coff-m68k.c \ | |
240 | coff-m88k.c \ | |
241 | coff-mips.c \ | |
242 | coff-pmac.c \ | |
243 | coff-rs6000.c \ | |
244 | coff-sh.c \ | |
245 | coff-sparc.c \ | |
099ddbf1 | 246 | coff-stgo32.c \ |
c0734708 | 247 | coff-svm68k.c \ |
eee4e8ca | 248 | coff-tic30.c \ |
c0734708 ILT |
249 | coff-u68k.c \ |
250 | coff-we32k.c \ | |
251 | coff-w65.c \ | |
252 | coff-z8k.c \ | |
253 | cofflink.c \ | |
d92329a9 | 254 | dwarf2.c \ |
c0734708 ILT |
255 | ecoff.c \ |
256 | ecofflink.c \ | |
56231d31 | 257 | elf.c \ |
099ddbf1 ILT |
258 | elf32-arc.c \ |
259 | elf32-d10v.c \ | |
c0734708 ILT |
260 | elf32-gen.c \ |
261 | elf32-hppa.c \ | |
262 | elf32-i386.c \ | |
263 | elf32-i860.c \ | |
264 | elf32-m32r.c \ | |
265 | elf32-m68k.c \ | |
266 | elf32-m88k.c \ | |
267 | elf32-mips.c \ | |
268 | elf-m10200.c \ | |
269 | elf-m10300.c \ | |
270 | elf32-ppc.c \ | |
271 | elf32-sh.c \ | |
272 | elf32-sparc.c \ | |
d92329a9 | 273 | elf32-v850.c \ |
c0734708 ILT |
274 | elf32.c \ |
275 | elflink.c \ | |
276 | hp300bsd.c \ | |
277 | hp300hpux.c \ | |
278 | som.c \ | |
279 | i386aout.c \ | |
280 | i386bsd.c \ | |
281 | i386dynix.c \ | |
282 | i386freebsd.c \ | |
283 | i386linux.c \ | |
284 | i386lynx.c \ | |
285 | i386msdos.c \ | |
286 | i386netbsd.c \ | |
287 | i386mach3.c \ | |
288 | i386os9k.c \ | |
289 | ieee.c \ | |
290 | m68k4knetbsd.c \ | |
291 | m68klinux.c \ | |
292 | m68klynx.c \ | |
293 | m68knetbsd.c \ | |
294 | m88kmach3.c \ | |
295 | mipsbsd.c \ | |
296 | newsos3.c \ | |
297 | nlm.c \ | |
298 | nlm32-i386.c \ | |
299 | nlm32-sparc.c \ | |
300 | nlm32-ppc.c \ | |
301 | nlm32.c \ | |
302 | ns32knetbsd.c \ | |
303 | oasys.c \ | |
304 | pc532-mach.c \ | |
305 | pe-arm.c \ | |
306 | pei-arm.c \ | |
307 | pe-i386.c \ | |
308 | pei-i386.c \ | |
309 | pe-ppc.c \ | |
310 | pei-ppc.c \ | |
311 | ppcboot.c \ | |
312 | reloc16.c \ | |
313 | riscix.c \ | |
314 | sparclinux.c \ | |
315 | sparclynx.c \ | |
316 | sparcnetbsd.c \ | |
317 | sunos.c \ | |
eee4e8ca | 318 | vaxnetbsd.c \ |
c0734708 ILT |
319 | versados.c \ |
320 | xcofflink.c | |
321 | ||
322 | # The .o files needed by all of the 64 bit vectors that are configured into | |
323 | # target_vector in targets.c if configured with --enable-targets=all | |
324 | # and --enable-64-bit-bfd. | |
325 | BFD64_BACKENDS = \ | |
326 | aout64.lo \ | |
327 | coff-alpha.lo \ | |
328 | demo64.lo \ | |
329 | elf64-alpha.lo \ | |
330 | elf64-gen.lo \ | |
331 | elf64-mips.lo \ | |
332 | elf64-sparc.lo \ | |
333 | elf64.lo \ | |
334 | evax-alpha.lo \ | |
335 | evax-egsd.lo \ | |
336 | evax-etir.lo \ | |
337 | evax-emh.lo \ | |
338 | evax-misc.lo \ | |
339 | nlm32-alpha.lo \ | |
340 | nlm64.lo | |
341 | ||
342 | BFD64_BACKENDS_CFILES = \ | |
343 | aout64.c \ | |
344 | coff-alpha.c \ | |
345 | demo64.c \ | |
346 | elf64-alpha.c \ | |
347 | elf64-gen.c \ | |
348 | elf64-mips.c \ | |
349 | elf64-sparc.c \ | |
350 | elf64.c \ | |
351 | evax-alpha.c \ | |
352 | evax-egsd.c \ | |
353 | evax-etir.c \ | |
354 | evax-emh.c \ | |
355 | evax-misc.c \ | |
356 | nlm32-alpha.c \ | |
357 | nlm64.c | |
358 | ||
359 | OPTIONAL_BACKENDS = \ | |
360 | aix386-core.lo \ | |
361 | hpux-core.lo \ | |
362 | irix-core.lo \ | |
363 | lynx-core.lo \ | |
364 | osf-core.lo \ | |
365 | trad-core.lo \ | |
366 | cisco-core.lo | |
367 | ||
368 | OPTIONAL_BACKENDS_CFILES = \ | |
369 | aix386-core.c \ | |
370 | hpux-core.c \ | |
371 | irix-core.c \ | |
372 | lynx-core.c \ | |
373 | osf-core.c \ | |
374 | trad-core.c \ | |
375 | cisco-core.c | |
376 | ||
377 | # These are defined by configure.in: | |
378 | WORDSIZE = @wordsize@ | |
379 | ALL_BACKENDS = @all_backends@ | |
380 | BFD_BACKENDS = @bfd_backends@ | |
381 | BFD_MACHINES = @bfd_machines@ | |
382 | TDEFAULTS = @tdefaults@ | |
383 | ||
a46abdd0 | 384 | INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl |
c0734708 ILT |
385 | |
386 | # C source files that correspond to .o's. | |
387 | CFILES = \ | |
388 | $(BFD_LIBS_CFILES) \ | |
389 | $(ALL_MACHINES_CFILES) \ | |
390 | $(BFD32_BACKENDS_CFILES) \ | |
391 | $(BFD64_BACKENDS_CFILES) \ | |
392 | $(OPTIONAL_BACKENDS_CFILES) | |
393 | ||
53d3ce37 TT |
394 | ## This is a list of all .h files which are in the source tree. |
395 | SOURCE_HFILES = \ | |
c0734708 | 396 | aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \ |
53d3ce37 | 397 | ecoffswap.h elf32-hppa.h \ |
c0734708 ILT |
398 | elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libaout.h \ |
399 | libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \ | |
53d3ce37 TT |
400 | libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h som.h |
401 | ||
402 | HFILES = \ | |
403 | elf32-target.h elf64-target.h targmatch.h \ | |
404 | $(SOURCE_HFILES) | |
405 | ||
406 | POTFILES = $(CFILES) $(SOURCE_HFILES) | |
407 | ||
408 | po/POTFILES.in: @MAINT@ Makefile | |
409 | for file in $(POTFILES); do echo $$file; done | sort > tmp \ | |
410 | && mv tmp $(srcdir)/po/POTFILES.in | |
c0734708 | 411 | |
89d617fe ILT |
412 | diststuff: info |
413 | ||
c0734708 ILT |
414 | # Various kinds of .o files to put in libbfd.a: |
415 | # BFD_BACKENDS Routines the configured targets need. | |
416 | # BFD_MACHINES Architecture-specific routines the configured targets need. | |
417 | # COREFILE Core file routines for a native configuration | |
418 | OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ | |
419 | ||
420 | stamp-ofiles: Makefile | |
421 | rm -f tofiles | |
422 | f=""; \ | |
423 | for i in $(OFILES) ; do \ | |
424 | case " $$f " in \ | |
425 | *" $$i "*) ;; \ | |
426 | *) f="$$f $$i" ;; \ | |
427 | esac ; \ | |
428 | done ; \ | |
429 | echo $$f > tofiles | |
430 | $(SHELL) $(srcdir)/../move-if-change tofiles ofiles | |
431 | touch stamp-ofiles | |
432 | ||
433 | ofiles: stamp-ofiles ; @true | |
434 | ||
435 | libbfd_la_SOURCES = $(BFD_LIBS_CFILES) | |
436 | libbfd_la_DEPENDENCIES = $(OFILES) ofiles | |
53d3ce37 TT |
437 | libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@ |
438 | libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@ | |
c0734708 ILT |
439 | |
440 | # libtool will build .libs/libbfd.a. We create libbfd.a in the build | |
441 | # directory so that we don't have to convert all the programs that use | |
442 | # libbfd.a simultaneously. This is a hack which should be removed if | |
443 | # everything else starts using libtool. FIXME. | |
c40331ba | 444 | |
c0734708 | 445 | noinst_LIBRARIES = libbfd.a |
d92329a9 | 446 | libbfd_a_SOURCES = |
c40331ba ILT |
447 | |
448 | stamp-lib: libbfd.la | |
56231d31 ILT |
449 | if [ -f .libs/libbfd.a ]; then \ |
450 | cp .libs/libbfd.a libbfd.tmp; \ | |
451 | $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \ | |
452 | else true; fi | |
c40331ba ILT |
453 | touch stamp-lib |
454 | ||
455 | libbfd.a: stamp-lib ; @true | |
c0734708 ILT |
456 | |
457 | # This file holds an array associating configuration triplets and | |
458 | # vector names. It is built from config.bfd. It is not compiled by | |
459 | # itself, but is included by targets.c. | |
460 | targmatch.h: config.bfd targmatch.sed | |
461 | rm -f targmatch.h | |
462 | sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new | |
463 | mv -f targmatch.new targmatch.h | |
464 | ||
465 | # When compiling archures.c and targets.c, supply the default target | |
466 | # info from configure. | |
467 | ||
468 | targets.lo: targets.c config.status | |
469 | $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c | |
470 | ||
471 | archures.lo: archures.c config.status | |
472 | $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c | |
473 | ||
474 | elf32-target.h : elfxx-target.h | |
475 | rm -f elf32-target.h | |
476 | sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new | |
477 | mv -f elf32-target.new elf32-target.h | |
478 | ||
479 | elf64-target.h : elfxx-target.h | |
480 | rm -f elf64-target.h | |
481 | sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new | |
482 | mv -f elf64-target.new elf64-target.h | |
483 | ||
484 | BFD_H_DEPS= $(INCDIR)/ansidecl.h | |
485 | LOCAL_H_DEPS= libbfd.h sysdep.h config.h | |
486 | $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS) | |
487 | $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS) | |
488 | $(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS) | |
489 | $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS) | |
490 | ||
491 | # Install BFD include file, and others that it needs. | |
492 | install-data-local: $(BFD_H) | |
493 | $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h | |
494 | $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h | |
495 | $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h | |
496 | ||
497 | # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES). | |
498 | .dep: dep.sed $(CFILES) $(HFILES) bfd.h | |
499 | rm -f .dep1 | |
500 | $(MAKE) DEP=$(DEP) .dep1 | |
501 | sed -f dep.sed <.dep1 >.dep | |
502 | ||
503 | # This rule really wants a mkdep that runs "gcc -MM". | |
504 | # The NetBSD mkdep overwrites any existing file contents, and doesn't insert | |
505 | # the "DO NOT DELETE" line. | |
506 | # Other mkdep versions require a file that already exists, and do insert it. | |
507 | # Hence the weirdness.... | |
508 | .dep1: $(CFILES) | |
509 | rm -f .dep2 .dep2a | |
510 | echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2 | |
511 | echo > .dep2a | |
512 | $(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $? | |
513 | sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2 | |
514 | rm -f .dep2a | |
515 | $(SHELL) $(srcdir)/../move-if-change .dep2 .dep1 | |
516 | ||
517 | dep.sed: dep-in.sed config.status | |
518 | sed <$(srcdir)/dep-in.sed >dep.sed \ | |
519 | -e 's!@BFD_H@!$(BFD_H)!' \ | |
520 | -e 's!@INCDIR@!$(INCDIR)!' \ | |
521 | -e 's!@SRCDIR@!$(srcdir)!' | |
522 | ||
523 | dep: .dep | |
524 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile | |
525 | cat .dep >> tmp-Makefile | |
526 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile | |
527 | ||
528 | dep-in: .dep | |
529 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in | |
530 | cat .dep >> tmp-Makefile.in | |
531 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in | |
532 | ||
533 | dep-am: .dep | |
534 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am | |
535 | cat .dep >> tmp-Makefile.am | |
536 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am | |
537 | ||
538 | host-aout.lo: Makefile | |
539 | ||
540 | # The following program can be used to generate a simple config file | |
541 | # which can be folded into an h-XXX file for a new host, with some editing. | |
542 | aout-params.h: gen-aout | |
543 | ./gen-aout host > aout-params.h | |
544 | gen-aout: $(srcdir)/gen-aout.c Makefile | |
545 | $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c | |
546 | ||
d92329a9 | 547 | $(BFD_H): stmp-bfd-h ; @true |
c0734708 | 548 | |
d92329a9 | 549 | stmp-bfd-h: bfd-in3.h |
c0734708 ILT |
550 | rm -f bfd-tmp.h |
551 | cp bfd-in3.h bfd-tmp.h | |
552 | $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H) | |
553 | rm -f bfd-tmp.h | |
d92329a9 ILT |
554 | touch stmp-bfd-h |
555 | ||
556 | BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \ | |
557 | reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c | |
558 | LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c | |
559 | LIBCOFF_H_FILES = libcoff-in.h coffcode.h | |
c0734708 ILT |
560 | |
561 | # Could really use a "copy-if-change"... | |
562 | headers: | |
563 | (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS)) | |
564 | cp $(docdir)/bfd.h bfd-in2.h-new | |
565 | $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h | |
566 | cp $(docdir)/libbfd.h libbfd.h-new | |
567 | $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h | |
568 | cp $(docdir)/libcoff.h libcoff.h-new | |
569 | $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h | |
570 | ||
d92329a9 ILT |
571 | # We only rebuild the header files automatically if we have been |
572 | # configured with --enable-maintainer-mode. | |
573 | ||
eee4e8ca | 574 | $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true |
d92329a9 ILT |
575 | stmp-bin2-h: $(BFD_H_FILES) |
576 | (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h) | |
c0734708 ILT |
577 | cp $(docdir)/bfd.h bfd-in2.h-new |
578 | $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h | |
d92329a9 ILT |
579 | touch stmp-bin2-h |
580 | ||
eee4e8ca | 581 | $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true |
d92329a9 ILT |
582 | stmp-lbfd-h: $(LIBBFD_H_FILES) |
583 | (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h) | |
c0734708 ILT |
584 | cp $(docdir)/libbfd.h libbfd.h-new |
585 | $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h | |
d92329a9 ILT |
586 | touch stmp-lbfd-h |
587 | ||
eee4e8ca | 588 | $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true |
d92329a9 ILT |
589 | stmp-lcoff-h: $(LIBCOFF_H_FILES) |
590 | (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h) | |
c0734708 ILT |
591 | cp $(docdir)/libcoff.h libcoff.h-new |
592 | $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h | |
d92329a9 | 593 | touch stmp-lcoff-h |
c0734708 ILT |
594 | |
595 | MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \ | |
596 | targmatch.h | |
597 | ||
d92329a9 ILT |
598 | CLEANFILES = bfd.h dep.sed stmp-bfd-h .dep .dep1 libbfd.a stamp-lib \ |
599 | stmp-bin2-h stmp-lbfd-h stmp-lcoff-h | |
c0734708 | 600 | |
c0734708 ILT |
601 | start-sanitize-d30v: |
602 | elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
603 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
604 | elf32-target.h | |
605 | end-sanitize-d30v: | |
606 | ||
c0734708 ILT |
607 | start-sanitize-tic80: |
608 | cpu-tic80.lo: cpu-tic80.c | |
609 | coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \ | |
610 | $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h | |
611 | end-sanitize-tic80: | |
612 | ||
613 | # What appears below is generated by a hacked mkdep using gcc -MM. | |
614 | ||
615 | # DO NOT DELETE THIS LINE -- mkdep uses it. | |
616 | # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. | |
617 | archive.lo: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h | |
618 | archures.lo: archures.c | |
619 | bfd.lo: bfd.c $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h \ | |
620 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h libcoff.h \ | |
621 | libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
622 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h | |
623 | cache.lo: cache.c | |
624 | coffgen.lo: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \ | |
625 | $(INCDIR)/bfdlink.h | |
626 | corefile.lo: corefile.c | |
627 | format.lo: format.c | |
628 | init.lo: init.c | |
629 | libbfd.lo: libbfd.c | |
630 | opncls.lo: opncls.c $(INCDIR)/objalloc.h | |
631 | reloc.lo: reloc.c $(INCDIR)/bfdlink.h | |
632 | section.lo: section.c | |
633 | syms.lo: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \ | |
634 | $(INCDIR)/aout/stab.def | |
635 | targets.lo: targets.c $(INCDIR)/fnmatch.h targmatch.h | |
636 | hash.lo: hash.c $(INCDIR)/objalloc.h | |
637 | linker.lo: linker.c $(INCDIR)/bfdlink.h genlink.h | |
638 | elf.lo: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
639 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h | |
640 | srec.lo: srec.c $(INCDIR)/libiberty.h | |
641 | binary.lo: binary.c | |
642 | tekhex.lo: tekhex.c $(INCDIR)/libiberty.h | |
643 | ihex.lo: ihex.c $(INCDIR)/libiberty.h | |
644 | stabs.lo: stabs.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def | |
645 | stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \ | |
646 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def | |
647 | cpu-a29k.lo: cpu-a29k.c | |
648 | cpu-alpha.lo: cpu-alpha.c | |
099ddbf1 | 649 | cpu-arc.lo: cpu-arc.c |
c0734708 ILT |
650 | cpu-arm.lo: cpu-arm.c |
651 | cpu-h8300.lo: cpu-h8300.c | |
652 | cpu-h8500.lo: cpu-h8500.c | |
653 | cpu-hppa.lo: cpu-hppa.c | |
654 | cpu-i386.lo: cpu-i386.c | |
655 | cpu-i860.lo: cpu-i860.c | |
656 | cpu-i960.lo: cpu-i960.c | |
657 | cpu-m32r.lo: cpu-m32r.c | |
658 | cpu-m68k.lo: cpu-m68k.c | |
659 | cpu-m88k.lo: cpu-m88k.c | |
660 | cpu-mips.lo: cpu-mips.c | |
661 | cpu-m10200.lo: cpu-m10200.c | |
662 | cpu-m10300.lo: cpu-m10300.c | |
663 | cpu-ns32k.lo: cpu-ns32k.c ns32k.h | |
664 | cpu-powerpc.lo: cpu-powerpc.c | |
665 | cpu-rs6000.lo: cpu-rs6000.c | |
666 | cpu-sh.lo: cpu-sh.c | |
667 | cpu-sparc.lo: cpu-sparc.c | |
eee4e8ca | 668 | cpu-tic30.lo: cpu-tic30.c |
d92329a9 | 669 | cpu-v850.lo: cpu-v850.c |
c0734708 ILT |
670 | cpu-vax.lo: cpu-vax.c |
671 | cpu-we32k.lo: cpu-we32k.c | |
672 | cpu-w65.lo: cpu-w65.c | |
673 | cpu-z8k.lo: cpu-z8k.c | |
674 | aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \ | |
675 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \ | |
676 | $(INCDIR)/bfdlink.h | |
677 | aout-arm.lo: aout-arm.c libaout.h $(INCDIR)/bfdlink.h \ | |
678 | $(INCDIR)/aout/aout64.h aoutx.h $(INCDIR)/aout/stab_gnu.h \ | |
679 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h | |
680 | aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \ | |
681 | ns32k.h libaout.h $(INCDIR)/bfdlink.h | |
682 | aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \ | |
683 | libaout.h aoutf1.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \ | |
684 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ | |
685 | aout-target.h | |
eee4e8ca ILT |
686 | aout-tic30.lo: aout-tic30.c libaout.h $(INCDIR)/bfdlink.h \ |
687 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
688 | $(INCDIR)/aout/ar.h aoutx.h | |
c0734708 ILT |
689 | aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \ |
690 | $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
691 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h | |
692 | aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \ | |
693 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
694 | $(INCDIR)/aout/ar.h | |
695 | bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \ | |
696 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h | |
697 | cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \ | |
698 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
699 | coffcode.h coffswap.h | |
700 | cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \ | |
701 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
702 | coffcode.h coffswap.h | |
703 | cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \ | |
704 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
705 | coffcode.h coffswap.h | |
706 | coff-a29k.lo: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \ | |
707 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
708 | coff-apollo.lo: coff-apollo.c $(INCDIR)/coff/apollo.h \ | |
709 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
710 | coffcode.h coffswap.h | |
711 | coff-arm.lo: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \ | |
712 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
713 | coff-aux.lo: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \ | |
714 | $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \ | |
715 | coffcode.h coffswap.h | |
716 | coff-h8300.lo: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \ | |
717 | $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \ | |
718 | coffcode.h coffswap.h | |
719 | coff-h8500.lo: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \ | |
720 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
721 | coff-i386.lo: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \ | |
722 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
723 | coff-i860.lo: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \ | |
724 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
725 | coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \ | |
726 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
727 | coffcode.h coffswap.h | |
728 | coff-i960.lo: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \ | |
729 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
730 | coff-m68k.lo: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \ | |
731 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
732 | coff-m88k.lo: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \ | |
733 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
734 | coff-mips.lo: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \ | |
735 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \ | |
736 | $(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \ | |
737 | ecoffswap.h | |
738 | coff-pmac.lo: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \ | |
739 | $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \ | |
740 | coffcode.h coffswap.h | |
741 | coff-rs6000.lo: coff-rs6000.c $(INCDIR)/coff/internal.h \ | |
742 | $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \ | |
743 | coffcode.h coffswap.h | |
744 | coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \ | |
745 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
746 | coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \ | |
747 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
748 | coffcode.h coffswap.h | |
099ddbf1 | 749 | coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \ |
c0734708 ILT |
750 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \ |
751 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \ | |
752 | go32stub.h | |
753 | coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \ | |
754 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
755 | coffcode.h coffswap.h | |
eee4e8ca ILT |
756 | coff-tic30.lo: coff-tic30.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h \ |
757 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
c0734708 ILT |
758 | coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \ |
759 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
760 | coffcode.h coffswap.h | |
761 | coff-we32k.lo: coff-we32k.c $(INCDIR)/coff/we32k.h \ | |
762 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
763 | coffcode.h coffswap.h | |
764 | coff-w65.lo: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \ | |
765 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
766 | coff-z8k.lo: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \ | |
767 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
768 | cofflink.lo: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \ | |
769 | libcoff.h | |
d92329a9 ILT |
770 | dwarf2.lo: dwarf2.c elf-bfd.h $(INCDIR)/elf/common.h \ |
771 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
772 | $(INCDIR)/elf/dwarf2.h | |
c0734708 ILT |
773 | ecoff.lo: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \ |
774 | $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
775 | libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \ | |
776 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \ | |
777 | libcoff.h libecoff.h | |
778 | ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \ | |
779 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \ | |
780 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \ | |
781 | libcoff.h libecoff.h | |
099ddbf1 ILT |
782 | elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \ |
783 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
784 | $(INCDIR)/elf/arc.h elf32-target.h | |
785 | elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
786 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
787 | elf32-target.h | |
c0734708 ILT |
788 | elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \ |
789 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
790 | elf32-target.h | |
791 | elf32-hppa.lo: elf32-hppa.c $(INCDIR)/bfdlink.h elf-bfd.h \ | |
792 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
793 | elf32-hppa.h libhppa.h $(INCDIR)/elf/hppa.h hppa_stubs.h \ | |
794 | elf32-target.h | |
795 | elf32-i386.lo: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \ | |
796 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
797 | elf32-target.h | |
798 | elf32-i860.lo: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
799 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
800 | elf32-target.h | |
801 | elf32-m32r.lo: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
802 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
803 | $(INCDIR)/elf/m32r.h elf32-target.h | |
804 | elf32-m68k.lo: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \ | |
805 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
806 | elf32-target.h | |
807 | elf32-m88k.lo: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
808 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
809 | elf32-target.h | |
810 | elf32-mips.lo: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \ | |
811 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
812 | $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \ | |
813 | $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \ | |
814 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \ | |
815 | elf32-target.h | |
816 | elf-m10200.lo: elf-m10200.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
817 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
818 | elf32-target.h | |
819 | elf-m10300.lo: elf-m10300.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
820 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
821 | elf32-target.h | |
822 | elf32-ppc.lo: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \ | |
823 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
824 | $(INCDIR)/elf/ppc.h elf32-target.h | |
825 | elf32-sh.lo: elf32-sh.c $(INCDIR)/bfdlink.h elf-bfd.h \ | |
826 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
827 | elf32-target.h | |
828 | elf32-sparc.lo: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \ | |
829 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
830 | $(INCDIR)/elf/sparc.h elf32-target.h | |
d92329a9 ILT |
831 | elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \ |
832 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
833 | $(INCDIR)/elf/v850.h elf32-target.h | |
c0734708 ILT |
834 | elf32.lo: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \ |
835 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
836 | $(INCDIR)/fnmatch.h elfcore.h elflink.h | |
837 | elflink.lo: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \ | |
838 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h | |
839 | hp300bsd.lo: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \ | |
840 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
841 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
842 | hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \ | |
843 | aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \ | |
844 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ | |
845 | aout-target.h | |
846 | som.lo: som.c | |
847 | i386aout.lo: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \ | |
848 | $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \ | |
849 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
850 | i386bsd.lo: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \ | |
851 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
852 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
853 | i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \ | |
854 | $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \ | |
855 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ | |
856 | aout-target.h | |
857 | i386freebsd.lo: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \ | |
858 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
859 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
860 | i386linux.lo: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
861 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \ | |
862 | $(INCDIR)/bfdlink.h aout-target.h | |
863 | i386lynx.lo: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \ | |
864 | $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \ | |
865 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
866 | i386msdos.lo: i386msdos.c libaout.h $(INCDIR)/bfdlink.h | |
867 | i386netbsd.lo: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \ | |
868 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
869 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
870 | i386mach3.lo: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
871 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \ | |
872 | $(INCDIR)/bfdlink.h aout-target.h | |
873 | i386os9k.lo: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \ | |
874 | $(INCDIR)/os9k.h | |
875 | ieee.lo: ieee.c $(INCDIR)/ieee.h libieee.h | |
876 | m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h libaout.h \ | |
877 | $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ | |
878 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
879 | m68klinux.lo: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
880 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \ | |
881 | $(INCDIR)/bfdlink.h aout-target.h | |
882 | m68klynx.lo: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \ | |
883 | $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \ | |
884 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
885 | m68knetbsd.lo: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \ | |
886 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
887 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
888 | m88kmach3.lo: m88kmach3.c libaout.h $(INCDIR)/bfdlink.h \ | |
889 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
890 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
891 | mipsbsd.lo: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \ | |
892 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
893 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
894 | newsos3.lo: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
895 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \ | |
896 | $(INCDIR)/bfdlink.h aout-target.h | |
897 | nlm.lo: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ | |
898 | $(INCDIR)/nlm/external.h | |
899 | nlm32-i386.lo: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \ | |
900 | libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ | |
901 | $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h | |
902 | nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \ | |
903 | libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ | |
904 | $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h | |
905 | nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \ | |
906 | $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \ | |
907 | nlmswap.h nlm-target.h | |
908 | nlm32.lo: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \ | |
909 | $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h | |
910 | ns32knetbsd.lo: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \ | |
911 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
912 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
913 | oasys.lo: oasys.c $(INCDIR)/oasys.h liboasys.h | |
914 | pc532-mach.lo: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \ | |
915 | $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \ | |
916 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
917 | pe-arm.lo: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \ | |
918 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
919 | $(INCDIR)/bfdlink.h coffcode.h peicode.h | |
920 | pei-arm.lo: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \ | |
921 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
922 | $(INCDIR)/bfdlink.h coffcode.h peicode.h | |
923 | pe-i386.lo: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \ | |
924 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
925 | $(INCDIR)/bfdlink.h coffcode.h peicode.h | |
926 | pei-i386.lo: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \ | |
927 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
928 | $(INCDIR)/bfdlink.h coffcode.h peicode.h | |
929 | pe-ppc.lo: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \ | |
930 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
931 | $(INCDIR)/bfdlink.h coffcode.h peicode.h | |
932 | pei-ppc.lo: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \ | |
933 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
934 | $(INCDIR)/bfdlink.h coffcode.h peicode.h | |
935 | ppcboot.lo: ppcboot.c | |
936 | reloc16.lo: reloc16.c $(INCDIR)/bfdlink.h genlink.h \ | |
937 | $(INCDIR)/coff/internal.h libcoff.h | |
938 | riscix.lo: riscix.c libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ | |
939 | aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
940 | $(INCDIR)/aout/ar.h | |
941 | sparclinux.lo: sparclinux.c $(INCDIR)/aout/aout64.h \ | |
942 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ | |
943 | libaout.h $(INCDIR)/bfdlink.h aout-target.h | |
944 | sparclynx.lo: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \ | |
945 | $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
946 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h | |
947 | sparcnetbsd.lo: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \ | |
948 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
949 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
950 | sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \ | |
951 | $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
952 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h | |
eee4e8ca ILT |
953 | vaxnetbsd.lo: vaxnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \ |
954 | aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
955 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
c0734708 ILT |
956 | versados.lo: versados.c $(INCDIR)/libiberty.h |
957 | xcofflink.lo: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \ | |
958 | libcoff.h | |
959 | aout64.lo: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \ | |
960 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
961 | $(INCDIR)/aout/ar.h | |
962 | coff-alpha.lo: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \ | |
963 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \ | |
964 | $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \ | |
965 | libecoff.h coffswap.h ecoffswap.h | |
966 | demo64.lo: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h \ | |
967 | libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ | |
968 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ | |
969 | aout-target.h | |
970 | elf64-alpha.lo: elf64-alpha.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
971 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
972 | $(INCDIR)/elf/alpha.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ | |
973 | $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \ | |
974 | $(INCDIR)/aout/ar.h libcoff.h libecoff.h ecoffswap.h \ | |
975 | elf64-target.h | |
976 | elf64-gen.lo: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
977 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
978 | elf64-target.h | |
979 | elf64-mips.lo: elf64-mips.c $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h \ | |
980 | genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
981 | $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \ | |
982 | $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \ | |
983 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \ | |
984 | elf64-target.h | |
985 | elf64-sparc.lo: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \ | |
986 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
987 | $(INCDIR)/elf/sparc.h elf64-target.h | |
988 | elf64.lo: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \ | |
989 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
990 | $(INCDIR)/fnmatch.h elfcore.h elflink.h | |
991 | evax-alpha.lo: evax-alpha.c $(INCDIR)/bfdlink.h evax.h | |
992 | evax-egsd.lo: evax-egsd.c $(INCDIR)/bfdlink.h evax.h | |
993 | evax-etir.lo: evax-etir.c $(INCDIR)/bfdlink.h evax.h | |
994 | evax-emh.lo: evax-emh.c $(INCDIR)/bfdlink.h evax.h | |
995 | evax-misc.lo: evax-misc.c $(INCDIR)/bfdlink.h evax.h | |
996 | nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/nlm/alpha-ext.h \ | |
997 | libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ | |
998 | $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h | |
999 | nlm64.lo: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \ | |
1000 | $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h | |
1001 | aix386-core.lo: aix386-core.c $(INCDIR)/coff/i386.h \ | |
1002 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h | |
1003 | hpux-core.lo: hpux-core.c | |
1004 | irix-core.lo: irix-core.c | |
1005 | lynx-core.lo: lynx-core.c | |
1006 | osf-core.lo: osf-core.c | |
1007 | trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h | |
1008 | cisco-core.lo: cisco-core.c | |
1009 | # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |