]>
Commit | Line | Data |
---|---|---|
d0ac1c44 | 1 | # Makefile.in generated by automake 1.15.1 from Makefile.am. |
42ecbf5e | 2 | # @configure_input@ |
252b5132 | 3 | |
d0ac1c44 SM |
4 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. |
5 | ||
252b5132 RH |
6 | # This Makefile.in is free software; the Free Software Foundation |
7 | # gives unlimited permission to copy and/or distribute it, | |
8 | # with or without modifications, as long as this notice is preserved. | |
9 | ||
10 | # This program is distributed in the hope that it will be useful, | |
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 | # PARTICULAR PURPOSE. | |
14 | ||
42ecbf5e | 15 | @SET_MAKE@ |
2b282e8b | 16 | |
5bf135a7 | 17 | # |
82704155 | 18 | # Copyright (C) 2012-2019 Free Software Foundation, Inc. |
5bf135a7 NC |
19 | # |
20 | # This file is free software; you can redistribute it and/or modify | |
21 | # it under the terms of the GNU General Public License as published by | |
22 | # the Free Software Foundation; either version 3 of the License, or | |
23 | # (at your option) any later version. | |
f2c7d7ee | 24 | # |
5bf135a7 NC |
25 | # This program is distributed in the hope that it will be useful, |
26 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
27 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
28 | # GNU General Public License for more details. | |
f2c7d7ee | 29 | # |
5bf135a7 NC |
30 | # You should have received a copy of the GNU General Public License |
31 | # along with this program; see the file COPYING3. If not see | |
32 | # <http://www.gnu.org/licenses/>. | |
33 | # | |
34 | ||
5d3236ee | 35 | |
252b5132 | 36 | VPATH = @srcdir@ |
d0ac1c44 SM |
37 | am__is_gnu_make = { \ |
38 | if test -z '$(MAKELEVEL)'; then \ | |
39 | false; \ | |
40 | elif test -n '$(MAKE_HOST)'; then \ | |
41 | true; \ | |
42 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | |
43 | true; \ | |
44 | else \ | |
45 | false; \ | |
46 | fi; \ | |
47 | } | |
48 | am__make_running_with_option = \ | |
49 | case $${target_option-} in \ | |
50 | ?) ;; \ | |
51 | *) echo "am__make_running_with_option: internal error: invalid" \ | |
52 | "target option '$${target_option-}' specified" >&2; \ | |
53 | exit 1;; \ | |
54 | esac; \ | |
55 | has_opt=no; \ | |
56 | sane_makeflags=$$MAKEFLAGS; \ | |
57 | if $(am__is_gnu_make); then \ | |
58 | sane_makeflags=$$MFLAGS; \ | |
59 | else \ | |
6fd8e7c2 L |
60 | case $$MAKEFLAGS in \ |
61 | *\\[\ \ ]*) \ | |
d0ac1c44 SM |
62 | bs=\\; \ |
63 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
64 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
6fd8e7c2 | 65 | esac; \ |
d0ac1c44 SM |
66 | fi; \ |
67 | skip_next=no; \ | |
68 | strip_trailopt () \ | |
69 | { \ | |
70 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
71 | }; \ | |
72 | for flg in $$sane_makeflags; do \ | |
73 | test $$skip_next = yes && { skip_next=no; continue; }; \ | |
74 | case $$flg in \ | |
75 | *=*|--*) continue;; \ | |
76 | -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
77 | -*I?*) strip_trailopt 'I';; \ | |
78 | -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
79 | -*O?*) strip_trailopt 'O';; \ | |
80 | -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
81 | -*l?*) strip_trailopt 'l';; \ | |
82 | -[dEDm]) skip_next=yes;; \ | |
83 | -[JT]) skip_next=yes;; \ | |
84 | esac; \ | |
85 | case $$flg in \ | |
86 | *$$target_option*) has_opt=yes; break;; \ | |
87 | esac; \ | |
88 | done; \ | |
89 | test $$has_opt = yes | |
90 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
91 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
252b5132 | 92 | pkgdatadir = $(datadir)/@PACKAGE@ |
252b5132 | 93 | pkgincludedir = $(includedir)/@PACKAGE@ |
81ecdfbb RW |
94 | pkglibdir = $(libdir)/@PACKAGE@ |
95 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
42ecbf5e | 96 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
42ecbf5e DJ |
97 | install_sh_DATA = $(install_sh) -c -m 644 |
98 | install_sh_PROGRAM = $(install_sh) -c | |
99 | install_sh_SCRIPT = $(install_sh) -c | |
100 | INSTALL_HEADER = $(INSTALL_DATA) | |
252b5132 RH |
101 | NORMAL_INSTALL = : |
102 | PRE_INSTALL = : | |
103 | POST_INSTALL = : | |
104 | NORMAL_UNINSTALL = : | |
105 | PRE_UNINSTALL = : | |
106 | POST_UNINSTALL = : | |
252b5132 | 107 | build_triplet = @build@ |
252b5132 | 108 | host_triplet = @host@ |
252b5132 | 109 | target_triplet = @target@ |
14ec8efd | 110 | bin_PROGRAMS = ld-new$(EXEEXT) |
42ecbf5e DJ |
111 | subdir = . |
112 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
79887925 | 113 | am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ |
eccbf555 | 114 | $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \ |
79887925 | 115 | $(top_srcdir)/../config/depstand.m4 \ |
20e95c23 | 116 | $(top_srcdir)/../config/gettext-sister.m4 \ |
91d6fa6a | 117 | $(top_srcdir)/../config/largefile.m4 \ |
202e2356 | 118 | $(top_srcdir)/../config/lcmessage.m4 \ |
79887925 | 119 | $(top_srcdir)/../config/lead-dot.m4 \ |
8944f3c2 AM |
120 | $(top_srcdir)/../config/nls.m4 \ |
121 | $(top_srcdir)/../config/override.m4 \ | |
91d6fa6a | 122 | $(top_srcdir)/../config/plugins.m4 \ |
8944f3c2 | 123 | $(top_srcdir)/../config/po.m4 \ |
20e95c23 | 124 | $(top_srcdir)/../config/progtest.m4 \ |
1ff6de03 NA |
125 | $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \ |
126 | $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ | |
127 | $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ | |
35eafcc7 | 128 | $(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac |
42ecbf5e DJ |
129 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
130 | $(ACLOCAL_M4) | |
d0ac1c44 SM |
131 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
132 | $(am__configure_deps) | |
42ecbf5e | 133 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
81ecdfbb | 134 | configure.lineno config.status.lineno |
42ecbf5e DJ |
135 | mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs |
136 | CONFIG_HEADER = config.h | |
137 | CONFIG_CLEAN_FILES = po/Makefile.in | |
81ecdfbb | 138 | CONFIG_CLEAN_VPATH_FILES = |
5d3236ee DK |
139 | LTLIBRARIES = $(noinst_LTLIBRARIES) |
140 | libldtestplug_la_LIBADD = | |
141 | @ENABLE_PLUGINS_TRUE@am_libldtestplug_la_OBJECTS = \ | |
142 | @ENABLE_PLUGINS_TRUE@ libldtestplug_la-testplug.lo | |
143 | libldtestplug_la_OBJECTS = $(am_libldtestplug_la_OBJECTS) | |
d0ac1c44 SM |
144 | AM_V_lt = $(am__v_lt_@AM_V@) |
145 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | |
146 | am__v_lt_0 = --silent | |
147 | am__v_lt_1 = | |
148 | libldtestplug_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ | |
149 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | |
150 | $(libldtestplug_la_CFLAGS) $(CFLAGS) \ | |
151 | $(libldtestplug_la_LDFLAGS) $(LDFLAGS) -o $@ | |
5d3236ee | 152 | @ENABLE_PLUGINS_TRUE@am_libldtestplug_la_rpath = |
439b7f41 L |
153 | libldtestplug2_la_LIBADD = |
154 | @ENABLE_PLUGINS_TRUE@am_libldtestplug2_la_OBJECTS = \ | |
155 | @ENABLE_PLUGINS_TRUE@ libldtestplug2_la-testplug2.lo | |
156 | libldtestplug2_la_OBJECTS = $(am_libldtestplug2_la_OBJECTS) | |
d0ac1c44 SM |
157 | libldtestplug2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
158 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | |
439b7f41 L |
159 | $(libldtestplug2_la_CFLAGS) $(CFLAGS) \ |
160 | $(libldtestplug2_la_LDFLAGS) $(LDFLAGS) -o $@ | |
161 | @ENABLE_PLUGINS_TRUE@am_libldtestplug2_la_rpath = | |
162 | libldtestplug3_la_LIBADD = | |
163 | @ENABLE_PLUGINS_TRUE@am_libldtestplug3_la_OBJECTS = \ | |
164 | @ENABLE_PLUGINS_TRUE@ libldtestplug3_la-testplug3.lo | |
165 | libldtestplug3_la_OBJECTS = $(am_libldtestplug3_la_OBJECTS) | |
d0ac1c44 SM |
166 | libldtestplug3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
167 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | |
439b7f41 L |
168 | $(libldtestplug3_la_CFLAGS) $(CFLAGS) \ |
169 | $(libldtestplug3_la_LDFLAGS) $(LDFLAGS) -o $@ | |
170 | @ENABLE_PLUGINS_TRUE@am_libldtestplug3_la_rpath = | |
3355cb3b L |
171 | libldtestplug4_la_LIBADD = |
172 | @ENABLE_PLUGINS_TRUE@am_libldtestplug4_la_OBJECTS = \ | |
173 | @ENABLE_PLUGINS_TRUE@ libldtestplug4_la-testplug4.lo | |
174 | libldtestplug4_la_OBJECTS = $(am_libldtestplug4_la_OBJECTS) | |
d0ac1c44 SM |
175 | libldtestplug4_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
176 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | |
3355cb3b L |
177 | $(libldtestplug4_la_CFLAGS) $(CFLAGS) \ |
178 | $(libldtestplug4_la_LDFLAGS) $(LDFLAGS) -o $@ | |
179 | @ENABLE_PLUGINS_TRUE@am_libldtestplug4_la_rpath = | |
14ec8efd RW |
180 | am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" \ |
181 | "$(DESTDIR)$(man1dir)" | |
182 | PROGRAMS = $(bin_PROGRAMS) | |
5d3236ee | 183 | @ENABLE_PLUGINS_TRUE@am__objects_1 = plugin.$(OBJEXT) |
45e481d1 RS |
184 | am_ld_new_OBJECTS = ldgram.$(OBJEXT) ldlex-wrapper.$(OBJEXT) \ |
185 | lexsup.$(OBJEXT) ldlang.$(OBJEXT) mri.$(OBJEXT) \ | |
186 | ldctor.$(OBJEXT) ldmain.$(OBJEXT) ldwrite.$(OBJEXT) \ | |
187 | ldexp.$(OBJEXT) ldemul.$(OBJEXT) ldver.$(OBJEXT) \ | |
5d3236ee | 188 | ldmisc.$(OBJEXT) ldfile.$(OBJEXT) ldcref.$(OBJEXT) \ |
61e2488c | 189 | $(am__objects_1) ldbuildid.$(OBJEXT) |
42ecbf5e DJ |
190 | ld_new_OBJECTS = $(am_ld_new_OBJECTS) |
191 | am__DEPENDENCIES_1 = | |
d0ac1c44 SM |
192 | AM_V_P = $(am__v_P_@AM_V@) |
193 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
194 | am__v_P_0 = false | |
195 | am__v_P_1 = : | |
196 | AM_V_GEN = $(am__v_GEN_@AM_V@) | |
197 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
198 | am__v_GEN_0 = @echo " GEN " $@; | |
199 | am__v_GEN_1 = | |
200 | AM_V_at = $(am__v_at_@AM_V@) | |
201 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
202 | am__v_at_0 = @ | |
203 | am__v_at_1 = | |
81ecdfbb | 204 | DEFAULT_INCLUDES = -I.@am__isrc@ |
64ac50ac RW |
205 | depcomp = $(SHELL) $(top_srcdir)/../depcomp |
206 | am__depfiles_maybe = depfiles | |
207 | am__mv = mv -f | |
42ecbf5e DJ |
208 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
209 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
d0ac1c44 SM |
210 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
211 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |
212 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
213 | $(AM_CFLAGS) $(CFLAGS) | |
214 | AM_V_CC = $(am__v_CC_@AM_V@) | |
215 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | |
216 | am__v_CC_0 = @echo " CC " $@; | |
217 | am__v_CC_1 = | |
42ecbf5e | 218 | CCLD = $(CC) |
d0ac1c44 SM |
219 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
220 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
221 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
222 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) | |
223 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | |
224 | am__v_CCLD_0 = @echo " CCLD " $@; | |
225 | am__v_CCLD_1 = | |
81ecdfbb | 226 | @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || |
6fd8e7c2 | 227 | LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) |
d0ac1c44 SM |
228 | LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
229 | $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) | |
230 | AM_V_LEX = $(am__v_LEX_@AM_V@) | |
231 | am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) | |
232 | am__v_LEX_0 = @echo " LEX " $@; | |
233 | am__v_LEX_1 = | |
42ecbf5e | 234 | YLWRAP = $(top_srcdir)/../ylwrap |
81ecdfbb | 235 | @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || |
d0ac1c44 SM |
236 | am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ |
237 | -e s/c++$$/h++/ -e s/c$$/h/ | |
6fd8e7c2 | 238 | YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) |
d0ac1c44 SM |
239 | LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
240 | $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) | |
241 | AM_V_YACC = $(am__v_YACC_@AM_V@) | |
242 | am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) | |
243 | am__v_YACC_0 = @echo " YACC " $@; | |
244 | am__v_YACC_1 = | |
439b7f41 | 245 | SOURCES = $(libldtestplug_la_SOURCES) $(libldtestplug2_la_SOURCES) \ |
3355cb3b L |
246 | $(libldtestplug3_la_SOURCES) $(libldtestplug4_la_SOURCES) \ |
247 | $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES) | |
d0ac1c44 SM |
248 | AM_V_DVIPS = $(am__v_DVIPS_@AM_V@) |
249 | am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@) | |
250 | am__v_DVIPS_0 = @echo " DVIPS " $@; | |
251 | am__v_DVIPS_1 = | |
252 | AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@) | |
253 | am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@) | |
254 | am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; | |
255 | am__v_MAKEINFO_1 = | |
256 | AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@) | |
257 | am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@) | |
258 | am__v_INFOHTML_0 = @echo " INFOHTML" $@; | |
259 | am__v_INFOHTML_1 = | |
260 | AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@) | |
261 | am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@) | |
262 | am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; | |
263 | am__v_TEXI2DVI_1 = | |
264 | AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@) | |
265 | am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@) | |
266 | am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; | |
267 | am__v_TEXI2PDF_1 = | |
268 | AM_V_texinfo = $(am__v_texinfo_@AM_V@) | |
269 | am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@) | |
270 | am__v_texinfo_0 = -q | |
271 | am__v_texinfo_1 = | |
272 | AM_V_texidevnull = $(am__v_texidevnull_@AM_V@) | |
273 | am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) | |
274 | am__v_texidevnull_0 = > /dev/null | |
275 | am__v_texidevnull_1 = | |
d5fbea21 | 276 | INFO_DEPS = ld.info |
959a202e | 277 | am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo |
42ecbf5e DJ |
278 | DVIS = ld.dvi |
279 | PDFS = ld.pdf | |
280 | PSS = ld.ps | |
281 | HTMLS = ld.html | |
d0ac1c44 | 282 | TEXINFOS = ld.texi |
42ecbf5e DJ |
283 | TEXI2PDF = $(TEXI2DVI) --pdf --batch |
284 | MAKEINFOHTML = $(MAKEINFO) --html | |
285 | AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) | |
286 | DVIPS = dvips | |
d0ac1c44 SM |
287 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
288 | ctags-recursive dvi-recursive html-recursive info-recursive \ | |
289 | install-data-recursive install-dvi-recursive \ | |
290 | install-exec-recursive install-html-recursive \ | |
291 | install-info-recursive install-pdf-recursive \ | |
292 | install-ps-recursive install-recursive installcheck-recursive \ | |
293 | installdirs-recursive pdf-recursive ps-recursive \ | |
294 | tags-recursive uninstall-recursive | |
6fd8e7c2 L |
295 | am__can_run_installinfo = \ |
296 | case $$AM_UPDATE_INFO_DIR in \ | |
297 | n|no|NO) false;; \ | |
298 | *) (install-info --version) >/dev/null 2>&1;; \ | |
299 | esac | |
81ecdfbb RW |
300 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
301 | am__vpath_adj = case $$p in \ | |
302 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
303 | *) f=$$p;; \ | |
304 | esac; | |
305 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
306 | am__install_max = 40 | |
307 | am__nobase_strip_setup = \ | |
308 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
309 | am__nobase_strip = \ | |
310 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
311 | am__nobase_list = $(am__nobase_strip_setup); \ | |
312 | for p in $$list; do echo "$$p $$p"; done | \ | |
313 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
314 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
315 | if (++n[$$2] == $(am__install_max)) \ | |
316 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
317 | END { for (dir in files) print dir, files[dir] }' | |
318 | am__base_list = \ | |
319 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
320 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
6fd8e7c2 L |
321 | am__uninstall_files_from_dir = { \ |
322 | test -z "$$files" \ | |
323 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |
324 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |
325 | $(am__cd) "$$dir" && rm -f $$files; }; \ | |
326 | } | |
42ecbf5e | 327 | man1dir = $(mandir)/man1 |
42ecbf5e DJ |
328 | NROFF = nroff |
329 | MANS = $(man_MANS) | |
81ecdfbb RW |
330 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
331 | distclean-recursive maintainer-clean-recursive | |
d0ac1c44 SM |
332 | am__recursive_targets = \ |
333 | $(RECURSIVE_TARGETS) \ | |
334 | $(RECURSIVE_CLEAN_TARGETS) \ | |
335 | $(am__extra_recursive_targets) | |
336 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | |
337 | cscope | |
338 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | |
339 | $(LISP)config.in | |
340 | # Read a list of newline-separated strings from the standard input, | |
341 | # and print each of them once, without duplicates. Input order is | |
342 | # *not* preserved. | |
343 | am__uniquify_input = $(AWK) '\ | |
344 | BEGIN { nonempty = 0; } \ | |
345 | { items[$$0] = 1; nonempty = 1; } \ | |
346 | END { if (nonempty) { for (i in items) print i; }; } \ | |
347 | ' | |
348 | # Make sure the list of sources is unique. This is necessary because, | |
349 | # e.g., the same source file might be shared among _SOURCES variables | |
350 | # for different programs/libraries. | |
351 | am__define_uniq_tagged_files = \ | |
352 | list='$(am__tagged_files)'; \ | |
353 | unique=`for i in $$list; do \ | |
354 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
355 | done | $(am__uniquify_input)` | |
42ecbf5e DJ |
356 | ETAGS = etags |
357 | CTAGS = ctags | |
d0ac1c44 | 358 | CSCOPE = cscope |
42ecbf5e DJ |
359 | DEJATOOL = $(PACKAGE) |
360 | RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir | |
361 | DIST_SUBDIRS = $(SUBDIRS) | |
4fda8867 | 362 | transform = s/^ld-new$$/$(installed_linker)/;@program_transform_name@ |
42ecbf5e | 363 | ACLOCAL = @ACLOCAL@ |
42ecbf5e | 364 | AMTAR = @AMTAR@ |
d0ac1c44 | 365 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
d7040cdb | 366 | AR = @AR@ |
42ecbf5e DJ |
367 | AUTOCONF = @AUTOCONF@ |
368 | AUTOHEADER = @AUTOHEADER@ | |
369 | AUTOMAKE = @AUTOMAKE@ | |
370 | AWK = @AWK@ | |
252b5132 RH |
371 | CATALOGS = @CATALOGS@ |
372 | CATOBJEXT = @CATOBJEXT@ | |
373 | CC = @CC@ | |
42ecbf5e DJ |
374 | CCDEPMODE = @CCDEPMODE@ |
375 | CFLAGS = @CFLAGS@ | |
9c933e04 | 376 | CPP = @CPP@ |
42ecbf5e | 377 | CPPFLAGS = @CPPFLAGS@ |
3cb62297 L |
378 | CXX = @CXX@ |
379 | CXXCPP = @CXXCPP@ | |
380 | CXXDEPMODE = @CXXDEPMODE@ | |
381 | CXXFLAGS = @CXXFLAGS@ | |
42ecbf5e | 382 | CYGPATH_W = @CYGPATH_W@ |
252b5132 | 383 | DATADIRNAME = @DATADIRNAME@ |
42ecbf5e DJ |
384 | DEFS = @DEFS@ |
385 | DEPDIR = @DEPDIR@ | |
b214d478 | 386 | DSYMUTIL = @DSYMUTIL@ |
d7040cdb | 387 | DUMPBIN = @DUMPBIN@ |
42ecbf5e DJ |
388 | ECHO_C = @ECHO_C@ |
389 | ECHO_N = @ECHO_N@ | |
390 | ECHO_T = @ECHO_T@ | |
391 | EGREP = @EGREP@ | |
392 | EMUL = @EMUL@ | |
3336653a | 393 | EMULATION_LIBPATH = @EMULATION_LIBPATH@ |
42ecbf5e DJ |
394 | EMULATION_OFILES = @EMULATION_OFILES@ |
395 | EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@ | |
da54c6eb | 396 | EXEEXT = @EXEEXT@ |
d7040cdb | 397 | FGREP = @FGREP@ |
20e95c23 | 398 | GENCAT = @GENCAT@ |
252b5132 | 399 | GMSGFMT = @GMSGFMT@ |
d7040cdb | 400 | GREP = @GREP@ |
252b5132 | 401 | HDEFINES = @HDEFINES@ |
20e95c23 | 402 | INCINTL = @INCINTL@ |
81ecdfbb | 403 | INSTALL = @INSTALL@ |
42ecbf5e DJ |
404 | INSTALL_DATA = @INSTALL_DATA@ |
405 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
406 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
407 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
252b5132 | 408 | INSTOBJEXT = @INSTOBJEXT@ |
d7040cdb | 409 | LD = @LD@ |
42ecbf5e DJ |
410 | LDFLAGS = @LDFLAGS@ |
411 | LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` | |
412 | LEXLIB = @LEXLIB@ | |
413 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ | |
20e95c23 DJ |
414 | LIBINTL = @LIBINTL@ |
415 | LIBINTL_DEP = @LIBINTL_DEP@ | |
42ecbf5e DJ |
416 | LIBOBJS = @LIBOBJS@ |
417 | LIBS = @LIBS@ | |
252b5132 | 418 | LIBTOOL = @LIBTOOL@ |
42ecbf5e DJ |
419 | |
420 | # Search path to override the default search path for -lfoo libraries. | |
421 | # If LIB_PATH is empty, the ones in the script (if any) are left alone. | |
422 | # (The default is usually /lib:/usr/lib:/usr/local/lib, unless building | |
423 | # a cross-linker, in which case the default is empty. See genscripts.sh.) | |
424 | # Otherwise, they are replaced with the ones given in LIB_PATH, | |
425 | # which may have the form: LIB_PATH=/lib:/usr/local/lib. This can be set | |
426 | # when the linker is configured via the --with-lib-path configure switch. | |
427 | LIB_PATH = @LIB_PATH@ | |
b214d478 | 428 | LIPO = @LIPO@ |
252b5132 | 429 | LN_S = @LN_S@ |
42ecbf5e | 430 | LTLIBOBJS = @LTLIBOBJS@ |
252b5132 | 431 | MAINT = @MAINT@ |
da54c6eb | 432 | MAKEINFO = @MAKEINFO@ |
81ecdfbb | 433 | MKDIR_P = @MKDIR_P@ |
252b5132 RH |
434 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
435 | MSGFMT = @MSGFMT@ | |
20e95c23 | 436 | MSGMERGE = @MSGMERGE@ |
252b5132 | 437 | NATIVE_LIB_DIRS = @NATIVE_LIB_DIRS@ |
d7040cdb | 438 | NM = @NM@ |
b214d478 | 439 | NMEDIT = @NMEDIT@ |
42ecbf5e | 440 | NO_WERROR = @NO_WERROR@ |
b214d478 | 441 | OBJDUMP = @OBJDUMP@ |
3a9d486c | 442 | OBJEXT = @OBJEXT@ |
b214d478 SE |
443 | OTOOL = @OTOOL@ |
444 | OTOOL64 = @OTOOL64@ | |
252b5132 | 445 | PACKAGE = @PACKAGE@ |
42ecbf5e DJ |
446 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
447 | PACKAGE_NAME = @PACKAGE_NAME@ | |
448 | PACKAGE_STRING = @PACKAGE_STRING@ | |
449 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
81ecdfbb | 450 | PACKAGE_URL = @PACKAGE_URL@ |
42ecbf5e DJ |
451 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
452 | PATH_SEPARATOR = @PATH_SEPARATOR@ | |
252b5132 RH |
453 | POSUB = @POSUB@ |
454 | RANLIB = @RANLIB@ | |
d7040cdb | 455 | SED = @SED@ |
42ecbf5e DJ |
456 | SET_MAKE = @SET_MAKE@ |
457 | SHELL = @SHELL@ | |
597e2591 | 458 | STRINGIFY = @STRINGIFY@ |
3a9d486c | 459 | STRIP = @STRIP@ |
9c8ebd6a DJ |
460 | TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@ |
461 | TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@ | |
42ecbf5e DJ |
462 | |
463 | # This is the real libbfd.a created by libtool. | |
464 | TESTBFDLIB = @TESTBFDLIB@ | |
252b5132 | 465 | USE_NLS = @USE_NLS@ |
252b5132 | 466 | VERSION = @VERSION@ |
42ecbf5e | 467 | WARN_CFLAGS = @WARN_CFLAGS@ |
c5da1932 | 468 | WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@ |
6fd8e7c2 | 469 | WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@ |
42ecbf5e DJ |
470 | XGETTEXT = @XGETTEXT@ |
471 | YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi` | |
81ecdfbb RW |
472 | YFLAGS = -d |
473 | abs_builddir = @abs_builddir@ | |
474 | abs_srcdir = @abs_srcdir@ | |
475 | abs_top_builddir = @abs_top_builddir@ | |
476 | abs_top_srcdir = @abs_top_srcdir@ | |
42ecbf5e | 477 | ac_ct_CC = @ac_ct_CC@ |
3cb62297 | 478 | ac_ct_CXX = @ac_ct_CXX@ |
d7040cdb | 479 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
42ecbf5e DJ |
480 | am__include = @am__include@ |
481 | am__leading_dot = @am__leading_dot@ | |
482 | am__quote = @am__quote@ | |
483 | am__tar = @am__tar@ | |
484 | am__untar = @am__untar@ | |
485 | bindir = @bindir@ | |
486 | build = @build@ | |
487 | build_alias = @build_alias@ | |
488 | build_cpu = @build_cpu@ | |
489 | build_os = @build_os@ | |
490 | build_vendor = @build_vendor@ | |
81ecdfbb | 491 | builddir = @builddir@ |
42ecbf5e | 492 | datadir = @datadir@ |
108a6f8e | 493 | datarootdir = @datarootdir@ |
eccbf555 | 494 | do_compare = @do_compare@ |
108a6f8e | 495 | docdir = @docdir@ |
81ecdfbb | 496 | dvidir = @dvidir@ |
c58212ea L |
497 | elf_list_options = @elf_list_options@ |
498 | elf_plt_unwind_list_options = @elf_plt_unwind_list_options@ | |
499 | elf_shlib_list_options = @elf_shlib_list_options@ | |
02ecc8e9 | 500 | enable_initfini_array = @enable_initfini_array@ |
42ecbf5e DJ |
501 | exec_prefix = @exec_prefix@ |
502 | host = @host@ | |
503 | host_alias = @host_alias@ | |
504 | host_cpu = @host_cpu@ | |
505 | host_os = @host_os@ | |
506 | host_vendor = @host_vendor@ | |
108a6f8e | 507 | htmldir = @htmldir@ |
42ecbf5e DJ |
508 | includedir = @includedir@ |
509 | infodir = @infodir@ | |
4fda8867 | 510 | install_as_default = @install_as_default@ |
42ecbf5e | 511 | install_sh = @install_sh@ |
4fda8867 | 512 | installed_linker = @installed_linker@ |
42ecbf5e DJ |
513 | libdir = @libdir@ |
514 | libexecdir = @libexecdir@ | |
81ecdfbb | 515 | localedir = @localedir@ |
42ecbf5e DJ |
516 | localstatedir = @localstatedir@ |
517 | mandir = @mandir@ | |
518 | mkdir_p = @mkdir_p@ | |
519 | oldincludedir = @oldincludedir@ | |
31dd3154 | 520 | pdfdir = @pdfdir@ |
42ecbf5e DJ |
521 | prefix = @prefix@ |
522 | program_transform_name = @program_transform_name@ | |
81ecdfbb | 523 | psdir = @psdir@ |
42ecbf5e DJ |
524 | sbindir = @sbindir@ |
525 | sharedstatedir = @sharedstatedir@ | |
81ecdfbb | 526 | srcdir = @srcdir@ |
42ecbf5e DJ |
527 | sysconfdir = @sysconfdir@ |
528 | target = @target@ | |
529 | target_alias = @target_alias@ | |
530 | target_cpu = @target_cpu@ | |
531 | target_os = @target_os@ | |
532 | target_vendor = @target_vendor@ | |
81ecdfbb RW |
533 | top_build_prefix = @top_build_prefix@ |
534 | top_builddir = @top_builddir@ | |
535 | top_srcdir = @top_srcdir@ | |
9c8ebd6a | 536 | use_sysroot = @use_sysroot@ |
1ff6de03 NA |
537 | zlibdir = @zlibdir@ |
538 | zlibinc = @zlibinc@ | |
d0ac1c44 | 539 | AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign info-in-builddir |
79887925 | 540 | ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
959a202e | 541 | TEXINFO_TEX = ../texinfo/texinfo.tex |
252b5132 | 542 | SUBDIRS = po |
252b5132 | 543 | tooldir = $(exec_prefix)/$(target_alias) |
a15af8e2 RW |
544 | |
545 | # Automake 1.10+ disables lex and yacc output file regeneration if | |
546 | # maintainer mode is disabled. Avoid this. | |
547 | am__skiplex = | |
548 | am__skipyacc = | |
1ff6de03 NA |
549 | |
550 | # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is | |
551 | # -I../zlib, unless we were configured with --with-system-zlib, in which | |
552 | # case both are empty. | |
553 | ZLIB = @zlibdir@ -lz | |
554 | ZLIBINC = @zlibinc@ | |
c58212ea L |
555 | ELF_CLFAGS = -DELF_LIST_OPTIONS=@elf_list_options@ \ |
556 | -DELF_SHLIB_LIST_OPTIONS=@elf_shlib_list_options@ \ | |
557 | -DELF_PLT_UNWIND_LIST_OPTIONS=@elf_plt_unwind_list_options@ | |
558 | ||
559 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) | |
5d3236ee DK |
560 | @ENABLE_PLUGINS_FALSE@PLUGIN_C = |
561 | ||
562 | # Conditionally enable the plugin interface. | |
563 | @ENABLE_PLUGINS_TRUE@PLUGIN_C = plugin.c | |
564 | @ENABLE_PLUGINS_FALSE@PLUGIN_H = | |
565 | @ENABLE_PLUGINS_TRUE@PLUGIN_H = plugin.h | |
566 | @ENABLE_PLUGINS_FALSE@PLUGIN_OBJECT = | |
567 | @ENABLE_PLUGINS_TRUE@PLUGIN_OBJECT = plugin.@OBJEXT@ | |
568 | @ENABLE_PLUGINS_FALSE@PLUGIN_CFLAGS = | |
569 | @ENABLE_PLUGINS_TRUE@PLUGIN_CFLAGS = -DENABLE_PLUGINS | |
a2d91340 | 570 | |
252b5132 RH |
571 | # We put the scripts in the directory $(scriptdir)/ldscripts. |
572 | # We can't put the scripts in $(datadir) because the SEARCH_DIR | |
573 | # directives need to be different for native and cross linkers. | |
574 | scriptdir = $(tooldir)/lib | |
252b5132 RH |
575 | BASEDIR = $(srcdir)/.. |
576 | BFDDIR = $(BASEDIR)/bfd | |
577 | INCDIR = $(BASEDIR)/include | |
252b5132 RH |
578 | |
579 | # What version of the manual to build | |
580 | DOCVER = gen | |
581 | ||
d0ac1c44 | 582 | # Options to extract the man page from ld.texi |
0285c67d | 583 | MANCONF = -Dman |
38fc1cb1 | 584 | TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS) |
a154a8ad MM |
585 | POD2MAN = pod2man --center="GNU Development Tools" \ |
586 | --release="binutils-$(VERSION)" --section=1 | |
0285c67d | 587 | |
252b5132 RH |
588 | |
589 | # Setup the testing framework, if you have one | |
c3298874 BE |
590 | EXPECT = expect |
591 | RUNTEST = runtest | |
252b5132 | 592 | RUNTESTFLAGS = |
a154a8ad MM |
593 | CC_FOR_TARGET = ` \ |
594 | if [ -f $$r/../gcc/xgcc ] ; then \ | |
595 | if [ -f $$r/../newlib/Makefile ] ; then \ | |
596 | echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ | |
597 | else \ | |
598 | echo $$r/../gcc/xgcc -B$$r/../gcc/; \ | |
599 | fi; \ | |
600 | else \ | |
601 | if [ "@host@" = "@target@" ] ; then \ | |
602 | echo $(CC); \ | |
603 | else \ | |
604 | echo gcc | sed '$(transform)'; \ | |
605 | fi; \ | |
606 | fi` | |
252b5132 | 607 | |
a154a8ad | 608 | CXX_FOR_TARGET = ` \ |
55255dae | 609 | if [ -f $$r/../gcc/g++ ] ; then \ |
a154a8ad | 610 | if [ -f $$r/../newlib/Makefile ] ; then \ |
55255dae | 611 | echo $$r/../gcc/g++ -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ |
a154a8ad | 612 | else \ |
55255dae | 613 | echo $$r/../gcc/g++ -B$$r/../gcc/; \ |
a154a8ad | 614 | fi; \ |
06ea285d NC |
615 | elif [ -f $$r/../gcc/xg++ ] ; then \ |
616 | if [ -f $$r/../newlib/Makefile ] ; then \ | |
617 | echo $$r/../gcc/xg++ -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ | |
618 | else \ | |
619 | echo $$r/../gcc/xg++ -B$$r/../gcc/; \ | |
620 | fi; \ | |
a154a8ad MM |
621 | else \ |
622 | if [ "@host@" = "@target@" ] ; then \ | |
623 | echo $(CXX); \ | |
624 | else \ | |
55255dae | 625 | echo g++ | sed '$(transform)'; \ |
a154a8ad MM |
626 | fi; \ |
627 | fi` | |
252b5132 | 628 | |
22d6c51b | 629 | |
c5da1932 | 630 | # Strip out sanitization options as we want to test building binaries without any extra paraphernalia |
22d6c51b NC |
631 | CFLAGS_FOR_TARGET = `echo $(CFLAGS) | sed -e 's/-fsanitize=address//g' -e 's/-fsanitize=undefined//g'` |
632 | CXXFLAGS_FOR_TARGET = `echo $(CXXFLAGS) | sed -e 's/-fsanitize=address//g' -e 's/-fsanitize=undefined//g'` | |
d0ac1c44 | 633 | info_TEXINFOS = ld.texi |
c428fa83 | 634 | ld_TEXINFOS = configdoc.texi |
d0ac1c44 | 635 | noinst_TEXINFOS = ldint.texi |
252b5132 | 636 | man_MANS = ld.1 |
c428fa83 L |
637 | AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \ |
638 | -I $(top_srcdir)/../libiberty | |
639 | ||
640 | TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \ | |
641 | -I $(top_srcdir)/../libiberty | |
642 | ||
1ff6de03 | 643 | AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @zlibinc@ \ |
5d3236ee | 644 | @INCINTL@ $(HDEFINES) $(CFLAGS) $(PLUGIN_CFLAGS) \ |
92f01d61 JM |
645 | -DLOCALEDIR="\"$(datadir)/locale\"" |
646 | ||
252b5132 RH |
647 | BFDLIB = ../bfd/libbfd.la |
648 | LIBIBERTY = ../libiberty/libiberty.a | |
1ff6de03 | 649 | LIBCTF = ../libctf/libctf.a |
cc9519e7 AM |
650 | |
651 | # These all start with e so 'make clean' can find them. | |
9034a328 | 652 | ALL_EMULATION_SOURCES = \ |
3ed41d59 AM |
653 | eaix5ppc.c \ |
654 | eaix5rs6.c \ | |
9034a328 RW |
655 | eaixppc.c \ |
656 | eaixrs6.c \ | |
657 | ealpha.c \ | |
658 | ealphavms.c \ | |
886a2506 NC |
659 | earcv2elf.c \ |
660 | earcv2elfx.c \ | |
9034a328 | 661 | earcelf.c \ |
886a2506 NC |
662 | earcelf_prof.c \ |
663 | earclinux.c \ | |
07ccf83c | 664 | earclinux_nps.c \ |
886a2506 | 665 | earclinux_prof.c \ |
9034a328 | 666 | earm_wince_pe.c \ |
9034a328 | 667 | earmelf.c \ |
9034a328 | 668 | earmelf_fbsd.c \ |
d5451cd4 | 669 | earmelf_fuchsia.c \ |
9034a328 RW |
670 | earmelf_linux.c \ |
671 | earmelf_linux_eabi.c \ | |
617a5ada | 672 | earmelf_linux_fdpiceabi.c \ |
b38cadfb | 673 | earmelf_nacl.c \ |
3ed41d59 | 674 | earmelf_nbsd.c \ |
a2bea324 | 675 | earmelf_phoenix.c \ |
3ed41d59 AM |
676 | earmelf_vxworks.c \ |
677 | earmelfb.c \ | |
1804dbce | 678 | earmelfb_fbsd.c \ |
d5451cd4 | 679 | earmelfb_fuchsia.c \ |
9034a328 RW |
680 | earmelfb_linux.c \ |
681 | earmelfb_linux_eabi.c \ | |
617a5ada | 682 | earmelfb_linux_fdpiceabi.c \ |
b38cadfb | 683 | earmelfb_nacl.c \ |
9034a328 | 684 | earmelfb_nbsd.c \ |
3ed41d59 | 685 | earmnto.c \ |
9034a328 RW |
686 | earmpe.c \ |
687 | earmsymbian.c \ | |
9034a328 | 688 | eavr1.c \ |
3ed41d59 | 689 | eavr2.c \ |
9034a328 RW |
690 | eavr25.c \ |
691 | eavr3.c \ | |
692 | eavr31.c \ | |
693 | eavr35.c \ | |
694 | eavr4.c \ | |
695 | eavr5.c \ | |
696 | eavr51.c \ | |
697 | eavr6.c \ | |
cc382d46 AM |
698 | eavrxmega1.c \ |
699 | eavrxmega2.c \ | |
700 | eavrxmega3.c \ | |
701 | eavrxmega4.c \ | |
702 | eavrxmega5.c \ | |
703 | eavrxmega6.c \ | |
704 | eavrxmega7.c \ | |
f36e8886 | 705 | eavrtiny.c \ |
9034a328 RW |
706 | ecrisaout.c \ |
707 | ecriself.c \ | |
708 | ecrislinux.c \ | |
b8891f8d AJ |
709 | ecskyelf.c \ |
710 | ecskyelf_linux.c \ | |
9034a328 RW |
711 | ed10velf.c \ |
712 | ed30v_e.c \ | |
713 | ed30v_o.c \ | |
714 | ed30velf.c \ | |
9034a328 | 715 | eelf32_dlx.c \ |
9034a328 RW |
716 | eelf32_sparc.c \ |
717 | eelf32_sparc_sol2.c \ | |
718 | eelf32_sparc_vxworks.c \ | |
3ed41d59 | 719 | eelf32_spu.c \ |
9034a328 RW |
720 | eelf32_tic6x_be.c \ |
721 | eelf32_tic6x_le.c \ | |
2a616379 BS |
722 | eelf32_tic6x_linux_be.c \ |
723 | eelf32_tic6x_linux_le.c \ | |
724 | eelf32_tic6x_elf_be.c \ | |
725 | eelf32_tic6x_elf_le.c \ | |
bc77a04a | 726 | eelf32am33lin.c \ |
9034a328 RW |
727 | eelf32bfin.c \ |
728 | eelf32bfinfd.c \ | |
3ed41d59 AM |
729 | eelf32cr16.c \ |
730 | eelf32cr16c.c \ | |
731 | eelf32crx.c \ | |
cfb8c092 | 732 | eelf32epiphany.c \ |
f204ddb8 | 733 | eelf32epiphany_4x4.c \ |
9034a328 RW |
734 | eelf32fr30.c \ |
735 | eelf32frv.c \ | |
3ed41d59 | 736 | eelf32frvfd.c \ |
3f8107ab | 737 | eelf32ft32.c \ |
9034a328 | 738 | eelf32ip2k.c \ |
9034a328 | 739 | eelf32iq10.c \ |
3ed41d59 | 740 | eelf32iq2000.c \ |
9034a328 RW |
741 | eelf32lm32.c \ |
742 | eelf32lm32fd.c \ | |
9034a328 | 743 | eelf32lppc.c \ |
49926cd0 | 744 | eelf32lppclinux.c \ |
9034a328 RW |
745 | eelf32lppcnto.c \ |
746 | eelf32lppcsim.c \ | |
747 | eelf32m32c.c \ | |
3ed41d59 | 748 | eelf32mb_linux.c \ |
865d0aef | 749 | eelf32mbel_linux.c \ |
9034a328 RW |
750 | eelf32mcore.c \ |
751 | eelf32mep.c \ | |
a3c62988 | 752 | eelf32metag.c \ |
f23200ad | 753 | eelf32microblazeel.c \ |
9034a328 | 754 | eelf32microblaze.c \ |
3ed41d59 | 755 | eelf32moxie.c \ |
48494700 | 756 | emoxiebox.c \ |
9034a328 | 757 | eelf32mt.c \ |
73589c9d CS |
758 | eelf32or1k.c \ |
759 | eelf32or1k_linux.c \ | |
9034a328 RW |
760 | eelf32ppc.c \ |
761 | eelf32ppc_fbsd.c \ | |
762 | eelf32ppclinux.c \ | |
763 | eelf32ppcnto.c \ | |
764 | eelf32ppcsim.c \ | |
9034a328 | 765 | eelf32ppcvxworks.c \ |
3ed41d59 | 766 | eelf32ppcwindiss.c \ |
e23eba97 | 767 | eelf32lriscv.c \ |
10d98088 JW |
768 | eelf32lriscv_ilp32f.c \ |
769 | eelf32lriscv_ilp32.c \ | |
99c513f6 | 770 | eelf32rl78.c \ |
9034a328 | 771 | eelf32rx.c \ |
aa137e4d | 772 | eelf32tilegx.c \ |
fb6cedde | 773 | eelf32tilegx_be.c \ |
aa137e4d | 774 | eelf32tilepro.c \ |
9034a328 | 775 | eelf32vax.c \ |
c18392d8 | 776 | eelf32visium.c \ |
3ed41d59 AM |
777 | eelf32xc16x.c \ |
778 | eelf32xc16xl.c \ | |
779 | eelf32xc16xs.c \ | |
9034a328 RW |
780 | eelf32xstormy16.c \ |
781 | eelf32xtensa.c \ | |
782 | eelf_i386.c \ | |
783 | eelf_i386_be.c \ | |
9034a328 RW |
784 | eelf_i386_fbsd.c \ |
785 | eelf_i386_ldso.c \ | |
5a68afcf | 786 | eelf_i386_nacl.c \ |
9034a328 RW |
787 | eelf_i386_sol2.c \ |
788 | eelf_i386_vxworks.c \ | |
7e0a8112 | 789 | eelf_iamcu.c \ |
9034a328 | 790 | eelf_s390.c \ |
9034a328 | 791 | eh8300elf.c \ |
5518c738 | 792 | eh8300elf_linux.c \ |
9034a328 | 793 | eh8300helf.c \ |
5518c738 | 794 | eh8300helf_linux.c \ |
9034a328 | 795 | eh8300hnelf.c \ |
3ed41d59 | 796 | eh8300self.c \ |
5518c738 | 797 | eh8300self_linux.c \ |
9034a328 RW |
798 | eh8300snelf.c \ |
799 | eh8300sxelf.c \ | |
5518c738 | 800 | eh8300sxelf_linux.c \ |
9034a328 | 801 | eh8300sxnelf.c \ |
9034a328 RW |
802 | ehppaelf.c \ |
803 | ehppalinux.c \ | |
804 | ehppanbsd.c \ | |
805 | ehppaobsd.c \ | |
9034a328 RW |
806 | ei386beos.c \ |
807 | ei386bsd.c \ | |
9034a328 | 808 | ei386go32.c \ |
9034a328 | 809 | ei386lynx.c \ |
9034a328 RW |
810 | ei386moss.c \ |
811 | ei386msdos.c \ | |
9034a328 | 812 | ei386nto.c \ |
9034a328 RW |
813 | ei386pe.c \ |
814 | ei386pe_posix.c \ | |
9034a328 | 815 | em32relf.c \ |
9034a328 | 816 | em32relf_linux.c \ |
3ed41d59 | 817 | em32rlelf.c \ |
9034a328 RW |
818 | em32rlelf_linux.c \ |
819 | em68hc11elf.c \ | |
820 | em68hc11elfb.c \ | |
821 | em68hc12elf.c \ | |
822 | em68hc12elfb.c \ | |
9034a328 RW |
823 | em68kelf.c \ |
824 | em68kelfnbsd.c \ | |
7b4ae824 | 825 | em9s12zelf.c \ |
9034a328 | 826 | emcorepe.c \ |
3ed41d59 AM |
827 | emn10200.c \ |
828 | emn10300.c \ | |
08e2f2bb | 829 | emsp430elf.c \ |
13761a11 | 830 | emsp430X.c \ |
35c08157 KLC |
831 | ends32elf.c \ |
832 | ends32elf16m.c \ | |
833 | ends32elf_linux.c \ | |
834 | ends32belf.c \ | |
835 | ends32belf16m.c \ | |
836 | ends32belf_linux.c \ | |
9034a328 | 837 | ens32knbsd.c \ |
07cccc39 AM |
838 | enios2elf.c \ |
839 | enios2linux.c \ | |
9034a328 RW |
840 | epc532macha.c \ |
841 | epdp11.c \ | |
842 | epjelf.c \ | |
843 | epjlelf.c \ | |
3ed41d59 | 844 | eppclynx.c \ |
9034a328 | 845 | eppcmacos.c \ |
9034a328 | 846 | eppcpe.c \ |
27c3ce29 | 847 | epruelf.c \ |
9034a328 RW |
848 | escore3_elf.c \ |
849 | escore7_elf.c \ | |
850 | esh.c \ | |
3ed41d59 | 851 | eshelf.c \ |
9034a328 | 852 | eshelf_fd.c \ |
9034a328 | 853 | eshelf_linux.c \ |
9034a328 | 854 | eshelf_nbsd.c \ |
9034a328 | 855 | eshelf_nto.c \ |
9034a328 RW |
856 | eshelf_uclinux.c \ |
857 | eshelf_vxworks.c \ | |
9034a328 RW |
858 | eshl.c \ |
859 | eshlelf.c \ | |
3ed41d59 AM |
860 | eshlelf_fd.c \ |
861 | eshlelf_linux.c \ | |
862 | eshlelf_nbsd.c \ | |
863 | eshlelf_nto.c \ | |
864 | eshlelf_vxworks.c \ | |
9034a328 | 865 | eshpe.c \ |
9034a328 RW |
866 | etic30aout.c \ |
867 | etic30coff.c \ | |
868 | etic3xcoff.c \ | |
869 | etic3xcoff_onchip.c \ | |
870 | etic4xcoff.c \ | |
871 | etic54xcoff.c \ | |
872 | etic80coff.c \ | |
3ed41d59 | 873 | ev850.c \ |
e63962bc | 874 | ev850_rh850.c \ |
9034a328 | 875 | evanilla.c \ |
9034a328 | 876 | evaxnbsd.c \ |
f6c1a2d5 | 877 | exgateelf.c \ |
9034a328 | 878 | ez80.c \ |
3ed41d59 | 879 | ez8001.c \ |
9034a328 RW |
880 | ez8002.c |
881 | ||
882 | ALL_EMULATIONS = $(ALL_EMULATION_SOURCES:.c=.@OBJEXT@) | |
883 | ALL_64_EMULATION_SOURCES = \ | |
a06ea964 | 884 | eaarch64elf.c \ |
cec5225b | 885 | eaarch64elf32.c \ |
a06ea964 | 886 | eaarch64elfb.c \ |
70f0bc67 | 887 | eaarch64elf32b.c \ |
a75cf613 ES |
888 | eaarch64cloudabi.c \ |
889 | eaarch64cloudabib.c \ | |
15c7659f AT |
890 | eaarch64fbsd.c \ |
891 | eaarch64fbsdb.c \ | |
a06ea964 NC |
892 | eaarch64linux.c \ |
893 | eaarch64linuxb.c \ | |
56244278 AP |
894 | eaarch64linux32.c \ |
895 | eaarch64linux32b.c \ | |
3ed41d59 | 896 | eelf32_x86_64.c \ |
5a68afcf | 897 | eelf32_x86_64_nacl.c \ |
42429eac RS |
898 | eelf32b4300.c \ |
899 | eelf32bmip.c \ | |
900 | eelf32bmipn32.c \ | |
901 | eelf32bsmip.c \ | |
902 | eelf32btsmip.c \ | |
903 | eelf32btsmip_fbsd.c \ | |
904 | eelf32btsmipn32.c \ | |
905 | eelf32btsmipn32_fbsd.c \ | |
906 | eelf32ebmip.c \ | |
907 | eelf32ebmipvxworks.c \ | |
908 | eelf32elmip.c \ | |
909 | eelf32elmipvxworks.c \ | |
910 | eelf32l4300.c \ | |
911 | eelf32lmip.c \ | |
912 | eelf32lr5900.c \ | |
913 | eelf32lr5900n32.c \ | |
914 | eelf32lsmip.c \ | |
915 | eelf32ltsmip.c \ | |
916 | eelf32ltsmip_fbsd.c \ | |
917 | eelf32ltsmipn32.c \ | |
918 | eelf32ltsmipn32_fbsd.c \ | |
919 | eelf32mipswindiss.c \ | |
9034a328 | 920 | eelf64_aix.c \ |
8376927b | 921 | eelf64bpf.c \ |
9034a328 RW |
922 | eelf64_ia64.c \ |
923 | eelf64_ia64_fbsd.c \ | |
202e2356 | 924 | eelf64_ia64_vms.c \ |
9034a328 RW |
925 | eelf64_s390.c \ |
926 | eelf64_sparc.c \ | |
927 | eelf64_sparc_fbsd.c \ | |
928 | eelf64_sparc_sol2.c \ | |
929 | eelf64alpha.c \ | |
930 | eelf64alpha_fbsd.c \ | |
931 | eelf64alpha_nbsd.c \ | |
932 | eelf64bmip.c \ | |
933 | eelf64btsmip.c \ | |
aeffff67 | 934 | eelf64btsmip_fbsd.c \ |
3ed41d59 AM |
935 | eelf64hppa.c \ |
936 | eelf64lppc.c \ | |
e23eba97 | 937 | eelf64lriscv.c \ |
10d98088 JW |
938 | eelf64lriscv_lp64f.c \ |
939 | eelf64lriscv_lp64.c \ | |
9034a328 | 940 | eelf64ltsmip.c \ |
aeffff67 | 941 | eelf64ltsmip_fbsd.c \ |
9034a328 | 942 | eelf64mmix.c \ |
9034a328 | 943 | eelf64ppc.c \ |
bd59d916 | 944 | eelf64ppc_fbsd.c \ |
a6dea726 | 945 | eelf64rdos.c \ |
aa137e4d | 946 | eelf64tilegx.c \ |
5a68afcf | 947 | eelf64tilegx_be.c \ |
3ed41d59 AM |
948 | eelf_l1om.c \ |
949 | eelf_l1om_fbsd.c \ | |
7a9068fe L |
950 | eelf_k1om.c \ |
951 | eelf_k1om_fbsd.c \ | |
3ed41d59 | 952 | eelf_x86_64.c \ |
6036f486 | 953 | eelf_x86_64_cloudabi.c \ |
3ed41d59 | 954 | eelf_x86_64_fbsd.c \ |
5a68afcf | 955 | eelf_x86_64_nacl.c \ |
3ed41d59 AM |
956 | eelf_x86_64_sol2.c \ |
957 | ehppa64linux.c \ | |
9d069ac3 | 958 | ei386pep.c \ |
211dc24b | 959 | emmo.c |
9034a328 | 960 | |
4560bc04 | 961 | ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=.@OBJEXT@) |
a154a8ad | 962 | ALL_EMUL_EXTRA_OFILES = \ |
52a6ecd2 | 963 | deffilep.@OBJEXT@ \ |
d871d478 AM |
964 | pe-dll.@OBJEXT@ \ |
965 | ldelf.@OBJEXT@ \ | |
966 | ldelfgen.@OBJEXT@ | |
9d069ac3 NC |
967 | |
968 | ALL_64_EMUL_EXTRA_OFILES = \ | |
52a6ecd2 | 969 | pep-dll.@OBJEXT@ |
a154a8ad | 970 | |
a154a8ad MM |
971 | CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ |
972 | ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ | |
5d3236ee | 973 | mri.c ldcref.c pe-dll.c pep-dll.c ldlex-wrapper.c \ |
d871d478 | 974 | $(PLUGIN_C) ldbuildid.c ldelf.c ldelfgen.c |
a154a8ad | 975 | |
a154a8ad MM |
976 | HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \ |
977 | ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \ | |
5d3236ee | 978 | ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h \ |
d871d478 | 979 | elf-hints-local.h $(PLUGIN_H) ldbuildid.h ldelf.h ldelfgen.h |
252b5132 | 980 | |
252b5132 RH |
981 | GENERATED_CFILES = ldgram.c ldlex.c deffilep.c |
982 | GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h | |
64ac50ac RW |
983 | |
984 | # Require an early dependency on the generated headers, as the dependency | |
985 | # tracking will not cause them to be built beforehand. | |
986 | BUILT_SOURCES = $(GENERATED_HFILES) | |
5d3236ee DK |
987 | OFILES = ldgram.@OBJEXT@ ldlex-wrapper.@OBJEXT@ lexsup.@OBJEXT@ ldlang.@OBJEXT@ \ |
988 | mri.@OBJEXT@ ldctor.@OBJEXT@ ldmain.@OBJEXT@ $(PLUGIN_OBJECT) \ | |
52a6ecd2 | 989 | ldwrite.@OBJEXT@ ldexp.@OBJEXT@ ldemul.@OBJEXT@ ldver.@OBJEXT@ ldmisc.@OBJEXT@ \ |
61e2488c JT |
990 | ldfile.@OBJEXT@ ldcref.@OBJEXT@ ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} \ |
991 | ldbuildid.@OBJEXT@ | |
252b5132 | 992 | |
52a6ecd2 | 993 | STAGESTUFF = *.@OBJEXT@ ldscripts/* e*.c |
33589acb AM |
994 | SRC_POTFILES = $(CFILES) $(HFILES) |
995 | BLD_POTFILES = $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES) | |
cc9519e7 AM |
996 | @AMDEP_FALSE@GENDEPDIR = |
997 | @AMDEP_TRUE@GENDEPDIR = $(DEPDIR) | |
998 | GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh "${srcdir}" "${libdir}" "${prefix}" "${exec_prefix}" @host@ @target@ @target_alias@ "$(GENDEPDIR)" "${LIB_PATH}" "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@ @enable_initfini_array@ | |
597e2591 | 999 | GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed |
252b5132 | 1000 | |
67798033 | 1001 | # We need this for automake to use YLWRAP. |
64ac50ac RW |
1002 | # Allow dependency tracking to work for these files, too. |
1003 | ||
1004 | # Dependency tracking for the generated emulation files. | |
d871d478 AM |
1005 | EXTRA_ld_new_SOURCES = deffilep.y ldlex.l pep-dll.c pe-dll.c ldelf.c \ |
1006 | ldelfgen.c $(ALL_EMULATION_SOURCES) \ | |
1007 | $(ALL_64_EMULATION_SOURCES) | |
45e481d1 | 1008 | ld_new_SOURCES = ldgram.y ldlex-wrapper.c lexsup.c ldlang.c mri.c ldctor.c ldmain.c \ |
61e2488c JT |
1009 | ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c $(PLUGIN_C) \ |
1010 | ldbuildid.c | |
252b5132 | 1011 | |
edf84efc | 1012 | ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) \ |
1ff6de03 | 1013 | $(BFDLIB) $(LIBCTF) $(LIBIBERTY) $(LIBINTL_DEP) |
5063daf7 | 1014 | |
1ff6de03 | 1015 | ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBCTF) $(LIBIBERTY) $(LIBINTL) $(ZLIB) |
7dd36a6f | 1016 | # |
5a68afcf | 1017 | # |
5d3236ee DK |
1018 | # Build a dummy plugin using libtool. |
1019 | # | |
3355cb3b L |
1020 | @ENABLE_PLUGINS_TRUE@noinst_LTLIBRARIES = libldtestplug.la libldtestplug2.la \ |
1021 | @ENABLE_PLUGINS_TRUE@ libldtestplug3.la libldtestplug4.la | |
1022 | ||
5d3236ee DK |
1023 | @ENABLE_PLUGINS_TRUE@libldtestplug_la_SOURCES = testplug.c |
1024 | @ENABLE_PLUGINS_TRUE@libldtestplug_la_CFLAGS = -g -O2 | |
1025 | @ENABLE_PLUGINS_TRUE@libldtestplug_la_LDFLAGS = -no-undefined -rpath /nowhere | |
439b7f41 L |
1026 | @ENABLE_PLUGINS_TRUE@libldtestplug2_la_SOURCES = testplug2.c |
1027 | @ENABLE_PLUGINS_TRUE@libldtestplug2_la_CFLAGS = -g -O2 | |
1028 | @ENABLE_PLUGINS_TRUE@libldtestplug2_la_LDFLAGS = -no-undefined -rpath /nowhere | |
1029 | @ENABLE_PLUGINS_TRUE@libldtestplug3_la_SOURCES = testplug3.c | |
1030 | @ENABLE_PLUGINS_TRUE@libldtestplug3_la_CFLAGS = -g -O2 | |
1031 | @ENABLE_PLUGINS_TRUE@libldtestplug3_la_LDFLAGS = -no-undefined -rpath /nowhere | |
3355cb3b L |
1032 | @ENABLE_PLUGINS_TRUE@libldtestplug4_la_SOURCES = testplug4.c |
1033 | @ENABLE_PLUGINS_TRUE@libldtestplug4_la_CFLAGS = -g -O2 | |
1034 | @ENABLE_PLUGINS_TRUE@libldtestplug4_la_LDFLAGS = -no-undefined -rpath /nowhere | |
14ec8efd | 1035 | MAINTAINERCLEANFILES = configdoc.texi ld.1 ld.info |
252b5132 | 1036 | |
2e98a7bd AM |
1037 | # We want to reconfigure if configure.host or configure.tgt changes. |
1038 | # development.sh is used to determine -Werror default. | |
42ecbf5e | 1039 | CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host $(srcdir)/configure.tgt \ |
2e98a7bd | 1040 | $(BFDDIR)/development.sh |
465bc359 | 1041 | |
7dd36a6f | 1042 | EXTRA_DEJAGNU_SITE_CONFIG = development.exp |
a154a8ad | 1043 | MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \ |
52a6ecd2 | 1044 | ldemul-list.h crtbegin.@OBJEXT@ crtend.@OBJEXT@ ld.log ld.sum |
252b5132 | 1045 | |
52a6ecd2 | 1046 | CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 spu_ovl.s spu_ovl.@OBJEXT@ spu_icache.s spu_icache.@OBJEXT@ |
252b5132 RH |
1047 | |
1048 | # Stuff that should be included in a distribution. The diststuff | |
1049 | # target is run by the taz target in ../Makefile.in. | |
52a6ecd2 NC |
1050 | EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.@OBJEXT@_c \ |
1051 | emultempl/spu_icache.@OBJEXT@_c deffilep.c deffilep.h $(man_MANS) | |
0332c262 | 1052 | |
50ff67e6 | 1053 | DISTCLEANFILES = site.exp development.exp site.bak stringify.sed |
64ac50ac | 1054 | all: $(BUILT_SOURCES) config.h |
42ecbf5e | 1055 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
465bc359 | 1056 | |
325fab4e | 1057 | .SUFFIXES: |
d5fbea21 | 1058 | .SUFFIXES: .c .dvi .l .lo .o .obj .ps .y |
6fd8e7c2 | 1059 | am--refresh: Makefile |
42ecbf5e DJ |
1060 | @: |
1061 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | |
1062 | @for dep in $?; do \ | |
1063 | case '$(am__configure_deps)' in \ | |
1064 | *$$dep*) \ | |
81ecdfbb RW |
1065 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
1066 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | |
42ecbf5e DJ |
1067 | && exit 0; \ |
1068 | exit 1;; \ | |
1069 | esac; \ | |
1070 | done; \ | |
81ecdfbb RW |
1071 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
1072 | $(am__cd) $(top_srcdir) && \ | |
1073 | $(AUTOMAKE) --foreign Makefile | |
42ecbf5e DJ |
1074 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
1075 | @case '$?' in \ | |
1076 | *config.status*) \ | |
1077 | echo ' $(SHELL) ./config.status'; \ | |
1078 | $(SHELL) ./config.status;; \ | |
1079 | *) \ | |
1080 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
1081 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
1082 | esac; | |
1083 | ||
1084 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
465bc359 | 1085 | $(SHELL) ./config.status --recheck |
42ecbf5e DJ |
1086 | |
1087 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
81ecdfbb | 1088 | $(am__cd) $(srcdir) && $(AUTOCONF) |
42ecbf5e | 1089 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
81ecdfbb RW |
1090 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
1091 | $(am__aclocal_m4_deps): | |
252b5132 | 1092 | |
42ecbf5e | 1093 | config.h: stamp-h1 |
d0ac1c44 SM |
1094 | @test -f $@ || rm -f stamp-h1 |
1095 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 | |
da54c6eb | 1096 | |
42ecbf5e DJ |
1097 | stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status |
1098 | @rm -f stamp-h1 | |
1099 | cd $(top_builddir) && $(SHELL) ./config.status config.h | |
1100 | $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
81ecdfbb | 1101 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
42ecbf5e DJ |
1102 | rm -f stamp-h1 |
1103 | touch $@ | |
252b5132 RH |
1104 | |
1105 | distclean-hdr: | |
42ecbf5e DJ |
1106 | -rm -f config.h stamp-h1 |
1107 | po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in | |
1108 | cd $(top_builddir) && $(SHELL) ./config.status $@ | |
5d3236ee DK |
1109 | |
1110 | clean-noinstLTLIBRARIES: | |
1111 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | |
d0ac1c44 SM |
1112 | @list='$(noinst_LTLIBRARIES)'; \ |
1113 | locs=`for p in $$list; do echo $$p; done | \ | |
1114 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | |
1115 | sort -u`; \ | |
1116 | test -z "$$locs" || { \ | |
1117 | echo rm -f $${locs}; \ | |
1118 | rm -f $${locs}; \ | |
1119 | } | |
1120 | ||
6fd8e7c2 | 1121 | libldtestplug.la: $(libldtestplug_la_OBJECTS) $(libldtestplug_la_DEPENDENCIES) $(EXTRA_libldtestplug_la_DEPENDENCIES) |
d0ac1c44 SM |
1122 | $(AM_V_CCLD)$(libldtestplug_la_LINK) $(am_libldtestplug_la_rpath) $(libldtestplug_la_OBJECTS) $(libldtestplug_la_LIBADD) $(LIBS) |
1123 | ||
6fd8e7c2 | 1124 | libldtestplug2.la: $(libldtestplug2_la_OBJECTS) $(libldtestplug2_la_DEPENDENCIES) $(EXTRA_libldtestplug2_la_DEPENDENCIES) |
d0ac1c44 SM |
1125 | $(AM_V_CCLD)$(libldtestplug2_la_LINK) $(am_libldtestplug2_la_rpath) $(libldtestplug2_la_OBJECTS) $(libldtestplug2_la_LIBADD) $(LIBS) |
1126 | ||
6fd8e7c2 | 1127 | libldtestplug3.la: $(libldtestplug3_la_OBJECTS) $(libldtestplug3_la_DEPENDENCIES) $(EXTRA_libldtestplug3_la_DEPENDENCIES) |
d0ac1c44 SM |
1128 | $(AM_V_CCLD)$(libldtestplug3_la_LINK) $(am_libldtestplug3_la_rpath) $(libldtestplug3_la_OBJECTS) $(libldtestplug3_la_LIBADD) $(LIBS) |
1129 | ||
3355cb3b | 1130 | libldtestplug4.la: $(libldtestplug4_la_OBJECTS) $(libldtestplug4_la_DEPENDENCIES) $(EXTRA_libldtestplug4_la_DEPENDENCIES) |
d0ac1c44 | 1131 | $(AM_V_CCLD)$(libldtestplug4_la_LINK) $(am_libldtestplug4_la_rpath) $(libldtestplug4_la_OBJECTS) $(libldtestplug4_la_LIBADD) $(LIBS) |
14ec8efd RW |
1132 | install-binPROGRAMS: $(bin_PROGRAMS) |
1133 | @$(NORMAL_INSTALL) | |
14ec8efd | 1134 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
6fd8e7c2 L |
1135 | if test -n "$$list"; then \ |
1136 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ | |
1137 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ | |
1138 | fi; \ | |
14ec8efd RW |
1139 | for p in $$list; do echo "$$p $$p"; done | \ |
1140 | sed 's/$(EXEEXT)$$//' | \ | |
d0ac1c44 SM |
1141 | while read p p1; do if test -f $$p \ |
1142 | || test -f $$p1 \ | |
1143 | ; then echo "$$p"; echo "$$p"; else :; fi; \ | |
14ec8efd | 1144 | done | \ |
d0ac1c44 SM |
1145 | sed -e 'p;s,.*/,,;n;h' \ |
1146 | -e 's|.*|.|' \ | |
14ec8efd RW |
1147 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
1148 | sed 'N;N;N;s,\n, ,g' | \ | |
1149 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ | |
1150 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ | |
1151 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ | |
1152 | else { print "f", $$3 "/" $$4, $$1; } } \ | |
1153 | END { for (d in files) print "f", d, files[d] }' | \ | |
1154 | while read type dir files; do \ | |
1155 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ | |
1156 | test -z "$$files" || { \ | |
1157 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ | |
1158 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ | |
1159 | } \ | |
1160 | ; done | |
1161 | ||
1162 | uninstall-binPROGRAMS: | |
1163 | @$(NORMAL_UNINSTALL) | |
1164 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | |
1165 | files=`for p in $$list; do echo "$$p"; done | \ | |
1166 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ | |
d0ac1c44 SM |
1167 | -e 's/$$/$(EXEEXT)/' \ |
1168 | `; \ | |
14ec8efd RW |
1169 | test -n "$$list" || exit 0; \ |
1170 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ | |
1171 | cd "$(DESTDIR)$(bindir)" && rm -f $$files | |
1172 | ||
1173 | clean-binPROGRAMS: | |
1174 | @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ | |
81ecdfbb RW |
1175 | echo " rm -f" $$list; \ |
1176 | rm -f $$list || exit $$?; \ | |
1177 | test -n "$(EXEEXT)" || exit 0; \ | |
1178 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | |
1179 | echo " rm -f" $$list; \ | |
1180 | rm -f $$list | |
42ecbf5e | 1181 | ldgram.h: ldgram.c |
6fd8e7c2 L |
1182 | @if test ! -f $@; then rm -f ldgram.c; else :; fi |
1183 | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ldgram.c; else :; fi | |
42ecbf5e | 1184 | deffilep.h: deffilep.c |
6fd8e7c2 L |
1185 | @if test ! -f $@; then rm -f deffilep.c; else :; fi |
1186 | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) deffilep.c; else :; fi | |
d0ac1c44 | 1187 | |
6fd8e7c2 | 1188 | ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES) $(EXTRA_ld_new_DEPENDENCIES) |
42ecbf5e | 1189 | @rm -f ld-new$(EXEEXT) |
d0ac1c44 | 1190 | $(AM_V_CCLD)$(LINK) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS) |
2b282e8b NC |
1191 | |
1192 | mostlyclean-compile: | |
2b282e8b NC |
1193 | -rm -f *.$(OBJEXT) |
1194 | ||
2b282e8b NC |
1195 | distclean-compile: |
1196 | -rm -f *.tab.c | |
1197 | ||
64ac50ac | 1198 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deffilep.Po@am__quote@ |
868ac092 AM |
1199 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabi.Po@am__quote@ |
1200 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabib.Po@am__quote@ | |
a06ea964 | 1201 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf.Po@am__quote@ |
cec5225b | 1202 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32.Po@am__quote@ |
70f0bc67 | 1203 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32b.Po@am__quote@ |
a06ea964 | 1204 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elfb.Po@am__quote@ |
15c7659f AT |
1205 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsd.Po@am__quote@ |
1206 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsdb.Po@am__quote@ | |
a06ea964 | 1207 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux.Po@am__quote@ |
56244278 AP |
1208 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32.Po@am__quote@ |
1209 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Po@am__quote@ | |
a06ea964 | 1210 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Po@am__quote@ |
3ed41d59 AM |
1211 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5ppc.Po@am__quote@ |
1212 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5rs6.Po@am__quote@ | |
9034a328 RW |
1213 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixppc.Po@am__quote@ |
1214 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixrs6.Po@am__quote@ | |
1215 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealpha.Po@am__quote@ | |
1216 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealphavms.Po@am__quote@ | |
1217 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcelf.Po@am__quote@ | |
886a2506 NC |
1218 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcelf_prof.Po@am__quote@ |
1219 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux.Po@am__quote@ | |
07ccf83c | 1220 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_nps.Po@am__quote@ |
886a2506 NC |
1221 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_prof.Po@am__quote@ |
1222 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elf.Po@am__quote@ | |
1223 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elfx.Po@am__quote@ | |
9034a328 | 1224 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm_wince_pe.Po@am__quote@ |
9034a328 RW |
1225 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf.Po@am__quote@ |
1226 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fbsd.Po@am__quote@ | |
d5451cd4 | 1227 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fuchsia.Po@am__quote@ |
9034a328 RW |
1228 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux.Po@am__quote@ |
1229 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_eabi.Po@am__quote@ | |
617a5ada | 1230 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_fdpiceabi.Po@am__quote@ |
b38cadfb | 1231 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nacl.Po@am__quote@ |
9034a328 | 1232 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nbsd.Po@am__quote@ |
a2bea324 | 1233 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_phoenix.Po@am__quote@ |
9034a328 RW |
1234 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_vxworks.Po@am__quote@ |
1235 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb.Po@am__quote@ | |
1804dbce | 1236 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fbsd.Po@am__quote@ |
d5451cd4 | 1237 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fuchsia.Po@am__quote@ |
9034a328 RW |
1238 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux.Po@am__quote@ |
1239 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_eabi.Po@am__quote@ | |
617a5ada | 1240 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_fdpiceabi.Po@am__quote@ |
b38cadfb | 1241 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nacl.Po@am__quote@ |
9034a328 | 1242 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nbsd.Po@am__quote@ |
9034a328 RW |
1243 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmnto.Po@am__quote@ |
1244 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmpe.Po@am__quote@ | |
1245 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmsymbian.Po@am__quote@ | |
1246 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr1.Po@am__quote@ | |
1247 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr2.Po@am__quote@ | |
1248 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr25.Po@am__quote@ | |
1249 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr3.Po@am__quote@ | |
1250 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr31.Po@am__quote@ | |
1251 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr35.Po@am__quote@ | |
1252 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr4.Po@am__quote@ | |
1253 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr5.Po@am__quote@ | |
1254 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr51.Po@am__quote@ | |
1255 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr6.Po@am__quote@ | |
f36e8886 | 1256 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrtiny.Po@am__quote@ |
cc382d46 AM |
1257 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega1.Po@am__quote@ |
1258 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega2.Po@am__quote@ | |
1259 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega3.Po@am__quote@ | |
1260 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega4.Po@am__quote@ | |
1261 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega5.Po@am__quote@ | |
1262 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega6.Po@am__quote@ | |
1263 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega7.Po@am__quote@ | |
9034a328 RW |
1264 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrisaout.Po@am__quote@ |
1265 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecriself.Po@am__quote@ | |
1266 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrislinux.Po@am__quote@ | |
b8891f8d AJ |
1267 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf.Po@am__quote@ |
1268 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf_linux.Po@am__quote@ | |
9034a328 RW |
1269 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed10velf.Po@am__quote@ |
1270 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_e.Po@am__quote@ | |
1271 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_o.Po@am__quote@ | |
1272 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30velf.Po@am__quote@ | |
9034a328 | 1273 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_dlx.Po@am__quote@ |
9034a328 RW |
1274 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc.Po@am__quote@ |
1275 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_sol2.Po@am__quote@ | |
1276 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_vxworks.Po@am__quote@ | |
1277 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_spu.Po@am__quote@ | |
1278 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_be.Po@am__quote@ | |
2a616379 BS |
1279 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_be.Po@am__quote@ |
1280 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_le.Po@am__quote@ | |
9034a328 | 1281 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_le.Po@am__quote@ |
2a616379 BS |
1282 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_be.Po@am__quote@ |
1283 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_le.Po@am__quote@ | |
351f65ca | 1284 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Po@am__quote@ |
5a68afcf | 1285 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64_nacl.Po@am__quote@ |
bc77a04a | 1286 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32am33lin.Po@am__quote@ |
9034a328 RW |
1287 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32b4300.Po@am__quote@ |
1288 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfin.Po@am__quote@ | |
1289 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfinfd.Po@am__quote@ | |
1290 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmip.Po@am__quote@ | |
1291 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmipn32.Po@am__quote@ | |
3ed41d59 | 1292 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bsmip.Po@am__quote@ |
9034a328 | 1293 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip.Po@am__quote@ |
aeffff67 | 1294 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip_fbsd.Po@am__quote@ |
9034a328 | 1295 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32.Po@am__quote@ |
aeffff67 | 1296 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32_fbsd.Po@am__quote@ |
9034a328 RW |
1297 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32cr16.Po@am__quote@ |
1298 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32cr16c.Po@am__quote@ | |
1299 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32crx.Po@am__quote@ | |
1300 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmip.Po@am__quote@ | |
1301 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmipvxworks.Po@am__quote@ | |
1302 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmip.Po@am__quote@ | |
1303 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmipvxworks.Po@am__quote@ | |
cfb8c092 | 1304 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany.Po@am__quote@ |
f204ddb8 | 1305 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany_4x4.Po@am__quote@ |
9034a328 RW |
1306 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32fr30.Po@am__quote@ |
1307 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frv.Po@am__quote@ | |
1308 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frvfd.Po@am__quote@ | |
3f8107ab | 1309 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ft32.Po@am__quote@ |
9034a328 RW |
1310 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ip2k.Po@am__quote@ |
1311 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq10.Po@am__quote@ | |
1312 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq2000.Po@am__quote@ | |
1313 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32l4300.Po@am__quote@ | |
1314 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32.Po@am__quote@ | |
1315 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32fd.Po@am__quote@ | |
1316 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lmip.Po@am__quote@ | |
1317 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppc.Po@am__quote@ | |
49926cd0 | 1318 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppclinux.Po@am__quote@ |
9034a328 RW |
1319 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcnto.Po@am__quote@ |
1320 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcsim.Po@am__quote@ | |
cc382d46 AM |
1321 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900.Po@am__quote@ |
1322 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900n32.Po@am__quote@ | |
e23eba97 | 1323 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv.Po@am__quote@ |
10d98088 JW |
1324 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32.Po@am__quote@ |
1325 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32f.Po@am__quote@ | |
3ed41d59 | 1326 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lsmip.Po@am__quote@ |
9034a328 | 1327 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip.Po@am__quote@ |
aeffff67 | 1328 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip_fbsd.Po@am__quote@ |
9034a328 | 1329 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32.Po@am__quote@ |
aeffff67 | 1330 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32_fbsd.Po@am__quote@ |
9034a328 RW |
1331 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32m32c.Po@am__quote@ |
1332 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mb_linux.Po@am__quote@ | |
865d0aef | 1333 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mbel_linux.Po@am__quote@ |
9034a328 RW |
1334 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mcore.Po@am__quote@ |
1335 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mep.Po@am__quote@ | |
a3c62988 | 1336 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32metag.Po@am__quote@ |
9034a328 | 1337 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblaze.Po@am__quote@ |
f23200ad | 1338 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblazeel.Po@am__quote@ |
9034a328 RW |
1339 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mipswindiss.Po@am__quote@ |
1340 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32moxie.Po@am__quote@ | |
1341 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mt.Po@am__quote@ | |
73589c9d CS |
1342 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k.Po@am__quote@ |
1343 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k_linux.Po@am__quote@ | |
9034a328 RW |
1344 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc.Po@am__quote@ |
1345 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc_fbsd.Po@am__quote@ | |
1346 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppclinux.Po@am__quote@ | |
1347 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcnto.Po@am__quote@ | |
1348 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcsim.Po@am__quote@ | |
1349 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcvxworks.Po@am__quote@ | |
1350 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcwindiss.Po@am__quote@ | |
99c513f6 | 1351 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rl78.Po@am__quote@ |
9034a328 | 1352 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rx.Po@am__quote@ |
59b84450 | 1353 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx.Po@am__quote@ |
fb6cedde | 1354 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx_be.Po@am__quote@ |
59b84450 | 1355 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilepro.Po@am__quote@ |
9034a328 | 1356 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32vax.Po@am__quote@ |
c18392d8 | 1357 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32visium.Po@am__quote@ |
9034a328 RW |
1358 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16x.Po@am__quote@ |
1359 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16xl.Po@am__quote@ | |
1360 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16xs.Po@am__quote@ | |
1361 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xstormy16.Po@am__quote@ | |
1362 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xtensa.Po@am__quote@ | |
1363 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_aix.Po@am__quote@ | |
1364 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64.Po@am__quote@ | |
1365 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_fbsd.Po@am__quote@ | |
202e2356 | 1366 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_vms.Po@am__quote@ |
9034a328 RW |
1367 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_s390.Po@am__quote@ |
1368 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc.Po@am__quote@ | |
1369 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_fbsd.Po@am__quote@ | |
1370 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_sol2.Po@am__quote@ | |
1371 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha.Po@am__quote@ | |
1372 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_fbsd.Po@am__quote@ | |
1373 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_nbsd.Po@am__quote@ | |
1374 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bmip.Po@am__quote@ | |
8376927b | 1375 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bpf.Po@am__quote@ |
9034a328 | 1376 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip.Po@am__quote@ |
aeffff67 | 1377 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip_fbsd.Po@am__quote@ |
9034a328 RW |
1378 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64hppa.Po@am__quote@ |
1379 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lppc.Po@am__quote@ | |
e23eba97 | 1380 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv.Po@am__quote@ |
10d98088 JW |
1381 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64.Po@am__quote@ |
1382 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64f.Po@am__quote@ | |
9034a328 | 1383 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip.Po@am__quote@ |
aeffff67 | 1384 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip_fbsd.Po@am__quote@ |
9034a328 RW |
1385 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64mmix.Po@am__quote@ |
1386 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc.Po@am__quote@ | |
bd59d916 | 1387 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc_fbsd.Po@am__quote@ |
a6dea726 | 1388 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64rdos.Po@am__quote@ |
59b84450 | 1389 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx.Po@am__quote@ |
fb6cedde | 1390 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx_be.Po@am__quote@ |
9034a328 RW |
1391 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386.Po@am__quote@ |
1392 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_be.Po@am__quote@ | |
9034a328 RW |
1393 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_fbsd.Po@am__quote@ |
1394 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_ldso.Po@am__quote@ | |
5a68afcf | 1395 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_nacl.Po@am__quote@ |
9034a328 RW |
1396 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_sol2.Po@am__quote@ |
1397 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_vxworks.Po@am__quote@ | |
7e0a8112 | 1398 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_iamcu.Po@am__quote@ |
7a9068fe L |
1399 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om.Po@am__quote@ |
1400 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om_fbsd.Po@am__quote@ | |
9034a328 RW |
1401 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om.Po@am__quote@ |
1402 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om_fbsd.Po@am__quote@ | |
1403 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_s390.Po@am__quote@ | |
1404 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64.Po@am__quote@ | |
6036f486 | 1405 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_cloudabi.Po@am__quote@ |
9034a328 | 1406 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_fbsd.Po@am__quote@ |
5a68afcf | 1407 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_nacl.Po@am__quote@ |
9034a328 | 1408 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_sol2.Po@am__quote@ |
9034a328 | 1409 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf.Po@am__quote@ |
5518c738 | 1410 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf_linux.Po@am__quote@ |
9034a328 | 1411 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf.Po@am__quote@ |
5518c738 | 1412 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf_linux.Po@am__quote@ |
9034a328 | 1413 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300hnelf.Po@am__quote@ |
9034a328 | 1414 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self.Po@am__quote@ |
5518c738 | 1415 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self_linux.Po@am__quote@ |
9034a328 | 1416 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300snelf.Po@am__quote@ |
9034a328 | 1417 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf.Po@am__quote@ |
5518c738 | 1418 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf_linux.Po@am__quote@ |
9034a328 | 1419 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxnelf.Po@am__quote@ |
9034a328 RW |
1420 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppa64linux.Po@am__quote@ |
1421 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaelf.Po@am__quote@ | |
1422 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppalinux.Po@am__quote@ | |
1423 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppanbsd.Po@am__quote@ | |
1424 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaobsd.Po@am__quote@ | |
9034a328 RW |
1425 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386beos.Po@am__quote@ |
1426 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386bsd.Po@am__quote@ | |
9034a328 | 1427 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386go32.Po@am__quote@ |
9034a328 | 1428 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386lynx.Po@am__quote@ |
9034a328 RW |
1429 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386moss.Po@am__quote@ |
1430 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386msdos.Po@am__quote@ | |
9034a328 | 1431 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386nto.Po@am__quote@ |
9034a328 RW |
1432 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe.Po@am__quote@ |
1433 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe_posix.Po@am__quote@ | |
1434 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pep.Po@am__quote@ | |
9034a328 RW |
1435 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf.Po@am__quote@ |
1436 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf_linux.Po@am__quote@ | |
1437 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf.Po@am__quote@ | |
1438 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf_linux.Po@am__quote@ | |
1439 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elf.Po@am__quote@ | |
1440 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elfb.Po@am__quote@ | |
1441 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elf.Po@am__quote@ | |
1442 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elfb.Po@am__quote@ | |
9034a328 RW |
1443 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelf.Po@am__quote@ |
1444 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelfnbsd.Po@am__quote@ | |
7b4ae824 | 1445 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em9s12zelf.Po@am__quote@ |
9034a328 | 1446 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emcorepe.Po@am__quote@ |
9034a328 | 1447 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emmo.Po@am__quote@ |
3ed41d59 AM |
1448 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10200.Po@am__quote@ |
1449 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10300.Po@am__quote@ | |
c26fd071 | 1450 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emoxiebox.Po@am__quote@ |
13761a11 | 1451 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430X.Po@am__quote@ |
7e0a8112 | 1452 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430elf.Po@am__quote@ |
35c08157 KLC |
1453 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf.Po@am__quote@ |
1454 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf16m.Po@am__quote@ | |
1455 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf_linux.Po@am__quote@ | |
1456 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf.Po@am__quote@ | |
1457 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf16m.Po@am__quote@ | |
1458 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf_linux.Po@am__quote@ | |
07cccc39 AM |
1459 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2elf.Po@am__quote@ |
1460 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2linux.Po@am__quote@ | |
9034a328 | 1461 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ens32knbsd.Po@am__quote@ |
9034a328 RW |
1462 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epc532macha.Po@am__quote@ |
1463 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epdp11.Po@am__quote@ | |
1464 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjelf.Po@am__quote@ | |
1465 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjlelf.Po@am__quote@ | |
1466 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppclynx.Po@am__quote@ | |
1467 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcmacos.Po@am__quote@ | |
9034a328 | 1468 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcpe.Po@am__quote@ |
27c3ce29 | 1469 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epruelf.Po@am__quote@ |
9034a328 RW |
1470 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore3_elf.Po@am__quote@ |
1471 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore7_elf.Po@am__quote@ | |
1472 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esh.Po@am__quote@ | |
1473 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf.Po@am__quote@ | |
9034a328 RW |
1474 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_fd.Po@am__quote@ |
1475 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_linux.Po@am__quote@ | |
1476 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nbsd.Po@am__quote@ | |
1477 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nto.Po@am__quote@ | |
1478 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_uclinux.Po@am__quote@ | |
1479 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_vxworks.Po@am__quote@ | |
1480 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshl.Po@am__quote@ | |
1481 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf.Po@am__quote@ | |
9034a328 RW |
1482 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_fd.Po@am__quote@ |
1483 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_linux.Po@am__quote@ | |
1484 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nbsd.Po@am__quote@ | |
1485 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nto.Po@am__quote@ | |
1486 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_vxworks.Po@am__quote@ | |
9034a328 | 1487 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshpe.Po@am__quote@ |
9034a328 RW |
1488 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30aout.Po@am__quote@ |
1489 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30coff.Po@am__quote@ | |
1490 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff.Po@am__quote@ | |
1491 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff_onchip.Po@am__quote@ | |
1492 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic4xcoff.Po@am__quote@ | |
1493 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic54xcoff.Po@am__quote@ | |
1494 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic80coff.Po@am__quote@ | |
3ed41d59 | 1495 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850.Po@am__quote@ |
e63962bc | 1496 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850_rh850.Po@am__quote@ |
9034a328 | 1497 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evanilla.Po@am__quote@ |
9034a328 | 1498 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evaxnbsd.Po@am__quote@ |
f6c1a2d5 | 1499 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exgateelf.Po@am__quote@ |
9034a328 RW |
1500 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez80.Po@am__quote@ |
1501 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8001.Po@am__quote@ | |
1502 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8002.Po@am__quote@ | |
61e2488c | 1503 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldbuildid.Po@am__quote@ |
64ac50ac RW |
1504 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldcref.Po@am__quote@ |
1505 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldctor.Po@am__quote@ | |
d871d478 AM |
1506 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldelf.Po@am__quote@ |
1507 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldelfgen.Po@am__quote@ | |
64ac50ac RW |
1508 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldemul.Po@am__quote@ |
1509 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldexp.Po@am__quote@ | |
1510 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldfile.Po@am__quote@ | |
1511 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldgram.Po@am__quote@ | |
1512 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldlang.Po@am__quote@ | |
45e481d1 | 1513 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldlex-wrapper.Po@am__quote@ |
64ac50ac RW |
1514 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldlex.Po@am__quote@ |
1515 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldmain.Po@am__quote@ | |
1516 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldmisc.Po@am__quote@ | |
1517 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldver.Po@am__quote@ | |
1518 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldwrite.Po@am__quote@ | |
1519 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexsup.Po@am__quote@ | |
439b7f41 L |
1520 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug2_la-testplug2.Plo@am__quote@ |
1521 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug3_la-testplug3.Plo@am__quote@ | |
3355cb3b | 1522 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug4_la-testplug4.Plo@am__quote@ |
5d3236ee | 1523 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug_la-testplug.Plo@am__quote@ |
64ac50ac RW |
1524 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mri.Po@am__quote@ |
1525 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-dll.Po@am__quote@ | |
1526 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pep-dll.Po@am__quote@ | |
5d3236ee | 1527 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@ |
64ac50ac | 1528 | |
42ecbf5e | 1529 | .c.o: |
d0ac1c44 SM |
1530 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
1531 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
1532 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
64ac50ac | 1533 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
d0ac1c44 | 1534 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
42ecbf5e DJ |
1535 | |
1536 | .c.obj: | |
d0ac1c44 SM |
1537 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
1538 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
1539 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
64ac50ac | 1540 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
d0ac1c44 | 1541 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
da54c6eb | 1542 | |
a2d91340 | 1543 | .c.lo: |
d0ac1c44 SM |
1544 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
1545 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
1546 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
64ac50ac | 1547 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
d0ac1c44 | 1548 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
252b5132 | 1549 | |
5d3236ee | 1550 | libldtestplug_la-testplug.lo: testplug.c |
d0ac1c44 SM |
1551 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug_la_CFLAGS) $(CFLAGS) -MT libldtestplug_la-testplug.lo -MD -MP -MF $(DEPDIR)/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '$(srcdir)/'`testplug.c |
1552 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug_la-testplug.Tpo $(DEPDIR)/libldtestplug_la-testplug.Plo | |
1553 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug.c' object='libldtestplug_la-testplug.lo' libtool=yes @AMDEPBACKSLASH@ | |
5d3236ee | 1554 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
d0ac1c44 | 1555 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug_la_CFLAGS) $(CFLAGS) -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '$(srcdir)/'`testplug.c |
5d3236ee | 1556 | |
439b7f41 | 1557 | libldtestplug2_la-testplug2.lo: testplug2.c |
d0ac1c44 SM |
1558 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug2_la_CFLAGS) $(CFLAGS) -MT libldtestplug2_la-testplug2.lo -MD -MP -MF $(DEPDIR)/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '$(srcdir)/'`testplug2.c |
1559 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug2_la-testplug2.Tpo $(DEPDIR)/libldtestplug2_la-testplug2.Plo | |
1560 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug2.c' object='libldtestplug2_la-testplug2.lo' libtool=yes @AMDEPBACKSLASH@ | |
439b7f41 | 1561 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
d0ac1c44 | 1562 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug2_la_CFLAGS) $(CFLAGS) -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '$(srcdir)/'`testplug2.c |
439b7f41 L |
1563 | |
1564 | libldtestplug3_la-testplug3.lo: testplug3.c | |
d0ac1c44 SM |
1565 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug3_la_CFLAGS) $(CFLAGS) -MT libldtestplug3_la-testplug3.lo -MD -MP -MF $(DEPDIR)/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '$(srcdir)/'`testplug3.c |
1566 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug3_la-testplug3.Tpo $(DEPDIR)/libldtestplug3_la-testplug3.Plo | |
1567 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug3.c' object='libldtestplug3_la-testplug3.lo' libtool=yes @AMDEPBACKSLASH@ | |
439b7f41 | 1568 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
d0ac1c44 | 1569 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug3_la_CFLAGS) $(CFLAGS) -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '$(srcdir)/'`testplug3.c |
439b7f41 | 1570 | |
3355cb3b | 1571 | libldtestplug4_la-testplug4.lo: testplug4.c |
d0ac1c44 SM |
1572 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug4_la_CFLAGS) $(CFLAGS) -MT libldtestplug4_la-testplug4.lo -MD -MP -MF $(DEPDIR)/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '$(srcdir)/'`testplug4.c |
1573 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug4_la-testplug4.Tpo $(DEPDIR)/libldtestplug4_la-testplug4.Plo | |
1574 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug4.c' object='libldtestplug4_la-testplug4.lo' libtool=yes @AMDEPBACKSLASH@ | |
3355cb3b | 1575 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
d0ac1c44 | 1576 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug4_la_CFLAGS) $(CFLAGS) -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '$(srcdir)/'`testplug4.c |
3355cb3b | 1577 | |
42ecbf5e | 1578 | .l.c: |
d0ac1c44 | 1579 | $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) |
252b5132 | 1580 | |
42ecbf5e | 1581 | .y.c: |
d0ac1c44 | 1582 | $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) |
da54c6eb L |
1583 | |
1584 | mostlyclean-libtool: | |
1585 | -rm -f *.lo | |
1586 | ||
1587 | clean-libtool: | |
1588 | -rm -rf .libs _libs | |
1589 | ||
1590 | distclean-libtool: | |
81ecdfbb | 1591 | -rm -f libtool config.lt |
da54c6eb | 1592 | |
d0ac1c44 SM |
1593 | ld.info: ld.texi $(ld_TEXINFOS) |
1594 | $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ | |
42ecbf5e | 1595 | rm -rf $$backupdir && mkdir $$backupdir && \ |
38fc1cb1 DJ |
1596 | if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ |
1597 | for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ | |
1598 | if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ | |
1599 | done; \ | |
1600 | else :; fi && \ | |
42ecbf5e | 1601 | if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ |
d0ac1c44 | 1602 | -o $@ `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi; \ |
42ecbf5e DJ |
1603 | then \ |
1604 | rc=0; \ | |
42ecbf5e DJ |
1605 | else \ |
1606 | rc=$$?; \ | |
38fc1cb1 | 1607 | $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ |
42ecbf5e DJ |
1608 | fi; \ |
1609 | rm -rf $$backupdir; exit $$rc | |
252b5132 | 1610 | |
d0ac1c44 SM |
1611 | ld.dvi: ld.texi $(ld_TEXINFOS) |
1612 | $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ | |
42ecbf5e | 1613 | MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ |
d0ac1c44 SM |
1614 | $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ |
1615 | `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi | |
42ecbf5e | 1616 | |
d0ac1c44 SM |
1617 | ld.pdf: ld.texi $(ld_TEXINFOS) |
1618 | $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ | |
42ecbf5e | 1619 | MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ |
d0ac1c44 SM |
1620 | $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ |
1621 | `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi | |
42ecbf5e | 1622 | |
d0ac1c44 SM |
1623 | ld.html: ld.texi $(ld_TEXINFOS) |
1624 | $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) | |
1625 | $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ | |
1626 | -o $(@:.html=.htp) `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi; \ | |
42ecbf5e | 1627 | then \ |
d0ac1c44 | 1628 | rm -rf $@ && mv $(@:.html=.htp) $@; \ |
42ecbf5e | 1629 | else \ |
d0ac1c44 | 1630 | rm -rf $(@:.html=.htp); exit 1; \ |
42ecbf5e | 1631 | fi |
252b5132 | 1632 | .dvi.ps: |
d0ac1c44 SM |
1633 | $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ |
1634 | $(DVIPS) $(AM_V_texinfo) -o $@ $< | |
252b5132 | 1635 | |
81ecdfbb RW |
1636 | uninstall-dvi-am: |
1637 | @$(NORMAL_UNINSTALL) | |
1638 | @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ | |
1639 | for p in $$list; do \ | |
1640 | $(am__strip_dir) \ | |
1641 | echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ | |
1642 | rm -f "$(DESTDIR)$(dvidir)/$$f"; \ | |
1643 | done | |
1644 | ||
1645 | uninstall-html-am: | |
1646 | @$(NORMAL_UNINSTALL) | |
1647 | @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ | |
1648 | for p in $$list; do \ | |
1649 | $(am__strip_dir) \ | |
1650 | echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ | |
1651 | rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ | |
1652 | done | |
1653 | ||
42ecbf5e | 1654 | uninstall-info-am: |
b898a385 | 1655 | @$(PRE_UNINSTALL) |
6fd8e7c2 | 1656 | @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ |
252b5132 RH |
1657 | list='$(INFO_DEPS)'; \ |
1658 | for file in $$list; do \ | |
42ecbf5e DJ |
1659 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ |
1660 | echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ | |
81ecdfbb RW |
1661 | if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ |
1662 | then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ | |
252b5132 | 1663 | done; \ |
42ecbf5e | 1664 | else :; fi |
252b5132 | 1665 | @$(NORMAL_UNINSTALL) |
42ecbf5e | 1666 | @list='$(INFO_DEPS)'; \ |
252b5132 | 1667 | for file in $$list; do \ |
42ecbf5e DJ |
1668 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ |
1669 | relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ | |
81ecdfbb | 1670 | (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ |
b898a385 | 1671 | echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ |
42ecbf5e DJ |
1672 | rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ |
1673 | else :; fi); \ | |
252b5132 RH |
1674 | done |
1675 | ||
81ecdfbb RW |
1676 | uninstall-pdf-am: |
1677 | @$(NORMAL_UNINSTALL) | |
1678 | @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ | |
1679 | for p in $$list; do \ | |
1680 | $(am__strip_dir) \ | |
1681 | echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ | |
1682 | rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ | |
1683 | done | |
1684 | ||
1685 | uninstall-ps-am: | |
1686 | @$(NORMAL_UNINSTALL) | |
1687 | @list='$(PSS)'; test -n "$(psdir)" || list=; \ | |
1688 | for p in $$list; do \ | |
1689 | $(am__strip_dir) \ | |
1690 | echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ | |
1691 | rm -f "$(DESTDIR)$(psdir)/$$f"; \ | |
1692 | done | |
1693 | ||
252b5132 | 1694 | dist-info: $(INFO_DEPS) |
42ecbf5e | 1695 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
252b5132 RH |
1696 | list='$(INFO_DEPS)'; \ |
1697 | for base in $$list; do \ | |
42ecbf5e DJ |
1698 | case $$base in \ |
1699 | $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ | |
1700 | esac; \ | |
252b5132 | 1701 | if test -f $$base; then d=.; else d=$(srcdir); fi; \ |
81ecdfbb RW |
1702 | base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ |
1703 | for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ | |
1704 | if test -f $$file; then \ | |
1705 | relfile=`expr "$$file" : "$$d/\(.*\)"`; \ | |
1706 | test -f "$(distdir)/$$relfile" || \ | |
1707 | cp -p $$file "$(distdir)/$$relfile"; \ | |
1708 | else :; fi; \ | |
252b5132 RH |
1709 | done; \ |
1710 | done | |
1711 | ||
1712 | mostlyclean-aminfo: | |
d0ac1c44 | 1713 | -rm -rf ld.t2d ld.t2p |
81ecdfbb RW |
1714 | |
1715 | clean-aminfo: | |
1716 | -test -z "ld.dvi ld.pdf ld.ps ld.html" \ | |
1717 | || rm -rf ld.dvi ld.pdf ld.ps ld.html | |
252b5132 RH |
1718 | |
1719 | maintainer-clean-aminfo: | |
42ecbf5e DJ |
1720 | @list='$(INFO_DEPS)'; for i in $$list; do \ |
1721 | i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ | |
1722 | echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ | |
1723 | rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ | |
252b5132 | 1724 | done |
81ecdfbb | 1725 | install-man1: $(man_MANS) |
42ecbf5e | 1726 | @$(NORMAL_INSTALL) |
6fd8e7c2 L |
1727 | @list1=''; \ |
1728 | list2='$(man_MANS)'; \ | |
1729 | test -n "$(man1dir)" \ | |
1730 | && test -n "`echo $$list1$$list2`" \ | |
1731 | || exit 0; \ | |
1732 | echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ | |
1733 | $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ | |
1734 | { for i in $$list1; do echo "$$i"; done; \ | |
1735 | if test -n "$$list2"; then \ | |
1736 | for i in $$list2; do echo "$$i"; done \ | |
1737 | | sed -n '/\.1[a-z]*$$/p'; \ | |
1738 | fi; \ | |
81ecdfbb RW |
1739 | } | while read p; do \ |
1740 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ | |
1741 | echo "$$d$$p"; echo "$$p"; \ | |
1742 | done | \ | |
1743 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ | |
1744 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ | |
1745 | sed 'N;N;s,\n, ,g' | { \ | |
1746 | list=; while read file base inst; do \ | |
1747 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \ | |
1748 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ | |
1749 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ | |
1750 | fi; \ | |
252b5132 | 1751 | done; \ |
81ecdfbb RW |
1752 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
1753 | while read files; do \ | |
1754 | test -z "$$files" || { \ | |
1755 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ | |
1756 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ | |
1757 | done; } | |
1758 | ||
252b5132 | 1759 | uninstall-man1: |
42ecbf5e | 1760 | @$(NORMAL_UNINSTALL) |
81ecdfbb RW |
1761 | @list=''; test -n "$(man1dir)" || exit 0; \ |
1762 | files=`{ for i in $$list; do echo "$$i"; done; \ | |
1763 | l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ | |
1764 | sed -n '/\.1[a-z]*$$/p'; \ | |
1765 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ | |
1766 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ | |
6fd8e7c2 | 1767 | dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) |
252b5132 RH |
1768 | |
1769 | # This directory's subdirectories are mostly independent; you can cd | |
d0ac1c44 SM |
1770 | # into them and run 'make' without going through this Makefile. |
1771 | # To change the values of 'make' variables: instead of editing Makefiles, | |
1772 | # (1) if the variable is set in 'config.status', edit 'config.status' | |
1773 | # (which will cause the Makefiles to be regenerated when you run 'make'); | |
1774 | # (2) otherwise, pass the desired values on the 'make' command line. | |
1775 | $(am__recursive_targets): | |
1776 | @fail=; \ | |
1777 | if $(am__make_keepgoing); then \ | |
1778 | failcom='fail=yes'; \ | |
1779 | else \ | |
1780 | failcom='exit 1'; \ | |
1781 | fi; \ | |
252b5132 RH |
1782 | dot_seen=no; \ |
1783 | target=`echo $@ | sed s/-recursive//`; \ | |
d0ac1c44 SM |
1784 | case "$@" in \ |
1785 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
1786 | *) list='$(SUBDIRS)' ;; \ | |
1787 | esac; \ | |
1788 | for subdir in $$list; do \ | |
252b5132 RH |
1789 | echo "Making $$target in $$subdir"; \ |
1790 | if test "$$subdir" = "."; then \ | |
1791 | dot_seen=yes; \ | |
1792 | local_target="$$target-am"; \ | |
1793 | else \ | |
1794 | local_target="$$target"; \ | |
1795 | fi; \ | |
81ecdfbb | 1796 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
b898a385 | 1797 | || eval $$failcom; \ |
252b5132 RH |
1798 | done; \ |
1799 | if test "$$dot_seen" = "no"; then \ | |
1800 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
1801 | fi; test -z "$$fail" | |
1802 | ||
d0ac1c44 SM |
1803 | ID: $(am__tagged_files) |
1804 | $(am__define_uniq_tagged_files); mkid -fID $$unique | |
1805 | tags: tags-recursive | |
1806 | TAGS: tags | |
252b5132 | 1807 | |
d0ac1c44 | 1808 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
81ecdfbb | 1809 | set x; \ |
252b5132 | 1810 | here=`pwd`; \ |
42ecbf5e DJ |
1811 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
1812 | include_option=--etags-include; \ | |
1813 | empty_fix=.; \ | |
1814 | else \ | |
1815 | include_option=--include; \ | |
1816 | empty_fix=; \ | |
1817 | fi; \ | |
252b5132 | 1818 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
42ecbf5e DJ |
1819 | if test "$$subdir" = .; then :; else \ |
1820 | test ! -f $$subdir/TAGS || \ | |
81ecdfbb | 1821 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
42ecbf5e | 1822 | fi; \ |
252b5132 | 1823 | done; \ |
d0ac1c44 | 1824 | $(am__define_uniq_tagged_files); \ |
81ecdfbb RW |
1825 | shift; \ |
1826 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
42ecbf5e | 1827 | test -n "$$unique" || unique=$$empty_fix; \ |
81ecdfbb RW |
1828 | if test $$# -gt 0; then \ |
1829 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
1830 | "$$@" $$unique; \ | |
1831 | else \ | |
1832 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
1833 | $$unique; \ | |
1834 | fi; \ | |
42ecbf5e | 1835 | fi |
d0ac1c44 SM |
1836 | ctags: ctags-recursive |
1837 | ||
1838 | CTAGS: ctags | |
1839 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
1840 | $(am__define_uniq_tagged_files); \ | |
81ecdfbb | 1841 | test -z "$(CTAGS_ARGS)$$unique" \ |
42ecbf5e | 1842 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
81ecdfbb | 1843 | $$unique |
252b5132 | 1844 | |
42ecbf5e DJ |
1845 | GTAGS: |
1846 | here=`$(am__cd) $(top_builddir) && pwd` \ | |
81ecdfbb RW |
1847 | && $(am__cd) $(top_srcdir) \ |
1848 | && gtags -i $(GTAGS_ARGS) "$$here" | |
d0ac1c44 SM |
1849 | cscope: cscope.files |
1850 | test ! -s cscope.files \ | |
1851 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) | |
1852 | clean-cscope: | |
1853 | -rm -f cscope.files | |
1854 | cscope.files: clean-cscope cscopelist | |
1855 | cscopelist: cscopelist-recursive | |
1856 | ||
1857 | cscopelist-am: $(am__tagged_files) | |
1858 | list='$(am__tagged_files)'; \ | |
1859 | case "$(srcdir)" in \ | |
1860 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
1861 | *) sdir=$(subdir)/$(srcdir) ;; \ | |
1862 | esac; \ | |
1863 | for i in $$list; do \ | |
1864 | if test -f "$$i"; then \ | |
1865 | echo "$(subdir)/$$i"; \ | |
1866 | else \ | |
1867 | echo "$$sdir/$$i"; \ | |
1868 | fi; \ | |
1869 | done >> $(top_builddir)/cscope.files | |
252b5132 RH |
1870 | |
1871 | distclean-tags: | |
42ecbf5e | 1872 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
d0ac1c44 | 1873 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
6fd8e7c2 | 1874 | site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) |
d0ac1c44 | 1875 | @echo 'Making a new site.exp file ...' |
42ecbf5e DJ |
1876 | @echo '## these variables are automatically generated by make ##' >site.tmp |
1877 | @echo '# Do not edit here. If you wish to override these values' >>site.tmp | |
1878 | @echo '# edit the last section' >>site.tmp | |
6fd8e7c2 | 1879 | @echo 'set srcdir "$(srcdir)"' >>site.tmp |
42ecbf5e DJ |
1880 | @echo "set objdir `pwd`" >>site.tmp |
1881 | @echo 'set build_alias "$(build_alias)"' >>site.tmp | |
1882 | @echo 'set build_triplet $(build_triplet)' >>site.tmp | |
1883 | @echo 'set host_alias "$(host_alias)"' >>site.tmp | |
1884 | @echo 'set host_triplet $(host_triplet)' >>site.tmp | |
1885 | @echo 'set target_alias "$(target_alias)"' >>site.tmp | |
1886 | @echo 'set target_triplet $(target_triplet)' >>site.tmp | |
6fd8e7c2 L |
1887 | @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \ |
1888 | echo "## Begin content included from file $$f. Do not modify. ##" \ | |
1889 | && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \ | |
1890 | && echo "## End content included from file $$f. ##" \ | |
1891 | || exit 1; \ | |
1892 | done >> site.tmp | |
1893 | @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp | |
1894 | @if test -f site.exp; then \ | |
1895 | sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \ | |
1896 | fi | |
42ecbf5e | 1897 | @-rm -f site.bak |
a2d91340 | 1898 | @test ! -f site.exp || mv site.exp site.bak |
42ecbf5e DJ |
1899 | @mv site.tmp site.exp |
1900 | ||
1901 | distclean-DEJAGNU: | |
1902 | -rm -f site.exp site.bak | |
1903 | -l='$(DEJATOOL)'; for tool in $$l; do \ | |
1904 | rm -f $$tool.sum $$tool.log; \ | |
1905 | done | |
64ac50ac | 1906 | check-am: all-am |
252b5132 | 1907 | $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU |
64ac50ac RW |
1908 | check: $(BUILT_SOURCES) |
1909 | $(MAKE) $(AM_MAKEFLAGS) check-recursive | |
5d3236ee DK |
1910 | all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(PROGRAMS) $(MANS) \ |
1911 | config.h | |
42ecbf5e DJ |
1912 | installdirs: installdirs-recursive |
1913 | installdirs-am: | |
14ec8efd | 1914 | for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \ |
81ecdfbb | 1915 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
42ecbf5e | 1916 | done |
64ac50ac RW |
1917 | install: $(BUILT_SOURCES) |
1918 | $(MAKE) $(AM_MAKEFLAGS) install-recursive | |
252b5132 | 1919 | install-exec: install-exec-recursive |
252b5132 | 1920 | install-data: install-data-recursive |
42ecbf5e | 1921 | uninstall: uninstall-recursive |
252b5132 RH |
1922 | |
1923 | install-am: all-am | |
1924 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
2b282e8b | 1925 | |
42ecbf5e DJ |
1926 | installcheck: installcheck-recursive |
1927 | install-strip: | |
6fd8e7c2 L |
1928 | if test -z '$(STRIP)'; then \ |
1929 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
1930 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
1931 | install; \ | |
1932 | else \ | |
1933 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
1934 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
1935 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
1936 | fi | |
252b5132 RH |
1937 | mostlyclean-generic: |
1938 | -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) | |
1939 | ||
1940 | clean-generic: | |
1941 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
1942 | ||
1943 | distclean-generic: | |
42ecbf5e | 1944 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
81ecdfbb | 1945 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
252b5132 RH |
1946 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
1947 | ||
1948 | maintainer-clean-generic: | |
42ecbf5e DJ |
1949 | @echo "This command is intended for maintainers to use" |
1950 | @echo "it deletes files that may require special tools to rebuild." | |
1951 | -rm -f deffilep.c | |
1952 | -rm -f deffilep.h | |
1953 | -rm -f ldgram.c | |
1954 | -rm -f ldgram.h | |
1955 | -rm -f ldlex.c | |
64ac50ac | 1956 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
42ecbf5e DJ |
1957 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
1958 | clean: clean-recursive | |
325fab4e | 1959 | |
14ec8efd | 1960 | clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \ |
5d3236ee | 1961 | clean-noinstLTLIBRARIES mostlyclean-am |
325fab4e | 1962 | |
42ecbf5e DJ |
1963 | distclean: distclean-recursive |
1964 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
64ac50ac | 1965 | -rm -rf ./$(DEPDIR) |
42ecbf5e DJ |
1966 | -rm -f Makefile |
1967 | distclean-am: clean-am distclean-DEJAGNU distclean-compile \ | |
1968 | distclean-generic distclean-hdr distclean-libtool \ | |
1969 | distclean-local distclean-tags | |
325fab4e | 1970 | |
42ecbf5e | 1971 | dvi: dvi-recursive |
325fab4e | 1972 | |
42ecbf5e | 1973 | dvi-am: $(DVIS) |
325fab4e | 1974 | |
42ecbf5e DJ |
1975 | html: html-recursive |
1976 | ||
1977 | html-am: $(HTMLS) | |
1978 | ||
1979 | info: info-recursive | |
1980 | ||
1981 | info-am: $(INFO_DEPS) | |
1982 | ||
64ac50ac | 1983 | install-data-am: install-data-local install-info-am install-man |
42ecbf5e | 1984 | |
81ecdfbb RW |
1985 | install-dvi: install-dvi-recursive |
1986 | ||
1987 | install-dvi-am: $(DVIS) | |
1988 | @$(NORMAL_INSTALL) | |
81ecdfbb | 1989 | @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ |
6fd8e7c2 L |
1990 | if test -n "$$list"; then \ |
1991 | echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ | |
1992 | $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ | |
1993 | fi; \ | |
81ecdfbb RW |
1994 | for p in $$list; do \ |
1995 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
1996 | echo "$$d$$p"; \ | |
1997 | done | $(am__base_list) | \ | |
1998 | while read files; do \ | |
1999 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ | |
2000 | $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ | |
2001 | done | |
14ec8efd | 2002 | install-exec-am: install-binPROGRAMS install-exec-local |
42ecbf5e | 2003 | |
af542c2e RW |
2004 | install-html: install-html-recursive |
2005 | ||
2006 | install-html-am: $(HTMLS) | |
2007 | @$(NORMAL_INSTALL) | |
af542c2e | 2008 | @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ |
6fd8e7c2 L |
2009 | if test -n "$$list"; then \ |
2010 | echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ | |
2011 | $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ | |
2012 | fi; \ | |
af542c2e RW |
2013 | for p in $$list; do \ |
2014 | if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
2015 | $(am__strip_dir) \ | |
6fd8e7c2 L |
2016 | d2=$$d$$p; \ |
2017 | if test -d "$$d2"; then \ | |
af542c2e RW |
2018 | echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ |
2019 | $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ | |
6fd8e7c2 L |
2020 | echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ |
2021 | $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ | |
af542c2e | 2022 | else \ |
6fd8e7c2 | 2023 | list2="$$list2 $$d2"; \ |
af542c2e RW |
2024 | fi; \ |
2025 | done; \ | |
2026 | test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ | |
2027 | while read files; do \ | |
2028 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ | |
2029 | $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ | |
2030 | done; } | |
42ecbf5e DJ |
2031 | install-info: install-info-recursive |
2032 | ||
2033 | install-info-am: $(INFO_DEPS) | |
2034 | @$(NORMAL_INSTALL) | |
42ecbf5e | 2035 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
81ecdfbb | 2036 | list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ |
6fd8e7c2 L |
2037 | if test -n "$$list"; then \ |
2038 | echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ | |
2039 | $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ | |
2040 | fi; \ | |
42ecbf5e DJ |
2041 | for file in $$list; do \ |
2042 | case $$file in \ | |
2043 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
2044 | esac; \ | |
2045 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ | |
2046 | file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ | |
2047 | for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ | |
81ecdfbb | 2048 | $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ |
42ecbf5e | 2049 | if test -f $$ifile; then \ |
81ecdfbb | 2050 | echo "$$ifile"; \ |
42ecbf5e DJ |
2051 | else : ; fi; \ |
2052 | done; \ | |
81ecdfbb RW |
2053 | done | $(am__base_list) | \ |
2054 | while read files; do \ | |
2055 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ | |
2056 | $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done | |
42ecbf5e | 2057 | @$(POST_INSTALL) |
6fd8e7c2 | 2058 | @if $(am__can_run_installinfo); then \ |
81ecdfbb | 2059 | list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ |
42ecbf5e DJ |
2060 | for file in $$list; do \ |
2061 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ | |
2062 | echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ | |
2063 | install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ | |
2064 | done; \ | |
2065 | else : ; fi | |
2066 | install-man: install-man1 | |
2067 | ||
af542c2e RW |
2068 | install-pdf: install-pdf-recursive |
2069 | ||
2070 | install-pdf-am: $(PDFS) | |
2071 | @$(NORMAL_INSTALL) | |
af542c2e | 2072 | @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ |
6fd8e7c2 L |
2073 | if test -n "$$list"; then \ |
2074 | echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ | |
2075 | $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ | |
2076 | fi; \ | |
af542c2e RW |
2077 | for p in $$list; do \ |
2078 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
2079 | echo "$$d$$p"; \ | |
2080 | done | $(am__base_list) | \ | |
2081 | while read files; do \ | |
2082 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ | |
2083 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done | |
81ecdfbb RW |
2084 | install-ps: install-ps-recursive |
2085 | ||
2086 | install-ps-am: $(PSS) | |
2087 | @$(NORMAL_INSTALL) | |
81ecdfbb | 2088 | @list='$(PSS)'; test -n "$(psdir)" || list=; \ |
6fd8e7c2 L |
2089 | if test -n "$$list"; then \ |
2090 | echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ | |
2091 | $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ | |
2092 | fi; \ | |
81ecdfbb RW |
2093 | for p in $$list; do \ |
2094 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
2095 | echo "$$d$$p"; \ | |
2096 | done | $(am__base_list) | \ | |
2097 | while read files; do \ | |
2098 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ | |
2099 | $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done | |
42ecbf5e | 2100 | installcheck-am: |
325fab4e | 2101 | |
2b282e8b | 2102 | maintainer-clean: maintainer-clean-recursive |
42ecbf5e DJ |
2103 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
2104 | -rm -rf $(top_srcdir)/autom4te.cache | |
64ac50ac | 2105 | -rm -rf ./$(DEPDIR) |
42ecbf5e DJ |
2106 | -rm -f Makefile |
2107 | maintainer-clean-am: distclean-am maintainer-clean-aminfo \ | |
2108 | maintainer-clean-generic | |
2109 | ||
2110 | mostlyclean: mostlyclean-recursive | |
2111 | ||
2112 | mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \ | |
2113 | mostlyclean-generic mostlyclean-libtool mostlyclean-local | |
2114 | ||
2115 | pdf: pdf-recursive | |
2116 | ||
2117 | pdf-am: $(PDFS) | |
2118 | ||
2119 | ps: ps-recursive | |
2120 | ||
2121 | ps-am: $(PSS) | |
2122 | ||
14ec8efd RW |
2123 | uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \ |
2124 | uninstall-info-am uninstall-man uninstall-pdf-am \ | |
2125 | uninstall-ps-am | |
42ecbf5e DJ |
2126 | |
2127 | uninstall-man: uninstall-man1 | |
2128 | ||
d0ac1c44 SM |
2129 | .MAKE: $(am__recursive_targets) all check check-am install install-am \ |
2130 | install-strip | |
81ecdfbb | 2131 | |
d0ac1c44 SM |
2132 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
2133 | am--refresh check check-DEJAGNU check-am clean clean-aminfo \ | |
2134 | clean-binPROGRAMS clean-cscope clean-generic clean-libtool \ | |
2135 | clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \ | |
2136 | dist-info distclean distclean-DEJAGNU distclean-compile \ | |
5d3236ee DK |
2137 | distclean-generic distclean-hdr distclean-libtool \ |
2138 | distclean-local distclean-tags dvi dvi-am html html-am info \ | |
2139 | info-am install install-am install-binPROGRAMS install-data \ | |
2140 | install-data-am install-data-local install-dvi install-dvi-am \ | |
2141 | install-exec install-exec-am install-exec-local install-html \ | |
64ac50ac RW |
2142 | install-html-am install-info install-info-am install-man \ |
2143 | install-man1 install-pdf install-pdf-am install-ps \ | |
81ecdfbb RW |
2144 | install-ps-am install-strip installcheck installcheck-am \ |
2145 | installdirs installdirs-am maintainer-clean \ | |
2146 | maintainer-clean-aminfo maintainer-clean-generic mostlyclean \ | |
2147 | mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \ | |
2148 | mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \ | |
d0ac1c44 | 2149 | tags-am uninstall uninstall-am uninstall-binPROGRAMS \ |
14ec8efd RW |
2150 | uninstall-dvi-am uninstall-html-am uninstall-info-am \ |
2151 | uninstall-man uninstall-man1 uninstall-pdf-am uninstall-ps-am | |
252b5132 | 2152 | |
d0ac1c44 SM |
2153 | .PRECIOUS: Makefile |
2154 | ||
252b5132 | 2155 | |
ceae3e33 | 2156 | # Disable -Werror, if it has been enabled, since old versions of bison/ |
5586bca1 | 2157 | # yacc will produce working code which contain compile time warnings. |
52a6ecd2 | 2158 | ldgram.@OBJEXT@: ldgram.c |
7bb7d81f | 2159 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f ldgram.c || echo $(srcdir)/`ldgram.c $(NO_WERROR) |
64ac50ac RW |
2160 | @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
2161 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldgram.c' object='$@' libtool=no @AMDEPBACKSLASH@ | |
2162 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
7bb7d81f | 2163 | @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f ldgram.c || echo $(srcdir)/`ldgram.c $(NO_WERROR) |
64ac50ac | 2164 | |
52a6ecd2 | 2165 | ldlex-wrapper.@OBJEXT@: ldlex-wrapper.c ldlex.c |
45e481d1 | 2166 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/ldlex-wrapper.c $(NO_WERROR) |
64ac50ac | 2167 | @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
45e481d1 | 2168 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldlex-wrapper.c' object='$@' libtool=no @AMDEPBACKSLASH@ |
64ac50ac | 2169 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
45e481d1 | 2170 | @am__fastdepCC_FALSE@ $(COMPILE) -c $(srcdir)/ldlex-wrapper.c $(NO_WERROR) |
64ac50ac | 2171 | |
52a6ecd2 | 2172 | deffilep.@OBJEXT@: deffilep.c |
7bb7d81f | 2173 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f deffilep.c || echo $(srcdir)/`deffilep.c $(NO_WERROR) |
64ac50ac RW |
2174 | @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
2175 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='deffilep.c' object='$@' libtool=no @AMDEPBACKSLASH@ | |
2176 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
7bb7d81f | 2177 | @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f deffilep.c || echo $(srcdir)/`deffilep.c $(NO_WERROR) |
ceae3e33 | 2178 | |
33589acb AM |
2179 | po/SRC-POTFILES.in: @MAINT@ Makefile |
2180 | for f in $(SRC_POTFILES); do echo $$f; done | LC_ALL=C sort > $@-tmp \ | |
2181 | && mv $@-tmp $(srcdir)/po/SRC-POTFILES.in | |
2182 | ||
2183 | po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES) | |
2184 | for f in $(BLD_POTFILES); do echo $$f; done | LC_ALL=C sort > $@-tmp \ | |
2185 | && mv $@-tmp $(srcdir)/po/BLD-POTFILES.in | |
252b5132 | 2186 | |
52a6ecd2 | 2187 | ldmain.@OBJEXT@: ldmain.c config.status |
64ac50ac RW |
2188 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ \ |
2189 | @am__fastdepCC_TRUE@ -DDEFAULT_EMULATION='"$(EMUL)"' \ | |
2190 | @am__fastdepCC_TRUE@ -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \ | |
2191 | @am__fastdepCC_TRUE@ -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \ | |
2192 | @am__fastdepCC_TRUE@ $(srcdir)/ldmain.c | |
2193 | @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
8a0e2760 | 2194 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldmain.c' object='$@' libtool=no @AMDEPBACKSLASH@ |
64ac50ac RW |
2195 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
2196 | @am__fastdepCC_FALSE@ $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' \ | |
2197 | @am__fastdepCC_FALSE@ -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \ | |
2198 | @am__fastdepCC_FALSE@ -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \ | |
2199 | @am__fastdepCC_FALSE@ $(srcdir)/ldmain.c | |
252b5132 | 2200 | |
52a6ecd2 | 2201 | ldfile.@OBJEXT@: ldfile.c config.status |
64ac50ac RW |
2202 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ \ |
2203 | @am__fastdepCC_TRUE@ -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \ | |
2204 | @am__fastdepCC_TRUE@ $(srcdir)/ldfile.c | |
2205 | @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
8a0e2760 | 2206 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldfile.c' object='$@' libtool=no @AMDEPBACKSLASH@ |
64ac50ac RW |
2207 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
2208 | @am__fastdepCC_FALSE@ $(COMPILE) -c -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' \ | |
2209 | @am__fastdepCC_FALSE@ -DTOOLBINDIR='"$(tooldir)/bin"' \ | |
2210 | @am__fastdepCC_FALSE@ $(srcdir)/ldfile.c | |
a8caa245 | 2211 | |
52a6ecd2 | 2212 | eelf32_spu.@OBJEXT@: eelf32_spu.c |
8a0e2760 RW |
2213 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ \ |
2214 | @am__fastdepCC_TRUE@ -DEMBEDSPU="\"`echo embedspu | sed '$(transform)'`\"" eelf32_spu.c | |
2215 | @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
2216 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eelf32_spu.c' object='$@' libtool=no @AMDEPBACKSLASH@ | |
2217 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
2218 | @am__fastdepCC_FALSE@ $(COMPILE) -c -DEMBEDSPU="\"`echo embedspu | sed '$(transform)'`\"" \ | |
2219 | @am__fastdepCC_FALSE@ eelf32_spu.c | |
42ba7415 | 2220 | |
252b5132 RH |
2221 | ldemul-list.h: Makefile |
2222 | (echo "/* This file is automatically generated. DO NOT EDIT! */";\ | |
2223 | for f in `echo " " ${EMULATION_OFILES} "" \ | |
2224 | | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ | |
2225 | echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \ | |
2226 | done;\ | |
2227 | echo "";\ | |
2228 | echo "#define EMULATION_LIST \\";\ | |
2229 | for f in `echo " " ${EMULATION_OFILES} "" \ | |
2230 | | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ | |
2231 | echo " &ld_$${f}_emulation, \\"; \ | |
2232 | done;\ | |
2233 | echo " 0") >ldemul-tmp.h | |
2234 | mv ldemul-tmp.h ldemul-list.h | |
597e2591 ILT |
2235 | |
2236 | stringify.sed: ${srcdir}/emultempl/$(STRINGIFY) | |
2237 | cp ${srcdir}/emultempl/$(STRINGIFY) stringify.sed | |
aafdb207 | 2238 | |
252b5132 RH |
2239 | @TDIRS@ |
2240 | ||
77ac17b8 HPN |
2241 | # We can't use pattern rules as we don't want to depend on GNU |
2242 | # make, or else these rules could have been expressed in one | |
2243 | # two-liner: 'e%.c:' and ' ${GENSCRIPTS} $* "$(tdir_$*)"'. | |
2244 | # (The recursive variable expansion is portable.) | |
2245 | ||
2246 | run-genscripts: | |
2247 | ${GENSCRIPTS} $(script_target) "$($(script_tdirname))" | |
2248 | ||
2249 | .PHONY: run-genscripts | |
2250 | ||
c40e31a1 | 2251 | $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS) |
77ac17b8 HPN |
2252 | base=`echo $@ | sed -e 's,e\(.*\).c,\1,'`; \ |
2253 | $(MAKE) run-genscripts "script_target=$$base" "script_tdirname=tdir_$$base" | |
2254 | ||
c40e31a1 AM |
2255 | # It's a pity we can't generate these include "./deps/e*.Pc" lines |
2256 | # from ALL_EMULATION_SOURCES and ALL_64_EMULATION_SOURCES, but that isn't | |
2257 | # so easy to do. What we'd like to do is have automake generate these | |
2258 | # lines in Makefile.in, but I can't see a way of doing that. Generating | |
2259 | # the includes at configure time is possible but then we'd need to | |
2260 | # duplicate autoconf/automake handling of dependency files. | |
2261 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5ppc.Pc@am__quote@ | |
2262 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5rs6.Pc@am__quote@ | |
2263 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixppc.Pc@am__quote@ | |
2264 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixrs6.Pc@am__quote@ | |
2265 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealpha.Pc@am__quote@ | |
2266 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealphavms.Pc@am__quote@ | |
2267 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elf.Pc@am__quote@ | |
2268 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elfx.Pc@am__quote@ | |
2269 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcelf.Pc@am__quote@ | |
2270 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcelf_prof.Pc@am__quote@ | |
2271 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux.Pc@am__quote@ | |
2272 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_nps.Pc@am__quote@ | |
2273 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_prof.Pc@am__quote@ | |
2274 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm_wince_pe.Pc@am__quote@ | |
2275 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf.Pc@am__quote@ | |
2276 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fbsd.Pc@am__quote@ | |
2277 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fuchsia.Pc@am__quote@ | |
2278 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux.Pc@am__quote@ | |
2279 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_eabi.Pc@am__quote@ | |
2280 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_fdpiceabi.Pc@am__quote@ | |
2281 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nacl.Pc@am__quote@ | |
2282 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nbsd.Pc@am__quote@ | |
2283 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_phoenix.Pc@am__quote@ | |
2284 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_vxworks.Pc@am__quote@ | |
2285 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb.Pc@am__quote@ | |
2286 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fbsd.Pc@am__quote@ | |
2287 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fuchsia.Pc@am__quote@ | |
2288 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux.Pc@am__quote@ | |
2289 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_eabi.Pc@am__quote@ | |
2290 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_fdpiceabi.Pc@am__quote@ | |
2291 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nacl.Pc@am__quote@ | |
2292 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nbsd.Pc@am__quote@ | |
2293 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmnto.Pc@am__quote@ | |
2294 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmpe.Pc@am__quote@ | |
2295 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmsymbian.Pc@am__quote@ | |
2296 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr1.Pc@am__quote@ | |
2297 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr2.Pc@am__quote@ | |
2298 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr25.Pc@am__quote@ | |
2299 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr3.Pc@am__quote@ | |
2300 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr31.Pc@am__quote@ | |
2301 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr35.Pc@am__quote@ | |
2302 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr4.Pc@am__quote@ | |
2303 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr5.Pc@am__quote@ | |
2304 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr51.Pc@am__quote@ | |
2305 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr6.Pc@am__quote@ | |
2306 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega1.Pc@am__quote@ | |
2307 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega2.Pc@am__quote@ | |
2308 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega3.Pc@am__quote@ | |
2309 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega4.Pc@am__quote@ | |
2310 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega5.Pc@am__quote@ | |
2311 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega6.Pc@am__quote@ | |
2312 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega7.Pc@am__quote@ | |
2313 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrtiny.Pc@am__quote@ | |
2314 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrisaout.Pc@am__quote@ | |
2315 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecriself.Pc@am__quote@ | |
2316 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrislinux.Pc@am__quote@ | |
2317 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf.Pc@am__quote@ | |
2318 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf_linux.Pc@am__quote@ | |
2319 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed10velf.Pc@am__quote@ | |
2320 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_e.Pc@am__quote@ | |
2321 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_o.Pc@am__quote@ | |
2322 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30velf.Pc@am__quote@ | |
2323 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_dlx.Pc@am__quote@ | |
2324 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc.Pc@am__quote@ | |
2325 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_sol2.Pc@am__quote@ | |
2326 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_vxworks.Pc@am__quote@ | |
2327 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_spu.Pc@am__quote@ | |
2328 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_be.Pc@am__quote@ | |
2329 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_le.Pc@am__quote@ | |
2330 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_be.Pc@am__quote@ | |
2331 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_le.Pc@am__quote@ | |
2332 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_be.Pc@am__quote@ | |
2333 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_le.Pc@am__quote@ | |
2334 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32am33lin.Pc@am__quote@ | |
2335 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfin.Pc@am__quote@ | |
2336 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfinfd.Pc@am__quote@ | |
2337 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32cr16.Pc@am__quote@ | |
2338 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32cr16c.Pc@am__quote@ | |
2339 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32crx.Pc@am__quote@ | |
2340 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany.Pc@am__quote@ | |
2341 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany_4x4.Pc@am__quote@ | |
2342 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32fr30.Pc@am__quote@ | |
2343 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frv.Pc@am__quote@ | |
2344 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frvfd.Pc@am__quote@ | |
2345 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ft32.Pc@am__quote@ | |
2346 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ip2k.Pc@am__quote@ | |
2347 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq10.Pc@am__quote@ | |
2348 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq2000.Pc@am__quote@ | |
2349 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32.Pc@am__quote@ | |
2350 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32fd.Pc@am__quote@ | |
2351 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppc.Pc@am__quote@ | |
2352 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppclinux.Pc@am__quote@ | |
2353 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcnto.Pc@am__quote@ | |
2354 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcsim.Pc@am__quote@ | |
2355 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32m32c.Pc@am__quote@ | |
2356 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mb_linux.Pc@am__quote@ | |
2357 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mbel_linux.Pc@am__quote@ | |
2358 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mcore.Pc@am__quote@ | |
2359 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mep.Pc@am__quote@ | |
2360 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32metag.Pc@am__quote@ | |
2361 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblazeel.Pc@am__quote@ | |
2362 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblaze.Pc@am__quote@ | |
2363 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32moxie.Pc@am__quote@ | |
2364 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emoxiebox.Pc@am__quote@ | |
2365 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mt.Pc@am__quote@ | |
2366 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k.Pc@am__quote@ | |
2367 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k_linux.Pc@am__quote@ | |
2368 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc.Pc@am__quote@ | |
2369 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc_fbsd.Pc@am__quote@ | |
2370 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppclinux.Pc@am__quote@ | |
2371 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcnto.Pc@am__quote@ | |
2372 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcsim.Pc@am__quote@ | |
2373 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcvxworks.Pc@am__quote@ | |
2374 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcwindiss.Pc@am__quote@ | |
2375 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv.Pc@am__quote@ | |
2376 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32f.Pc@am__quote@ | |
2377 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32.Pc@am__quote@ | |
2378 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rl78.Pc@am__quote@ | |
2379 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rx.Pc@am__quote@ | |
2380 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx.Pc@am__quote@ | |
2381 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx_be.Pc@am__quote@ | |
2382 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilepro.Pc@am__quote@ | |
2383 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32vax.Pc@am__quote@ | |
2384 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32visium.Pc@am__quote@ | |
2385 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16x.Pc@am__quote@ | |
2386 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16xl.Pc@am__quote@ | |
2387 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16xs.Pc@am__quote@ | |
2388 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xstormy16.Pc@am__quote@ | |
2389 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xtensa.Pc@am__quote@ | |
2390 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386.Pc@am__quote@ | |
2391 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_be.Pc@am__quote@ | |
2392 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_fbsd.Pc@am__quote@ | |
2393 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_ldso.Pc@am__quote@ | |
2394 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_nacl.Pc@am__quote@ | |
2395 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_sol2.Pc@am__quote@ | |
2396 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_vxworks.Pc@am__quote@ | |
2397 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_iamcu.Pc@am__quote@ | |
2398 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_s390.Pc@am__quote@ | |
2399 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf.Pc@am__quote@ | |
2400 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf_linux.Pc@am__quote@ | |
2401 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf.Pc@am__quote@ | |
2402 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf_linux.Pc@am__quote@ | |
2403 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300hnelf.Pc@am__quote@ | |
2404 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self.Pc@am__quote@ | |
2405 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self_linux.Pc@am__quote@ | |
2406 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300snelf.Pc@am__quote@ | |
2407 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf.Pc@am__quote@ | |
2408 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf_linux.Pc@am__quote@ | |
2409 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxnelf.Pc@am__quote@ | |
2410 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaelf.Pc@am__quote@ | |
2411 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppalinux.Pc@am__quote@ | |
2412 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppanbsd.Pc@am__quote@ | |
2413 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaobsd.Pc@am__quote@ | |
2414 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386beos.Pc@am__quote@ | |
2415 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386bsd.Pc@am__quote@ | |
2416 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386go32.Pc@am__quote@ | |
2417 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386lynx.Pc@am__quote@ | |
2418 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386moss.Pc@am__quote@ | |
2419 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386msdos.Pc@am__quote@ | |
2420 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386nto.Pc@am__quote@ | |
2421 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe.Pc@am__quote@ | |
2422 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe_posix.Pc@am__quote@ | |
2423 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf.Pc@am__quote@ | |
2424 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf_linux.Pc@am__quote@ | |
2425 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf.Pc@am__quote@ | |
2426 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf_linux.Pc@am__quote@ | |
2427 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elf.Pc@am__quote@ | |
2428 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elfb.Pc@am__quote@ | |
2429 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elf.Pc@am__quote@ | |
2430 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elfb.Pc@am__quote@ | |
2431 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelf.Pc@am__quote@ | |
2432 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelfnbsd.Pc@am__quote@ | |
2433 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em9s12zelf.Pc@am__quote@ | |
2434 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emcorepe.Pc@am__quote@ | |
2435 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10200.Pc@am__quote@ | |
2436 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10300.Pc@am__quote@ | |
2437 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430elf.Pc@am__quote@ | |
2438 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430X.Pc@am__quote@ | |
2439 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf.Pc@am__quote@ | |
2440 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf16m.Pc@am__quote@ | |
2441 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf_linux.Pc@am__quote@ | |
2442 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf.Pc@am__quote@ | |
2443 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf16m.Pc@am__quote@ | |
2444 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf_linux.Pc@am__quote@ | |
2445 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ens32knbsd.Pc@am__quote@ | |
2446 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2elf.Pc@am__quote@ | |
2447 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2linux.Pc@am__quote@ | |
2448 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epc532macha.Pc@am__quote@ | |
2449 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epdp11.Pc@am__quote@ | |
2450 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjelf.Pc@am__quote@ | |
2451 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjlelf.Pc@am__quote@ | |
2452 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppclynx.Pc@am__quote@ | |
2453 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcmacos.Pc@am__quote@ | |
2454 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcpe.Pc@am__quote@ | |
2455 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epruelf.Pc@am__quote@ | |
2456 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore3_elf.Pc@am__quote@ | |
2457 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore7_elf.Pc@am__quote@ | |
2458 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esh.Pc@am__quote@ | |
2459 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf.Pc@am__quote@ | |
2460 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_fd.Pc@am__quote@ | |
2461 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_linux.Pc@am__quote@ | |
2462 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nbsd.Pc@am__quote@ | |
2463 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nto.Pc@am__quote@ | |
2464 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_uclinux.Pc@am__quote@ | |
2465 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_vxworks.Pc@am__quote@ | |
2466 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshl.Pc@am__quote@ | |
2467 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf.Pc@am__quote@ | |
2468 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_fd.Pc@am__quote@ | |
2469 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_linux.Pc@am__quote@ | |
2470 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nbsd.Pc@am__quote@ | |
2471 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nto.Pc@am__quote@ | |
2472 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_vxworks.Pc@am__quote@ | |
2473 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshpe.Pc@am__quote@ | |
2474 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30aout.Pc@am__quote@ | |
2475 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30coff.Pc@am__quote@ | |
2476 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff.Pc@am__quote@ | |
2477 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff_onchip.Pc@am__quote@ | |
2478 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic4xcoff.Pc@am__quote@ | |
2479 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic54xcoff.Pc@am__quote@ | |
2480 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic80coff.Pc@am__quote@ | |
2481 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850.Pc@am__quote@ | |
2482 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850_rh850.Pc@am__quote@ | |
2483 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evanilla.Pc@am__quote@ | |
2484 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evaxnbsd.Pc@am__quote@ | |
2485 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exgateelf.Pc@am__quote@ | |
2486 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez80.Pc@am__quote@ | |
2487 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8001.Pc@am__quote@ | |
2488 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8002.Pc@am__quote@ | |
2489 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf.Pc@am__quote@ | |
2490 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32.Pc@am__quote@ | |
2491 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elfb.Pc@am__quote@ | |
2492 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32b.Pc@am__quote@ | |
2493 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabi.Pc@am__quote@ | |
2494 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabib.Pc@am__quote@ | |
2495 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsd.Pc@am__quote@ | |
2496 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsdb.Pc@am__quote@ | |
2497 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux.Pc@am__quote@ | |
2498 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Pc@am__quote@ | |
2499 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32.Pc@am__quote@ | |
2500 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Pc@am__quote@ | |
2501 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Pc@am__quote@ | |
2502 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64_nacl.Pc@am__quote@ | |
2503 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32b4300.Pc@am__quote@ | |
2504 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmip.Pc@am__quote@ | |
2505 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmipn32.Pc@am__quote@ | |
2506 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bsmip.Pc@am__quote@ | |
2507 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip.Pc@am__quote@ | |
2508 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip_fbsd.Pc@am__quote@ | |
2509 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32.Pc@am__quote@ | |
2510 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32_fbsd.Pc@am__quote@ | |
2511 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmip.Pc@am__quote@ | |
2512 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmipvxworks.Pc@am__quote@ | |
2513 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmip.Pc@am__quote@ | |
2514 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmipvxworks.Pc@am__quote@ | |
2515 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32l4300.Pc@am__quote@ | |
2516 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lmip.Pc@am__quote@ | |
2517 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900.Pc@am__quote@ | |
2518 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900n32.Pc@am__quote@ | |
2519 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lsmip.Pc@am__quote@ | |
2520 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip.Pc@am__quote@ | |
2521 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip_fbsd.Pc@am__quote@ | |
2522 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32.Pc@am__quote@ | |
2523 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32_fbsd.Pc@am__quote@ | |
2524 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mipswindiss.Pc@am__quote@ | |
2525 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_aix.Pc@am__quote@ | |
8376927b | 2526 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bpf.Pc@am__quote@ |
c40e31a1 AM |
2527 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64.Pc@am__quote@ |
2528 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_fbsd.Pc@am__quote@ | |
2529 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_vms.Pc@am__quote@ | |
2530 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_s390.Pc@am__quote@ | |
2531 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc.Pc@am__quote@ | |
2532 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_fbsd.Pc@am__quote@ | |
2533 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_sol2.Pc@am__quote@ | |
2534 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha.Pc@am__quote@ | |
2535 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_fbsd.Pc@am__quote@ | |
2536 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_nbsd.Pc@am__quote@ | |
2537 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bmip.Pc@am__quote@ | |
2538 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip.Pc@am__quote@ | |
2539 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip_fbsd.Pc@am__quote@ | |
2540 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64hppa.Pc@am__quote@ | |
2541 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lppc.Pc@am__quote@ | |
2542 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv.Pc@am__quote@ | |
2543 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64f.Pc@am__quote@ | |
2544 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64.Pc@am__quote@ | |
2545 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip.Pc@am__quote@ | |
2546 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip_fbsd.Pc@am__quote@ | |
2547 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64mmix.Pc@am__quote@ | |
2548 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc.Pc@am__quote@ | |
2549 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc_fbsd.Pc@am__quote@ | |
2550 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64rdos.Pc@am__quote@ | |
2551 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx.Pc@am__quote@ | |
2552 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx_be.Pc@am__quote@ | |
2553 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om.Pc@am__quote@ | |
2554 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om_fbsd.Pc@am__quote@ | |
2555 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om.Pc@am__quote@ | |
2556 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om_fbsd.Pc@am__quote@ | |
2557 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64.Pc@am__quote@ | |
2558 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_cloudabi.Pc@am__quote@ | |
2559 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_fbsd.Pc@am__quote@ | |
2560 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_nacl.Pc@am__quote@ | |
2561 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_sol2.Pc@am__quote@ | |
2562 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppa64linux.Pc@am__quote@ | |
2563 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pep.Pc@am__quote@ | |
2564 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emmo.Pc@am__quote@ | |
77ac17b8 | 2565 | |
252b5132 RH |
2566 | check-DEJAGNU: site.exp |
2567 | srcroot=`cd $(srcdir) && pwd`; export srcroot; \ | |
2568 | r=`pwd`; export r; \ | |
e5b62927 | 2569 | LC_ALL=C; export LC_ALL; \ |
252b5132 | 2570 | EXPECT=$(EXPECT); export EXPECT; \ |
252b5132 RH |
2571 | runtest=$(RUNTEST); \ |
2572 | if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ | |
2573 | $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \ | |
22d6c51b NC |
2574 | CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS_FOR_TARGET)" \ |
2575 | CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS_FOR_TARGET)" \ | |
252b5132 | 2576 | CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \ |
1ff6de03 | 2577 | OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" CTFLIB="$(LIBCTF) $(ZLIB)" \ |
20e95c23 | 2578 | LIBIBERTY="$(LIBIBERTY) $(LIBINTL)" LIBS="$(LIBS)" \ |
eccbf555 | 2579 | DO_COMPARE="`echo '$(do_compare)' | sed -e 's,\\$$,,g'`" \ |
252b5132 RH |
2580 | $(RUNTESTFLAGS); \ |
2581 | else echo "WARNING: could not find \`runtest'" 1>&2; :;\ | |
2582 | fi | |
2583 | ||
7dd36a6f L |
2584 | development.exp: $(BFDDIR)/development.sh |
2585 | $(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \ | |
2586 | | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@ | |
2587 | ||
252b5132 RH |
2588 | # DOCUMENTATION TARGETS |
2589 | # Manual configuration file; not usually attached to normal configuration, | |
2590 | # because almost all configs use "gen" version of manual. | |
2591 | # Set DOCVER above to change. | |
2592 | configdoc.texi: ${DOCVER}-doc.texi | |
dff70155 | 2593 | cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi |
b251bf6f | 2594 | chmod u+w ./configdoc.texi |
252b5132 | 2595 | |
0285c67d NC |
2596 | # Build the man page from the texinfo file |
2597 | # The sed command removes the no-adjust Nroff command so that | |
2598 | # the man output looks standard. | |
d0ac1c44 | 2599 | ld.1: $(srcdir)/ld.texi configdoc.texi |
c45021f2 | 2600 | touch $@ |
d0ac1c44 | 2601 | -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texi > ld.pod |
0285c67d | 2602 | -($(POD2MAN) ld.pod | \ |
5a68afcf RM |
2603 | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
2604 | mv -f [email protected]$$$$ $@) || \ | |
2605 | (rm -f [email protected]$$$$ && exit 1) | |
c45021f2 | 2606 | rm -f ld.pod |
252b5132 RH |
2607 | mostlyclean-local: |
2608 | -rm -rf tmpdir | |
2609 | ||
2610 | .PHONY: install-exec-local install-data-local | |
2611 | ||
4fda8867 | 2612 | install-exec-local: ld-new$(EXEEXT) install-binPROGRAMS |
14ec8efd | 2613 | $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin |
4fda8867 NC |
2614 | n=`echo $(installed_linker) | sed '$(transform)'`; \ |
2615 | if test "$(bindir)" != "$(tooldir)/bin"; then \ | |
2616 | rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \ | |
2617 | ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/null 2>/dev/null \ | |
f2c7d7ee | 2618 | || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \ |
4fda8867 NC |
2619 | fi; \ |
2620 | if test "x$(install_as_default)" = "xyes"; then \ | |
7ad2014a L |
2621 | ld=`echo ld | sed '$(transform)'`; \ |
2622 | rm -f $(DESTDIR)$(bindir)/$$ld$(EXEEXT); \ | |
2623 | ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(bindir)/$$ld$(EXEEXT) >/dev/null 2>/dev/null \ | |
f2c7d7ee | 2624 | || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$$ld$(EXEEXT); \ |
4fda8867 NC |
2625 | if test "$(bindir)" != "$(tooldir)/bin"; then \ |
2626 | rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \ | |
2627 | ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \ | |
f2c7d7ee | 2628 | || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \ |
4fda8867 | 2629 | fi; \ |
252b5132 RH |
2630 | fi |
2631 | ||
edf84efc | 2632 | install-data-local: |
d3d8a9ee | 2633 | $(mkinstalldirs) $(DESTDIR)$(scriptdir)/ldscripts |
edf84efc | 2634 | for f in ldscripts/* ; do \ |
d3d8a9ee | 2635 | $(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \ |
252b5132 | 2636 | done |
c45021f2 | 2637 | diststuff: info $(EXTRA_DIST) |
8b803601 | 2638 | |
c428fa83 | 2639 | # Both info (ld.info) and ld.1 depend on configdoc.texi. |
8b803601 L |
2640 | # But info isn't a direct target. Make info-recursive to depend on |
2641 | # ld.1 to support parallel build. | |
2642 | info-recursive: ld.1 | |
252b5132 RH |
2643 | distclean-local: |
2644 | rm -rf ldscripts | |
2645 | ||
252b5132 RH |
2646 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
2647 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
2648 | .NOEXPORT: |