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