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