* ecoff.c: First cut at new style of linker backend for
[deliverable/binutils-gdb.git] / bfd / mpw-make.in
1 # Makefile template for Configure for the BFD library.
2 # Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
3 # Written by Cygnus Support.
4 #
5 # This file is part of BFD, the Binary File Descriptor library.
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option} any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21 s = "{srcdir}"
22
23 o = :
24
25 CC = C -d MPW_C -d __ALMOST__STDC__ -w
26
27 "{o}" Ä : "{s}"
28
29 # Default rule that puts each file into separate segment.
30
31 .c.o Ä .c
32 {CC} {DepDir}{Default}.c {ALL_CFLAGS} {SymOptions} -s {Default} -o {TargDir}{Default}.c.o
33
34 HDEFINES =
35 TDEFINES =
36 CSWITCHES =
37 SymOptions =
38
39 prefix = :usr:local
40
41 exec_prefix = {prefix}
42 bindir = {exec_prefix}:bin
43 libdir = {exec_prefix}:lib
44
45 datadir = {prefix}:lib
46 mandir = {prefix}:man
47 man1dir = {mandir}:man1
48 man2dir = {mandir}:man2
49 man3dir = {mandir}:man3
50 man4dir = {mandir}:man4
51 man5dir = {mandir}:man5
52 man6dir = {mandir}:man6
53 man7dir = {mandir}:man7
54 man8dir = {mandir}:man8
55 man9dir = {mandir}:man9
56 infodir = {prefix}:info
57 includedir = {prefix}:include
58 oldincludedir =
59 docdir = doc
60
61 SHELL = :bin:sh
62
63 INSTALL = install -c
64 INSTALL_PROGRAM = {INSTALL}
65 INSTALL_DATA = {INSTALL}
66
67 AR = ar
68 AR_FLAGS =
69 CFLAGS = -mc68020 -mc68881 -model far
70 BISON = bison
71 MAKEINFO = makeinfo
72 RANLIB = ranlib
73
74 CC_FOR_BUILD = {CC}
75
76 INCDIR = "{topsrcdir}"include
77 #CSEARCH = -i : -i {srcdir} -i {INCDIR}:
78 CSEARCH = -i "{INCDIR}","{INCDIR}":,"{srcdir}"
79 DEP = mkdep
80
81 SUBDIRS = doc
82
83
84 TARGETLIB = libbfd.o
85
86 # bfd.h goes here, for now
87 BFD_H = bfd.h
88
89 # Some of these files should be in BFD*_BACKENDS below, but some programs
90 # won't link without them. So, in order for some of the minimal-bfd
91 # hacks to work, they're also included here for now.
92 # gdbÄ ecoff.c.o ecofflink.c.o elf.o
93 # objdumpÄ elf.o
94 #
95 # Also, Jim Kingdon notesÄ
96 # Writing S-records should be included in all (or at least most}
97 # *-*-coff, *-*-aout, etc., configurations, because people will want to
98 # be able to use objcopy to create S-records. (S-records are not useful
99 # for the debugger, so if you are downloading things as S-records you
100 # need two copies of the executable, one to download and one for the
101 # debugger}.
102 BFD_LIBS = ¶
103 "{o}"archive.c.o "{o}"archures.c.o "{o}"bfd.c.o "{o}"cache.c.o "{o}"coffgen.c.o "{o}"core.c.o "{o}"ctor.c.o ¶
104 "{o}"format.c.o "{o}"init.c.o "{o}"libbfd.c.o "{o}"opncls.c.o "{o}"reloc.c.o ¶
105 "{o}"section.c.o "{o}"syms.c.o "{o}"targets.c.o "{o}"hash.o "{o}"linker.o ¶
106 "{o}"ecoff.c.o "{o}"ecofflink.c.o "{o}"elf.c.o "{o}"srec.c.o
107
108 # This list is alphabetized to make it easier to keep in sync
109 # with the decls and initializer in archures.c.
110 ALL_MACHINES = ¶
111 "{o}"cpu-a29k.c.o ¶
112 "{o}"cpu-alpha.c.o ¶
113 "{o}"cpu-h8300.c.o ¶
114 "{o}"cpu-h8500.c.o ¶
115 "{o}"cpu-hppa.c.o ¶
116 "{o}"cpu-i386.c.o ¶
117 "{o}"cpu-i960.c.o ¶
118 "{o}"cpu-m68k.c.o ¶
119 "{o}"cpu-m88k.c.o ¶
120 "{o}"cpu-mips.c.o ¶
121 "{o}"cpu-rs6000.c.o ¶
122 "{o}"cpu-sh.c.o ¶
123 "{o}"cpu-sparc.c.o ¶
124 "{o}"cpu-vax.c.o ¶
125 "{o}"cpu-we32k.c.o ¶
126 "{o}"cpu-z8k.c.o
127
128 # The .c.o files needed by all of the 32 bit vectors that are configured into
129 # target_vector in targets.c if configured with --with-targets=all.
130 BFD32_BACKENDS = ¶
131 "{o}"aout-adobe.c.o ¶
132 "{o}"aout32.c.o ¶
133 "{o}"bout.c.o ¶
134 "{o}"cf-i386lynx.c.o ¶
135 "{o}"cf-m68klynx.c.o ¶
136 "{o}"cf-sparclynx.c.o ¶
137 "{o}"coff-a29k.c.o ¶
138 "{o}"coff-apollo.c.o ¶
139 "{o}"coff-h8300.c.o ¶
140 "{o}"coff-h8500.c.o ¶
141 "{o}"coff-i386.c.o ¶
142 "{o}"coff-i960.c.o ¶
143 "{o}"coff-m68k.c.o ¶
144 "{o}"coff-m88k.c.o ¶
145 "{o}"coff-mips.c.o ¶
146 "{o}"coff-rs6000.c.o ¶
147 "{o}"coff-sh.c.o ¶
148 "{o}"coff-u68k.c.o ¶
149 "{o}"coff-we32k.c.o ¶
150 "{o}"coff-z8k.c.o ¶
151 "{o}"elf32-gen.c.o ¶
152 "{o}"elf32-hppa.c.o ¶
153 "{o}"elf32-i386.c.o ¶
154 "{o}"elf32-i860.c.o ¶
155 "{o}"elf32-m68k.c.o ¶
156 "{o}"elf32-m88k.c.o ¶
157 "{o}"elf32-mips.c.o ¶
158 "{o}"elf32-sparc.c.o ¶
159 "{o}"elf32.c.o ¶
160 "{o}"hp300hpux.c.o ¶
161 "{o}"som.c.o ¶
162 "{o}"i386aout.c.o ¶
163 "{o}"i386bsd.c.o ¶
164 "{o}"i386linux.c.o ¶
165 "{o}"i386lynx.c.o ¶
166 "{o}"netbsd386.c.o ¶
167 "{o}"i386mach3.c.o ¶
168 "{o}"ieee.c.o ¶
169 "{o}"m68klynx.c.o ¶
170 "{o}"mipsbsd.c.o ¶
171 "{o}"newsos3.c.o ¶
172 "{o}"nlm.c.o ¶
173 "{o}"nlm32-gen.c.o ¶
174 "{o}"nlm32-i386.c.o ¶
175 "{o}"nlm32-sparc.c.o ¶
176 "{o}"nlm32-alpha.c.o ¶
177 "{o}"nlm32.c.o ¶
178 "{o}"oasys.c.o ¶
179 "{o}"reloc16.c.o ¶
180 "{o}"sparclynx.c.o ¶
181 "{o}"stab-syms.c.o ¶
182 "{o}"sunos.c.o
183
184 # The .c.o files needed by all of the 64 bit vectors that are configured into
185 # target_vector in targets.c if configured with --with-targets=all
186 # and --with-64-bit-bfd.
187 BFD64_BACKENDS = ¶
188 "{o}"aout64.c.o ¶
189 "{o}"coff-alpha.c.o ¶
190 "{o}"demo64.c.o ¶
191 "{o}"elf64-gen.c.o ¶
192 "{o}"elf64.c.o ¶
193 "{o}"nlm64-gen.c.o ¶
194 "{o}"nlm64.c.o
195
196 OPTIONAL_BACKENDS = ¶
197 "{o}"aix386-core.c.o ¶
198 "{o}"hpux-core.c.o ¶
199 "{o}"irix-core.c.o ¶
200 "{o}"lynx-core.c.o ¶
201 "{o}"osf-core.c.o ¶
202 "{o}"trad-core.c.o
203
204 # These are defined by configure.inÄ
205 WORDSIZE=32
206 BFD_BACKENDS = "{o}"coff-mips.c.o
207 BFD_MACHINES = "{o}"cpu-mips.c.o
208 TDEFAULTS = -d DEFAULT_VECTOR=ecoff_big_vec -d SELECT_VECS='&ecoff_big_vec,&ecoff_little_vec' -d SELECT_ARCHITECTURES='bfd_mips_arch'
209
210
211 all Ä libbfd.o
212
213 #### host and target dependent Makefile fragments come in here.
214 ###
215
216 FLAGS_TO_PASS = ¶
217 "prefix={prefix}" ¶
218 "exec_prefix={exec_prefix}" ¶
219 "against={against}" ¶
220 "AR={AR}" ¶
221 "AR_FLAGS={AR_FLAGS}" ¶
222 "CC={CC}" ¶
223 "CC_FOR_BUILD={CC_FOR_BUILD}" ¶
224 "CFLAGS={CFLAGS}" ¶
225 "RANLIB={RANLIB}" ¶
226 "MAKEINFO={MAKEINFO}" ¶
227 "INSTALL={INSTALL}" ¶
228 "INSTALL_DATA={INSTALL_DATA}" ¶
229 "INSTALL_PROGRAM={INSTALL_PROGRAM}" ¶
230 "BISON={BISON}"
231
232 ALL_CFLAGS={CFLAGS} {HDEFINES} {TDEFINES} {CSEARCH} {CSWITCHES}
233
234 # C source files that correspond to .o's.
235 CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c ¶
236 archures.c coff-i386.c aout64.c aout32.c sunos.c demo64.c ¶
237 coff-i960.c srec.c tekhex.c oasys.c ieee.c ¶
238 ecoff.c ecofflink.c coff-m68k.c coff-u68k.c coff-apollo.c ¶
239 coff-a29k.c coff-rs6000.c coffgen.c format.c ¶
240 section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c ¶
241 coff-m88k.c coff-mips.c coff-sh.c trad-core.c newsos3.c ¶
242 i386aout.c i386linux.c netbsd386.c i386mach3.c bout.c aout-adobe.c coff-we32k.c ¶
243 i386bsd.c cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c ¶
244 cpu-m88k.c cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c ¶
245 cpu-rs6000.c coff-h8300.c som.c cpu-hppa.c cpu-we32k.c reloc16.c ¶
246 mipsbsd.c cpu-sh.c ¶
247 elf.c elf32.c elf32-sparc.c elf32-i386.c elf32-i860.c elf32-m68k.c ¶
248 elf32-hppa.c elf32-m88k.c elf32-mips.c elf32-gen.c ¶
249 elf64.c elf64-gen.c ¶
250 nlm.c nlm32.c nlm32-gen.c nlm32-i386.c nlm32-sparc.c nlm32-alpha.c ¶
251 nlm64.c nlm64-gen.c ¶
252 coff-alpha.c cpu-alpha.c ¶
253 hp300bsd.c hp300hpux.c ¶
254 i386lynx.c cf-i386lynx.c m68klynx.c cf-m68klynx.c ¶
255 sparclynx.c cf-sparclynx.c aix386-core.c hpux-core.c ¶
256 irix-core.c lynx-core.c osf-core.c
257
258 HFILES = aout-target.h aoutf1.h aoutx.h coffcode.h ¶
259 "{s}"coffswap.h "{s}"ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h ¶
260 elfcode.h hppa_stubs.h "{s}"libaout.h "{s}"libbfd.h ¶
261 libcoff.h "{s}"libecoff.h libelf.h libhppa.h libieee.h libnlm.h ¶
262 liboasys.h nlm-target.h nlmcode.h som.h
263
264 STAGESTUFF = {TARGETLIB} {OFILES}
265
266 all Ä {TARGETLIB}
267 # @{MAKE} subdir_do DO=all "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
268
269 # Various kinds of .c.o files to put in libbfd.aÄ
270 # BFD_LIBS Generic routines, always needed.
271 # BFD_BACKENDS Routines the configured targets need.
272 # BFD_MACHINES Architecture-specific routines the configured targets need.
273 # HDEPFILES Routines the host needs, regardless of target.
274 # TDEPFILES Routines the target needs, regardless of host.
275 TDEPFILES =
276 HDEPFILES =
277
278 OFILES = {BFD_LIBS} {BFD_BACKENDS} {BFD_MACHINES} {HDEPFILES} {TDEPFILES}
279
280 {TARGETLIB} Ä {OFILES}
281 # rm -f {TARGETLIB}
282 Lib -o {TARGETLIB} {OFILES}
283 # {RANLIB} {TARGETLIB}
284
285 # When compiling archures.c and targets.c, supply the default target
286 # info from configure.
287
288
289 "{o}"targets.c.o Ä "{s}"targets.c
290 {CC} "{s}"targets.c {CFLAGS} {HDEFINES} {TDEFINES} {CSEARCH} {CSWITCHES} {TDEFAULTS} -o "{o}"targets.c.o
291
292 "{o}"archures.c.o Ä "{s}"archures.c
293 {CC} "{s}"archures.c {CFLAGS} {HDEFINES} {TDEFINES} {CSEARCH} {CSWITCHES} {TDEFAULTS} -o "{o}"archures.c.o
294
295 do_mostlyclean Ä
296 rm -f *.c.o *~ core *.E *.p *.ip aout-params.h gen-aout
297 do_clean Ä do_mostlyclean
298 rm -f libbfd.a TAGS "{s}"bfd.h stmp-"{s}"bfd.h ofiles
299 do_distclean Ä do_clean
300 rm -f Makefile config.status sysdep.h
301
302 # Should we remove {srcdir}:libcoff.h {srcdir}:"{s}"libbfd.h {srcdir}:bfd-in2.h?
303 # make-stds.texi says it depends on whether they can be regenerated using
304 # this makefile. Well, they can, but only via an explicit "make headers";
305 # the makefile does not regenerate them as needed. So I guess we should not
306 # remove them in realclean.
307 do_realclean Ä do_distclean
308
309 mostlyclean Ä do_mostlyclean
310 {MAKE} subdir_do DO=mostlyclean "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
311 clean Ä do_clean
312 {MAKE} subdir_do DO=clean "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
313 distclean Ä
314 {MAKE} subdir_do DO=distclean "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
315 {MAKE} do_distclean
316 clobber realclean Ä
317 {MAKE} subdir_do DO=realclean "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
318 {MAKE} do_realclean
319
320 # Mark everything as depending on config.status, since the timestamp on
321 # sysdep.h might actually move backwards if we reconfig and relink it
322 # to a different hosts:h-xxx.h file. This will force a recompile anyway.
323 BFD_H_DEPS= {INCDIR}:ansidecl.h {INCDIR}:obstack.h
324 RECONFIG = # config.status
325 {BFD_LIBS} Ä "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
326 {BFD_MACHINES} Ä "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
327 {BFD_BACKENDS} Ä "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
328 {OPTIONAL_BACKENDS} Ä "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
329
330 # Get around a Sun Make bug in SunOS 4.1.1 with VPATH
331 "{o}"cpu-i386.c.o Ä cpu-i386.c
332 "{o}"cpu-z8k.c.o Ä cpu-z8k.c
333 "{o}"cpu-h8500.c.o Ä cpu-h8500.c
334 "{o}"cpu-we32k.c.o Ä cpu-we32k.c
335
336 saber Ä
337 #suppress 65 on bfd_map_over_sections
338 #suppress 66 on bfd_map_over_sections
339 #suppress 67 on bfd_map_over_sections
340 #suppress 68 on bfd_map_over_sections
341 #suppress 69 on bfd_map_over_sections
342 #suppress 70 on bfd_map_over_sections
343 #suppress 110 in bfd_map_over_sections
344 #suppress 112 in bfd_map_over_sections
345 #suppress 530
346 #suppress 590 in swap_exec_header
347 #suppress 590 in _bfd_dummy_core_file_matches_executable_p
348 #suppress 590 in bfd_dont_truncate_arname
349 #suppress 590 on ignore
350 #suppress 590 on abfd
351 #setopt load_flags {CFLAGS}
352 #load {CFILES}
353
354
355
356 # What appears below is generated by a hacked mkdep using gcc -MM.
357
358 # DO NOT DELETE THIS LINE -- mkdep uses it.
359 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
360
361 "{o}"libbfd.c.o Ä "{s}"libbfd.c
362 "{o}"opncls.c.o Ä "{s}"opncls.c
363 "{o}"bfd.c.o Ä "{s}"bfd.c {INCDIR}:coff:internal.h {INCDIR}:coff:sym.h ¶
364 "{s}"libcoff.h "{s}"libecoff.h {INCDIR}:coff:ecoff.h "{s}"libelf.h ¶
365 {INCDIR}:elf:common.h {INCDIR}:elf:internal.h {INCDIR}:elf:external.h
366 "{o}"archive.c.o Ä "{s}"archive.c {INCDIR}:aout:ar.h {INCDIR}:aout:ranlib.h
367 "{o}"targets.c.o Ä "{s}"targets.c
368 "{o}"cache.c.o Ä "{s}"cache.c
369 "{o}"archures.c.o Ä "{s}"archures.c
370 "{o}"coff-i386.c.o Ä "{s}"coff-i386.c {INCDIR}:coff:i386.h {INCDIR}:coff:internal.h ¶
371 "{s}"libcoff.h coffcode.h "{s}"coffswap.h
372 "{o}"aout64.c.o Ä "{s}"aout64.c aoutx.h "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
373 {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
374 "{o}"aout32.c.o Ä "{s}"aout32.c aoutx.h "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
375 {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
376 "{o}"sunos.c.o Ä "{s}"sunos.c aoutf1.h {INCDIR}:aout:sun4.h "{s}"libaout.h ¶
377 {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def ¶
378 {INCDIR}:aout:ar.h aout-target.h
379 "{o}"demo64.c.o Ä "{s}"demo64.c aoutf1.h {INCDIR}:aout:sun4.h ¶
380 "{s}"libaout.h {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
381 {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h aout-target.h
382 "{o}"coff-i960.c.o Ä "{s}"coff-i960.c {INCDIR}:coff:i960.h {INCDIR}:coff:internal.h ¶
383 "{s}"libcoff.h coffcode.h "{s}"coffswap.h
384 "{o}"srec.c.o Ä "{s}"srec.c
385 "{o}"tekhex.c.o Ä "{s}"tekhex.c
386 "{o}"oasys.c.o Ä "{s}"oasys.c {INCDIR}:oasys.h liboasys.h
387 "{o}"ieee.c.o Ä "{s}"ieee.c {INCDIR}:ieee.h libieee.h
388 "{o}"ecoff.c.o Ä "{s}"ecoff.c {INCDIR}:aout:ar.h {INCDIR}:aout:ranlib.h ¶
389 "{s}"libaout.h {INCDIR}:aout:aout64.h {INCDIR}:coff:internal.h ¶
390 {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h ¶
391 "{s}"libcoff.h "{s}"libecoff.h
392 "{o}"ecofflink.c.o Ä "{s}"ecofflink.c {INCDIR}:coff:internal.h ¶
393 {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h
394 "{o}"coff-m68k.c.o Ä "{s}"coff-m68k.c {INCDIR}:coff:m68k.h {INCDIR}:coff:internal.h ¶
395 "{s}"libcoff.h coffcode.h "{s}"coffswap.h
396 "{o}"coff-u68k.c.o Ä "{s}"coff-u68k.c coff-m68k.c {INCDIR}:coff:m68k.h ¶
397 {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
398 "{s}"coffswap.h
399 "{o}"coff-apollo.c.o Ä "{s}"coff-apollo.c {INCDIR}:coff:apollo.h ¶
400 {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
401 "{s}"coffswap.h
402 "{o}"coff-a29k.c.o Ä "{s}"coff-a29k.c {INCDIR}:coff:a29k.h {INCDIR}:coff:internal.h ¶
403 "{s}"libcoff.h coffcode.h "{s}"coffswap.h
404 "{o}"coff-rs6000.c.o Ä "{s}"coff-rs6000.c {INCDIR}:coff:internal.h ¶
405 {INCDIR}:coff:rs6000.h "{s}"libcoff.h coffcode.h ¶
406 "{s}"coffswap.h
407 "{o}"coffgen.c.o Ä "{s}"coffgen.c {INCDIR}:coff:internal.h ¶
408 "{s}"libcoff.h
409 "{o}"format.c.o Ä "{s}"format.c
410 "{o}"section.c.o Ä "{s}"section.c
411 "{o}"core.c.o Ä "{s}"core.c
412 "{o}"syms.c.o Ä "{s}"syms.c {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def
413 "{o}"stab-syms.c.o Ä "{s}"stab-syms.c "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
414 {INCDIR}:aout:stab.def
415 "{o}"reloc.c.o Ä "{s}"reloc.c
416 "{o}"init.c.o Ä "{s}"init.c
417 "{o}"ctor.c.o Ä "{s}"ctor.c
418 "{o}"coff-m88k.c.o Ä "{s}"coff-m88k.c {INCDIR}:coff:m88k.h {INCDIR}:coff:internal.h ¶
419 "{s}"libcoff.h coffcode.h "{s}"coffswap.h
420 "{o}"coff-mips.c.o Ä "{s}"coff-mips.c {INCDIR}:coff:internal.h ¶
421 {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h ¶
422 {INCDIR}:coff:mips.h "{s}"libcoff.h "{s}"libecoff.h "{s}"coffswap.h ¶
423 "{s}"ecoffswap.h
424 "{o}"coff-sh.c.o Ä "{s}"coff-sh.c {INCDIR}:coff:sh.h {INCDIR}:coff:internal.h ¶
425 "{s}"libcoff.h coffcode.h "{s}"coffswap.h
426 "{o}"trad-core.c.o Ä "{s}"trad-core.c "{s}"libaout.h
427 "{o}"newsos3.c.o Ä "{s}"newsos3.c {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
428 {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h "{s}"libaout.h ¶
429 aout-target.h
430 "{o}"i386aout.c.o Ä "{s}"i386aout.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
431 {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
432 "{o}"i386linux.c.o Ä "{s}"i386linux.c {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
433 {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h "{s}"libaout.h ¶
434 aout-target.h
435 "{o}"netbsd386.c.o Ä "{s}"netbsd386.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
436 {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
437 "{o}"i386mach3.c.o Ä "{s}"i386mach3.c {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
438 {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h "{s}"libaout.h ¶
439 aout-target.h
440 "{o}"bout.c.o Ä "{s}"bout.c {INCDIR}:bout.h {INCDIR}:aout:stab_gnu.h ¶
441 {INCDIR}:aout:stab.def "{s}"libaout.h
442 "{o}"aout-adobe.c.o Ä "{s}"aout-adobe.c {INCDIR}:aout:adobe.h ¶
443 {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def "{s}"libaout.h
444 "{o}"coff-we32k.c.o Ä "{s}"coff-we32k.c {INCDIR}:coff:we32k.h ¶
445 {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
446 "{s}"coffswap.h
447 "{o}"i386bsd.c.o Ä "{s}"i386bsd.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
448 {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
449 "{o}"cpu-h8300.c.o Ä "{s}"cpu-h8300.c
450 "{o}"cpu-i960.c.o Ä "{s}"cpu-i960.c
451 "{o}"cpu-sparc.c.o Ä "{s}"cpu-sparc.c
452 "{o}"cpu-m68k.c.o Ä "{s}"cpu-m68k.c
453 "{o}"cpu-m88k.c.o Ä "{s}"cpu-m88k.c
454 "{o}"cpu-vax.c.o Ä "{s}"cpu-vax.c
455 "{o}"cpu-mips.c.o Ä "{s}"cpu-mips.c
456 "{o}"cpu-a29k.c.o Ä "{s}"cpu-a29k.c
457 "{o}"cpu-i386.c.o Ä "{s}"cpu-i386.c
458 "{o}"cpu-rs6000.c.o Ä "{s}"cpu-rs6000.c
459 "{o}"coff-h8300.c.o Ä "{s}"coff-h8300.c {INCDIR}:coff:h8300.h ¶
460 {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
461 "{s}"coffswap.h
462 "{o}"som.c.o Ä "{s}"som.c
463 "{o}"cpu-hppa.c.o Ä "{s}"cpu-hppa.c
464 "{o}"cpu-we32k.c.o Ä "{s}"cpu-we32k.c
465 "{o}"reloc16.c.o Ä "{s}"reloc16.c {INCDIR}:coff:internal.h ¶
466 "{s}"libcoff.h
467 "{o}"mipsbsd.c.o Ä "{s}"mipsbsd.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
468 {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
469 "{o}"cpu-sh.c.o Ä "{s}"cpu-sh.c
470 "{o}"elf.c.o Ä "{s}"elf.c "{s}"libelf.h {INCDIR}:elf:common.h {INCDIR}:elf:internal.h ¶
471 {INCDIR}:elf:external.h
472 "{o}"elf32.c.o Ä "{s}"elf32.c elfcode.h "{s}"libelf.h {INCDIR}:elf:common.h ¶
473 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h
474 "{o}"elf32-sparc.c.o Ä "{s}"elf32-sparc.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
475 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
476 "{o}"elf32-i386.c.o Ä "{s}"elf32-i386.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
477 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
478 "{o}"elf32-i860.c.o Ä "{s}"elf32-i860.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
479 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
480 "{o}"elf32-m68k.c.o Ä "{s}"elf32-m68k.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
481 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
482 "{o}"elf32-hppa.c.o Ä "{s}"elf32-hppa.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
483 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-hppa.h ¶
484 libhppa.h {INCDIR}:aout:aout64.h hppa_stubs.h elf32-target.h
485 "{o}"elf32-m88k.c.o Ä "{s}"elf32-m88k.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
486 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
487 "{o}"elf32-mips.c.o Ä "{s}"elf32-mips.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
488 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h {INCDIR}:elf:mips.h ¶
489 {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:internal.h ¶
490 {INCDIR}:coff:ecoff.h {INCDIR}:coff:mips.h "{s}"ecoffswap.h ¶
491 elf32-target.h
492 "{o}"elf32-gen.c.o Ä "{s}"elf32-gen.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
493 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
494 "{o}"elf64.c.o Ä "{s}"elf64.c elfcode.h "{s}"libelf.h {INCDIR}:elf:common.h ¶
495 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h
496 "{o}"elf64-gen.c.o Ä "{s}"elf64-gen.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
497 {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf64-target.h
498 "{o}"nlm.c.o Ä "{s}"nlm.c libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h ¶
499 {INCDIR}:nlm:external.h
500 "{o}"nlm32.c.o Ä "{s}"nlm32.c nlmcode.h libnlm.h {INCDIR}:nlm:common.h ¶
501 {INCDIR}:nlm:internal.h {INCDIR}:nlm:external.h
502 "{o}"nlm32-gen.c.o Ä "{s}"nlm32-gen.c libnlm.h {INCDIR}:nlm:common.h ¶
503 {INCDIR}:nlm:internal.h {INCDIR}:nlm:external.h nlm-target.h
504 "{o}"nlm32-i386.c.o Ä "{s}"nlm32-i386.c {INCDIR}:nlm:i386-ext.h ¶
505 libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h ¶
506 {INCDIR}:nlm:external.h nlmswap.h nlm-target.h
507 "{o}"nlm32-sparc.c.o Ä "{s}"nlm32-sparc.c {INCDIR}:nlm:sparc32-ext.h ¶
508 libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h ¶
509 {INCDIR}:nlm:external.h nlmswap.h nlm-target.h
510 "{o}"nlm32-alpha.c.o Ä "{s}"nlm32-alpha.c {INCDIR}:nlm:alpha-ext.h ¶
511 libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h ¶
512 {INCDIR}:nlm:external.h nlmswap.h nlm-target.h
513 "{o}"nlm64.c.o Ä "{s}"nlm64.c nlmcode.h libnlm.h {INCDIR}:nlm:common.h ¶
514 {INCDIR}:nlm:internal.h {INCDIR}:nlm:external.h
515 "{o}"nlm64-gen.c.o Ä "{s}"nlm64-gen.c libnlm.h {INCDIR}:nlm:common.h ¶
516 {INCDIR}:nlm:internal.h {INCDIR}:nlm:external.h nlm-target.h
517 "{o}"coff-alpha.c.o Ä "{s}"coff-alpha.c {INCDIR}:coff:internal.h ¶
518 {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h ¶
519 {INCDIR}:coff:alpha.h "{s}"libcoff.h "{s}"libecoff.h "{s}"coffswap.h ¶
520 "{s}"ecoffswap.h
521 "{o}"cpu-alpha.c.o Ä "{s}"cpu-alpha.c
522 "{o}"hp300bsd.c.o Ä "{s}"hp300bsd.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
523 {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
524 "{o}"hp300hpux.c.o Ä "{s}"hp300hpux.c {INCDIR}:aout:hp300hpux.h ¶
525 aoutx.h "{s}"libaout.h {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
526 {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h aout-target.h
527 "{o}"i386lynx.c.o Ä "{s}"i386lynx.c "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
528 aout-target.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def ¶
529 {INCDIR}:aout:ar.h
530 "{o}"cf-i386lynx.c.o Ä "{s}"cf-i386lynx.c "{s}"coff-i386.c {INCDIR}:coff:i386.h ¶
531 {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
532 "{s}"coffswap.h
533 "{o}"m68klynx.c.o Ä "{s}"m68klynx.c "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
534 aout-target.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def ¶
535 {INCDIR}:aout:ar.h
536 "{o}"cf-m68klynx.c.o Ä "{s}"cf-m68klynx.c "{s}"coff-m68k.c {INCDIR}:coff:m68k.h ¶
537 {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
538 "{s}"coffswap.h
539 "{o}"sparclynx.c.o Ä "{s}"sparclynx.c {INCDIR}:aout:sun4.h "{s}"libaout.h ¶
540 {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def ¶
541 {INCDIR}:aout:ar.h aout-target.h
542 "{o}"cf-sparclynx.c.o Ä "{s}"cf-sparclynx.c "{s}"coff-sparc.c {INCDIR}:coff:sparc.h ¶
543 {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
544 "{s}"coffswap.h
545 "{o}"aix386-core.c.o Ä "{s}"aix386-core.c {INCDIR}:coff:i386.h ¶
546 {INCDIR}:coff:internal.h "{s}"libcoff.h
547 "{o}"hpux-core.c.o Ä "{s}"hpux-core.c
548 "{o}"irix-core.c.o Ä "{s}"irix-core.c
549 "{o}"lynx-core.c.o Ä "{s}"lynx-core.c
550
551 "{o}"hash.c.o Ä "{s}"hash.c
552 "{o}"linker.o Ä "{s}"linker.c {INCDIR}:bfdlink.h "{s}"genlink.h
553
554 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.046631 seconds and 4 git commands to generate.