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 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@
57 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@
59 ## We need a special rule to install the programs which are built with
60 ## -new, and to rename cxxfilt to c++filt.
61 noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
63 EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
65 # Stuff that goes in tooldir/ if appropriate
66 TOOL_PROGS = nm-new strip-new ar ranlib dlltool
68 BASEDIR = $(srcdir)/..
69 BFDDIR = $(BASEDIR)/bfd
70 INCDIR = $(BASEDIR)/include
74 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
76 HFILES = arsup.h bucomm.h budbg.h coffgrok.h debug.h nlmconv.h dlltool.h \
79 GENERATED_HFILES = arparse.h sysroff.h sysinfo.h defparse.h rcparse.h
81 CFILES = addr2line.c ar.c arsup.c bucomm.c coffdump.c coffgrok.c debug.c \
82 dlltool.c filemode.c ieee.c is-ranlib.c is-strip.c maybe-ranlib.c \
83 maybe-strip.c nlmconv.c nm.c not-ranlib.c not-strip.c \
84 objcopy.c objdump.c prdbg.c rdcoff.c rddbg.c size.c srconv.c \
85 stabs.c strings.c sysdump.c version.c wrstabs.c \
86 windres.c resrc.c rescoff.c resbin.c winduni.c readelf.c \
87 resres.c dllwrap.c rename.c
90 underscore.c arparse.c arlex.c sysroff.c sysinfo.c syslex.c \
91 defparse.c deflex.c nlmheader.c rcparse.c rclex.c
93 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
94 WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c
96 # Code shared by all the binutils.
97 BULIBS = bucomm.c version.c filemode.c
99 BFDLIB = ../bfd/libbfd.la
101 OPCODES = ../opcodes/libopcodes.la
103 LIBIBERTY = ../libiberty/libiberty.a
105 POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES)
106 po/POTFILES.in: @MAINT@ Makefile
107 for file in $(POTFILES); do echo $$file; done | sort > tmp \
108 && mv tmp $(srcdir)/po/POTFILES.in
110 EXPECT = `if [ -f $$r/../expect/expect ] ; then \
111 echo $$r/../expect/expect ; \
112 else echo expect ; fi`
113 RUNTEST = `if [ -f ${srcdir}/../dejagnu/runtest ] ; then \
114 echo ${srcdir}/../dejagnu/runtest ; \
115 else echo runtest ; fi`
118 if [ -f $$r/../gcc/xgcc ] ; then \
119 if [ -f $$r/../newlib/Makefile ] ; then \
120 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
122 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
125 if [ "@host@" = "@target@" ] ; then \
128 echo gcc | sed '$(transform)'; \
132 check-DEJAGNU: site.exp
133 srcdir=`cd $(srcdir) && pwd`; export srcdir; \
135 EXPECT=$(EXPECT); export EXPECT; \
136 if [ -f $(top_builddir)/../expect/expect ]; then \
137 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
138 export TCL_LIBRARY; \
140 runtest=$(RUNTEST); \
141 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
142 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
143 CC_FOR_TARGET="$(CC_FOR_TARGET)" \
144 CFLAGS_FOR_TARGET="$(CFLAGS)" $(RUNTESTFLAGS); \
145 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
149 /bin/sh $(srcdir)/sanity.sh $(bindir)
151 LDADD = $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
153 size_SOURCES = size.c $(BULIBS)
155 objcopy_SOURCES = objcopy.c not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
157 strings_SOURCES = strings.c $(BULIBS)
159 readelf_SOURCES = readelf.c version.c unwind-ia64.c
160 readelf_LDADD = $(INTLLIBS) $(LIBIBERTY)
162 strip_new_SOURCES = objcopy.c is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
164 nm_new_SOURCES = nm.c $(BULIBS)
166 objdump_SOURCES = objdump.c prdbg.c $(DEBUG_SRCS) $(BULIBS)
167 objdump_LDADD = $(OPCODES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
170 $(COMPILE) -c $(OBJDUMP_DEFS) $(srcdir)/objdump.c
172 underscore.c: stamp-under ; @true
174 stamp-under: Makefile
175 echo '/*WARNING: This file is automatically generated!*/' >underscore.t
176 echo "int prepends_underscore = @UNDERSCORE@;" >>underscore.t
177 $(SHELL) $(srcdir)/../move-if-change underscore.t underscore.c
180 cplus-dem.o: $(BASEDIR)/libiberty/cplus-dem.c $(INCDIR)/getopt.h
181 $(COMPILE) -c -DMAIN -DVERSION='"$(VERSION)"' $(BASEDIR)/libiberty/cplus-dem.c
184 cxxfilt_LDADD = cplus-dem.o underscore.o $(LIBIBERTY) $(INTLLIBS)
186 ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c rename.c $(BULIBS)
187 ar_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
189 ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c $(BULIBS)
190 ranlib_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
192 addr2line_SOURCES = addr2line.c $(BULIBS)
194 # The following is commented out for the conversion to automake.
195 # This rule creates a single binary that switches between ar and ranlib
196 # by looking at argv[0]. Use this kludge to save some disk space.
197 # However, you have to install things by hand.
198 # (That is after 'make install', replace the installed ranlib by a link to ar.)
199 # Alternatively, you can install ranlib.sh as ranlib.
200 # ar_with_ranlib: $(ADDL_DEPS) ar.o maybe-ranlib.o
201 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
202 # -rm -f $(RANLIB_PROG)
203 # -ln $(AR_PROG) $(RANLIB_PROG)
205 # objcopy and strip in one binary that uses argv[0] to decide its action.
207 #objcopy_with_strip: $(ADDL_DEPS) objcopy.o maybe-strip.o
208 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS)
209 # -rm -f $(STRIP_PROG)
210 # -ln $(OBJCOPY_PROG) $(STRIP_PROG)
212 sysroff.c: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
213 ./sysinfo$(EXEEXT_FOR_BUILD) -c <$(srcdir)/sysroff.info >sysroff.c
214 ./sysinfo$(EXEEXT_FOR_BUILD) -i <$(srcdir)/sysroff.info >>sysroff.c
215 ./sysinfo$(EXEEXT_FOR_BUILD) -g <$(srcdir)/sysroff.info >>sysroff.c
217 sysroff.h: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
218 ./sysinfo$(EXEEXT_FOR_BUILD) -d <$(srcdir)/sysroff.info >sysroff.h
220 sysinfo$(EXEEXT_FOR_BUILD): sysinfo.o syslex.o
221 $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o
223 syslex.o: syslex.c sysinfo.h
224 if [ -r syslex.c ]; then \
225 $(CC_FOR_BUILD) -c -I. $(CFLAGS) syslex.c ; \
227 $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(CFLAGS) $(srcdir)/syslex.c ;\
231 if [ -r sysinfo.c ]; then \
232 $(CC_FOR_BUILD) -c -I. $(CFLAGS) sysinfo.c ; \
234 $(CC_FOR_BUILD) -c -I. $(CFLAGS) $(srcdir)/sysinfo.c ; \
237 # We need these for parallel make.
239 defparse.h: defparse.c
240 nlmheader.h: nlmheader.c
244 srconv_SOURCES = srconv.c coffgrok.c $(BULIBS)
246 dlltool_SOURCES = dlltool.c defparse.y deflex.l $(BULIBS)
247 dlltool_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
250 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/dlltool.c
253 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/rescoff.c
255 coffdump_SOURCES = coffdump.c coffgrok.c $(BULIBS)
257 sysdump_SOURCES = sysdump.c $(BULIBS)
259 # coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
260 # scripts, since they are only included conditionally.
261 nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
262 ldname=`echo ld | sed '$(transform)'`; \
263 $(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
265 nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS)
267 windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l \
268 winduni.c resres.c $(BULIBS)
269 windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
271 dllwrap_SOURCES = dllwrap.c version.c
272 dllwrap_LDADD = $(LIBIBERTY) $(INTLLIBS)
275 EXTRA_DIST = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
276 syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c
278 diststuff: $(EXTRA_DIST) info
280 DISTCLEANFILES = stamp-under sysinfo underscore.c sysroff.c sysroff.h \
283 # Targets to rebuild dependencies in this Makefile.
284 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
285 DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
287 $(MAKE) MKDEP="$(MKDEP)" DEP1
288 sed -f dep.sed < DEP1 > DEPA
289 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
290 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
291 echo 'make DEP failed!'; exit 1; \
296 DEP1: $(CFILES) $(GENERATED_CFILES)
297 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
298 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
299 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
302 dep.sed: dep-in.sed config.status
304 sed <$(srcdir)/dep-in.sed >dep.sed \
305 -e 's!@INCDIR@!$(INCDIR)!' \
306 -e 's!@BFDDIR@!$(BFDDIR)!' \
307 -e 's!@SRCDIR@!$(srcdir)!' \
308 -e "s!@OBJDIR@!$${objdir}!"
311 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
312 cat DEP >> tmp-Makefile
313 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
316 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
317 cat DEP >> tmp-Makefile.in
318 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
321 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
322 cat DEP >> tmp-Makefile.am
323 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
325 .PHONY: dep dep-in dep-am
329 MOSTLYCLEANFILES = sysinfo binutils.log binutils.sum abcdefgh*
333 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
335 .PHONY: install-exec-local
337 install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS)
338 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
339 if test -f $$p; then \
340 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)/'`"; \
341 $(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)/'`; \
344 $(mkinstalldirs) $(tooldir)/bin
345 for i in $(TOOL_PROGS); do \
346 if [ -f $$i$(EXEEXT) ]; then \
347 j=`echo $$i | sed -e 's/-new//'`; \
348 k=`echo $$j | sed '$(transform)'`; \
349 if [ "$(bindir)/$$k$(EXEEXT)" != "$(tooldir)/bin/$$j$(EXEEXT)" ]; then \
350 rm -f $(tooldir)/bin/$$j$(EXEEXT); \
351 ln $(bindir)/$$k$(EXEEXT) $(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
352 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(tooldir)/bin/$$j$(EXEEXT); \
358 # What appears below is generated by a hacked mkdep using gcc -MM.
360 # DO NOT DELETE THIS LINE -- mkdep uses it.
361 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
362 addr2line.o: addr2line.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
363 $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
364 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
365 ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
366 $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
367 $(INCDIR)/fopen-same.h $(INCDIR)/aout/ar.h $(BFDDIR)/libbfd.h \
368 arsup.h $(INCDIR)/filenames.h
369 arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
370 arsup.h $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
371 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h
372 bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
373 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
374 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h
375 coffdump.o: coffdump.c coffgrok.h bucomm.h config.h \
376 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
377 coffgrok.o: coffgrok.c bucomm.h config.h $(INCDIR)/bin-bugs.h \
378 $(INCDIR)/fopen-same.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
379 $(INCDIR)/bfdlink.h coffgrok.h
380 debug.o: debug.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
381 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
382 $(INCDIR)/libiberty.h debug.h
383 dlltool.o: dlltool.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
384 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
385 $(INCDIR)/fopen-same.h $(INCDIR)/demangle.h $(INCDIR)/dyn-string.h \
387 filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
388 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
389 ieee.o: ieee.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/ieee.h \
390 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
391 $(INCDIR)/libiberty.h debug.h budbg.h $(INCDIR)/filenames.h
392 is-ranlib.o: is-ranlib.c
393 is-strip.o: is-strip.c
394 maybe-ranlib.o: maybe-ranlib.c
395 maybe-strip.o: maybe-strip.c
396 nlmconv.o: nlmconv.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
397 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
398 $(INCDIR)/fopen-same.h $(BFDDIR)/libnlm.h $(INCDIR)/nlm/common.h \
399 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmconv.h
400 nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/progress.h \
401 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
402 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ranlib.h \
403 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h
404 not-ranlib.o: not-ranlib.c
405 not-strip.o: not-strip.c
406 objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
407 $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
408 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h budbg.h \
409 $(INCDIR)/filenames.h
410 objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
411 $(INCDIR)/getopt.h $(INCDIR)/progress.h bucomm.h config.h \
412 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/dis-asm.h \
413 $(INCDIR)/libiberty.h $(INCDIR)/demangle.h debug.h \
414 budbg.h $(INCDIR)/aout/aout64.h
415 prdbg.o: prdbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
416 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
417 $(INCDIR)/libiberty.h debug.h budbg.h
418 rdcoff.o: rdcoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
419 $(INCDIR)/coff/internal.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
420 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
421 debug.h budbg.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
422 rddbg.o: rddbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
423 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
424 $(INCDIR)/libiberty.h debug.h budbg.h
425 size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
426 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
427 $(INCDIR)/libiberty.h
428 srconv.o: srconv.c bucomm.h config.h $(INCDIR)/bin-bugs.h \
429 $(INCDIR)/fopen-same.h sysroff.h coffgrok.h $(INCDIR)/coff/internal.h \
430 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h sysroff.c
431 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
432 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
433 $(INCDIR)/libiberty.h $(INCDIR)/demangle.h debug.h \
434 budbg.h $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
435 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
436 strings.o: strings.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
437 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
438 $(INCDIR)/libiberty.h
439 sysdump.o: sysdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
440 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
442 version.o: version.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
443 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
444 wrstabs.o: wrstabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
445 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
446 $(INCDIR)/libiberty.h debug.h budbg.h $(INCDIR)/aout/aout64.h \
447 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
448 windres.o: windres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
449 $(INCDIR)/getopt.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
450 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/obstack.h \
452 resrc.o: resrc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
453 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
454 $(INCDIR)/libiberty.h windres.h winduni.h
455 rescoff.o: rescoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
456 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
457 $(INCDIR)/libiberty.h windres.h winduni.h $(INCDIR)/coff/internal.h \
458 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
459 resbin.o: resbin.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
460 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
461 $(INCDIR)/libiberty.h windres.h winduni.h
462 winduni.o: winduni.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
463 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
465 readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
466 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
467 $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
468 $(INCDIR)/elf/v850.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/mips.h \
469 $(INCDIR)/elf/alpha.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/m68k.h \
470 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/d10v.h \
471 $(INCDIR)/elf/d30v.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/mn10200.h \
472 $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/arc.h \
473 $(INCDIR)/elf/fr30.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/i960.h \
474 $(INCDIR)/elf/pj.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/ia64.h \
475 $(INCDIR)/elf/cris.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/x86-64.h \
476 $(INCDIR)/elf/s390.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
477 $(INCDIR)/fopen-same.h unwind-ia64.h
478 resres.o: resres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
479 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
480 $(INCDIR)/libiberty.h windres.h winduni.h
481 dllwrap.o: dllwrap.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
482 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
483 $(INCDIR)/fopen-same.h $(INCDIR)/dyn-string.h
484 rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
485 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
486 underscore.o: underscore.c
487 arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
488 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
490 arlex.o: arlex.c $(INCDIR)/libiberty.h arparse.h
493 syslex.o: syslex.c sysinfo.h
494 defparse.o: defparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
495 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
497 deflex.o: deflex.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
499 nlmheader.o: nlmheader.c ../bfd/bfd.h bucomm.h config.h \
500 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/nlm/common.h \
501 $(INCDIR)/nlm/internal.h nlmconv.h
502 rcparse.o: rcparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
503 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
504 $(INCDIR)/libiberty.h windres.h winduni.h
505 rclex.o: rclex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
506 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
507 $(INCDIR)/libiberty.h windres.h winduni.h rcparse.h
508 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY