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