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.
5 # This file is part of BFD, the Binary File Descriptor library.
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.
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.
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.
25 exec_prefix = $(prefix)
26 bindir = $(exec_prefix)/bin
27 libdir = $(exec_prefix)/lib
29 datadir = $(prefix)/lib
30 mandir = $(prefix)/man
31 man1dir = $(mandir)/man1
32 man2dir = $(mandir)/man2
33 man3dir = $(mandir)/man3
34 man4dir = $(mandir)/man4
35 man5dir = $(mandir)/man5
36 man6dir = $(mandir)/man6
37 man7dir = $(mandir)/man7
38 man8dir = $(mandir)/man8
39 man9dir = $(mandir)/man9
40 infodir = $(prefix)/info
41 includedir = $(prefix)/include
48 INSTALL_PROGRAM
= $(INSTALL
)
49 INSTALL_DATA
= $(INSTALL
)
60 INCDIR
= $(srcdir)/..
/include
61 CSEARCH
= -I.
-I
$(srcdir) -I
$(INCDIR
)
69 # bfd.h goes here, for now
72 # Some of these files should be in BFD*_BACKENDS below, but gdb
73 # won't link without them. So, in order for some of the minimal-bfd
74 # hacks to work, they're also included here for now.
75 # coff-mips.o coff-msym.o
76 BFD_LIBS
= libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
77 archures.o core.o section.o format.o syms.o reloc.o init.o \
78 ctor.o seclet.o coffgen.o reloc16.o coff-mips.o coff-msym.o
80 ALL_MACHINES
= cpu-h8300.o cpu-i960.o cpu-sparc.o cpu-m68k.o cpu-m88k.o \
81 cpu-vax.o cpu-mips.o cpu-a29k.o cpu-i386.o cpu-rs6000.o cpu-hppa.o \
82 cpu-z8k.o cpu-we32k.o cpu-h8500.o cpu-alpha.o cpu-sh.o
86 elf32.o elf32-sparc.o elf32-i386.o elf32-i860.o elf32-m68k.o \
87 elf32-hppa.o elf32-mips.o elf32-m88k.o elf32-gen.o \
90 aout32.o sunos.o newsos3.o mipsbsd.o aout-adobe.o \
91 i386aout.o i386bsd.o i386linux.o i386lynx.o \
93 coff-i960.o coff-a29k.o coff-m68k.o coff-u68k.o \
94 coff-i386.o coff-m88k.o \
95 coff-rs6000.o coff-h8300.o coff-h8500.o coff-z8k.o coff-we32k.o \
96 coff-mips.o coff-msym.o coff-alpha.o coff-sh.o \
97 hppa.o oasys.o ieee.o srec.o \
101 elf64.o elf64-gen.o \
102 nlm64.o nlm64-gen.o \
105 OPTIONAL_BACKENDS
= trad-core.o sco-core.o aix386-core.o hpux-core.o
107 # These are defined by configure.in:
109 # BFD_BACKENDS = $(BFD32_BACKENDS)
110 # Change this (to MINIMIZE=1) to save space in executables.
111 # Currently, all this does is control the target_vector in targets.c.
116 #### host and target dependent Makefile fragments come in here.
121 "exec_prefix=$(exec_prefix)" \
122 "against=$(against)" \
124 "AR_FLAGS=$(AR_FLAGS)" \
126 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
129 "MAKEINFO=$(MAKEINFO)" \
130 "INSTALL=$(INSTALL)" \
131 "INSTALL_DATA=$(INSTALL_DATA)" \
132 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
136 $(CC
) -c
$(CFLAGS
) $(HDEFINES
) $(TDEFINES
) $(CSEARCH
) $(CSWITCHES
) $<
138 # C source files that correspond to .o's.
139 CFILES
= libbfd.c opncls.c bfd.c archive.c targets.c cache.c \
140 archures.c coff-i386.c aout64.c aout32.c sunos.c demo64.c \
141 coff-i960.c srec.c tekhex.c oasys.c ieee.c \
142 coff-m68k.c coff-u68k.c \
143 coff-a29k.c coff-rs6000.c coff-msym.c coffgen.c format.c \
144 section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c \
145 seclet.c coff-m88k.c coff-mips.c coff-sh.c trad-core.c newsos3.c \
146 i386aout.c i386linux.c bout.c aout-adobe.c coff-we32k.c \
147 i386bsd.c cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c \
148 cpu-m88k.c cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c \
149 cpu-rs6000.c coff-h8300.c hppa.c cpu-hppa.c cpu-we32k.c reloc16.c \
151 elf32.c elf32-sparc.c elf32-i386.c elf32-i860.c elf32-m68k.c \
152 elf32-hppa.c elf32-m88k.c elf32-mips.c elf32-gen.c \
153 elf64.c elf64-gen.c \
154 nlm32.c nlm32-gen.c nlm64.c nlm64-gen.c \
155 coff-alpha.c cpu-alpha.c \
156 hp300hpux.c i386lynx.c
158 STAGESTUFF
= $(TARGETLIB
) $(OFILES
)
160 all: Makefile
$(TARGETLIB
)
161 @
$(MAKE
) subdir_do DO
=all "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
)
170 @
$(MAKE
) subdir_do DO
=$@
"DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
)
173 @
$(MAKE
) subdir_do DO
=clean-info
"DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
)
176 @
$(MAKE
) subdir_do DO
=install-info
"DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
)
178 # HDEPFILES comes from the host config; TDEPFILES from the target config.
179 OFILES
= $(BFD_LIBS
) $(BFD_BACKENDS
) $(BFD_MACHINES
) $(HDEPFILES
) $(TDEPFILES
)
182 rm -f ofiles2 ofiles ofiles3
185 for i in
$(OFILES
) ; do \
193 $(TARGETLIB
): $(OFILES
) ofiles
195 @echo ofiles
= `cat ofiles`
196 $(AR
) $(AR_FLAGS
) $(TARGETLIB
) `cat ofiles`
197 $(RANLIB
) $(TARGETLIB
)
199 # When compiling archures.c and targets.c, supply the default target
200 # info from configure.
203 targets.o
: targets.c Makefile
204 $(CC
) -c
$(CFLAGS
) $(HDEFINES
) $(TDEFINES
) $(CSEARCH
) $(CSWITCHES
) -DMINIMIZE
=$(MINIMIZE
) $(TDEFAULTS
) $<
206 archures.o
: archures.c Makefile
207 $(CC
) -c
$(CFLAGS
) $(HDEFINES
) $(TDEFINES
) $(CSEARCH
) $(CSWITCHES
) -DMINIMIZE
=$(MINIMIZE
) $(TDEFAULTS
) $<
210 @for i in
$(DODIRS
); do \
211 if
[ -d .
/$$i ] ; then \
213 $(MAKE
) $(FLAGS_TO_PASS
) $(DO
)) ; then true
; \
221 etags
$(INCDIR
)/*.h
$(srcdir)/*.h
$(srcdir)/*.c
224 rm -f
*.o
*~ core
*.E
*.p
*.ip aout-params.h gen-aout
225 do_clean
: do_mostlyclean
226 rm -f libbfd.a TAGS bfd.h stmp-bfd.h
227 do_distclean
: do_clean
228 rm -f Makefile config.status sysdep.h
229 do_realclean
: do_distclean
230 rm -f
$(srcdir)/libcoff.h
$(srcdir)/libbfd.h
$(BFDIN_H
)
232 mostlyclean: do_mostlyclean
233 $(MAKE
) subdir_do DO
=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
)
235 $(MAKE
) subdir_do DO
=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
)
237 $(MAKE
) subdir_do DO
=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
)
240 $(MAKE
) subdir_do DO
=realclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
)
243 # Mark everything as depending on config.status, since the timestamp on
244 # sysdep.h might actually move backwards if we reconfig and relink it
245 # to a different hosts/h-xxx.h file. This will force a recompile anyway.
246 RECONFIG
= config.status
247 $(BFD_LIBS
): libbfd.h
$(BFD_H
) $(RECONFIG
)
248 $(BFD_MACHINES
): libbfd.h
$(BFD_H
) $(RECONFIG
)
249 $(BFD_BACKENDS
): libbfd.h
$(BFD_H
) $(RECONFIG
)
250 $(OPTIONAL_BACKENDS
): libbfd.h
$(BFD_H
) $(RECONFIG
)
252 # Get around a Sun Make bug in SunOS 4.1.1 with VPATH
253 cpu-i386.o
:cpu-i386.c
255 cpu-h8500.o
: cpu-h8500.c
256 cpu-we32k.o
: cpu-we32k.c
259 #suppress 65 on bfd_map_over_sections
260 #suppress 66 on bfd_map_over_sections
261 #suppress 67 on bfd_map_over_sections
262 #suppress 68 on bfd_map_over_sections
263 #suppress 69 on bfd_map_over_sections
264 #suppress 70 on bfd_map_over_sections
265 #suppress 110 in bfd_map_over_sections
266 #suppress 112 in bfd_map_over_sections
268 #suppress 590 in swap_exec_header
269 #suppress 590 in _bfd_dummy_core_file_matches_executable_p
270 #suppress 590 in bfd_dont_truncate_arname
271 #suppress 590 on ignore
272 #suppress 590 on abfd
273 #setopt load_flags $(CFLAGS)
277 #-----------------------------------------------------------------------------
278 # 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
280 # 'VERSION' file must be present and contain a string of the form "x.y"
281 #-----------------------------------------------------------------------------
285 echo
"char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
288 # This target should be invoked before building a new release.
289 # 'VERSION' file must be present and contain a string of the form "x.y"
293 MAJ
=`sed 's/\..*//' VERSION` ; \
294 MIN
=`sed 's/.*\.//' VERSION` ; \
295 V
=$$MAJ.
`expr $$MIN + 1` ; \
297 echo
$$V >VERSION
; \
300 # Dummy target to force execution of dependent targets.
305 $(INSTALL_DATA
) libbfd.a
$(libdir)/libbfd.a
306 $(RANLIB
) $(libdir)/libbfd.a
307 # Install BFD include file, and others that it needs. Install them
308 # both in GCC's include directory, and in the system include dir
309 # if configured as $(oldincludedir) -- which it usually isnt.
310 $(INSTALL_DATA
) $(BFD_H
) $(includedir)/bfd.h
311 $(INSTALL_DATA
) $(INCDIR
)/ansidecl.h
$(includedir)/ansidecl.h
312 $(INSTALL_DATA
) $(INCDIR
)/obstack.h
$(includedir)/obstack.h
313 -if
[ -z
"$(oldincludedir)" ] ; then true
; \
314 else if
[ -d
$(oldincludedir) ] ; then true
; \
315 else mkdir
$(oldincludedir) ; \
317 $(INSTALL_DATA
) $(BFD_H
) $(oldincludedir)/bfd.h
;\
318 $(INSTALL_DATA
) $(INCDIR
)/ansidecl.h
$(oldincludedir)/ansidecl.h
;\
319 $(INSTALL_DATA
) $(INCDIR
)/obstack.h
$(oldincludedir)/obstack.h
;\
321 @
$(MAKE
) subdir_do DO
=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
)
324 Makefile
: $(srcdir)/Makefile.in
$(host_makefile_frag
) $(target_makefile_frag
)
325 $(SHELL
) .
/config.status
330 host-aout.o
: Makefile
332 # The following program can be used to generate a simple config file
333 # which can be folded into an h-XXX file for a new host, with some editing.
334 aout-params.h
: gen-aout
335 .
/gen-aout
> aout-params.h
336 gen-aout
: $(srcdir)/gen-aout.c Makefile
337 $(CC
) -o gen-aout
$(CFLAGS
) $(LFLAGS
) $(srcdir)/gen-aout.c
339 BFDIN_H
= $(srcdir)/bfd-in2.h
341 $(BFD_H
): stmp-bfd.h
; @true
343 # The file ../include/bfd.h is from earlier attempts to get this right.
344 # If the file is still there, kill it.
345 stmp-bfd.h
: $(BFDIN_H
) Makefile
346 rm -f bfd.h2
64 ..
/include/bfd.h
347 -grep HOST_64_BIT sysdep.h
> 64
348 sed
-e
's/@WORDSIZE@/$(WORDSIZE)/' -e
'/64-bit.*sysdep.h/ r 64' < $(BFDIN_H
) > bfd.h2
349 $(srcdir)/..
/move-if-change bfd.h2
$(BFD_H
)
353 # Could really use a "copy-if-change"...
355 (cd
$(docdir
); $(MAKE
) protos
$(FLAGS_TO_PASS
))
356 cp
$(docdir
)/bfd.h bfd.h-new
357 $(srcdir)/..
/move-if-change bfd.h-new
$(BFDIN_H
)
358 cp
$(docdir
)/libbfd.h libbfd.h-new
359 $(srcdir)/..
/move-if-change libbfd.h-new
$(srcdir)/libbfd.h
360 cp
$(docdir
)/libcoff.h libcoff.h-new
361 $(srcdir)/..
/move-if-change libcoff.h-new
$(srcdir)/libcoff.h
364 (cd
$(docdir
); $(MAKE
) bfd.
info $(FLAGS_TO_PASS
))
367 (cd
$(docdir
); $(MAKE
) bfd.
dvi $(FLAGS_TO_PASS
))
370 (cd
$(docdir
); $(MAKE
) bfd.ps
$(FLAGS_TO_PASS
))
372 # What appears below is generated by a hacked mkdep using gcc -MM.
374 # DO NOT DELETE THIS LINE -- mkdep uses it.
375 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
377 libbfd.o
: libbfd.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h
378 opncls.o
: opncls.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h
379 bfd.o
: bfd.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
380 $(INCDIR
)/coff
/sym.h libecoff.h
381 archive.o
: archive.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
382 $(INCDIR
)/aout
/ar.h
$(INCDIR
)/aout
/ranlib.h
383 targets.o
: targets.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h
384 cache.o
: cache.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h
385 archures.o
: archures.c
$(BFD_H
) $(INCDIR
)/obstack.h
387 aout32.o
: aout32.c aoutx.h
$(BFD_H
) $(INCDIR
)/ansidecl.h \
388 $(INCDIR
)/obstack.h libaout.h libbfd.h
$(INCDIR
)/aout
/aout64.h \
389 $(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def
$(INCDIR
)/aout
/ar.h
390 sunos.o
: sunos.c aoutf1.h
$(BFD_H
) $(INCDIR
)/obstack.h \
391 libaout.h libbfd.h
$(INCDIR
)/aout
/aout64.h
$(INCDIR
)/aout
/stab_gnu.h \
392 $(INCDIR
)/aout
/stab.def
$(INCDIR
)/aout
/ar.h
393 hp300hpux.o
: hp300hpux.c aoutx.h
$(BFD_H
) $(INCDIR
)/ansidecl.h \
394 $(INCDIR
)/obstack.h libaout.h libbfd.h
$(INCDIR
)/aout
/aout64.h \
395 $(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def
$(INCDIR
)/aout
/ar.h \
396 $(INCDIR
)/aout
/hp300hpux.h aout-target.h
399 srec.o
: srec.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h
400 oasys.o
: oasys.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
401 $(INCDIR
)/oasys.h liboasys.h
402 ieee.o
: ieee.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
403 $(INCDIR
)/ieee.h libieee.h
404 coff-h8300.o
: coff-h8300.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
405 $(INCDIR
)/coff
/h8300.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
407 coff-h8500.o
: coff-h8500.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
408 $(INCDIR
)/coff
/h8300.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
410 coff-a29k.o
: coff-a29k.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
411 $(INCDIR
)/coff
/a29k.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
413 coff-i386.o
: coff-i386.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
414 $(INCDIR
)/coff
/i386.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
416 coff-i960.o
: coff-i960.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
417 $(INCDIR
)/coff
/i960.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
419 coff-m68k.o
: coff-m68k.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
420 $(INCDIR
)/coff
/m68k.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
422 coff-m88k.o
: coff-m88k.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
423 $(INCDIR
)/coff
/m88k.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
425 coff-mips.o
: coff-mips.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
426 $(INCDIR
)/coff
/mips.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
427 coffswap.h seclet.h libecoff.h
428 coff-rs6000.o
: coff-rs6000.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
429 $(INCDIR
)/coff
/rs6000.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
431 coff-z8k.o
: coff-z8k.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
432 $(INCDIR
)/coff
/z8k.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
434 coff-we32k.o
: coff-we32k.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
435 $(INCDIR
)/coff
/we32k.h
$(INCDIR
)/coff
/internal.h libcoff.h coffcode.h \
437 coffgen.o
: coffgen.c
$(BFD_H
) libbfd.h
$(INCDIR
)/coff
/internal.h \
439 reloc16.o
: reloc16.c
$(BFD_H
) libbfd.h
$(INCDIR
)/coff
/internal.h \
441 format.o
: format.c
$(BFD_H
) \
442 $(INCDIR
)/obstack.h libbfd.h
443 section.o
: section.c
$(BFD_H
) \
444 $(INCDIR
)/obstack.h libbfd.h
445 core.o
: core.c
$(BFD_H
) \
446 $(INCDIR
)/obstack.h libbfd.h
447 syms.o
: syms.c
$(BFD_H
) \
448 $(INCDIR
)/obstack.h libbfd.h
450 reloc.o
: reloc.c
$(BFD_H
) \
451 $(INCDIR
)/obstack.h libbfd.h
453 trad-core.o
: trad-core.c
$(BFD_H
) $(INCDIR
)/obstack.h \
455 sco-core.o
: sco-core.c
$(BFD_H
) libbfd.h libcoff.h \
456 $(INCDIR
)/obstack.h
$(INCDIR
)/coff
/i386.h
$(INCDIR
)/coff
/internal.h
457 aix386-core.o
: aix386-core.c
$(BFD_H
) libbfd.h libcoff.h \
458 $(INCDIR
)/obstack.h
$(INCDIR
)/coff
/i386.h
$(INCDIR
)/coff
/internal.h
459 hpux-core.o
: hpux-core.c
$(BFD_H
) libbfd.h libhppa.h
461 coff-msym.o
: coff-msym.c
$(BFD_H
) $(INCDIR
)/coff
/ecoff-ext.h \
462 $(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/symconst.h
464 newsos3.o
: newsos3.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
465 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def \
466 $(INCDIR
)/aout
/ar.h libaout.h
467 i386lynx.o
: i386lynx.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
468 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def \
469 $(INCDIR
)/aout
/ar.h libaout.h
470 i386aout.o
: i386aout.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
471 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def \
472 $(INCDIR
)/aout
/ar.h libaout.h
473 i386linux.o
: i386linux.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
474 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def \
475 $(INCDIR
)/aout
/ar.h libaout.h
476 i386bsd.o
: i386bsd.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
477 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def \
478 $(INCDIR
)/aout
/ar.h libaout.h
479 bout.o
: bout.c
$(BFD_H
) $(INCDIR
)/obstack.h libbfd.h \
480 $(INCDIR
)/bout.h
$(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def libaout.h
481 mipsbsd.o
: mipsbsd.c
$(BFD_H
) $(INCDIR
)/obstack.h \
483 elf.o
: elf.c libelf.h libbfd.h
$(BFD_H
) $(INCDIR
)/obstack.h
484 elf32.o
: elf32.c elfcode.h libelf.h libbfd.h
$(BFD_H
) \
486 elf32-sparc.o
: elf32-sparc.c libelf.h libbfd.h
$(BFD_H
) \
488 elf32-m68k.o
: elf32-m68k.c libelf.h libbfd.h
$(BFD_H
) \
490 elf32-i860.o
: elf32-i860.c libelf.h libbfd.h
$(BFD_H
) \
492 elf32-i386.o
: elf32-i386.c libelf.h libbfd.h
$(BFD_H
) \
494 elf32-hppa.o
: elf32-hppa.c
$(srcdir)/elf32-hppa.h libelf.h libbfd.h \
495 $(BFD_H
) $(INCDIR
)/obstack.h
496 elf32-m88k.o
: elf32-m88k.c libelf.h libbfd.h \
497 $(BFD_H
) $(INCDIR
)/obstack.h
498 elf32-mips.o
: elf32-mips.c libelf.h libbfd.h \
499 $(BFD_H
) $(INCDIR
)/obstack.h
500 elf32-gen.o
: elf32-gen.c libelf.h libbfd.h \
501 $(BFD_H
) $(INCDIR
)/obstack.h
502 elf64.o
: elf64.c elfcode.h libelf.h libbfd.h
$(BFD_H
) \
504 elf64-gen.o
: elf64-gen.c libelf.h libbfd.h \
505 $(BFD_H
) $(INCDIR
)/obstack.h
506 nlm.o
: nlm.c libnlm.h libbfd.h
$(BFD_H
) $(INCDIR
)/obstack.h
507 nlm32.o
: nlm32.c nlmcode.h libnlm.h libbfd.h
$(BFD_H
) \
509 nlm32-gen.o
: nlm32-gen.c libnlm.h libbfd.h \
510 $(BFD_H
) $(INCDIR
)/obstack.h
511 nlm64.o
: nlm64.c nlmcode.h libnlm.h libbfd.h
$(BFD_H
) \
513 nlm64-gen.o
: nlm64-gen.c libnlm.h libbfd.h \
514 $(BFD_H
) $(INCDIR
)/obstack.h
516 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY