daily update
[deliverable/binutils-gdb.git] / bfd / Makefile.in
CommitLineData
6540b386 1# Makefile.in generated by automake 1.11.1 from Makefile.am.
90c0a373 2# @configure_input@
252b5132 3
90c0a373 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
81ecdfbb
RW
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
252b5132
RH
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
90c0a373 16@SET_MAKE@
a2d91340 17
90c0a373 18
14ec8efd 19
252b5132 20VPATH = @srcdir@
252b5132 21pkgdatadir = $(datadir)/@PACKAGE@
252b5132 22pkgincludedir = $(includedir)/@PACKAGE@
81ecdfbb
RW
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
90c0a373 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90c0a373
AM
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
252b5132
RH
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
90c0a373 37build_triplet = @build@
252b5132 38host_triplet = @host@
90c0a373 39target_triplet = @target@
573e8a1c 40@INSTALL_LIBBFD_FALSE@am__append_1 = -rpath $(rpath_bfdlibdir)
90c0a373 41subdir = .
81ecdfbb
RW
42DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
43 $(srcdir)/Makefile.am $(top_srcdir)/configure \
44 $(am__configure_deps) $(srcdir)/config.in \
45 $(srcdir)/../mkinstalldirs $(srcdir)/bfd-in2.h \
14ec8efd
RW
46 $(top_srcdir)/po/Make-in $(srcdir)/../depcomp \
47 $(am__bfdinclude_HEADERS_DIST)
90c0a373 48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79887925
L
49am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
50 $(top_srcdir)/../config/depstand.m4 \
20e95c23 51 $(top_srcdir)/../config/gettext-sister.m4 \
91d6fa6a 52 $(top_srcdir)/../config/largefile.m4 \
79887925 53 $(top_srcdir)/../config/lead-dot.m4 \
8944f3c2
AM
54 $(top_srcdir)/../config/nls.m4 \
55 $(top_srcdir)/../config/override.m4 \
5691d22d 56 $(top_srcdir)/../config/plugins.m4 \
8944f3c2 57 $(top_srcdir)/../config/po.m4 \
20e95c23 58 $(top_srcdir)/../config/progtest.m4 \
81ecdfbb 59 $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \
79887925 60 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
718a6fd8 61 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
81ecdfbb 62 $(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
91d6fa6a
NC
63 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/zlib.m4 \
64 $(top_srcdir)/configure.in
90c0a373
AM
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66 $(ACLOCAL_M4)
67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81ecdfbb 68 configure.lineno config.status.lineno
90c0a373
AM
69mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
70CONFIG_HEADER = config.h
71CONFIG_CLEAN_FILES = bfd-in3.h po/Makefile.in
81ecdfbb 72CONFIG_CLEAN_VPATH_FILES =
90c0a373
AM
73LIBRARIES = $(noinst_LIBRARIES)
74ARFLAGS = cru
75libbfd_a_AR = $(AR) $(ARFLAGS)
76libbfd_a_LIBADD =
77am_libbfd_a_OBJECTS =
78libbfd_a_OBJECTS = $(am_libbfd_a_OBJECTS)
79am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80am__vpath_adj = case $$p in \
81 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82 *) f=$$p;; \
83 esac;
81ecdfbb
RW
84am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85am__install_max = 40
86am__nobase_strip_setup = \
87 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88am__nobase_strip = \
89 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90am__nobase_list = $(am__nobase_strip_setup); \
91 for p in $$list; do echo "$$p $$p"; done | \
92 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94 if (++n[$$2] == $(am__install_max)) \
95 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96 END { for (dir in files) print dir, files[dir] }'
97am__base_list = \
98 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
14ec8efd
RW
100am__installdirs = "$(DESTDIR)$(bfdlibdir)" \
101 "$(DESTDIR)$(bfdincludedir)"
102LTLIBRARIES = $(bfdlib_LTLIBRARIES) $(noinst_LTLIBRARIES)
ce3c775b 103am__DEPENDENCIES_1 =
90c0a373
AM
104am__objects_1 = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
105 cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo \
106 opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo \
107 linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo \
c067354b
NC
108 stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo \
109 verilog.lo
21e40a48 110am_libbfd_la_OBJECTS = $(am__objects_1)
90c0a373 111libbfd_la_OBJECTS = $(am_libbfd_la_OBJECTS)
81ecdfbb
RW
112libbfd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
113 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
114 $(libbfd_la_LDFLAGS) $(LDFLAGS) -o $@
14ec8efd
RW
115@INSTALL_LIBBFD_FALSE@am_libbfd_la_rpath =
116@INSTALL_LIBBFD_TRUE@am_libbfd_la_rpath = -rpath $(bfdlibdir)
81ecdfbb 117DEFAULT_INCLUDES = -I.@am__isrc@
95b40122
RW
118depcomp = $(SHELL) $(top_srcdir)/../depcomp
119am__depfiles_maybe = depfiles
120am__mv = mv -f
90c0a373
AM
121COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
122 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81ecdfbb
RW
123LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
124 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
125 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90c0a373 126CCLD = $(CC)
81ecdfbb
RW
127LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
128 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
129 $(LDFLAGS) -o $@
95b40122
RW
130SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES) \
131 $(EXTRA_libbfd_la_SOURCES)
90c0a373
AM
132RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
133 html-recursive info-recursive install-data-recursive \
81ecdfbb
RW
134 install-dvi-recursive install-exec-recursive \
135 install-html-recursive install-info-recursive \
136 install-pdf-recursive install-ps-recursive install-recursive \
137 installcheck-recursive installdirs-recursive pdf-recursive \
138 ps-recursive uninstall-recursive
14ec8efd
RW
139am__bfdinclude_HEADERS_DIST = bfd.h $(INCDIR)/ansidecl.h \
140 $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
141HEADERS = $(bfdinclude_HEADERS)
81ecdfbb
RW
142RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
143 distclean-recursive maintainer-clean-recursive
144AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
145 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
90c0a373
AM
146ETAGS = etags
147CTAGS = ctags
148DIST_SUBDIRS = $(SUBDIRS)
149ACLOCAL = @ACLOCAL@
90c0a373 150AMTAR = @AMTAR@
252b5132 151AR = @AR@
90c0a373
AM
152AUTOCONF = @AUTOCONF@
153AUTOHEADER = @AUTOHEADER@
154AUTOMAKE = @AUTOMAKE@
155AWK = @AWK@
a351bca6 156BFD_HOSTPTR_T = @BFD_HOSTPTR_T@
252b5132 157BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
a351bca6 158BFD_HOST_64BIT_LONG_LONG = @BFD_HOST_64BIT_LONG_LONG@
252b5132
RH
159BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
160BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
161BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
162CATALOGS = @CATALOGS@
163CATOBJEXT = @CATOBJEXT@
164CC = @CC@
90c0a373 165CCDEPMODE = @CCDEPMODE@
252b5132 166CC_FOR_BUILD = @CC_FOR_BUILD@
90c0a373 167CFLAGS = @CFLAGS@
252b5132
RH
168COREFILE = @COREFILE@
169COREFLAG = @COREFLAG@
5464f5a1 170CPP = @CPP@
90c0a373
AM
171CPPFLAGS = @CPPFLAGS@
172CYGPATH_W = @CYGPATH_W@
252b5132 173DATADIRNAME = @DATADIRNAME@
0d4a1476 174DEBUGDIR = @DEBUGDIR@
90c0a373
AM
175DEFS = @DEFS@
176DEPDIR = @DEPDIR@
718a6fd8 177DSYMUTIL = @DSYMUTIL@
d7040cdb 178DUMPBIN = @DUMPBIN@
90c0a373
AM
179ECHO_C = @ECHO_C@
180ECHO_N = @ECHO_N@
181ECHO_T = @ECHO_T@
182EGREP = @EGREP@
252b5132
RH
183EXEEXT = @EXEEXT@
184EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
d7040cdb 185FGREP = @FGREP@
20e95c23 186GENCAT = @GENCAT@
252b5132 187GMSGFMT = @GMSGFMT@
d7040cdb 188GREP = @GREP@
252b5132 189HDEFINES = @HDEFINES@
20e95c23 190INCINTL = @INCINTL@
81ecdfbb 191INSTALL = @INSTALL@
90c0a373 192INSTALL_DATA = @INSTALL_DATA@
90c0a373
AM
193INSTALL_PROGRAM = @INSTALL_PROGRAM@
194INSTALL_SCRIPT = @INSTALL_SCRIPT@
195INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 196INSTOBJEXT = @INSTOBJEXT@
d7040cdb 197LD = @LD@
90c0a373 198LDFLAGS = @LDFLAGS@
20e95c23
DJ
199LIBINTL = @LIBINTL@
200LIBINTL_DEP = @LIBINTL_DEP@
8d25cc3d 201LIBM = @LIBM@
90c0a373
AM
202LIBOBJS = @LIBOBJS@
203LIBS = @LIBS@
252b5132 204LIBTOOL = @LIBTOOL@
718a6fd8 205LIPO = @LIPO@
252b5132 206LN_S = @LN_S@
90c0a373 207LTLIBOBJS = @LTLIBOBJS@
252b5132
RH
208MAINT = @MAINT@
209MAKEINFO = @MAKEINFO@
81ecdfbb 210MKDIR_P = @MKDIR_P@
252b5132
RH
211MKINSTALLDIRS = @MKINSTALLDIRS@
212MSGFMT = @MSGFMT@
20e95c23 213MSGMERGE = @MSGMERGE@
d7040cdb 214NM = @NM@
718a6fd8 215NMEDIT = @NMEDIT@
9e9b66a9 216NO_WERROR = @NO_WERROR@
718a6fd8 217OBJDUMP = @OBJDUMP@
7a6cc5fb 218OBJEXT = @OBJEXT@
718a6fd8
SE
219OTOOL = @OTOOL@
220OTOOL64 = @OTOOL64@
252b5132 221PACKAGE = @PACKAGE@
90c0a373
AM
222PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
223PACKAGE_NAME = @PACKAGE_NAME@
224PACKAGE_STRING = @PACKAGE_STRING@
225PACKAGE_TARNAME = @PACKAGE_TARNAME@
81ecdfbb 226PACKAGE_URL = @PACKAGE_URL@
90c0a373
AM
227PACKAGE_VERSION = @PACKAGE_VERSION@
228PATH_SEPARATOR = @PATH_SEPARATOR@
92f01d61 229PKGVERSION = @PKGVERSION@
252b5132
RH
230POSUB = @POSUB@
231RANLIB = @RANLIB@
c428fa83
L
232REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
233REPORT_BUGS_TO = @REPORT_BUGS_TO@
d7040cdb 234SED = @SED@
90c0a373 235SET_MAKE = @SET_MAKE@
29670fb9
AM
236SHARED_LDFLAGS = @SHARED_LDFLAGS@
237SHARED_LIBADD = @SHARED_LIBADD@
90c0a373 238SHELL = @SHELL@
7a6cc5fb 239STRIP = @STRIP@
252b5132 240TDEFINES = @TDEFINES@
252b5132
RH
241USE_NLS = @USE_NLS@
242VERSION = @VERSION@
90c0a373 243WARN_CFLAGS = @WARN_CFLAGS@
90c0a373 244XGETTEXT = @XGETTEXT@
81ecdfbb
RW
245abs_builddir = @abs_builddir@
246abs_srcdir = @abs_srcdir@
247abs_top_builddir = @abs_top_builddir@
248abs_top_srcdir = @abs_top_srcdir@
90c0a373 249ac_ct_CC = @ac_ct_CC@
d7040cdb 250ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
252b5132 251all_backends = @all_backends@
90c0a373
AM
252am__include = @am__include@
253am__leading_dot = @am__leading_dot@
254am__quote = @am__quote@
255am__tar = @am__tar@
256am__untar = @am__untar@
21e40a48 257bfd64_libs = @bfd64_libs@
252b5132 258bfd_backends = @bfd_backends@
5bd4f169 259bfd_default_target_size = @bfd_default_target_size@
05864e2a 260bfd_file_ptr = @bfd_file_ptr@
252b5132 261bfd_machines = @bfd_machines@
05864e2a 262bfd_ufile_ptr = @bfd_ufile_ptr@
573e8a1c
RW
263@INSTALL_LIBBFD_FALSE@bfdincludedir =
264@INSTALL_LIBBFD_TRUE@bfdincludedir = @bfdincludedir@
265# Empty these so that the respective installation directories will not be created.
266@INSTALL_LIBBFD_FALSE@bfdlibdir =
267@INSTALL_LIBBFD_TRUE@bfdlibdir = @bfdlibdir@
90c0a373
AM
268bindir = @bindir@
269build = @build@
270build_alias = @build_alias@
271build_cpu = @build_cpu@
272build_os = @build_os@
273build_vendor = @build_vendor@
81ecdfbb 274builddir = @builddir@
90c0a373 275datadir = @datadir@
108a6f8e
CD
276datarootdir = @datarootdir@
277docdir = @docdir@
81ecdfbb 278dvidir = @dvidir@
90c0a373 279exec_prefix = @exec_prefix@
7256a114 280havevecs = @havevecs@
90c0a373
AM
281host = @host@
282host_alias = @host_alias@
283host_cpu = @host_cpu@
5464f5a1 284host_noncanonical = @host_noncanonical@
90c0a373
AM
285host_os = @host_os@
286host_vendor = @host_vendor@
108a6f8e 287htmldir = @htmldir@
90c0a373
AM
288includedir = @includedir@
289infodir = @infodir@
290install_sh = @install_sh@
90c0a373
AM
291libdir = @libdir@
292libexecdir = @libexecdir@
81ecdfbb 293localedir = @localedir@
90c0a373
AM
294localstatedir = @localstatedir@
295mandir = @mandir@
296mkdir_p = @mkdir_p@
297oldincludedir = @oldincludedir@
31dd3154 298pdfdir = @pdfdir@
90c0a373
AM
299prefix = @prefix@
300program_transform_name = @program_transform_name@
81ecdfbb 301psdir = @psdir@
90c0a373
AM
302sbindir = @sbindir@
303sharedstatedir = @sharedstatedir@
81ecdfbb 304srcdir = @srcdir@
ce3c775b 305supports_plugins = @supports_plugins@
90c0a373
AM
306sysconfdir = @sysconfdir@
307target = @target@
308target_alias = @target_alias@
309target_cpu = @target_cpu@
5464f5a1 310target_noncanonical = @target_noncanonical@
90c0a373
AM
311target_os = @target_os@
312target_vendor = @target_vendor@
252b5132 313tdefaults = @tdefaults@
81ecdfbb
RW
314top_build_prefix = @top_build_prefix@
315top_builddir = @top_builddir@
316top_srcdir = @top_srcdir@
252b5132 317wordsize = @wordsize@
95b40122 318AUTOMAKE_OPTIONS = 1.11 no-dist foreign
79887925 319ACLOCAL_AMFLAGS = -I . -I .. -I ../config
252b5132 320
bc286f95
BE
321# Uncomment the following line when doing a release.
322# RELEASE=y
252b5132
RH
323INCDIR = $(srcdir)/../include
324CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
252b5132 325SUBDIRS = doc po
108a6f8e 326bfddocdir = doc
14ec8efd
RW
327libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \
328 @SHARED_LDFLAGS@ $(am__empty)
329@INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libbfd.la
330@INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
573e8a1c 331@INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
14ec8efd 332@INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
a2d91340 333AM_CFLAGS = $(WARN_CFLAGS)
ce3c775b
NC
334AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
335@PLUGINS_TRUE@LIBDL = -ldl
a2d91340 336
252b5132
RH
337# bfd.h goes here, for now
338BFD_H = bfd.h
339
340# Jim Kingdon notes:
341# Writing S-records should be included in all (or at least most)
342# *-*-coff, *-*-aout, etc., configurations, because people will want to
343# be able to use objcopy to create S-records. (S-records are not useful
344# for the debugger, so if you are downloading things as S-records you
345# need two copies of the executable, one to download and one for the
346# debugger).
90c0a373
AM
347BFD32_LIBS = \
348 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
349 cache.lo coffgen.lo corefile.lo \
350 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
351 section.lo syms.lo targets.lo hash.lo linker.lo \
352 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
c067354b 353 merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
252b5132 354
2858ef35 355BFD64_LIBS = archive64.lo
90c0a373
AM
356BFD32_LIBS_CFILES = \
357 archive.c archures.c bfd.c bfdio.c bfdwin.c \
358 cache.c coffgen.c corefile.c \
359 format.c init.c libbfd.c opncls.c reloc.c \
360 section.c syms.c targets.c hash.c linker.c \
361 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
c067354b 362 merge.c dwarf2.c simple.c compress.c verilog.c
252b5132 363
2858ef35
HPN
364BFD64_LIBS_CFILES = archive64.c
365
252b5132
RH
366# This list is alphabetized to make it easier to keep in sync
367# with the decls and initializer in archures.c.
90c0a373 368ALL_MACHINES = \
90c0a373
AM
369 cpu-alpha.lo \
370 cpu-arc.lo \
371 cpu-arm.lo \
372 cpu-avr.lo \
0f64bb02 373 cpu-bfin.lo \
3d3d428f 374 cpu-cr16.lo \
90c0a373
AM
375 cpu-cr16c.lo \
376 cpu-cris.lo \
377 cpu-crx.lo \
378 cpu-d10v.lo \
379 cpu-d30v.lo \
380 cpu-dlx.lo \
381 cpu-fr30.lo \
382 cpu-frv.lo \
383 cpu-h8300.lo \
384 cpu-h8500.lo \
385 cpu-hppa.lo \
90c0a373
AM
386 cpu-i370.lo \
387 cpu-i386.lo \
8a9036a4 388 cpu-l1om.lo \
90c0a373
AM
389 cpu-i860.lo \
390 cpu-i960.lo \
ce3c775b 391 cpu-ia64.lo \
90c0a373
AM
392 cpu-ip2k.lo \
393 cpu-iq2000.lo \
84e94c90 394 cpu-lm32.lo \
ce3c775b
NC
395 cpu-m10200.lo \
396 cpu-m10300.lo \
49f58d10 397 cpu-m32c.lo \
90c0a373
AM
398 cpu-m32r.lo \
399 cpu-m68hc11.lo \
400 cpu-m68hc12.lo \
401 cpu-m68k.lo \
402 cpu-m88k.lo \
7499d566 403 cpu-maxq.lo \
90c0a373 404 cpu-mcore.lo \
d9352518 405 cpu-mep.lo \
7ba29e2a 406 cpu-microblaze.lo \
90c0a373
AM
407 cpu-mips.lo \
408 cpu-mmix.lo \
ce3c775b 409 cpu-moxie.lo \
90c0a373 410 cpu-msp430.lo \
ce3c775b 411 cpu-mt.lo \
90c0a373
AM
412 cpu-ns32k.lo \
413 cpu-openrisc.lo \
ce3c775b 414 cpu-or32.lo \
90c0a373
AM
415 cpu-pdp11.lo \
416 cpu-pj.lo \
ce3c775b 417 cpu-plugin.lo \
90c0a373
AM
418 cpu-powerpc.lo \
419 cpu-rs6000.lo \
c7927a3c 420 cpu-rx.lo \
90c0a373 421 cpu-s390.lo \
1c0d3aa6 422 cpu-score.lo \
90c0a373
AM
423 cpu-sh.lo \
424 cpu-sparc.lo \
e9f53129 425 cpu-spu.lo \
90c0a373
AM
426 cpu-tic30.lo \
427 cpu-tic4x.lo \
428 cpu-tic54x.lo \
40b36596 429 cpu-tic6x.lo \
90c0a373
AM
430 cpu-tic80.lo \
431 cpu-v850.lo \
432 cpu-vax.lo \
90c0a373 433 cpu-w65.lo \
ce3c775b
NC
434 cpu-we32k.lo \
435 cpu-xc16x.lo \
90c0a373
AM
436 cpu-xstormy16.lo \
437 cpu-xtensa.lo \
3c9b82ba 438 cpu-z80.lo \
90c0a373
AM
439 cpu-z8k.lo
440
441ALL_MACHINES_CFILES = \
90c0a373
AM
442 cpu-alpha.c \
443 cpu-arc.c \
444 cpu-arm.c \
445 cpu-avr.c \
0f64bb02 446 cpu-bfin.c \
3d3d428f 447 cpu-cr16.c \
90c0a373 448 cpu-cr16c.c \
ce3c775b 449 cpu-cris.c \
90c0a373
AM
450 cpu-crx.c \
451 cpu-d10v.c \
452 cpu-d30v.c \
453 cpu-dlx.c \
454 cpu-fr30.c \
455 cpu-frv.c \
456 cpu-h8300.c \
457 cpu-h8500.c \
458 cpu-hppa.c \
90c0a373
AM
459 cpu-i370.c \
460 cpu-i386.c \
8a9036a4 461 cpu-l1om.c \
90c0a373
AM
462 cpu-i860.c \
463 cpu-i960.c \
ce3c775b 464 cpu-ia64.c \
90c0a373
AM
465 cpu-ip2k.c \
466 cpu-iq2000.c \
84e94c90 467 cpu-lm32.c \
ce3c775b
NC
468 cpu-m10200.c \
469 cpu-m10300.c \
49f58d10 470 cpu-m32c.c \
90c0a373
AM
471 cpu-m32r.c \
472 cpu-m68hc11.c \
473 cpu-m68hc12.c \
474 cpu-m68k.c \
475 cpu-m88k.c \
0306b3bf 476 cpu-maxq.c \
90c0a373 477 cpu-mcore.c \
d9352518 478 cpu-mep.c \
7ba29e2a 479 cpu-microblaze.c \
90c0a373
AM
480 cpu-mips.c \
481 cpu-mmix.c \
ce3c775b 482 cpu-moxie.c \
90c0a373 483 cpu-msp430.c \
ce3c775b 484 cpu-mt.c \
90c0a373
AM
485 cpu-ns32k.c \
486 cpu-openrisc.c \
ce3c775b 487 cpu-or32.c \
90c0a373
AM
488 cpu-pdp11.c \
489 cpu-pj.c \
ce3c775b 490 cpu-plugin.c \
90c0a373
AM
491 cpu-powerpc.c \
492 cpu-rs6000.c \
c7927a3c 493 cpu-rx.c \
90c0a373 494 cpu-s390.c \
1c0d3aa6 495 cpu-score.c \
90c0a373
AM
496 cpu-sh.c \
497 cpu-sparc.c \
e9f53129 498 cpu-spu.c \
90c0a373
AM
499 cpu-tic30.c \
500 cpu-tic4x.c \
501 cpu-tic54x.c \
40b36596 502 cpu-tic6x.c \
90c0a373
AM
503 cpu-tic80.c \
504 cpu-v850.c \
505 cpu-vax.c \
90c0a373 506 cpu-w65.c \
ce3c775b
NC
507 cpu-we32k.c \
508 cpu-xc16x.c \
90c0a373
AM
509 cpu-xstormy16.c \
510 cpu-xtensa.c \
3c9b82ba 511 cpu-z80.c \
90c0a373 512 cpu-z8k.c
252b5132
RH
513
514
515# The .o files needed by all of the 32 bit vectors that are configured into
516# target_vector in targets.c if configured with --enable-targets=all.
90c0a373
AM
517BFD32_BACKENDS = \
518 aout-adobe.lo \
519 aout-arm.lo \
520 aout-cris.lo \
521 aout-ns32k.lo \
522 aout-sparcle.lo \
523 aout-tic30.lo \
524 aout0.lo \
525 aout32.lo \
526 armnetbsd.lo \
527 bout.lo \
528 cf-i386lynx.lo \
90c0a373 529 cf-sparclynx.lo \
90c0a373
AM
530 coff-apollo.lo \
531 coff-arm.lo \
532 coff-aux.lo \
ce3c775b 533 coff-go32.lo \
90c0a373
AM
534 coff-h8300.lo \
535 coff-h8500.lo \
536 coff-i386.lo \
90c0a373
AM
537 coff-i860.lo \
538 coff-i960.lo \
539 coff-m68k.lo \
540 coff-m88k.lo \
7499d566 541 coff-maxq.lo \
90c0a373
AM
542 coff-mips.lo \
543 coff-or32.lo \
544 coff-rs6000.lo \
545 coff-sh.lo \
546 coff-sparc.lo \
547 coff-stgo32.lo \
548 coff-svm68k.lo \
549 coff-tic30.lo \
550 coff-tic4x.lo \
551 coff-tic54x.lo \
552 coff-tic80.lo \
553 coff-u68k.lo \
90c0a373 554 coff-w65.lo \
ce3c775b 555 coff-we32k.lo \
3c9b82ba 556 coff-z80.lo \
90c0a373
AM
557 coff-z8k.lo \
558 cofflink.lo \
559 dwarf1.lo \
560 ecoff.lo \
561 ecofflink.lo \
ce3c775b
NC
562 elf-attrs.lo \
563 elf-eh-frame.lo \
6de2ae4a 564 elf-ifunc.lo \
ce3c775b
NC
565 elf-m10200.lo \
566 elf-m10300.lo \
567 elf-strtab.lo \
568 elf-vxworks.lo \
90c0a373
AM
569 elf.lo \
570 elf32-am33lin.lo \
571 elf32-arc.lo \
7f266840 572 elf32-arm.lo \
90c0a373 573 elf32-avr.lo \
0f64bb02 574 elf32-bfin.lo \
3d3d428f 575 elf32-cr16.lo \
90c0a373
AM
576 elf32-cr16c.lo \
577 elf32-cris.lo \
578 elf32-crx.lo \
579 elf32-d10v.lo \
580 elf32-d30v.lo \
581 elf32-dlx.lo \
582 elf32-fr30.lo \
583 elf32-frv.lo \
584 elf32-gen.lo \
585 elf32-h8300.lo \
586 elf32-hppa.lo \
587 elf32-i370.lo \
588 elf32-i386.lo \
589 elf32-i860.lo \
590 elf32-i960.lo \
90c0a373
AM
591 elf32-ip2k.lo \
592 elf32-iq2000.lo \
84e94c90 593 elf32-lm32.lo \
49f58d10 594 elf32-m32c.lo \
90c0a373
AM
595 elf32-m32r.lo \
596 elf32-m68hc11.lo \
597 elf32-m68hc12.lo \
598 elf32-m68hc1x.lo \
599 elf32-m68k.lo \
600 elf32-m88k.lo \
90c0a373 601 elf32-mcore.lo \
d9352518 602 elf32-mep.lo \
7ba29e2a 603 elf32-microblaze.lo \
90c0a373 604 elf32-mips.lo \
ce3c775b 605 elf32-moxie.lo \
90c0a373 606 elf32-msp430.lo \
ce3c775b 607 elf32-mt.lo \
90c0a373
AM
608 elf32-openrisc.lo \
609 elf32-or32.lo \
610 elf32-pj.lo \
611 elf32-ppc.lo \
c7927a3c 612 elf32-rx.lo \
90c0a373 613 elf32-s390.lo \
90c0a373 614 elf32-sh-symbian.lo \
ce3c775b 615 elf32-sh.lo \
90c0a373 616 elf32-sh64-com.lo \
ce3c775b 617 elf32-sh64.lo \
90c0a373 618 elf32-sparc.lo \
e9f53129 619 elf32-spu.lo \
40b36596 620 elf32-tic6x.lo \
90c0a373
AM
621 elf32-v850.lo \
622 elf32-vax.lo \
ce3c775b 623 elf32-xc16x.lo \
90c0a373
AM
624 elf32-xstormy16.lo \
625 elf32-xtensa.lo \
626 elf32.lo \
627 elflink.lo \
ce3c775b
NC
628 elfxx-mips.lo \
629 elfxx-sparc.lo \
90c0a373
AM
630 epoc-pe-arm.lo \
631 epoc-pei-arm.lo \
632 hp300bsd.lo \
633 hp300hpux.lo \
90c0a373
AM
634 i386aout.lo \
635 i386bsd.lo \
636 i386dynix.lo \
637 i386freebsd.lo \
638 i386linux.lo \
639 i386lynx.lo \
ce3c775b 640 i386mach3.lo \
90c0a373
AM
641 i386msdos.lo \
642 i386netbsd.lo \
90c0a373
AM
643 i386os9k.lo \
644 ieee.lo \
645 m68k4knetbsd.lo \
646 m68klinux.lo \
90c0a373
AM
647 m68knetbsd.lo \
648 m88kmach3.lo \
649 m88kopenbsd.lo \
650 mach-o.lo \
9e93c730 651 mach-o-i386.lo \
90c0a373
AM
652 mipsbsd.lo \
653 newsos3.lo \
654 nlm.lo \
655 nlm32-i386.lo \
90c0a373 656 nlm32-ppc.lo \
ce3c775b 657 nlm32-sparc.lo \
90c0a373
AM
658 nlm32.lo \
659 ns32knetbsd.lo \
660 oasys.lo \
661 pc532-mach.lo \
662 pdp11.lo \
7148cc28 663 pe-arm-wince.lo \
ce3c775b 664 pe-arm.lo \
90c0a373 665 pe-i386.lo \
90c0a373 666 pe-mcore.lo \
ce3c775b 667 pe-mips.lo \
90c0a373 668 pe-ppc.lo \
90c0a373 669 pe-sh.lo \
ce3c775b
NC
670 pef.lo \
671 pei-arm-wince.lo \
672 pei-arm.lo \
673 pei-i386.lo \
674 pei-mcore.lo \
90c0a373 675 pei-mips.lo \
ce3c775b
NC
676 pei-ppc.lo \
677 pei-sh.lo \
90c0a373 678 peigen.lo \
ce3c775b 679 plugin.lo \
90c0a373
AM
680 ppcboot.lo \
681 reloc16.lo \
682 riscix.lo \
ce3c775b 683 som.lo \
90c0a373
AM
684 sparclinux.lo \
685 sparclynx.lo \
686 sparcnetbsd.lo \
687 sunos.lo \
90c0a373
AM
688 vax1knetbsd.lo \
689 vaxbsd.lo \
ce3c775b 690 vaxnetbsd.lo \
90c0a373 691 versados.lo \
95e34ef7 692 vms-lib.lo \
6540b386 693 vms-misc.lo \
90c0a373
AM
694 xcofflink.lo \
695 xsym.lo \
696 xtensa-isa.lo \
697 xtensa-modules.lo
698
699BFD32_BACKENDS_CFILES = \
700 aout-adobe.c \
701 aout-arm.c \
702 aout-cris.c \
703 aout-ns32k.c \
704 aout-sparcle.c \
705 aout-tic30.c \
706 aout0.c \
707 aout32.c \
708 armnetbsd.c \
709 bout.c \
710 cf-i386lynx.c \
90c0a373 711 cf-sparclynx.c \
90c0a373
AM
712 coff-apollo.c \
713 coff-arm.c \
714 coff-aux.c \
ce3c775b 715 coff-go32.c \
90c0a373
AM
716 coff-h8300.c \
717 coff-h8500.c \
718 coff-i386.c \
719 coff-i860.c \
90c0a373
AM
720 coff-i960.c \
721 coff-m68k.c \
722 coff-m88k.c \
7499d566 723 coff-maxq.c \
90c0a373
AM
724 coff-mips.c \
725 coff-or32.c \
726 coff-rs6000.c \
727 coff-sh.c \
728 coff-sparc.c \
729 coff-stgo32.c \
730 coff-svm68k.c \
731 coff-tic30.c \
732 coff-tic4x.c \
733 coff-tic54x.c \
734 coff-tic80.c \
735 coff-u68k.c \
90c0a373 736 coff-w65.c \
ce3c775b 737 coff-we32k.c \
3c9b82ba 738 coff-z80.c \
90c0a373
AM
739 coff-z8k.c \
740 cofflink.c \
741 dwarf1.c \
742 ecoff.c \
743 ecofflink.c \
ce3c775b
NC
744 elf-attrs.c \
745 elf-eh-frame.c \
6de2ae4a 746 elf-ifunc.c \
ce3c775b
NC
747 elf-m10200.c \
748 elf-m10300.c \
749 elf-strtab.c \
750 elf-vxworks.c \
90c0a373
AM
751 elf.c \
752 elf32-am33lin.c \
753 elf32-arc.c \
7f266840 754 elf32-arm.c \
90c0a373 755 elf32-avr.c \
0f64bb02 756 elf32-bfin.c \
3d3d428f 757 elf32-cr16.c \
90c0a373
AM
758 elf32-cr16c.c \
759 elf32-cris.c \
760 elf32-crx.c \
761 elf32-d10v.c \
762 elf32-d30v.c \
763 elf32-dlx.c \
764 elf32-fr30.c \
765 elf32-frv.c \
766 elf32-gen.c \
767 elf32-h8300.c \
768 elf32-hppa.c \
769 elf32-i370.c \
770 elf32-i386.c \
771 elf32-i860.c \
772 elf32-i960.c \
773 elf32-ip2k.c \
774 elf32-iq2000.c \
84e94c90 775 elf32-lm32.c \
49f58d10 776 elf32-m32c.c \
90c0a373 777 elf32-m32r.c \
90c0a373
AM
778 elf32-m68hc11.c \
779 elf32-m68hc12.c \
780 elf32-m68hc1x.c \
ce3c775b 781 elf32-m68k.c \
90c0a373 782 elf32-m88k.c \
90c0a373 783 elf32-mcore.c \
d9352518 784 elf32-mep.c \
7ba29e2a 785 elf32-microblaze.c \
90c0a373 786 elf32-mips.c \
ce3c775b 787 elf32-moxie.c \
90c0a373 788 elf32-msp430.c \
ce3c775b 789 elf32-mt.c \
90c0a373
AM
790 elf32-openrisc.c \
791 elf32-or32.c \
792 elf32-pj.c \
793 elf32-ppc.c \
c7927a3c 794 elf32-rx.c \
90c0a373 795 elf32-s390.c \
90c0a373 796 elf32-sh-symbian.c \
ce3c775b
NC
797 elf32-sh.c \
798 elf32-sh64-com.c \
799 elf32-sh64.c \
90c0a373 800 elf32-sparc.c \
e9f53129 801 elf32-spu.c \
40b36596 802 elf32-tic6x.c \
90c0a373
AM
803 elf32-v850.c \
804 elf32-vax.c \
ce3c775b 805 elf32-xc16x.c \
90c0a373
AM
806 elf32-xstormy16.c \
807 elf32-xtensa.c \
808 elf32.c \
809 elflink.c \
ce3c775b
NC
810 elfxx-mips.c \
811 elfxx-sparc.c \
90c0a373
AM
812 epoc-pe-arm.c \
813 epoc-pei-arm.c \
814 hp300bsd.c \
815 hp300hpux.c \
90c0a373
AM
816 i386aout.c \
817 i386bsd.c \
818 i386dynix.c \
819 i386freebsd.c \
820 i386linux.c \
821 i386lynx.c \
ce3c775b 822 i386mach3.c \
90c0a373
AM
823 i386msdos.c \
824 i386netbsd.c \
90c0a373
AM
825 i386os9k.c \
826 ieee.c \
827 m68k4knetbsd.c \
828 m68klinux.c \
90c0a373
AM
829 m68knetbsd.c \
830 m88kmach3.c \
831 m88kopenbsd.c \
832 mach-o.c \
9e93c730 833 mach-o-i386.c \
90c0a373
AM
834 mipsbsd.c \
835 newsos3.c \
836 nlm.c \
837 nlm32-i386.c \
90c0a373 838 nlm32-ppc.c \
ce3c775b 839 nlm32-sparc.c \
90c0a373
AM
840 nlm32.c \
841 ns32knetbsd.c \
842 oasys.c \
843 pc532-mach.c \
844 pdp11.c \
7148cc28 845 pe-arm-wince.c \
ce3c775b 846 pe-arm.c \
90c0a373 847 pe-i386.c \
90c0a373 848 pe-mcore.c \
ce3c775b 849 pe-mips.c \
90c0a373 850 pe-ppc.c \
90c0a373 851 pe-sh.c \
ce3c775b
NC
852 pef.c \
853 pei-arm-wince.c \
854 pei-arm.c \
855 pei-i386.c \
856 pei-mcore.c \
90c0a373 857 pei-mips.c \
ce3c775b
NC
858 pei-ppc.c \
859 pei-sh.c \
860 plugin.c \
90c0a373
AM
861 ppcboot.c \
862 reloc16.c \
863 riscix.c \
ce3c775b 864 som.c \
90c0a373
AM
865 sparclinux.c \
866 sparclynx.c \
867 sparcnetbsd.c \
868 sunos.c \
90c0a373
AM
869 vax1knetbsd.c \
870 vaxbsd.c \
ce3c775b 871 vaxnetbsd.c \
90c0a373 872 versados.c \
4b544b64 873 vms-lib.c \
90c0a373 874 vms-misc.c \
90c0a373
AM
875 xcofflink.c \
876 xsym.c \
877 xtensa-isa.c \
878 xtensa-modules.c
252b5132 879
6768c14a 880
252b5132
RH
881# The .o files needed by all of the 64 bit vectors that are configured into
882# target_vector in targets.c if configured with --enable-targets=all
883# and --enable-64-bit-bfd.
074d327a
NC
884# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
885# BFD32_BACKENDS.
90c0a373
AM
886BFD64_BACKENDS = \
887 aix5ppc-core.lo \
888 aout64.lo \
889 coff-alpha.lo \
ce3c775b 890 coff-x86_64.lo \
90c0a373
AM
891 coff64-rs6000.lo \
892 demo64.lo \
ce3c775b
NC
893 elf32-ia64.lo \
894 elf32-score.lo \
895 elf32-score7.lo \
90c0a373 896 elf64-alpha.lo \
ce3c775b 897 elf64-gen.lo \
90c0a373
AM
898 elf64-hppa.lo \
899 elf64-ia64.lo \
90c0a373
AM
900 elf64-mips.lo \
901 elf64-mmix.lo \
90c0a373
AM
902 elf64-ppc.lo \
903 elf64-s390.lo \
ce3c775b 904 elf64-sh64.lo \
90c0a373 905 elf64-sparc.lo \
ce3c775b 906 elf64-x86-64.lo \
90c0a373 907 elf64.lo \
ce3c775b 908 elfn32-mips.lo \
618b7301 909 mach-o-x86-64.lo \
90c0a373
AM
910 mmo.lo \
911 nlm32-alpha.lo \
912 nlm64.lo \
99ad8390 913 pe-x86_64.lo \
ce3c775b 914 pei-ia64.lo \
99ad8390
NC
915 pei-x86_64.lo \
916 pepigen.lo \
24df9a51
TG
917 pex64igen.lo \
918 vms-alpha.lo
90c0a373
AM
919
920BFD64_BACKENDS_CFILES = \
921 aix5ppc-core.c \
922 aout64.c \
923 coff-alpha.c \
ce3c775b 924 coff-x86_64.c \
90c0a373
AM
925 coff64-rs6000.c \
926 demo64.c \
ce3c775b
NC
927 elf32-score.c \
928 elf32-score7.c \
90c0a373 929 elf64-alpha.c \
90c0a373 930 elf64-gen.c \
ce3c775b 931 elf64-hppa.c \
90c0a373
AM
932 elf64-mips.c \
933 elf64-mmix.c \
934 elf64-ppc.c \
935 elf64-s390.c \
936 elf64-sh64.c \
937 elf64-sparc.c \
ce3c775b 938 elf64-x86-64.c \
90c0a373 939 elf64.c \
ce3c775b 940 elfn32-mips.c \
618b7301 941 mach-o-x86-64.c \
90c0a373
AM
942 mmo.c \
943 nlm32-alpha.c \
99ad8390 944 nlm64.c \
99ad8390 945 pe-x86_64.c \
ce3c775b 946 pei-ia64.c \
24df9a51
TG
947 pei-x86_64.c \
948 vms-alpha.c
90c0a373
AM
949
950OPTIONAL_BACKENDS = \
951 aix386-core.lo \
ce3c775b 952 cisco-core.lo \
90c0a373
AM
953 hpux-core.lo \
954 irix-core.lo \
955 lynx-core.lo \
956 osf-core.lo \
957 sco5-core.lo \
ce3c775b 958 trad-core.lo
90c0a373
AM
959
960OPTIONAL_BACKENDS_CFILES = \
961 aix386-core.c \
ce3c775b 962 cisco-core.c \
90c0a373
AM
963 hpux-core.c \
964 irix-core.c \
965 lynx-core.c \
966 osf-core.c \
967 sco5-core.c \
ce3c775b 968 trad-core.c
252b5132
RH
969
970
3f85e526
L
971# We want to rerun configure if configure.in, config.bfd or
972# configure.host change. configure.in is needed since the version
973# number in Makefile comes from configure.in.
974CONFIG_STATUS_DEPENDENCIES = \
975 $(srcdir)/configure.in \
976 $(srcdir)/config.bfd \
977 $(srcdir)/configure.host
978
979
252b5132
RH
980# These are defined by configure.in:
981WORDSIZE = @wordsize@
982ALL_BACKENDS = @all_backends@
983BFD_BACKENDS = @bfd_backends@
984BFD_MACHINES = @bfd_machines@
985TDEFAULTS = @tdefaults@
7256a114
TG
986HAVEVECS = @havevecs@
987INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
988 $(HAVEVECS) @INCINTL@
989
252b5132
RH
990
991# C source files that correspond to .o's.
90c0a373
AM
992SOURCE_CFILES = \
993 $(BFD32_LIBS_CFILES) \
994 $(BFD64_LIBS_CFILES) \
995 $(ALL_MACHINES_CFILES) \
996 $(BFD32_BACKENDS_CFILES) \
997 $(BFD64_BACKENDS_CFILES) \
998 $(OPTIONAL_BACKENDS_CFILES)
252b5132 999
90c0a373 1000BUILD_CFILES = \
99ad8390 1001 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
27b7e12d 1002
55c80943 1003CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
90c0a373 1004SOURCE_HFILES = \
709d67f1
AM
1005 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
1006 elf-bfd.h elf-hppa.h elf32-hppa.h \
90c0a373
AM
1007 elf64-hppa.h elfcode.h elfcore.h \
1008 freebsd.h genlink.h go32stub.h \
1009 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
1010 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
1011 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
1012 pef.h pef-traceback.h peicode.h som.h version.h \
1013 vms.h xcoff-target.h xsym.h
1014
1015BUILD_HFILES = \
5eda1c47 1016 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
252b5132 1017
95b40122
RW
1018
1019# Ensure they are built early:
1020BUILT_SOURCES = $(BUILD_HFILES)
55c80943 1021HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
55c80943
NC
1022SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
1023BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132
RH
1024
1025# Various kinds of .o files to put in libbfd.a:
1026# BFD_BACKENDS Routines the configured targets need.
1027# BFD_MACHINES Architecture-specific routines the configured targets need.
1028# COREFILE Core file routines for a native configuration
21e40a48
L
1029# bfd64_libs Routines for 64bit support
1030OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
1031
1032# Since BFD64_LIBS is optional and we can't have substitution in
1033# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
95b40122
RW
1034# However, list all sources in EXTRA_libbfd_la_SOURCES so the
1035# dependency tracking fragments are picked up in the Makefile.
21e40a48 1036libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
95b40122 1037EXTRA_libbfd_la_SOURCES = $(CFILES)
252b5132 1038libbfd_la_DEPENDENCIES = $(OFILES) ofiles
ce3c775b 1039libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
252b5132
RH
1040
1041# libtool will build .libs/libbfd.a. We create libbfd.a in the build
1042# directory so that we don't have to convert all the programs that use
1043# libbfd.a simultaneously. This is a hack which should be removed if
1044# everything else starts using libtool. FIXME.
252b5132
RH
1045noinst_LIBRARIES = libbfd.a
1046libbfd_a_SOURCES =
b13c7b49 1047BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
252b5132 1048LOCAL_H_DEPS = libbfd.h sysdep.h config.h
90c0a373
AM
1049BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
1050 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
1b315056 1051 archive.c corefile.c targets.c format.c compress.c
252b5132 1052
2858ef35 1053BFD64_H_FILES = archive64.c
90c0a373
AM
1054LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
1055 cache.c reloc.c archures.c elf.c
93509525 1056
252b5132 1057LIBCOFF_H_FILES = libcoff-in.h coffcode.h
55c80943 1058MOSTLYCLEANFILES = ofiles stamp-ofiles
90c0a373
AM
1059CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1060 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
252b5132 1061
ee5c21a0 1062DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
95b40122 1063all: $(BUILT_SOURCES) config.h
90c0a373 1064 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 1065
252b5132 1066.SUFFIXES:
90c0a373
AM
1067.SUFFIXES: .c .lo .o .obj
1068am--refresh:
1069 @:
1070$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1071 @for dep in $?; do \
1072 case '$(am__configure_deps)' in \
1073 *$$dep*) \
81ecdfbb
RW
1074 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1075 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
90c0a373
AM
1076 && exit 0; \
1077 exit 1;; \
1078 esac; \
1079 done; \
81ecdfbb
RW
1080 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1081 $(am__cd) $(top_srcdir) && \
1082 $(AUTOMAKE) --foreign Makefile
90c0a373 1083.PRECIOUS: Makefile
3f85e526
L
1084Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1085 @case '$?' in \
1086 *config.status*) \
1087 echo ' $(SHELL) ./config.status'; \
1088 $(SHELL) ./config.status;; \
1089 *) \
1090 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1091 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1092 esac;
252b5132 1093
90c0a373
AM
1094$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1095 $(SHELL) ./config.status --recheck
252b5132 1096
90c0a373 1097$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 1098 $(am__cd) $(srcdir) && $(AUTOCONF)
90c0a373 1099$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
81ecdfbb
RW
1100 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1101$(am__aclocal_m4_deps):
252b5132 1102
90c0a373 1103config.h: stamp-h1
252b5132 1104 @if test ! -f $@; then \
90c0a373 1105 rm -f stamp-h1; \
81ecdfbb 1106 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
252b5132 1107 else :; fi
252b5132 1108
90c0a373
AM
1109stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1110 @rm -f stamp-h1
1111 cd $(top_builddir) && $(SHELL) ./config.status config.h
1112$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 1113 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
90c0a373
AM
1114 rm -f stamp-h1
1115 touch $@
252b5132
RH
1116
1117distclean-hdr:
90c0a373
AM
1118 -rm -f config.h stamp-h1
1119bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1120 cd $(top_builddir) && $(SHELL) ./config.status $@
1121po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1122 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
1123
1124clean-noinstLIBRARIES:
1125 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
14ec8efd
RW
1126install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES)
1127 @$(NORMAL_INSTALL)
1128 test -z "$(bfdlibdir)" || $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)"
1129 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
1130 list2=; for p in $$list; do \
1131 if test -f $$p; then \
1132 list2="$$list2 $$p"; \
1133 else :; fi; \
1134 done; \
1135 test -z "$$list2" || { \
1136 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \
1137 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \
1138 }
1139
1140uninstall-bfdlibLTLIBRARIES:
1141 @$(NORMAL_UNINSTALL)
1142 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
1143 for p in $$list; do \
1144 $(am__strip_dir) \
1145 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdlibdir)/$$f'"; \
1146 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdlibdir)/$$f"; \
1147 done
252b5132 1148
90c0a373
AM
1149clean-bfdlibLTLIBRARIES:
1150 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1151 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1152 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1153 test "$$dir" != "$$p" || dir=.; \
1154 echo "rm -f \"$${dir}/so_locations\""; \
1155 rm -f "$${dir}/so_locations"; \
1156 done
14ec8efd
RW
1157
1158clean-noinstLTLIBRARIES:
1159 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1160 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1161 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1162 test "$$dir" != "$$p" || dir=.; \
1163 echo "rm -f \"$${dir}/so_locations\""; \
1164 rm -f "$${dir}/so_locations"; \
1165 done
90c0a373 1166libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
14ec8efd 1167 $(libbfd_la_LINK) $(am_libbfd_la_rpath) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
a2d91340 1168
252b5132 1169mostlyclean-compile:
7a6cc5fb 1170 -rm -f *.$(OBJEXT)
252b5132 1171
252b5132
RH
1172distclean-compile:
1173 -rm -f *.tab.c
1174
95b40122
RW
1175@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aix386-core.Plo@am__quote@
1176@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aix5ppc-core.Plo@am__quote@
1177@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-adobe.Plo@am__quote@
1178@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-arm.Plo@am__quote@
1179@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-cris.Plo@am__quote@
1180@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-ns32k.Plo@am__quote@
1181@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-sparcle.Plo@am__quote@
1182@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-tic30.Plo@am__quote@
1183@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout0.Plo@am__quote@
1184@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout32.Plo@am__quote@
1185@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout64.Plo@am__quote@
1186@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Plo@am__quote@
1187@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive64.Plo@am__quote@
1188@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archures.Plo@am__quote@
1189@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armnetbsd.Plo@am__quote@
1190@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfd.Plo@am__quote@
1191@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdio.Plo@am__quote@
1192@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdwin.Plo@am__quote@
1193@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Plo@am__quote@
1194@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bout.Plo@am__quote@
1195@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Plo@am__quote@
1196@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf-i386lynx.Plo@am__quote@
1197@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf-sparclynx.Plo@am__quote@
1198@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cisco-core.Plo@am__quote@
1199@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-alpha.Plo@am__quote@
1200@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-apollo.Plo@am__quote@
1201@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-arm.Plo@am__quote@
1202@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-aux.Plo@am__quote@
1203@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-go32.Plo@am__quote@
1204@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-h8300.Plo@am__quote@
1205@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-h8500.Plo@am__quote@
1206@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-i386.Plo@am__quote@
1207@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-i860.Plo@am__quote@
1208@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-i960.Plo@am__quote@
1209@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-m68k.Plo@am__quote@
1210@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-m88k.Plo@am__quote@
1211@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-maxq.Plo@am__quote@
1212@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-mips.Plo@am__quote@
1213@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-or32.Plo@am__quote@
1214@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-rs6000.Plo@am__quote@
1215@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-sh.Plo@am__quote@
1216@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-sparc.Plo@am__quote@
1217@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-stgo32.Plo@am__quote@
1218@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-svm68k.Plo@am__quote@
1219@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic30.Plo@am__quote@
1220@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic4x.Plo@am__quote@
1221@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic54x.Plo@am__quote@
1222@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic80.Plo@am__quote@
1223@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-u68k.Plo@am__quote@
1224@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-w65.Plo@am__quote@
1225@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-we32k.Plo@am__quote@
1226@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-x86_64.Plo@am__quote@
1227@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z80.Plo@am__quote@
1228@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z8k.Plo@am__quote@
1229@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff64-rs6000.Plo@am__quote@
1230@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coffgen.Plo@am__quote@
1231@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cofflink.Plo@am__quote@
1232@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@
1233@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corefile.Plo@am__quote@
1234@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-alpha.Plo@am__quote@
1235@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arc.Plo@am__quote@
1236@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arm.Plo@am__quote@
1237@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-avr.Plo@am__quote@
1238@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-bfin.Plo@am__quote@
1239@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cr16.Plo@am__quote@
1240@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cr16c.Plo@am__quote@
1241@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cris.Plo@am__quote@
1242@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-crx.Plo@am__quote@
1243@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-d10v.Plo@am__quote@
1244@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-d30v.Plo@am__quote@
1245@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-dlx.Plo@am__quote@
1246@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-fr30.Plo@am__quote@
1247@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-frv.Plo@am__quote@
1248@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-h8300.Plo@am__quote@
1249@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-h8500.Plo@am__quote@
1250@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-hppa.Plo@am__quote@
1251@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i370.Plo@am__quote@
1252@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i386.Plo@am__quote@
1253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i860.Plo@am__quote@
1254@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i960.Plo@am__quote@
1255@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ia64.Plo@am__quote@
1256@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ip2k.Plo@am__quote@
1257@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-iq2000.Plo@am__quote@
1258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-l1om.Plo@am__quote@
1259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-lm32.Plo@am__quote@
1260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m10200.Plo@am__quote@
1261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m10300.Plo@am__quote@
1262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m32c.Plo@am__quote@
1263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m32r.Plo@am__quote@
1264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68hc11.Plo@am__quote@
1265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68hc12.Plo@am__quote@
1266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68k.Plo@am__quote@
1267@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m88k.Plo@am__quote@
1268@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-maxq.Plo@am__quote@
1269@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mcore.Plo@am__quote@
1270@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mep.Plo@am__quote@
1271@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-microblaze.Plo@am__quote@
1272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mips.Plo@am__quote@
1273@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mmix.Plo@am__quote@
1274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-moxie.Plo@am__quote@
1275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-msp430.Plo@am__quote@
1276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mt.Plo@am__quote@
1277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ns32k.Plo@am__quote@
1278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-openrisc.Plo@am__quote@
1279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-or32.Plo@am__quote@
1280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pdp11.Plo@am__quote@
1281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pj.Plo@am__quote@
1282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-plugin.Plo@am__quote@
1283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-powerpc.Plo@am__quote@
1284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rs6000.Plo@am__quote@
c7927a3c 1285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rx.Plo@am__quote@
95b40122
RW
1286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-s390.Plo@am__quote@
1287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-score.Plo@am__quote@
1288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-sh.Plo@am__quote@
1289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-sparc.Plo@am__quote@
1290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-spu.Plo@am__quote@
1291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic30.Plo@am__quote@
1292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic4x.Plo@am__quote@
1293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic54x.Plo@am__quote@
40b36596 1294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic6x.Plo@am__quote@
95b40122
RW
1295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic80.Plo@am__quote@
1296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850.Plo@am__quote@
1297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-vax.Plo@am__quote@
1298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-w65.Plo@am__quote@
1299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-we32k.Plo@am__quote@
1300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xc16x.Plo@am__quote@
1301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xstormy16.Plo@am__quote@
1302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xtensa.Plo@am__quote@
1303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z80.Plo@am__quote@
1304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z8k.Plo@am__quote@
1305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo64.Plo@am__quote@
1306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf1.Plo@am__quote@
1307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf2.Plo@am__quote@
1308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecoff.Plo@am__quote@
1309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecofflink.Plo@am__quote@
1310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-attrs.Plo@am__quote@
1311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-eh-frame.Plo@am__quote@
1312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-ifunc.Plo@am__quote@
1313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-m10200.Plo@am__quote@
1314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-m10300.Plo@am__quote@
1315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-strtab.Plo@am__quote@
1316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-vxworks.Plo@am__quote@
1317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf.Plo@am__quote@
1318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-am33lin.Plo@am__quote@
1319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arc.Plo@am__quote@
1320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arm.Plo@am__quote@
1321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-avr.Plo@am__quote@
1322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-bfin.Plo@am__quote@
1323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cr16.Plo@am__quote@
1324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cr16c.Plo@am__quote@
1325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cris.Plo@am__quote@
1326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-crx.Plo@am__quote@
1327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-d10v.Plo@am__quote@
1328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-d30v.Plo@am__quote@
1329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-dlx.Plo@am__quote@
1330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-fr30.Plo@am__quote@
1331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-frv.Plo@am__quote@
1332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-gen.Plo@am__quote@
1333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-h8300.Plo@am__quote@
1334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-hppa.Plo@am__quote@
1335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i370.Plo@am__quote@
1336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i386.Plo@am__quote@
1337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i860.Plo@am__quote@
1338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i960.Plo@am__quote@
1339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ia64.Plo@am__quote@
1340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ip2k.Plo@am__quote@
1341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-iq2000.Plo@am__quote@
1342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-lm32.Plo@am__quote@
1343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m32c.Plo@am__quote@
1344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m32r.Plo@am__quote@
1345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc11.Plo@am__quote@
1346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc12.Plo@am__quote@
1347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc1x.Plo@am__quote@
1348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68k.Plo@am__quote@
1349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m88k.Plo@am__quote@
1350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mcore.Plo@am__quote@
1351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mep.Plo@am__quote@
1352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-microblaze.Plo@am__quote@
1353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mips.Plo@am__quote@
1354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-moxie.Plo@am__quote@
1355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-msp430.Plo@am__quote@
1356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mt.Plo@am__quote@
1357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-openrisc.Plo@am__quote@
1358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-or32.Plo@am__quote@
1359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-pj.Plo@am__quote@
1360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ppc.Plo@am__quote@
c7927a3c 1361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-rx.Plo@am__quote@
95b40122
RW
1362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-s390.Plo@am__quote@
1363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-score.Plo@am__quote@
1364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-score7.Plo@am__quote@
1365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh-symbian.Plo@am__quote@
1366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh.Plo@am__quote@
1367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh64-com.Plo@am__quote@
1368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh64.Plo@am__quote@
1369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sparc.Plo@am__quote@
1370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-spu.Plo@am__quote@
40b36596 1371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tic6x.Plo@am__quote@
95b40122
RW
1372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-v850.Plo@am__quote@
1373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-vax.Plo@am__quote@
1374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xc16x.Plo@am__quote@
1375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xstormy16.Plo@am__quote@
1376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xtensa.Plo@am__quote@
1377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@
1378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-alpha.Plo@am__quote@
1379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-gen.Plo@am__quote@
1380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-hppa.Plo@am__quote@
1381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ia64.Plo@am__quote@
1382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-mips.Plo@am__quote@
1383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-mmix.Plo@am__quote@
1384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ppc.Plo@am__quote@
1385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-s390.Plo@am__quote@
1386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-sh64.Plo@am__quote@
1387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-sparc.Plo@am__quote@
1388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-x86-64.Plo@am__quote@
1389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64.Plo@am__quote@
1390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elflink.Plo@am__quote@
1391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfn32-mips.Plo@am__quote@
1392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-mips.Plo@am__quote@
1393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-sparc.Plo@am__quote@
1394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoc-pe-arm.Plo@am__quote@
1395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoc-pei-arm.Plo@am__quote@
1396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Plo@am__quote@
1397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
1398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hp300bsd.Plo@am__quote@
1399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hp300hpux.Plo@am__quote@
1400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hpux-core.Plo@am__quote@
1401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386aout.Plo@am__quote@
1402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386bsd.Plo@am__quote@
1403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386dynix.Plo@am__quote@
1404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386freebsd.Plo@am__quote@
1405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386linux.Plo@am__quote@
1406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386lynx.Plo@am__quote@
1407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386mach3.Plo@am__quote@
1408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386msdos.Plo@am__quote@
1409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386netbsd.Plo@am__quote@
1410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386os9k.Plo@am__quote@
1411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ieee.Plo@am__quote@
1412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ihex.Plo@am__quote@
1413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
1414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irix-core.Plo@am__quote@
1415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbfd.Plo@am__quote@
1416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linker.Plo@am__quote@
1417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lynx-core.Plo@am__quote@
1418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k4knetbsd.Plo@am__quote@
1419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68klinux.Plo@am__quote@
1420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68knetbsd.Plo@am__quote@
1421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m88kmach3.Plo@am__quote@
1422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m88kopenbsd.Plo@am__quote@
1423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-i386.Plo@am__quote@
618b7301 1424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-x86-64.Plo@am__quote@
95b40122
RW
1425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o.Plo@am__quote@
1426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Plo@am__quote@
1427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mipsbsd.Plo@am__quote@
1428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmo.Plo@am__quote@
1429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newsos3.Plo@am__quote@
1430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm.Plo@am__quote@
1431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32-alpha.Plo@am__quote@
1432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32-i386.Plo@am__quote@
1433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32-ppc.Plo@am__quote@
1434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32-sparc.Plo@am__quote@
1435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32.Plo@am__quote@
1436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm64.Plo@am__quote@
1437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns32knetbsd.Plo@am__quote@
1438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oasys.Plo@am__quote@
1439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opncls.Plo@am__quote@
1440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osf-core.Plo@am__quote@
1441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pc532-mach.Plo@am__quote@
1442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11.Plo@am__quote@
1443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm-wince.Plo@am__quote@
1444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm.Plo@am__quote@
1445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-i386.Plo@am__quote@
1446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-mcore.Plo@am__quote@
1447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-mips.Plo@am__quote@
1448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-ppc.Plo@am__quote@
1449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-sh.Plo@am__quote@
1450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-x86_64.Plo@am__quote@
1451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pef.Plo@am__quote@
1452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-arm-wince.Plo@am__quote@
1453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-arm.Plo@am__quote@
1454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-i386.Plo@am__quote@
1455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ia64.Plo@am__quote@
1456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mcore.Plo@am__quote@
1457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mips.Plo@am__quote@
1458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ppc.Plo@am__quote@
1459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-sh.Plo@am__quote@
1460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-x86_64.Plo@am__quote@
1461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peigen.Plo@am__quote@
1462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pepigen.Plo@am__quote@
1463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pex64igen.Plo@am__quote@
1464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
1465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppcboot.Plo@am__quote@
1466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Plo@am__quote@
1467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc16.Plo@am__quote@
1468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riscix.Plo@am__quote@
1469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sco5-core.Plo@am__quote@
1470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/section.Plo@am__quote@
1471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Plo@am__quote@
1472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/som.Plo@am__quote@
1473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparclinux.Plo@am__quote@
1474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparclynx.Plo@am__quote@
1475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparcnetbsd.Plo@am__quote@
1476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srec.Plo@am__quote@
1477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stab-syms.Plo@am__quote@
1478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stabs.Plo@am__quote@
1479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sunos.Plo@am__quote@
1480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syms.Plo@am__quote@
1481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/targets.Plo@am__quote@
1482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tekhex.Plo@am__quote@
1483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trad-core.Plo@am__quote@
1484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax1knetbsd.Plo@am__quote@
1485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vaxbsd.Plo@am__quote@
1486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vaxnetbsd.Plo@am__quote@
1487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verilog.Plo@am__quote@
1488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/versados.Plo@am__quote@
95e34ef7 1489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-alpha.Plo@am__quote@
4b544b64 1490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-lib.Plo@am__quote@
95b40122 1491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-misc.Plo@am__quote@
95b40122
RW
1492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xcofflink.Plo@am__quote@
1493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsym.Plo@am__quote@
1494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-isa.Plo@am__quote@
1495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-modules.Plo@am__quote@
1496
90c0a373 1497.c.o:
95b40122
RW
1498@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1499@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1500@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1501@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1502@am__fastdepCC_FALSE@ $(COMPILE) -c $<
a2d91340 1503
90c0a373 1504.c.obj:
95b40122
RW
1505@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1506@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1507@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1508@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1509@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
a2d91340 1510
90c0a373 1511.c.lo:
95b40122
RW
1512@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1513@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1514@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1515@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1516@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
a2d91340 1517
252b5132
RH
1518mostlyclean-libtool:
1519 -rm -f *.lo
1520
1521clean-libtool:
1522 -rm -rf .libs _libs
1523
1524distclean-libtool:
81ecdfbb 1525 -rm -f libtool config.lt
14ec8efd
RW
1526install-bfdincludeHEADERS: $(bfdinclude_HEADERS)
1527 @$(NORMAL_INSTALL)
1528 test -z "$(bfdincludedir)" || $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)"
1529 @list='$(bfdinclude_HEADERS)'; test -n "$(bfdincludedir)" || list=; \
1530 for p in $$list; do \
1531 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1532 echo "$$d$$p"; \
1533 done | $(am__base_list) | \
1534 while read files; do \
1535 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(bfdincludedir)'"; \
1536 $(INSTALL_HEADER) $$files "$(DESTDIR)$(bfdincludedir)" || exit $$?; \
1537 done
1538
1539uninstall-bfdincludeHEADERS:
1540 @$(NORMAL_UNINSTALL)
1541 @list='$(bfdinclude_HEADERS)'; test -n "$(bfdincludedir)" || list=; \
1542 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1543 test -n "$$files" || exit 0; \
1544 echo " ( cd '$(DESTDIR)$(bfdincludedir)' && rm -f" $$files ")"; \
1545 cd "$(DESTDIR)$(bfdincludedir)" && rm -f $$files
252b5132
RH
1546
1547# This directory's subdirectories are mostly independent; you can cd
1548# into them and run `make' without going through this Makefile.
1549# To change the values of `make' variables: instead of editing Makefiles,
1550# (1) if the variable is set in `config.status', edit `config.status'
1551# (which will cause the Makefiles to be regenerated when you run `make');
1552# (2) otherwise, pass the desired values on the `make' command line.
90c0a373 1553$(RECURSIVE_TARGETS):
6540b386 1554 @fail= failcom='exit 1'; \
5d038dee
L
1555 for f in x $$MAKEFLAGS; do \
1556 case $$f in \
1557 *=* | --[!k]*);; \
1558 *k*) failcom='fail=yes';; \
1559 esac; \
1560 done; \
252b5132
RH
1561 dot_seen=no; \
1562 target=`echo $@ | sed s/-recursive//`; \
1563 list='$(SUBDIRS)'; for subdir in $$list; do \
1564 echo "Making $$target in $$subdir"; \
1565 if test "$$subdir" = "."; then \
1566 dot_seen=yes; \
1567 local_target="$$target-am"; \
1568 else \
1569 local_target="$$target"; \
1570 fi; \
81ecdfbb 1571 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5d038dee 1572 || eval $$failcom; \
252b5132
RH
1573 done; \
1574 if test "$$dot_seen" = "no"; then \
1575 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1576 fi; test -z "$$fail"
1577
81ecdfbb 1578$(RECURSIVE_CLEAN_TARGETS):
6540b386 1579 @fail= failcom='exit 1'; \
5d038dee
L
1580 for f in x $$MAKEFLAGS; do \
1581 case $$f in \
1582 *=* | --[!k]*);; \
1583 *k*) failcom='fail=yes';; \
1584 esac; \
1585 done; \
252b5132 1586 dot_seen=no; \
90c0a373
AM
1587 case "$@" in \
1588 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1589 *) list='$(SUBDIRS)' ;; \
1590 esac; \
1591 rev=''; for subdir in $$list; do \
1592 if test "$$subdir" = "."; then :; else \
1593 rev="$$subdir $$rev"; \
1594 fi; \
252b5132 1595 done; \
90c0a373 1596 rev="$$rev ."; \
252b5132
RH
1597 target=`echo $@ | sed s/-recursive//`; \
1598 for subdir in $$rev; do \
1599 echo "Making $$target in $$subdir"; \
1600 if test "$$subdir" = "."; then \
1601 local_target="$$target-am"; \
1602 else \
1603 local_target="$$target"; \
1604 fi; \
81ecdfbb 1605 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5d038dee 1606 || eval $$failcom; \
252b5132
RH
1607 done && test -z "$$fail"
1608tags-recursive:
1609 list='$(SUBDIRS)'; for subdir in $$list; do \
81ecdfbb 1610 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
252b5132 1611 done
90c0a373
AM
1612ctags-recursive:
1613 list='$(SUBDIRS)'; for subdir in $$list; do \
81ecdfbb 1614 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
90c0a373 1615 done
252b5132 1616
90c0a373
AM
1617ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1618 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1619 unique=`for i in $$list; do \
1620 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1621 done | \
81ecdfbb
RW
1622 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1623 END { if (nonempty) { for (i in files) print i; }; }'`; \
90c0a373
AM
1624 mkid -fID $$unique
1625tags: TAGS
252b5132 1626
90c0a373
AM
1627TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1628 $(TAGS_FILES) $(LISP)
81ecdfbb 1629 set x; \
252b5132 1630 here=`pwd`; \
90c0a373
AM
1631 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1632 include_option=--etags-include; \
1633 empty_fix=.; \
1634 else \
1635 include_option=--include; \
1636 empty_fix=; \
1637 fi; \
252b5132 1638 list='$(SUBDIRS)'; for subdir in $$list; do \
90c0a373
AM
1639 if test "$$subdir" = .; then :; else \
1640 test ! -f $$subdir/TAGS || \
81ecdfbb 1641 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
90c0a373 1642 fi; \
252b5132 1643 done; \
90c0a373
AM
1644 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1645 unique=`for i in $$list; do \
1646 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1647 done | \
81ecdfbb
RW
1648 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1649 END { if (nonempty) { for (i in files) print i; }; }'`; \
1650 shift; \
1651 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
90c0a373 1652 test -n "$$unique" || unique=$$empty_fix; \
81ecdfbb
RW
1653 if test $$# -gt 0; then \
1654 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1655 "$$@" $$unique; \
1656 else \
1657 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1658 $$unique; \
1659 fi; \
90c0a373
AM
1660 fi
1661ctags: CTAGS
1662CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1663 $(TAGS_FILES) $(LISP)
90c0a373
AM
1664 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1665 unique=`for i in $$list; do \
1666 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1667 done | \
81ecdfbb
RW
1668 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1669 END { if (nonempty) { for (i in files) print i; }; }'`; \
1670 test -z "$(CTAGS_ARGS)$$unique" \
90c0a373 1671 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
81ecdfbb 1672 $$unique
252b5132 1673
90c0a373
AM
1674GTAGS:
1675 here=`$(am__cd) $(top_builddir) && pwd` \
81ecdfbb
RW
1676 && $(am__cd) $(top_srcdir) \
1677 && gtags -i $(GTAGS_ARGS) "$$here"
252b5132
RH
1678
1679distclean-tags:
90c0a373 1680 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
95b40122
RW
1681check-am: all-am
1682check: $(BUILT_SOURCES)
1683 $(MAKE) $(AM_MAKEFLAGS) check-recursive
14ec8efd 1684all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) config.h
90c0a373
AM
1685installdirs: installdirs-recursive
1686installdirs-am:
14ec8efd 1687 for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(bfdincludedir)"; do \
81ecdfbb 1688 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
90c0a373 1689 done
95b40122
RW
1690install: $(BUILT_SOURCES)
1691 $(MAKE) $(AM_MAKEFLAGS) install-recursive
252b5132 1692install-exec: install-exec-recursive
252b5132 1693install-data: install-data-recursive
90c0a373 1694uninstall: uninstall-recursive
252b5132
RH
1695
1696install-am: all-am
1697 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 1698
90c0a373
AM
1699installcheck: installcheck-recursive
1700install-strip:
1701 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1702 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1703 `test -z '$(STRIP)' || \
1704 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
1705mostlyclean-generic:
1706 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1707
1708clean-generic:
1709 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1710
1711distclean-generic:
90c0a373 1712 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
81ecdfbb 1713 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
55c80943 1714 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
252b5132
RH
1715
1716maintainer-clean-generic:
90c0a373
AM
1717 @echo "This command is intended for maintainers to use"
1718 @echo "it deletes files that may require special tools to rebuild."
95b40122 1719 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
90c0a373 1720clean: clean-recursive
252b5132 1721
90c0a373 1722clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
14ec8efd 1723 clean-noinstLIBRARIES clean-noinstLTLIBRARIES mostlyclean-am
252b5132 1724
90c0a373
AM
1725distclean: distclean-recursive
1726 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
95b40122 1727 -rm -rf ./$(DEPDIR)
90c0a373
AM
1728 -rm -f Makefile
1729distclean-am: clean-am distclean-compile distclean-generic \
1730 distclean-hdr distclean-libtool distclean-tags
252b5132 1731
90c0a373 1732dvi: dvi-recursive
252b5132 1733
90c0a373 1734dvi-am:
252b5132 1735
90c0a373
AM
1736html: html-recursive
1737
81ecdfbb
RW
1738html-am:
1739
90c0a373
AM
1740info: info-recursive
1741
1742info-am:
1743
14ec8efd 1744install-data-am: install-bfdincludeHEADERS install-bfdlibLTLIBRARIES
90c0a373 1745
81ecdfbb
RW
1746install-dvi: install-dvi-recursive
1747
1748install-dvi-am:
1749
90c0a373
AM
1750install-exec-am:
1751
af542c2e
RW
1752install-html: install-html-recursive
1753
81ecdfbb
RW
1754install-html-am:
1755
90c0a373
AM
1756install-info: install-info-recursive
1757
81ecdfbb
RW
1758install-info-am:
1759
90c0a373
AM
1760install-man:
1761
af542c2e
RW
1762install-pdf: install-pdf-recursive
1763
81ecdfbb
RW
1764install-pdf-am:
1765
1766install-ps: install-ps-recursive
1767
1768install-ps-am:
1769
90c0a373 1770installcheck-am:
252b5132
RH
1771
1772maintainer-clean: maintainer-clean-recursive
90c0a373
AM
1773 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1774 -rm -rf $(top_srcdir)/autom4te.cache
95b40122 1775 -rm -rf ./$(DEPDIR)
90c0a373
AM
1776 -rm -f Makefile
1777maintainer-clean-am: distclean-am maintainer-clean-generic
1778
1779mostlyclean: mostlyclean-recursive
1780
1781mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1782 mostlyclean-libtool
1783
1784pdf: pdf-recursive
1785
1786pdf-am:
1787
1788ps: ps-recursive
1789
1790ps-am:
1791
14ec8efd 1792uninstall-am: uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES
90c0a373 1793
95b40122
RW
1794.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1795 ctags-recursive install install-am install-strip \
1796 tags-recursive
81ecdfbb
RW
1797
1798.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1799 all all-am am--refresh check check-am clean \
1800 clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
14ec8efd
RW
1801 clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
1802 ctags-recursive distclean distclean-compile distclean-generic \
1803 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
1804 html-am info info-am install install-am \
1805 install-bfdincludeHEADERS install-bfdlibLTLIBRARIES \
81ecdfbb
RW
1806 install-data install-data-am install-dvi install-dvi-am \
1807 install-exec install-exec-am install-html install-html-am \
1808 install-info install-info-am install-man install-pdf \
1809 install-pdf-am install-ps install-ps-am install-strip \
1810 installcheck installcheck-am installdirs installdirs-am \
1811 maintainer-clean maintainer-clean-generic mostlyclean \
1812 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1813 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
14ec8efd 1814 uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES
252b5132
RH
1815
1816
55c80943 1817po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
fdc09da8 1818 for file in $(SRC_POTFILES); do echo $$file; done \
323ee3f4 1819 | LC_ALL=C sort > tmp.src \
01467f2a 1820 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
55c80943
NC
1821
1822po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
fdc09da8 1823 for file in $(BLD_POTFILES); do echo $$file; done \
323ee3f4 1824 | LC_ALL=C sort > tmp.bld \
01467f2a 1825 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
55c80943 1826
e3e71e27 1827all diststuff: info
252b5132
RH
1828
1829stamp-ofiles: Makefile
1830 rm -f tofiles
1831 f=""; \
1832 for i in $(OFILES) ; do \
1833 case " $$f " in \
1834 *" $$i "*) ;; \
1835 *) f="$$f $$i" ;; \
1836 esac ; \
1837 done ; \
1838 echo $$f > tofiles
1839 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1840 touch stamp-ofiles
1841
1842ofiles: stamp-ofiles ; @true
1843
1844stamp-lib: libbfd.la
e56f75e9
ILT
1845 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1846 if [ -f $$libtooldir/libbfd.a ]; then \
1847 cp $$libtooldir/libbfd.a libbfd.tmp; \
9f93bca5 1848 $(RANLIB) libbfd.tmp; \
252b5132
RH
1849 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1850 else true; fi
1851 touch stamp-lib
1852
1853libbfd.a: stamp-lib ; @true
1854
1855# This file holds an array associating configuration triplets and
1856# vector names. It is built from config.bfd. It is not compiled by
1857# itself, but is included by targets.c.
1858targmatch.h: config.bfd targmatch.sed
1859 rm -f targmatch.h
1860 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1861 mv -f targmatch.new targmatch.h
1862
1863# When compiling archures.c and targets.c, supply the default target
1864# info from configure.
1865
840f0243 1866targets.lo: targets.c Makefile
95b40122
RW
1867@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
1868@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1869@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
1870@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1871@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
252b5132 1872
840f0243 1873archures.lo: archures.c Makefile
95b40122
RW
1874@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
1875@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1876@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
1877@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1878@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
252b5132 1879
0d4a1476 1880dwarf2.lo: dwarf2.c Makefile
95b40122
RW
1881@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
1882@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1883@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
1884@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1885@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
0d4a1476 1886
252b5132
RH
1887elf32-target.h : elfxx-target.h
1888 rm -f elf32-target.h
1889 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1890 mv -f elf32-target.new elf32-target.h
1891
1892elf64-target.h : elfxx-target.h
1893 rm -f elf64-target.h
1894 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1895 mv -f elf64-target.new elf64-target.h
bbe66d08
JW
1896
1897elf32-ia64.c : elfxx-ia64.c
1898 rm -f elf32-ia64.c
1899 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1900 mv -f elf32-ia64.new elf32-ia64.c
1901
1902elf64-ia64.c : elfxx-ia64.c
1903 rm -f elf64-ia64.c
1904 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1905 mv -f elf64-ia64.new elf64-ia64.c
252b5132 1906
cbff5e0d
DD
1907peigen.c : peXXigen.c
1908 rm -f peigen.c
1909 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1910 mv -f peigen.new peigen.c
1911
1912pepigen.c : peXXigen.c
1913 rm -f pepigen.c
1914 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1915 mv -f pepigen.new pepigen.c
99ad8390
NC
1916
1917pex64igen.c: peXXigen.c
1918 rm -f pex64igen.c
1919 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
1920 mv -f pex64igen.new pex64igen.c
2858ef35
HPN
1921$(BFD32_LIBS) \
1922 $(BFD64_LIBS) \
b13c7b49
AM
1923 $(ALL_MACHINES) \
1924 $(BFD32_BACKENDS) \
1925 $(BFD64_BACKENDS) \
1926 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
cbff5e0d 1927
252b5132
RH
1928host-aout.lo: Makefile
1929
1930# The following program can be used to generate a simple config file
1931# which can be folded into an h-XXX file for a new host, with some editing.
1932aout-params.h: gen-aout
1933 ./gen-aout host > aout-params.h
1934gen-aout: $(srcdir)/gen-aout.c Makefile
1935 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1936
1937$(BFD_H): stmp-bfd-h ; @true
1938
1939stmp-bfd-h: bfd-in3.h
1940 rm -f bfd-tmp.h
1941 cp bfd-in3.h bfd-tmp.h
1942 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1943 rm -f bfd-tmp.h
1944 touch stmp-bfd-h
1945
1946# Could really use a "copy-if-change"...
1947headers:
108a6f8e
CD
1948 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
1949 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132 1950 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
108a6f8e 1951 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132 1952 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
108a6f8e 1953 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
1954 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1955
1956# We only rebuild the header files automatically if we have been
1957# configured with --enable-maintainer-mode.
1958
1959$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
2858ef35 1960stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
108a6f8e
CD
1961 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1962 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132
RH
1963 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1964 touch stmp-bin2-h
1965
1966$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1967stmp-lbfd-h: $(LIBBFD_H_FILES)
108a6f8e
CD
1968 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1969 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132
RH
1970 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1971 touch stmp-lbfd-h
1972
1973$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1974stmp-lcoff-h: $(LIBCOFF_H_FILES)
108a6f8e
CD
1975 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1976 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
1977 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1978 touch stmp-lcoff-h
1979
d866f350 1980bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
91506736 1981 @echo "creating $@"
bc286f95
BE
1982 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1983 bfd_version_string="\"$(VERSION)\"" ;\
ee5c21a0 1984 bfd_soversion="$(VERSION)" ;\
92f01d61 1985 bfd_version_package="\"$(PKGVERSION)\"" ;\
c428fa83 1986 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
bc286f95 1987 if test "x$(RELEASE)" = x ; then \
d866f350 1988 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
066c2a57 1989 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
ee5c21a0 1990 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
bc286f95 1991 fi ;\
c428fa83
L
1992 sed -e "s,@bfd_version@,$$bfd_version," \
1993 -e "s,@bfd_version_string@,$$bfd_version_string," \
1994 -e "s,@bfd_version_package@,$$bfd_version_package," \
1995 -e "s,@report_bugs_to@,$$report_bugs_to," \
ee5c21a0
DJ
1996 < $(srcdir)/version.h > $@; \
1997 echo "$${bfd_soversion}" > libtool-soversion
bc286f95 1998
85fbca6a
NC
1999# Tell versions [3.59,3.63) of GNU make to not export all variables.
2000# Otherwise a system limit (for SysV at least) may be exceeded.
2001.NOEXPORT:
This page took 0.714174 seconds and 4 git commands to generate.