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 AM_CFLAGS = $(WARN_CFLAGS)
25 # these two are almost the same program
29 # objcopy and strip should be the same program
37 # These should all be the same program too.
42 # This is the demangler, as a standalone program.
43 # Note: This one is used as the installed name too, unlike the above.
44 DEMANGLER_PROG=cxxfilt
46 ADDR2LINE_PROG=addr2line
53 SRCONV_PROG=srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT)
55 man_MANS = ar.1 nm.1 objdump.1 ranlib.1 size.1 strings.1 strip.1 objcopy.1 \
56 addr2line.1 nlmconv.1 $(DEMANGLER_NAME).1
58 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@
60 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@
62 ## We need a special rule to install the programs which are built with
63 ## -new, and to rename cxxfilt to c++filt.
64 noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
66 EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
68 # Stuff that goes in tooldir/ if appropriate
69 TOOL_PROGS = nm-new strip-new ar ranlib dlltool
71 BASEDIR = $(srcdir)/..
72 BFDDIR = $(BASEDIR)/bfd
73 INCDIR = $(BASEDIR)/include
77 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
79 HFILES = arsup.h bucomm.h budbg.h coffgrok.h debug.h nlmconv.h dlltool.h \
82 GENERATED_HFILES = arparse.h sysroff.h sysinfo.h defparse.h rcparse.h
84 CFILES = addr2line.c ar.c arsup.c bucomm.c coffdump.c coffgrok.c debug.c \
85 dlltool.c filemode.c ieee.c is-ranlib.c is-strip.c maybe-ranlib.c \
86 maybe-strip.c nlmconv.c nm.c not-ranlib.c not-strip.c \
87 objcopy.c objdump.c prdbg.c rdcoff.c rddbg.c size.c srconv.c \
88 stabs.c strings.c sysdump.c version.c wrstabs.c \
89 windres.c resrc.c rescoff.c resbin.c winduni.c readelf.c \
90 resres.c dllwrap.c rename.c
93 underscore.c arparse.c arlex.c sysroff.c sysinfo.c syslex.c \
94 defparse.c deflex.c nlmheader.c rcparse.c rclex.c
96 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
97 WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c
99 # Code shared by all the binutils.
100 BULIBS = bucomm.c version.c filemode.c
102 BFDLIB = ../bfd/libbfd.la
104 OPCODES = ../opcodes/libopcodes.la
106 LIBIBERTY = ../libiberty/libiberty.a
108 POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES)
109 po/POTFILES.in: @MAINT@ Makefile
110 for file in $(POTFILES); do echo $$file; done | sort > tmp \
111 && mv tmp $(srcdir)/po/POTFILES.in
113 EXPECT = `if [ -f $$r/../expect/expect ] ; then \
114 echo $$r/../expect/expect ; \
115 else echo expect ; fi`
116 RUNTEST = `if [ -f ${srcdir}/../dejagnu/runtest ] ; then \
117 echo ${srcdir}/../dejagnu/runtest ; \
118 else echo runtest ; fi`
121 if [ -f $$r/../gcc/xgcc ] ; then \
122 if [ -f $$r/../newlib/Makefile ] ; then \
123 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
125 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
128 if [ "@host@" = "@target@" ] ; then \
131 echo gcc | sed '$(transform)'; \
135 check-DEJAGNU: site.exp
136 srcdir=`cd $(srcdir) && pwd`; export srcdir; \
138 EXPECT=$(EXPECT); export EXPECT; \
139 if [ -f $(top_builddir)/../expect/expect ]; then \
140 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
141 export TCL_LIBRARY; \
143 runtest=$(RUNTEST); \
144 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
145 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
146 CC_FOR_TARGET="$(CC_FOR_TARGET)" \
147 CFLAGS_FOR_TARGET="$(CFLAGS)" $(RUNTESTFLAGS); \
148 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
152 /bin/sh $(srcdir)/sanity.sh $(bindir)
154 info_TEXINFOS = binutils.texi
156 LDADD = $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
158 size_SOURCES = size.c $(BULIBS)
160 objcopy_SOURCES = objcopy.c not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
162 strings_SOURCES = strings.c $(BULIBS)
164 readelf_SOURCES = readelf.c version.c
165 readelf_LDADD = $(INTLLIBS) $(LIBIBERTY)
167 strip_new_SOURCES = objcopy.c is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
169 nm_new_SOURCES = nm.c $(BULIBS)
171 objdump_SOURCES = objdump.c prdbg.c $(DEBUG_SRCS) $(BULIBS)
172 objdump_LDADD = $(OPCODES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
175 $(COMPILE) -c $(OBJDUMP_DEFS) $(srcdir)/objdump.c
177 underscore.c: stamp-under ; @true
179 stamp-under: Makefile
180 echo '/*WARNING: This file is automatically generated!*/' >underscore.t
181 echo "int prepends_underscore = @UNDERSCORE@;" >>underscore.t
182 $(SHELL) $(srcdir)/../move-if-change underscore.t underscore.c
185 cplus-dem.o: $(BASEDIR)/libiberty/cplus-dem.c $(INCDIR)/getopt.h
186 $(COMPILE) -c -DMAIN -DVERSION='"$(VERSION)"' $(BASEDIR)/libiberty/cplus-dem.c
189 cxxfilt_LDADD = cplus-dem.o underscore.o $(LIBIBERTY) $(INTLLIBS)
191 ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c rename.c $(BULIBS)
192 ar_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
194 ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c $(BULIBS)
195 ranlib_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
197 addr2line_SOURCES = addr2line.c $(BULIBS)
199 # The following is commented out for the conversion to automake.
200 # This rule creates a single binary that switches between ar and ranlib
201 # by looking at argv[0]. Use this kludge to save some disk space.
202 # However, you have to install things by hand.
203 # (That is after 'make install', replace the installed ranlib by a link to ar.)
204 # Alternatively, you can install ranlib.sh as ranlib.
205 # ar_with_ranlib: $(ADDL_DEPS) ar.o maybe-ranlib.o
206 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
207 # -rm -f $(RANLIB_PROG)
208 # -ln $(AR_PROG) $(RANLIB_PROG)
210 # objcopy and strip in one binary that uses argv[0] to decide its action.
212 #objcopy_with_strip: $(ADDL_DEPS) objcopy.o maybe-strip.o
213 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS)
214 # -rm -f $(STRIP_PROG)
215 # -ln $(OBJCOPY_PROG) $(STRIP_PROG)
217 sysroff.c: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
218 ./sysinfo$(EXEEXT_FOR_BUILD) -c <$(srcdir)/sysroff.info >sysroff.c
219 ./sysinfo$(EXEEXT_FOR_BUILD) -i <$(srcdir)/sysroff.info >>sysroff.c
220 ./sysinfo$(EXEEXT_FOR_BUILD) -g <$(srcdir)/sysroff.info >>sysroff.c
222 sysroff.h: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
223 ./sysinfo$(EXEEXT_FOR_BUILD) -d <$(srcdir)/sysroff.info >sysroff.h
225 sysinfo$(EXEEXT_FOR_BUILD): sysinfo.o syslex.o
226 $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o
228 syslex.o: syslex.c sysinfo.h
229 if [ -r syslex.c ]; then \
230 $(CC_FOR_BUILD) -c -I. $(CFLAGS) syslex.c ; \
232 $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(CFLAGS) $(srcdir)/syslex.c ;\
236 if [ -r sysinfo.c ]; then \
237 $(CC_FOR_BUILD) -c -I. $(CFLAGS) sysinfo.c ; \
239 $(CC_FOR_BUILD) -c -I. $(CFLAGS) $(srcdir)/sysinfo.c ; \
242 # We need these for parallel make.
244 defparse.h: defparse.c
245 nlmheader.h: nlmheader.c
249 srconv_SOURCES = srconv.c coffgrok.c $(BULIBS)
251 dlltool_SOURCES = dlltool.c defparse.y deflex.l $(BULIBS)
252 dlltool_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
255 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/dlltool.c
258 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/rescoff.c
260 coffdump_SOURCES = coffdump.c coffgrok.c $(BULIBS)
262 sysdump_SOURCES = sysdump.c $(BULIBS)
264 # coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
265 # scripts, since they are only included conditionally.
266 nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
267 ldname=`echo ld | sed '$(transform)'`; \
268 $(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
270 nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS)
272 windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l \
273 winduni.c resres.c $(BULIBS)
274 windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
276 dllwrap_SOURCES = dllwrap.c version.c
277 dllwrap_LDADD = $(LIBIBERTY) $(INTLLIBS)
280 DISTSTUFF = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
281 syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c
283 diststuff: $(DISTSTUFF) info
285 DISTCLEANFILES = stamp-under sysinfo underscore.c sysroff.c sysroff.h \
288 # Targets to rebuild dependencies in this Makefile.
289 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
290 DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
292 $(MAKE) MKDEP="$(MKDEP)" DEP1
293 sed -f dep.sed < DEP1 > DEPA
294 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
295 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
296 echo 'make DEP failed!'; exit 1; \
301 DEP1: $(CFILES) $(GENERATED_CFILES)
302 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
303 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
304 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
307 dep.sed: dep-in.sed config.status
309 sed <$(srcdir)/dep-in.sed >dep.sed \
310 -e 's!@INCDIR@!$(INCDIR)!' \
311 -e 's!@BFDDIR@!$(BFDDIR)!' \
312 -e 's!@SRCDIR@!$(srcdir)!' \
313 -e "s!@OBJDIR@!$${objdir}!"
316 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
317 cat DEP >> tmp-Makefile
318 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
321 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
322 cat DEP >> tmp-Makefile.in
323 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
326 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
327 cat DEP >> tmp-Makefile.am
328 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
330 .PHONY: dep dep-in dep-am
333 # DOCUMENTATION TARGETS
334 config.texi: Makefile
336 echo '@set VERSION $(VERSION)' > config.texi
338 binutils.dvi: $(srcdir)/binutils.texi config.texi
340 binutils.info: $(srcdir)/binutils.texi config.texi
342 MAINTAINERCLEANFILES = config.texi
344 $(DEMANGLER_NAME).1: cxxfilt.man Makefile
345 sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' < $(srcdir)/cxxfilt.man \
346 > $(DEMANGLER_NAME).1
348 MOSTLYCLEANFILES = sysinfo $(DEMANGLER_NAME).1 binutils.log binutils.sum \
353 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
355 .PHONY: install-exec-local
357 install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS)
358 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
359 if test -f $$p; then \
360 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)/'`"; \
361 $(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)/'`; \
364 $(mkinstalldirs) $(tooldir)/bin
365 for i in $(TOOL_PROGS); do \
366 if [ -f $$i$(EXEEXT) ]; then \
367 j=`echo $$i | sed -e 's/-new//'`; \
368 k=`echo $$j | sed '$(transform)'`; \
369 if [ "$(bindir)/$$k$(EXEEXT)" != "$(tooldir)/bin/$$j$(EXEEXT)" ]; then \
370 rm -f $(tooldir)/bin/$$j$(EXEEXT); \
371 ln $(bindir)/$$k$(EXEEXT) $(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
372 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(tooldir)/bin/$$j$(EXEEXT); \
378 # What appears below is generated by a hacked mkdep using gcc -MM.
380 # DO NOT DELETE THIS LINE -- mkdep uses it.
381 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
382 addr2line.o: addr2line.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
383 $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
384 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
385 ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
386 $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
387 $(INCDIR)/fopen-same.h $(INCDIR)/aout/ar.h $(BFDDIR)/libbfd.h \
388 arsup.h $(INCDIR)/filenames.h
389 arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
390 arsup.h $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
391 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h
392 bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
393 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
394 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h
395 coffdump.o: coffdump.c coffgrok.h bucomm.h config.h \
396 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
397 coffgrok.o: coffgrok.c bucomm.h config.h $(INCDIR)/bin-bugs.h \
398 $(INCDIR)/fopen-same.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
399 $(INCDIR)/bfdlink.h coffgrok.h
400 debug.o: debug.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
401 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
402 $(INCDIR)/libiberty.h debug.h
403 dlltool.o: dlltool.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
404 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
405 $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h $(INCDIR)/demangle.h \
406 $(INCDIR)/dyn-string.h dlltool.h
407 filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
408 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
409 ieee.o: ieee.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/ieee.h \
410 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
411 $(INCDIR)/libiberty.h debug.h budbg.h $(INCDIR)/filenames.h
412 is-ranlib.o: is-ranlib.c
413 is-strip.o: is-strip.c
414 maybe-ranlib.o: maybe-ranlib.c
415 maybe-strip.o: maybe-strip.c
416 nlmconv.o: nlmconv.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
417 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
418 $(INCDIR)/fopen-same.h $(BFDDIR)/libnlm.h $(INCDIR)/nlm/common.h \
419 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmconv.h
420 nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/progress.h \
421 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
422 $(INCDIR)/getopt.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
423 $(INCDIR)/aout/ranlib.h $(INCDIR)/demangle.h $(INCDIR)/libiberty.h
424 not-ranlib.o: not-ranlib.c
425 not-strip.o: not-strip.c
426 objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
427 $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
428 $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \
429 budbg.h $(INCDIR)/filenames.h
430 objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
431 $(INCDIR)/getopt.h $(INCDIR)/progress.h bucomm.h config.h \
432 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/dis-asm.h \
433 $(INCDIR)/libiberty.h $(INCDIR)/demangle.h debug.h \
434 budbg.h $(INCDIR)/aout/aout64.h
435 prdbg.o: prdbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
436 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
437 $(INCDIR)/libiberty.h debug.h budbg.h
438 rdcoff.o: rdcoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
439 $(INCDIR)/coff/internal.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
440 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
441 debug.h budbg.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
442 rddbg.o: rddbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
443 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
444 $(INCDIR)/libiberty.h debug.h budbg.h
445 size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
446 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
447 $(INCDIR)/libiberty.h
448 srconv.o: srconv.c bucomm.h config.h $(INCDIR)/bin-bugs.h \
449 $(INCDIR)/fopen-same.h sysroff.h coffgrok.h $(INCDIR)/coff/internal.h \
450 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h sysroff.c
451 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
452 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
453 $(INCDIR)/libiberty.h $(INCDIR)/demangle.h debug.h \
454 budbg.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
455 $(INCDIR)/aout/stab.def
456 strings.o: strings.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
457 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
458 $(INCDIR)/libiberty.h
459 sysdump.o: sysdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
460 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
462 version.o: version.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
463 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
464 wrstabs.o: wrstabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
465 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
466 $(INCDIR)/libiberty.h debug.h budbg.h $(INCDIR)/aout/aout64.h \
467 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
468 windres.o: windres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
469 $(INCDIR)/getopt.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
470 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/obstack.h \
472 resrc.o: resrc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
473 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
474 $(INCDIR)/libiberty.h windres.h winduni.h
475 rescoff.o: rescoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
476 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
477 $(INCDIR)/libiberty.h windres.h winduni.h $(INCDIR)/coff/internal.h \
478 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
479 resbin.o: resbin.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
480 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
481 $(INCDIR)/libiberty.h windres.h winduni.h
482 winduni.o: winduni.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
483 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
485 readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
486 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
487 $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
488 $(INCDIR)/elf/v850.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/mips.h \
489 $(INCDIR)/elf/alpha.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/m68k.h \
490 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/d10v.h \
491 $(INCDIR)/elf/d30v.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/mn10200.h \
492 $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/arc.h \
493 $(INCDIR)/elf/fr30.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/i960.h \
494 $(INCDIR)/elf/pj.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/ia64.h \
495 $(INCDIR)/elf/cris.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
496 $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h
497 resres.o: resres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
498 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
499 $(INCDIR)/libiberty.h windres.h winduni.h
500 dllwrap.o: dllwrap.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
501 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
502 $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h $(INCDIR)/dyn-string.h
503 rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
504 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
505 underscore.o: underscore.c
506 arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
507 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
509 arlex.o: arlex.c $(INCDIR)/libiberty.h arparse.h
512 syslex.o: syslex.c sysinfo.h
513 defparse.o: defparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
514 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
516 deflex.o: deflex.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
518 nlmheader.o: nlmheader.c ../bfd/bfd.h bucomm.h config.h \
519 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/nlm/common.h \
520 $(INCDIR)/nlm/internal.h nlmconv.h
521 rcparse.o: rcparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
522 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
523 $(INCDIR)/libiberty.h windres.h winduni.h
524 rclex.o: rclex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
525 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
526 $(INCDIR)/libiberty.h windres.h winduni.h rcparse.h
527 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY