1 ## Process this file with automake to generate Makefile.in
3 ## FIXME: Work around apparent bug in automake.
6 AUTOMAKE_OPTIONS = cygnus dejagnu
10 tooldir = $(exec_prefix)/$(target_alias)
12 ## These aren't set by automake, because they appear in
13 ## bfd/acinclude.m4, which is included by binutils/acinclude.m4, and
14 ## thus is not seen by automake.
15 CC_FOR_BUILD = @CC_FOR_BUILD@
16 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
18 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
20 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
22 WARN_CFLAGS = @WARN_CFLAGS@
23 NO_WERROR = @NO_WERROR@
24 AM_CFLAGS = $(WARN_CFLAGS)
26 # these two are almost the same program
30 # objcopy and strip should be the same program
38 # These should all be the same program too.
43 # This is the demangler, as a standalone program.
44 # Note: This one is used as the installed name too, unlike the above.
45 DEMANGLER_PROG=cxxfilt
47 ADDR2LINE_PROG=addr2line
54 SRCONV_PROG=srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT)
56 PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ $(ADDR2LINE_PROG) $(READELF_PROG) @BUILD_DLLWRAP@ @BUILD_MISC@
58 bin_PROGRAMS = $(SIZE_PROG) $(OBJDUMP_PROG) $(AR_PROG) $(STRINGS_PROG) $(RANLIB_PROG) $(OBJCOPY_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ $(ADDR2LINE_PROG) $(READELF_PROG) @BUILD_DLLWRAP@ @BUILD_MISC@
60 ## We need a special rule to install the programs which are built with
61 ## -new, and to rename cxxfilt to c++filt.
62 noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
64 EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
66 # Stuff that goes in tooldir/ if appropriate.
67 TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump
69 BASEDIR = $(srcdir)/..
70 BFDDIR = $(BASEDIR)/bfd
71 INCDIR = $(BASEDIR)/include
75 REPORT_BUGS_TO_s := "\"@REPORT_BUGS_TO@\""
77 INCLUDES = -D_GNU_SOURCE \
78 -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
80 -I$(srcdir)/../intl -I../intl \
81 -DLOCALEDIR="\"$(datadir)/locale\"" \
82 -DREPORT_BUGS_TO=$(REPORT_BUGS_TO_s) \
83 -Dbin_dummy_emulation=$(EMULATION_VECTOR)
86 arsup.h binemul.h bucomm.h budbg.h budemang.h \
87 coffgrok.h debug.h dlltool.h nlmconv.h \
90 GENERATED_HFILES = arparse.h sysroff.h sysinfo.h defparse.h rcparse.h
93 addr2line.c ar.c arsup.c binemul.c bucomm.c budemang.c \
94 coffdump.c coffgrok.c cxxfilt.c \
95 dwarf.c debug.c dlltool.c dllwrap.c \
96 emul_aix.c emul_vanilla.c filemode.c \
97 ieee.c is-ranlib.c is-strip.c maybe-ranlib.c maybe-strip.c \
98 nlmconv.c nm.c not-ranlib.c not-strip.c \
99 objcopy.c objdump.c prdbg.c \
100 rdcoff.c rddbg.c readelf.c rename.c \
101 resbin.c rescoff.c resrc.c resres.c \
102 size.c srconv.c stabs.c strings.c sysdump.c version.c \
103 windres.c winduni.c wrstabs.c
106 arparse.c arlex.c sysroff.c sysinfo.c syslex.c \
107 defparse.c deflex.c nlmheader.c rcparse.c rclex.c
109 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
110 WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c
112 # Code shared by all the binutils.
113 BULIBS = bucomm.c version.c filemode.c
115 BFDLIB = ../bfd/libbfd.la
117 OPCODES = ../opcodes/libopcodes.la
119 LIBIBERTY = ../libiberty/libiberty.a
121 .PHONY: install-html install-html-am install-html-recursive
123 install-html: install-html-recursive
125 install-html-recursive:
127 for f in x $$MAKEFLAGS; do \
130 *k*) failcom='fail=yes';; \
134 target=`echo $@ | sed s/-recursive//`; \
135 list='$(SUBDIRS)'; for subdir in $$list; do \
136 echo "Making $$target in $$subdir"; \
137 if test "$$subdir" = "."; then \
139 local_target="$$target-am"; \
141 local_target="$$target"; \
143 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
146 if test "$$dot_seen" = "no"; then \
147 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
150 POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES)
151 po/POTFILES.in: @MAINT@ Makefile
152 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
153 && mv tmp $(srcdir)/po/POTFILES.in
159 if [ -f $$r/../gcc/xgcc ] ; then \
160 if [ -f $$r/../newlib/Makefile ] ; then \
161 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
163 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
166 if [ "@host@" = "@target@" ] ; then \
169 echo gcc | sed '$(transform)'; \
173 check-DEJAGNU: site.exp
174 srcdir=`cd $(srcdir) && pwd`; export srcdir; \
176 EXPECT=$(EXPECT); export EXPECT; \
177 runtest=$(RUNTEST); \
178 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
179 CC_FOR_TARGET="$(CC_FOR_TARGET)" CFLAGS_FOR_TARGET="$(CFLAGS)" \
180 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
182 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
186 /bin/sh $(srcdir)/sanity.sh $(bindir)
188 LDADD = $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
190 size_SOURCES = size.c $(BULIBS)
192 objcopy_SOURCES = objcopy.c not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
194 strings_SOURCES = strings.c $(BULIBS)
196 readelf_SOURCES = readelf.c version.c unwind-ia64.c dwarf.c
197 readelf_LDADD = $(INTLLIBS) $(LIBIBERTY)
199 strip_new_SOURCES = objcopy.c is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
201 nm_new_SOURCES = nm.c budemang.c $(BULIBS)
203 objdump_SOURCES = objdump.c dwarf.c budemang.c prdbg.c $(DEBUG_SRCS) $(BULIBS)
204 objdump_LDADD = $(OPCODES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
207 $(COMPILE) -c $(OBJDUMP_DEFS) $(srcdir)/objdump.c
209 cxxfilt_SOURCES = cxxfilt.c $(BULIBS)
211 ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c rename.c binemul.c \
212 emul_$(EMULATION).c $(BULIBS)
213 ar_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
215 ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c \
216 binemul.c emul_$(EMULATION).c $(BULIBS)
217 ranlib_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
219 addr2line_SOURCES = addr2line.c budemang.c $(BULIBS)
221 # The following is commented out for the conversion to automake.
222 # This rule creates a single binary that switches between ar and ranlib
223 # by looking at argv[0]. Use this kludge to save some disk space.
224 # However, you have to install things by hand.
225 # (That is after 'make install', replace the installed ranlib by a link to ar.)
226 # Alternatively, you can install ranlib.sh as ranlib.
227 # ar_with_ranlib: $(ADDL_DEPS) ar.o maybe-ranlib.o
228 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
229 # -rm -f $(RANLIB_PROG)
230 # -ln $(AR_PROG) $(RANLIB_PROG)
232 # objcopy and strip in one binary that uses argv[0] to decide its action.
234 #objcopy_with_strip: $(ADDL_DEPS) objcopy.o maybe-strip.o
235 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS)
236 # -rm -f $(STRIP_PROG)
237 # -ln $(OBJCOPY_PROG) $(STRIP_PROG)
239 sysroff.c: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
240 ./sysinfo$(EXEEXT_FOR_BUILD) -c <$(srcdir)/sysroff.info >sysroff.c
241 ./sysinfo$(EXEEXT_FOR_BUILD) -i <$(srcdir)/sysroff.info >>sysroff.c
242 ./sysinfo$(EXEEXT_FOR_BUILD) -g <$(srcdir)/sysroff.info >>sysroff.c
244 sysroff.h: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
245 ./sysinfo$(EXEEXT_FOR_BUILD) -d <$(srcdir)/sysroff.info >sysroff.h
247 sysinfo$(EXEEXT_FOR_BUILD): sysinfo.o syslex.o
248 $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o
251 if [ -r syslex.c ]; then \
252 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) syslex.c -Wno-error ; \
254 $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(AM_CFLAGS) $(CFLAGS) $(srcdir)/syslex.c -Wno-error ;\
258 if [ -r sysinfo.c ]; then \
259 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) sysinfo.c -Wno-error ; \
261 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) $(srcdir)/sysinfo.c -Wno-error ; \
264 # We need these for parallel make.
266 defparse.h: defparse.c
267 nlmheader.h: nlmheader.c
271 # Disable -Werror, if it has been enabled, since old versions of bison/
272 # yacc will produce working code which contain compile time warnings.
274 $(COMPILE) -c $< $(NO_WERROR)
276 $(COMPILE) -c $< $(NO_WERROR)
278 $(COMPILE) -c $< $(NO_WERROR)
280 $(COMPILE) -c $< $(NO_WERROR)
282 $(COMPILE) -c $< $(NO_WERROR)
284 $(COMPILE) -c $< $(NO_WERROR)
286 $(COMPILE) -c $< $(NO_WERROR)
288 $(COMPILE) -c $< $(NO_WERROR)
290 srconv_SOURCES = srconv.c coffgrok.c $(BULIBS)
292 dlltool_SOURCES = dlltool.c defparse.y deflex.l $(BULIBS)
293 dlltool_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
296 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/dlltool.c
299 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/rescoff.c
301 coffdump_SOURCES = coffdump.c coffgrok.c $(BULIBS)
303 sysdump_SOURCES = sysdump.c $(BULIBS)
305 # coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
306 # scripts, since they are only included conditionally.
307 nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
308 ldname=`echo ld | sed '$(transform)'`; \
309 $(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
311 nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS)
313 windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l \
314 winduni.c resres.c $(BULIBS)
315 windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
317 dllwrap_SOURCES = dllwrap.c version.c
318 dllwrap_LDADD = $(LIBIBERTY) $(INTLLIBS)
321 EXTRA_DIST = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
322 syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c
324 diststuff: $(EXTRA_DIST) info
327 DISTCLEANFILES = sysinfo sysroff.c sysroff.h \
330 # Targets to rebuild dependencies in this Makefile.
331 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
332 DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
334 $(MAKE) MKDEP="$(MKDEP)" DEP1
335 sed -f dep.sed < DEP1 > DEPA
336 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
337 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
338 echo 'make DEP failed!'; exit 1; \
343 DEP1: $(CFILES) $(GENERATED_CFILES)
344 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
345 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
346 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
349 dep.sed: dep-in.sed config.status
351 sed <$(srcdir)/dep-in.sed >dep.sed \
352 -e 's!@INCDIR@!$(INCDIR)!' \
353 -e 's!@BFDDIR@!$(BFDDIR)!' \
354 -e 's!@SRCDIR@!$(srcdir)!' \
355 -e "s!@OBJDIR@!$${objdir}!" \
356 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/binutils$$,,`'!'
359 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
360 cat DEP >> tmp-Makefile
361 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
364 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
365 cat DEP >> tmp-Makefile.in
366 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
369 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
370 cat DEP >> tmp-Makefile.am
371 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
373 .PHONY: dep dep-in dep-am
377 MOSTLYCLEANFILES = sysinfo binutils.log binutils.sum abcdefgh*
381 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
383 .PHONY: install-exec-local
385 install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS)
386 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
387 if test -f $$p; then \
388 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
389 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
392 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
393 for i in $(TOOL_PROGS); do \
394 if [ -f $$i$(EXEEXT) ]; then \
395 j=`echo $$i | sed -e 's/-new//'`; \
396 k=`echo $$j | sed '$(transform)'`; \
397 if [ "$(bindir)/$$k" != "$(tooldir)/bin/$$j" ]; then \
398 rm -f $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
399 ln $(DESTDIR)$(bindir)/$$k$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
400 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
406 # What appears below is generated by a hacked mkdep using gcc -MM.
408 # DO NOT DELETE THIS LINE -- mkdep uses it.
409 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
410 addr2line.o: addr2line.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
411 $(INCDIR)/symcat.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \
412 $(INCDIR)/demangle.h bucomm.h $(INCDIR)/bin-bugs.h \
413 $(INCDIR)/fopen-same.h budemang.h
414 ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
415 $(INCDIR)/libiberty.h $(INCDIR)/progress.h bucomm.h \
416 config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
417 $(INCDIR)/aout/ar.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h \
418 arsup.h $(INCDIR)/filenames.h binemul.h
419 arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
420 $(INCDIR)/symcat.h arsup.h $(INCDIR)/libiberty.h bucomm.h \
421 config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
422 $(INCDIR)/filenames.h
423 binemul.o: binemul.c binemul.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
424 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
425 $(INCDIR)/fopen-same.h
426 bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
427 $(INCDIR)/symcat.h ../bfd/bfdver.h $(INCDIR)/libiberty.h \
428 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
429 $(INCDIR)/filenames.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
430 budemang.o: budemang.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
431 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
433 coffdump.o: coffdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
434 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h coffgrok.h \
435 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
436 coffgrok.o: coffgrok.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
437 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \
438 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/coff/internal.h \
439 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h coffgrok.h
440 cxxfilt.o: cxxfilt.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
441 $(INCDIR)/symcat.h bucomm.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
442 $(INCDIR)/libiberty.h $(INCDIR)/demangle.h $(INCDIR)/safe-ctype.h
443 dwarf.o: dwarf.c dwarf.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
444 $(INCDIR)/symcat.h $(INCDIR)/elf/dwarf2.h bucomm.h \
445 config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
446 $(INCDIR)/libiberty.h
447 debug.o: debug.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
448 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
449 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h debug.h
450 dlltool.o: dlltool.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
451 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \
452 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/demangle.h \
453 $(INCDIR)/dyn-string.h dlltool.h $(INCDIR)/safe-ctype.h
454 dllwrap.o: dllwrap.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
455 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \
456 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/dyn-string.h
457 emul_aix.o: emul_aix.c binemul.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
458 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
459 $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
460 $(INCDIR)/coff/xcoff.h $(BFDDIR)/libcoff.h $(BFDDIR)/libxcoff.h
461 emul_vanilla.o: emul_vanilla.c binemul.h ../bfd/bfd.h \
462 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h bucomm.h config.h \
463 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
464 filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
465 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
466 $(INCDIR)/fopen-same.h
467 ieee.o: ieee.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
468 $(INCDIR)/ieee.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
469 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h debug.h \
470 budbg.h $(INCDIR)/filenames.h
471 is-ranlib.o: is-ranlib.c
472 is-strip.o: is-strip.c
473 maybe-ranlib.o: maybe-ranlib.c
474 maybe-strip.o: maybe-strip.c
475 nlmconv.o: nlmconv.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
476 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \
477 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/safe-ctype.h \
478 $(BFDDIR)/libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
479 $(INCDIR)/nlm/external.h nlmconv.h
480 nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
481 $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
482 $(INCDIR)/fopen-same.h budemang.h $(INCDIR)/aout/stab_gnu.h \
483 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ranlib.h $(INCDIR)/demangle.h \
484 $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
485 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
486 not-ranlib.o: not-ranlib.c
487 not-strip.o: not-strip.c
488 objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
489 $(INCDIR)/symcat.h $(INCDIR)/progress.h bucomm.h config.h \
490 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
491 budbg.h $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h $(BFDDIR)/elf-bfd.h \
492 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
493 $(INCDIR)/bfdlink.h $(BFDDIR)/libbfd.h
494 objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
495 $(INCDIR)/symcat.h ../bfd/bfdver.h $(INCDIR)/progress.h \
496 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
497 dwarf.h $(INCDIR)/elf/dwarf2.h budemang.h $(INCDIR)/safe-ctype.h \
498 $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
499 debug.h budbg.h $(INCDIR)/aout/aout64.h
500 prdbg.o: prdbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
501 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
502 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h debug.h \
504 rdcoff.o: rdcoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
505 $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h bucomm.h \
506 config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
507 $(INCDIR)/libiberty.h debug.h budbg.h $(BFDDIR)/libcoff.h \
509 rddbg.o: rddbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
510 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
511 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h debug.h \
513 readelf.o: readelf.c dwarf.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
514 $(INCDIR)/symcat.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/common.h \
515 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/alpha.h \
516 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/arm.h \
517 $(INCDIR)/elf/avr.h $(INCDIR)/elf/bfin.h $(INCDIR)/elf/cris.h \
518 $(INCDIR)/elf/d10v.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/dlx.h \
519 $(INCDIR)/elf/fr30.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/h8.h \
520 $(INCDIR)/elf/hppa.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/i370.h \
521 $(INCDIR)/elf/i860.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/ia64.h \
522 $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/m32c.h $(INCDIR)/elf/m32r.h \
523 $(INCDIR)/elf/m68k.h $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/mcore.h \
524 $(INCDIR)/elf/mips.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/mn10200.h \
525 $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/mt.h $(INCDIR)/elf/msp430.h \
526 $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.h \
527 $(INCDIR)/elf/ppc64.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h \
528 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h \
529 $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/crx.h \
530 $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/xtensa.h $(INCDIR)/aout/ar.h \
531 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
532 $(INCDIR)/libiberty.h unwind-ia64.h
533 rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
534 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
535 $(INCDIR)/fopen-same.h
536 resbin.o: resbin.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
537 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
538 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h windres.h \
540 rescoff.o: rescoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
541 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
542 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h windres.h \
543 winduni.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
545 resrc.o: resrc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
546 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
547 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
549 resres.o: resres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
550 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
551 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h windres.h \
553 size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
554 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
555 $(INCDIR)/libiberty.h
556 srconv.o: srconv.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
557 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
558 $(INCDIR)/fopen-same.h sysroff.h coffgrok.h $(INCDIR)/libiberty.h \
559 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
561 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
562 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
563 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
564 $(INCDIR)/demangle.h debug.h budbg.h $(INCDIR)/filenames.h \
565 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
566 strings.o: strings.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
567 $(INCDIR)/symcat.h $(INCDIR)/getopt.h bucomm.h config.h \
568 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
569 $(INCDIR)/safe-ctype.h
570 sysdump.o: sysdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
571 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
572 $(INCDIR)/fopen-same.h $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h \
574 version.o: version.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
575 $(INCDIR)/symcat.h ../bfd/bfdver.h bucomm.h config.h \
576 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
577 windres.o: windres.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
578 $(INCDIR)/symcat.h bucomm.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
579 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
581 winduni.o: winduni.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
582 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
583 $(INCDIR)/fopen-same.h winduni.h $(INCDIR)/safe-ctype.h
584 wrstabs.o: wrstabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
585 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
586 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
587 debug.h budbg.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
588 $(INCDIR)/aout/stab.def
589 arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
590 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
591 $(INCDIR)/fopen-same.h arsup.h
592 arlex.o: arlex.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
596 syslex.o: syslex.c config.h sysinfo.h
597 defparse.o: defparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
598 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
599 $(INCDIR)/fopen-same.h dlltool.h
600 deflex.o: deflex.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
602 nlmheader.o: nlmheader.c $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
603 ../bfd/bfd.h $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
604 $(INCDIR)/fopen-same.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
606 rcparse.o: rcparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
607 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
608 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h windres.h \
609 winduni.h $(INCDIR)/safe-ctype.h
610 rclex.o: rclex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
611 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
612 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
613 windres.h winduni.h rcparse.h
614 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY