1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus dejagnu
4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
8 tooldir = $(exec_prefix)/$(target_alias)
10 ## These aren't set by automake, because they appear in
11 ## bfd/acinclude.m4, which is included by binutils/acinclude.m4, and
12 ## thus is not seen by automake.
13 CC_FOR_BUILD = @CC_FOR_BUILD@
14 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
16 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
18 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
20 WARN_CFLAGS = @WARN_CFLAGS@
21 NO_WERROR = @NO_WERROR@
22 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
54 SRCONV_PROG=srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT)
56 bin_PROGRAMS = $(SIZE_PROG) $(OBJDUMP_PROG) $(AR_PROG) $(STRINGS_PROG) $(RANLIB_PROG) $(OBJCOPY_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ @BUILD_WINDMC@ $(ADDR2LINE_PROG) $(READELF_PROG) @BUILD_DLLWRAP@ @BUILD_INSTALL_MISC@
58 ## We need a special rule to install the programs which are built with
59 ## -new, and to rename cxxfilt to c++filt.
60 RENAMED_PROGS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
61 noinst_PROGRAMS = $(RENAMED_PROGS) @BUILD_MISC@
63 EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(WINDMC_PROG) $(DLLWRAP_PROG)
65 # Stuff that goes in tooldir/ if appropriate.
66 TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
68 BASEDIR = $(srcdir)/..
69 BFDDIR = $(BASEDIR)/bfd
70 INCDIR = $(BASEDIR)/include
74 INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
77 -DLOCALEDIR="\"$(datadir)/locale\"" \
78 -Dbin_dummy_emulation=$(EMULATION_VECTOR)
81 arsup.h binemul.h bucomm.h budbg.h \
82 coffgrok.h debug.h dlltool.h dwarf.h nlmconv.h \
83 sysdep.h unwind-ia64.h windres.h winduni.h windint.h \
86 GENERATED_HFILES = arparse.h sysroff.h sysinfo.h defparse.h rcparse.h mcparse.h
89 addr2line.c ar.c arsup.c bin2c.c binemul.c bucomm.c \
90 coffdump.c coffgrok.c cxxfilt.c \
91 dwarf.c debug.c dlltool.c dllwrap.c \
92 emul_aix.c emul_vanilla.c filemode.c \
93 ieee.c is-ranlib.c is-strip.c maybe-ranlib.c maybe-strip.c \
94 nlmconv.c nm.c not-ranlib.c not-strip.c \
95 objcopy.c objdump.c prdbg.c \
96 rclex.c rdcoff.c rddbg.c readelf.c rename.c \
97 resbin.c rescoff.c resrc.c resres.c \
98 size.c srconv.c stabs.c strings.c sysdump.c \
99 unwind-ia64.c version.c \
100 windres.c winduni.c wrstabs.c \
104 arparse.c arlex.c sysroff.c sysinfo.c syslex.c \
105 defparse.c deflex.c nlmheader.c rcparse.c mcparse.c
107 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
108 WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c
110 # Code shared by all the binutils.
111 BULIBS = bucomm.c version.c filemode.c
113 BFDLIB = ../bfd/libbfd.la
115 OPCODES = ../opcodes/libopcodes.la
117 LIBIBERTY = ../libiberty/libiberty.a
119 .PHONY: install-pdf install-pdf-am install-pdf-recursive
121 install-pdf: install-pdf-recursive
123 install-pdf-recursive:
125 for f in x $$MAKEFLAGS; do \
128 *k*) failcom='fail=yes';; \
132 target=`echo $@ | sed s/-recursive//`; \
133 list='$(SUBDIRS)'; for subdir in $$list; do \
134 echo "Making $$target in $$subdir"; \
135 if test "$$subdir" = "."; then \
137 local_target="$$target-am"; \
139 local_target="$$target"; \
141 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
144 if test "$$dot_seen" = "no"; then \
145 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
148 .PHONY: install-html install-html-am install-html-recursive
150 install-html: install-html-recursive
152 install-html-recursive:
154 for f in x $$MAKEFLAGS; do \
157 *k*) failcom='fail=yes';; \
161 target=`echo $@ | sed s/-recursive//`; \
162 list='$(SUBDIRS)'; for subdir in $$list; do \
163 echo "Making $$target in $$subdir"; \
164 if test "$$subdir" = "."; then \
166 local_target="$$target-am"; \
168 local_target="$$target"; \
170 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
173 if test "$$dot_seen" = "no"; then \
174 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
177 POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES)
178 po/POTFILES.in: @MAINT@ Makefile
179 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
180 && mv tmp $(srcdir)/po/POTFILES.in
186 if [ -f $$r/../gcc/xgcc ] ; then \
187 if [ -f $$r/../newlib/Makefile ] ; then \
188 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
190 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
193 if [ "@host@" = "@target@" ] ; then \
196 echo gcc | sed '$(transform)'; \
200 check-DEJAGNU: site.exp
201 srcdir=`cd $(srcdir) && pwd`; export srcdir; \
203 EXPECT=$(EXPECT); export EXPECT; \
204 runtest=$(RUNTEST); \
205 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
206 CC_FOR_TARGET="$(CC_FOR_TARGET)" CFLAGS_FOR_TARGET="$(CFLAGS)" \
207 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
209 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
213 /bin/sh $(srcdir)/sanity.sh $(bindir)
215 # There's no global DEPENDENCIES. So, we must explicitly list everything
216 # which depends on libintl, since we don't know whether LIBINTL_DEP will be
217 # non-empty until configure time. Ugh!
218 size_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
219 objdump_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) $(OPCODES)
220 nm_new_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
221 ar_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
222 strings_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
223 strip_new_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
224 ranlib_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
225 cxxfilt_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
226 objcopy_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
227 nlmconv_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
228 srconv_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
229 sysdump_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
230 coffdump_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
231 dlltool_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
232 windres_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
233 windmc_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
234 addr2line_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
235 readelf_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY)
236 dllwrap_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY)
238 LDADD = $(BFDLIB) $(LIBIBERTY) $(LIBINTL)
240 size_SOURCES = size.c $(BULIBS)
242 objcopy_SOURCES = objcopy.c not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
244 strings_SOURCES = strings.c $(BULIBS)
246 readelf_SOURCES = readelf.c version.c unwind-ia64.c dwarf.c
247 readelf_LDADD = $(LIBINTL) $(LIBIBERTY)
249 strip_new_SOURCES = objcopy.c is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
251 nm_new_SOURCES = nm.c $(BULIBS)
253 objdump_SOURCES = objdump.c dwarf.c prdbg.c $(DEBUG_SRCS) $(BULIBS)
254 objdump_LDADD = $(OPCODES) $(BFDLIB) $(LIBIBERTY) $(LIBINTL)
257 $(COMPILE) -c $(OBJDUMP_DEFS) $(srcdir)/objdump.c
259 cxxfilt_SOURCES = cxxfilt.c $(BULIBS)
261 ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c rename.c binemul.c \
262 emul_$(EMULATION).c $(BULIBS)
263 ar_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(LIBINTL)
265 ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c \
266 binemul.c emul_$(EMULATION).c $(BULIBS)
267 ranlib_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(LIBINTL)
269 addr2line_SOURCES = addr2line.c $(BULIBS)
271 # The following is commented out for the conversion to automake.
272 # This rule creates a single binary that switches between ar and ranlib
273 # by looking at argv[0]. Use this kludge to save some disk space.
274 # However, you have to install things by hand.
275 # (That is after 'make install', replace the installed ranlib by a link to ar.)
276 # Alternatively, you can install ranlib.sh as ranlib.
277 # ar_with_ranlib: $(ADDL_DEPS) ar.o maybe-ranlib.o
278 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
279 # -rm -f $(RANLIB_PROG)
280 # -ln $(AR_PROG) $(RANLIB_PROG)
282 # objcopy and strip in one binary that uses argv[0] to decide its action.
284 #objcopy_with_strip: $(ADDL_DEPS) objcopy.o maybe-strip.o
285 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS)
286 # -rm -f $(STRIP_PROG)
287 # -ln $(OBJCOPY_PROG) $(STRIP_PROG)
289 sysroff.c: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
290 ./sysinfo$(EXEEXT_FOR_BUILD) -c <$(srcdir)/sysroff.info >sysroff.c
291 ./sysinfo$(EXEEXT_FOR_BUILD) -i <$(srcdir)/sysroff.info >>sysroff.c
292 ./sysinfo$(EXEEXT_FOR_BUILD) -g <$(srcdir)/sysroff.info >>sysroff.c
294 sysroff.h: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
295 ./sysinfo$(EXEEXT_FOR_BUILD) -d <$(srcdir)/sysroff.info >sysroff.h
297 sysinfo$(EXEEXT_FOR_BUILD): sysinfo.o syslex.o
298 $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o
301 if [ -r syslex.c ]; then \
302 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) syslex.c -Wno-error ; \
304 $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(AM_CFLAGS) $(CFLAGS) $(srcdir)/syslex.c -Wno-error ;\
308 if [ -r sysinfo.c ]; then \
309 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) sysinfo.c -Wno-error ; \
311 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) $(srcdir)/sysinfo.c -Wno-error ; \
314 bin2c$(EXEEXT_FOR_BUILD):
315 $(CC_FOR_BUILD) -o $@ $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) $(srcdir)/bin2c.c $(srcdir)/version.c
317 embedspu: embedspu.sh
318 sed "s@^program_transform_name=@program_transform_name=$(program_transform_name)@" < $< > $@
321 # We need these for parallel make.
323 defparse.h: defparse.c
324 nlmheader.h: nlmheader.c
329 # Disable -Werror, if it has been enabled, since old versions of bison/
330 # yacc will produce working code which contain compile time warnings.
332 $(COMPILE) -c $< $(NO_WERROR)
334 $(COMPILE) -c $< $(NO_WERROR)
336 $(COMPILE) -c $< $(NO_WERROR)
338 $(COMPILE) -c $< $(NO_WERROR)
340 $(COMPILE) -c $< $(NO_WERROR)
342 $(COMPILE) -c $< $(NO_WERROR)
344 $(COMPILE) -c $< $(NO_WERROR)
346 $(COMPILE) -c $< $(NO_WERROR)
348 $(COMPILE) -c $< $(NO_WERROR)
350 $(COMPILE) -c $< $(NO_WERROR)
352 srconv_SOURCES = srconv.c coffgrok.c $(BULIBS)
354 dlltool_SOURCES = dlltool.c defparse.y deflex.l $(BULIBS)
355 dlltool_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(LIBINTL)
358 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/dlltool.c
361 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/rescoff.c
363 coffdump_SOURCES = coffdump.c coffgrok.c $(BULIBS)
365 sysdump_SOURCES = sysdump.c $(BULIBS)
367 # coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
368 # scripts, since they are only included conditionally.
369 nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
370 ldname=`echo ld | sed '$(transform)'`; \
371 $(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
373 nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS)
375 windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.c \
376 winduni.c resres.c $(BULIBS)
377 windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(LIBINTL) $(LIBICONV)
379 windmc_SOURCES = windmc.c mcparse.y mclex.c \
381 windmc_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(LIBINTL) $(LIBICONV)
383 dllwrap_SOURCES = dllwrap.c version.c
384 dllwrap_LDADD = $(LIBIBERTY) $(LIBINTL)
387 EXTRA_DIST = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
388 syslex.c deflex.c defparse.h defparse.c rcparse.h rcparse.c \
391 diststuff: $(EXTRA_DIST) info
394 DISTCLEANFILES = sysroff.c sysroff.h site.exp site.bak
396 # Targets to rebuild dependencies in this Makefile.
397 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
398 DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
400 $(MAKE) MKDEP="$(MKDEP)" DEP1
401 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
402 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
403 echo 'make DEP failed!'; exit 1; \
408 DEP1: $(CFILES) $(GENERATED_CFILES)
409 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
410 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
412 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
413 sed -n -e '1s/: .*/: \\/p' -e q < DEPA >> DEP2; \
414 sed -e '1s/.*: //' -f dep.sed < DEPA | \
415 LC_ALL=C sort | LC_ALL=C uniq | \
416 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
421 dep.sed: dep-in.sed config.status
423 sed <$(srcdir)/dep-in.sed >dep.sed \
424 -e 's!@INCDIR@!$(INCDIR)!' \
425 -e 's!@BFDDIR@!$(BFDDIR)!' \
426 -e 's!@SRCDIR@!$(srcdir)!' \
427 -e "s!@OBJDIR@!$${objdir}!" \
428 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/binutils$$,,`'!'
431 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
432 cat DEP >> tmp-Makefile
433 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
436 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
437 cat DEP >> tmp-Makefile.in
438 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
441 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
442 cat DEP >> tmp-Makefile.am
443 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
445 .PHONY: dep dep-in dep-am
449 MOSTLYCLEANFILES = sysinfo$(EXEEXT_FOR_BUILD) bin2c$(EXEEXT_FOR_BUILD) \
450 binutils.log binutils.sum abcdefgh*
454 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
456 .PHONY: install-exec-local
458 install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS)
459 @list='$(RENAMED_PROGS)'; for p in $$list; do \
460 if test -f $$p$(EXEEXT); then \
461 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p$(EXEEXT) $(bindir)/`echo $$p|sed -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
462 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p$(EXEEXT) $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
465 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
466 for i in $(TOOL_PROGS); do \
467 if [ -f $$i$(EXEEXT) ]; then \
468 j=`echo $$i | sed -e 's/-new//'`; \
469 k=`echo $$j | sed '$(transform)'`; \
470 if [ "$(bindir)/$$k" != "$(tooldir)/bin/$$j" ]; then \
471 rm -f $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
472 ln $(DESTDIR)$(bindir)/$$k$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
473 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
479 # What appears below is generated by a hacked mkdep using gcc -MM.
481 # DO NOT DELETE THIS LINE -- mkdep uses it.
482 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
485 $(INCDIR)/alloca-conf.h \
486 $(INCDIR)/ansidecl.h \
487 $(INCDIR)/binary-io.h \
488 $(INCDIR)/demangle.h \
489 $(INCDIR)/fopen-same.h \
490 $(INCDIR)/libiberty.h \
501 $(INCDIR)/alloca-conf.h \
502 $(INCDIR)/ansidecl.h \
503 $(INCDIR)/aout/ar.h \
504 $(INCDIR)/binary-io.h \
505 $(INCDIR)/filenames.h \
506 $(INCDIR)/fopen-same.h \
507 $(INCDIR)/hashtab.h \
508 $(INCDIR)/libiberty.h \
509 $(INCDIR)/progress.h \
520 $(INCDIR)/alloca-conf.h \
521 $(INCDIR)/ansidecl.h \
522 $(INCDIR)/binary-io.h \
523 $(INCDIR)/filenames.h \
524 $(INCDIR)/fopen-same.h \
525 $(INCDIR)/libiberty.h \
535 $(INCDIR)/alloca-conf.h \
536 $(INCDIR)/ansidecl.h \
537 $(INCDIR)/binary-io.h \
538 $(INCDIR)/fopen-same.h \
547 $(INCDIR)/alloca-conf.h \
548 $(INCDIR)/ansidecl.h \
549 $(INCDIR)/binary-io.h \
550 $(INCDIR)/fopen-same.h \
561 $(INCDIR)/alloca-conf.h \
562 $(INCDIR)/ansidecl.h \
563 $(INCDIR)/binary-io.h \
564 $(INCDIR)/filenames.h \
565 $(INCDIR)/fopen-same.h \
566 $(INCDIR)/hashtab.h \
567 $(INCDIR)/libiberty.h \
576 $(INCDIR)/alloca-conf.h \
577 $(INCDIR)/ansidecl.h \
578 $(INCDIR)/binary-io.h \
579 $(INCDIR)/fopen-same.h \
580 $(INCDIR)/libiberty.h \
590 $(BFDDIR)/libcoff.h \
591 $(INCDIR)/alloca-conf.h \
592 $(INCDIR)/ansidecl.h \
593 $(INCDIR)/bfdlink.h \
594 $(INCDIR)/binary-io.h \
595 $(INCDIR)/coff/internal.h \
596 $(INCDIR)/fopen-same.h \
597 $(INCDIR)/libiberty.h \
607 $(INCDIR)/alloca-conf.h \
608 $(INCDIR)/ansidecl.h \
609 $(INCDIR)/binary-io.h \
610 $(INCDIR)/demangle.h \
611 $(INCDIR)/fopen-same.h \
612 $(INCDIR)/libiberty.h \
613 $(INCDIR)/safe-ctype.h \
622 $(INCDIR)/alloca-conf.h \
623 $(INCDIR)/ansidecl.h \
624 $(INCDIR)/binary-io.h \
626 $(INCDIR)/elf/common.h \
627 $(INCDIR)/fopen-same.h \
628 $(INCDIR)/libiberty.h \
638 $(INCDIR)/alloca-conf.h \
639 $(INCDIR)/ansidecl.h \
640 $(INCDIR)/binary-io.h \
641 $(INCDIR)/fopen-same.h \
642 $(INCDIR)/libiberty.h \
651 $(INCDIR)/alloca-conf.h \
652 $(INCDIR)/ansidecl.h \
653 $(INCDIR)/binary-io.h \
654 $(INCDIR)/demangle.h \
655 $(INCDIR)/dyn-string.h \
656 $(INCDIR)/fopen-same.h \
657 $(INCDIR)/libiberty.h \
658 $(INCDIR)/safe-ctype.h \
668 $(INCDIR)/alloca-conf.h \
669 $(INCDIR)/ansidecl.h \
670 $(INCDIR)/binary-io.h \
671 $(INCDIR)/dyn-string.h \
672 $(INCDIR)/fopen-same.h \
673 $(INCDIR)/libiberty.h \
682 $(BFDDIR)/libcoff.h \
683 $(BFDDIR)/libxcoff.h \
684 $(INCDIR)/alloca-conf.h \
685 $(INCDIR)/ansidecl.h \
686 $(INCDIR)/bfdlink.h \
687 $(INCDIR)/binary-io.h \
688 $(INCDIR)/coff/internal.h \
689 $(INCDIR)/coff/xcoff.h \
690 $(INCDIR)/fopen-same.h \
700 $(INCDIR)/alloca-conf.h \
701 $(INCDIR)/ansidecl.h \
702 $(INCDIR)/binary-io.h \
703 $(INCDIR)/fopen-same.h \
713 $(INCDIR)/alloca-conf.h \
714 $(INCDIR)/ansidecl.h \
715 $(INCDIR)/binary-io.h \
716 $(INCDIR)/fopen-same.h \
725 $(INCDIR)/alloca-conf.h \
726 $(INCDIR)/ansidecl.h \
727 $(INCDIR)/binary-io.h \
728 $(INCDIR)/filenames.h \
729 $(INCDIR)/fopen-same.h \
731 $(INCDIR)/libiberty.h \
750 $(INCDIR)/alloca-conf.h \
751 $(INCDIR)/ansidecl.h \
752 $(INCDIR)/binary-io.h \
753 $(INCDIR)/fopen-same.h \
754 $(INCDIR)/libiberty.h \
755 $(INCDIR)/nlm/common.h \
756 $(INCDIR)/nlm/external.h \
757 $(INCDIR)/nlm/internal.h \
758 $(INCDIR)/safe-ctype.h \
768 $(BFDDIR)/elf-bfd.h \
770 $(INCDIR)/alloca-conf.h \
771 $(INCDIR)/ansidecl.h \
772 $(INCDIR)/aout/ranlib.h \
773 $(INCDIR)/aout/stab.def \
774 $(INCDIR)/aout/stab_gnu.h \
775 $(INCDIR)/bfdlink.h \
776 $(INCDIR)/binary-io.h \
777 $(INCDIR)/demangle.h \
778 $(INCDIR)/elf/common.h \
779 $(INCDIR)/elf/external.h \
780 $(INCDIR)/elf/internal.h \
781 $(INCDIR)/fopen-same.h \
782 $(INCDIR)/libiberty.h \
783 $(INCDIR)/progress.h \
796 $(BFDDIR)/elf-bfd.h \
798 $(BFDDIR)/libcoff.h \
799 $(INCDIR)/alloca-conf.h \
800 $(INCDIR)/ansidecl.h \
801 $(INCDIR)/bfdlink.h \
802 $(INCDIR)/binary-io.h \
803 $(INCDIR)/coff/external.h \
804 $(INCDIR)/coff/i386.h \
805 $(INCDIR)/coff/internal.h \
806 $(INCDIR)/coff/pe.h \
807 $(INCDIR)/elf/common.h \
808 $(INCDIR)/elf/external.h \
809 $(INCDIR)/elf/internal.h \
810 $(INCDIR)/filenames.h \
811 $(INCDIR)/fnmatch.h \
812 $(INCDIR)/fopen-same.h \
813 $(INCDIR)/hashtab.h \
814 $(INCDIR)/libiberty.h \
815 $(INCDIR)/progress.h \
825 $(BFDDIR)/elf-bfd.h \
826 $(INCDIR)/alloca-conf.h \
827 $(INCDIR)/ansidecl.h \
828 $(INCDIR)/aout/aout64.h \
829 $(INCDIR)/bfdlink.h \
830 $(INCDIR)/binary-io.h \
831 $(INCDIR)/demangle.h \
832 $(INCDIR)/dis-asm.h \
833 $(INCDIR)/elf/common.h \
834 $(INCDIR)/elf/external.h \
835 $(INCDIR)/elf/internal.h \
836 $(INCDIR)/filenames.h \
837 $(INCDIR)/fopen-same.h \
838 $(INCDIR)/libiberty.h \
839 $(INCDIR)/progress.h \
840 $(INCDIR)/safe-ctype.h \
852 $(INCDIR)/alloca-conf.h \
853 $(INCDIR)/ansidecl.h \
854 $(INCDIR)/binary-io.h \
855 $(INCDIR)/demangle.h \
856 $(INCDIR)/fopen-same.h \
857 $(INCDIR)/libiberty.h \
867 $(INCDIR)/alloca-conf.h \
868 $(INCDIR)/ansidecl.h \
869 $(INCDIR)/binary-io.h \
870 $(INCDIR)/fopen-same.h \
871 $(INCDIR)/libiberty.h \
872 $(INCDIR)/safe-ctype.h \
885 $(BFDDIR)/libcoff.h \
886 $(INCDIR)/alloca-conf.h \
887 $(INCDIR)/ansidecl.h \
888 $(INCDIR)/bfdlink.h \
889 $(INCDIR)/binary-io.h \
890 $(INCDIR)/coff/internal.h \
891 $(INCDIR)/fopen-same.h \
892 $(INCDIR)/libiberty.h \
903 $(INCDIR)/alloca-conf.h \
904 $(INCDIR)/ansidecl.h \
905 $(INCDIR)/binary-io.h \
906 $(INCDIR)/fopen-same.h \
907 $(INCDIR)/libiberty.h \
918 $(INCDIR)/alloca-conf.h \
919 $(INCDIR)/ansidecl.h \
920 $(INCDIR)/aout/ar.h \
921 $(INCDIR)/binary-io.h \
922 $(INCDIR)/elf/alpha.h \
923 $(INCDIR)/elf/arc.h \
924 $(INCDIR)/elf/arm.h \
925 $(INCDIR)/elf/avr.h \
926 $(INCDIR)/elf/bfin.h \
927 $(INCDIR)/elf/common.h \
928 $(INCDIR)/elf/cr16.h \
929 $(INCDIR)/elf/cris.h \
930 $(INCDIR)/elf/crx.h \
931 $(INCDIR)/elf/d10v.h \
932 $(INCDIR)/elf/d30v.h \
933 $(INCDIR)/elf/dlx.h \
934 $(INCDIR)/elf/external.h \
935 $(INCDIR)/elf/fr30.h \
936 $(INCDIR)/elf/frv.h \
938 $(INCDIR)/elf/hppa.h \
939 $(INCDIR)/elf/i370.h \
940 $(INCDIR)/elf/i386.h \
941 $(INCDIR)/elf/i860.h \
942 $(INCDIR)/elf/i960.h \
943 $(INCDIR)/elf/ia64.h \
944 $(INCDIR)/elf/internal.h \
945 $(INCDIR)/elf/ip2k.h \
946 $(INCDIR)/elf/iq2000.h \
947 $(INCDIR)/elf/lm32.h \
948 $(INCDIR)/elf/m32c.h \
949 $(INCDIR)/elf/m32r.h \
950 $(INCDIR)/elf/m68hc11.h \
951 $(INCDIR)/elf/m68k.h \
952 $(INCDIR)/elf/mcore.h \
953 $(INCDIR)/elf/mep.h \
954 $(INCDIR)/elf/mips.h \
955 $(INCDIR)/elf/mmix.h \
956 $(INCDIR)/elf/mn10200.h \
957 $(INCDIR)/elf/mn10300.h \
958 $(INCDIR)/elf/msp430.h \
960 $(INCDIR)/elf/or32.h \
962 $(INCDIR)/elf/ppc.h \
963 $(INCDIR)/elf/ppc64.h \
964 $(INCDIR)/elf/reloc-macros.h \
965 $(INCDIR)/elf/s390.h \
966 $(INCDIR)/elf/score.h \
968 $(INCDIR)/elf/sparc.h \
969 $(INCDIR)/elf/spu.h \
970 $(INCDIR)/elf/v850.h \
971 $(INCDIR)/elf/vax.h \
972 $(INCDIR)/elf/x86-64.h \
973 $(INCDIR)/elf/xstormy16.h \
974 $(INCDIR)/elf/xtensa.h \
975 $(INCDIR)/filenames.h \
976 $(INCDIR)/fopen-same.h \
977 $(INCDIR)/libiberty.h \
978 $(INCDIR)/safe-ctype.h \
989 $(INCDIR)/alloca-conf.h \
990 $(INCDIR)/ansidecl.h \
991 $(INCDIR)/binary-io.h \
992 $(INCDIR)/fopen-same.h \
1001 $(INCDIR)/alloca-conf.h \
1002 $(INCDIR)/ansidecl.h \
1003 $(INCDIR)/binary-io.h \
1004 $(INCDIR)/fopen-same.h \
1005 $(INCDIR)/libiberty.h \
1006 $(INCDIR)/symcat.h \
1017 $(BFDDIR)/libcoff.h \
1018 $(INCDIR)/alloca-conf.h \
1019 $(INCDIR)/ansidecl.h \
1020 $(INCDIR)/bfdlink.h \
1021 $(INCDIR)/binary-io.h \
1022 $(INCDIR)/coff/internal.h \
1023 $(INCDIR)/fopen-same.h \
1024 $(INCDIR)/libiberty.h \
1025 $(INCDIR)/symcat.h \
1036 $(INCDIR)/alloca-conf.h \
1037 $(INCDIR)/ansidecl.h \
1038 $(INCDIR)/binary-io.h \
1039 $(INCDIR)/fopen-same.h \
1040 $(INCDIR)/libiberty.h \
1041 $(INCDIR)/safe-ctype.h \
1042 $(INCDIR)/symcat.h \
1053 $(INCDIR)/alloca-conf.h \
1054 $(INCDIR)/ansidecl.h \
1055 $(INCDIR)/binary-io.h \
1056 $(INCDIR)/fopen-same.h \
1057 $(INCDIR)/libiberty.h \
1058 $(INCDIR)/symcat.h \
1069 $(INCDIR)/alloca-conf.h \
1070 $(INCDIR)/ansidecl.h \
1071 $(INCDIR)/binary-io.h \
1072 $(INCDIR)/fopen-same.h \
1073 $(INCDIR)/libiberty.h \
1074 $(INCDIR)/symcat.h \
1082 $(BFDDIR)/libcoff.h \
1083 $(INCDIR)/alloca-conf.h \
1084 $(INCDIR)/ansidecl.h \
1085 $(INCDIR)/bfdlink.h \
1086 $(INCDIR)/binary-io.h \
1087 $(INCDIR)/coff/internal.h \
1088 $(INCDIR)/fopen-same.h \
1089 $(INCDIR)/libiberty.h \
1090 $(INCDIR)/symcat.h \
1101 $(INCDIR)/alloca-conf.h \
1102 $(INCDIR)/ansidecl.h \
1103 $(INCDIR)/aout/aout64.h \
1104 $(INCDIR)/aout/stab.def \
1105 $(INCDIR)/aout/stab_gnu.h \
1106 $(INCDIR)/binary-io.h \
1107 $(INCDIR)/demangle.h \
1108 $(INCDIR)/filenames.h \
1109 $(INCDIR)/fopen-same.h \
1110 $(INCDIR)/libiberty.h \
1111 $(INCDIR)/safe-ctype.h \
1112 $(INCDIR)/symcat.h \
1121 $(INCDIR)/alloca-conf.h \
1122 $(INCDIR)/ansidecl.h \
1123 $(INCDIR)/binary-io.h \
1124 $(INCDIR)/fopen-same.h \
1125 $(INCDIR)/libiberty.h \
1126 $(INCDIR)/safe-ctype.h \
1127 $(INCDIR)/symcat.h \
1135 $(INCDIR)/alloca-conf.h \
1136 $(INCDIR)/ansidecl.h \
1137 $(INCDIR)/binary-io.h \
1138 $(INCDIR)/fopen-same.h \
1139 $(INCDIR)/libiberty.h \
1140 $(INCDIR)/safe-ctype.h \
1141 $(INCDIR)/symcat.h \
1151 $(INCDIR)/ansidecl.h \
1152 $(INCDIR)/elf/ia64.h \
1153 $(INCDIR)/elf/reloc-macros.h \
1154 $(INCDIR)/symcat.h \
1159 $(INCDIR)/alloca-conf.h \
1160 $(INCDIR)/ansidecl.h \
1161 $(INCDIR)/binary-io.h \
1162 $(INCDIR)/fopen-same.h \
1163 $(INCDIR)/symcat.h \
1171 $(INCDIR)/alloca-conf.h \
1172 $(INCDIR)/ansidecl.h \
1173 $(INCDIR)/binary-io.h \
1174 $(INCDIR)/fopen-same.h \
1175 $(INCDIR)/libiberty.h \
1176 $(INCDIR)/obstack.h \
1177 $(INCDIR)/safe-ctype.h \
1178 $(INCDIR)/symcat.h \
1189 $(INCDIR)/alloca-conf.h \
1190 $(INCDIR)/ansidecl.h \
1191 $(INCDIR)/binary-io.h \
1192 $(INCDIR)/fopen-same.h \
1193 $(INCDIR)/libiberty.h \
1194 $(INCDIR)/safe-ctype.h \
1195 $(INCDIR)/symcat.h \
1204 $(INCDIR)/alloca-conf.h \
1205 $(INCDIR)/ansidecl.h \
1206 $(INCDIR)/aout/aout64.h \
1207 $(INCDIR)/aout/stab.def \
1208 $(INCDIR)/aout/stab_gnu.h \
1209 $(INCDIR)/binary-io.h \
1210 $(INCDIR)/fopen-same.h \
1211 $(INCDIR)/libiberty.h \
1212 $(INCDIR)/safe-ctype.h \
1213 $(INCDIR)/symcat.h \
1223 $(INCDIR)/alloca-conf.h \
1224 $(INCDIR)/ansidecl.h \
1225 $(INCDIR)/binary-io.h \
1226 $(INCDIR)/fopen-same.h \
1227 $(INCDIR)/libiberty.h \
1228 $(INCDIR)/obstack.h \
1229 $(INCDIR)/safe-ctype.h \
1230 $(INCDIR)/symcat.h \
1241 $(INCDIR)/alloca-conf.h \
1242 $(INCDIR)/ansidecl.h \
1243 $(INCDIR)/binary-io.h \
1244 $(INCDIR)/fopen-same.h \
1245 $(INCDIR)/libiberty.h \
1246 $(INCDIR)/safe-ctype.h \
1247 $(INCDIR)/symcat.h \
1258 $(INCDIR)/alloca-conf.h \
1259 $(INCDIR)/ansidecl.h \
1260 $(INCDIR)/binary-io.h \
1261 $(INCDIR)/fopen-same.h \
1262 $(INCDIR)/symcat.h \
1270 $(INCDIR)/ansidecl.h \
1271 $(INCDIR)/libiberty.h \
1283 $(INCDIR)/alloca-conf.h \
1284 $(INCDIR)/ansidecl.h \
1285 $(INCDIR)/binary-io.h \
1286 $(INCDIR)/fopen-same.h \
1287 $(INCDIR)/libiberty.h \
1288 $(INCDIR)/symcat.h \
1296 $(INCDIR)/ansidecl.h \
1297 $(INCDIR)/libiberty.h \
1302 $(INCDIR)/alloca-conf.h \
1303 $(INCDIR)/ansidecl.h \
1304 $(INCDIR)/binary-io.h \
1305 $(INCDIR)/fopen-same.h \
1306 $(INCDIR)/nlm/common.h \
1307 $(INCDIR)/nlm/internal.h \
1308 $(INCDIR)/safe-ctype.h \
1309 $(INCDIR)/symcat.h \
1318 $(INCDIR)/alloca-conf.h \
1319 $(INCDIR)/ansidecl.h \
1320 $(INCDIR)/binary-io.h \
1321 $(INCDIR)/fopen-same.h \
1322 $(INCDIR)/libiberty.h \
1323 $(INCDIR)/safe-ctype.h \
1324 $(INCDIR)/symcat.h \
1335 $(INCDIR)/alloca-conf.h \
1336 $(INCDIR)/ansidecl.h \
1337 $(INCDIR)/binary-io.h \
1338 $(INCDIR)/fopen-same.h \
1339 $(INCDIR)/libiberty.h \
1340 $(INCDIR)/safe-ctype.h \
1341 $(INCDIR)/symcat.h \
1349 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY