1 1.6 christos # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 1.1 christos # @configure_input@ 3 1.1 christos 4 1.6 christos # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 1.6 christos 6 1.1 christos # This Makefile.in is free software; the Free Software Foundation 7 1.1 christos # gives unlimited permission to copy and/or distribute it, 8 1.1 christos # with or without modifications, as long as this notice is preserved. 9 1.1 christos 10 1.1 christos # This program is distributed in the hope that it will be useful, 11 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 1.1 christos # PARTICULAR PURPOSE. 14 1.1 christos 15 1.1 christos @SET_MAKE@ 16 1.1 christos 17 1.3 christos # 18 1.10 christos # Copyright (C) 2012-2025 Free Software Foundation, Inc. 19 1.8 christos # 20 1.8 christos # This file is free software; you can redistribute it and/or modify 21 1.8 christos # it under the terms of the GNU General Public License as published by 22 1.8 christos # the Free Software Foundation; either version 3 of the License, or 23 1.8 christos # (at your option) any later version. 24 1.8 christos # 25 1.8 christos # This program is distributed in the hope that it will be useful, 26 1.8 christos # but WITHOUT ANY WARRANTY; without even the implied warranty of 27 1.8 christos # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28 1.8 christos # GNU General Public License for more details. 29 1.8 christos # 30 1.8 christos # You should have received a copy of the GNU General Public License 31 1.8 christos # along with this program; see the file COPYING3. If not see 32 1.8 christos # <http://www.gnu.org/licenses/>. 33 1.8 christos # 34 1.8 christos 35 1.8 christos # 36 1.10 christos # Copyright (C) 2012-2025 Free Software Foundation, Inc. 37 1.3 christos # 38 1.3 christos # This file is free software; you can redistribute it and/or modify 39 1.3 christos # it under the terms of the GNU General Public License as published by 40 1.3 christos # the Free Software Foundation; either version 3 of the License, or 41 1.3 christos # (at your option) any later version. 42 1.3 christos # 43 1.3 christos # This program is distributed in the hope that it will be useful, 44 1.3 christos # but WITHOUT ANY WARRANTY; without even the implied warranty of 45 1.3 christos # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 46 1.3 christos # GNU General Public License for more details. 47 1.3 christos # 48 1.3 christos # You should have received a copy of the GNU General Public License 49 1.3 christos # along with this program; see the file COPYING3. If not see 50 1.3 christos # <http://www.gnu.org/licenses/>. 51 1.3 christos # 52 1.3 christos 53 1.1 christos 54 1.1 christos VPATH = @srcdir@ 55 1.6 christos am__is_gnu_make = { \ 56 1.6 christos if test -z '$(MAKELEVEL)'; then \ 57 1.6 christos false; \ 58 1.6 christos elif test -n '$(MAKE_HOST)'; then \ 59 1.6 christos true; \ 60 1.6 christos elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 61 1.6 christos true; \ 62 1.6 christos else \ 63 1.6 christos false; \ 64 1.6 christos fi; \ 65 1.6 christos } 66 1.6 christos am__make_running_with_option = \ 67 1.6 christos case $${target_option-} in \ 68 1.6 christos ?) ;; \ 69 1.6 christos *) echo "am__make_running_with_option: internal error: invalid" \ 70 1.6 christos "target option '$${target_option-}' specified" >&2; \ 71 1.6 christos exit 1;; \ 72 1.6 christos esac; \ 73 1.6 christos has_opt=no; \ 74 1.6 christos sane_makeflags=$$MAKEFLAGS; \ 75 1.6 christos if $(am__is_gnu_make); then \ 76 1.6 christos sane_makeflags=$$MFLAGS; \ 77 1.6 christos else \ 78 1.5 christos case $$MAKEFLAGS in \ 79 1.5 christos *\\[\ \ ]*) \ 80 1.6 christos bs=\\; \ 81 1.6 christos sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 82 1.6 christos | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 83 1.6 christos esac; \ 84 1.6 christos fi; \ 85 1.6 christos skip_next=no; \ 86 1.6 christos strip_trailopt () \ 87 1.6 christos { \ 88 1.6 christos flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 89 1.6 christos }; \ 90 1.6 christos for flg in $$sane_makeflags; do \ 91 1.6 christos test $$skip_next = yes && { skip_next=no; continue; }; \ 92 1.6 christos case $$flg in \ 93 1.6 christos *=*|--*) continue;; \ 94 1.6 christos -*I) strip_trailopt 'I'; skip_next=yes;; \ 95 1.6 christos -*I?*) strip_trailopt 'I';; \ 96 1.6 christos -*O) strip_trailopt 'O'; skip_next=yes;; \ 97 1.6 christos -*O?*) strip_trailopt 'O';; \ 98 1.6 christos -*l) strip_trailopt 'l'; skip_next=yes;; \ 99 1.6 christos -*l?*) strip_trailopt 'l';; \ 100 1.6 christos -[dEDm]) skip_next=yes;; \ 101 1.6 christos -[JT]) skip_next=yes;; \ 102 1.6 christos esac; \ 103 1.6 christos case $$flg in \ 104 1.6 christos *$$target_option*) has_opt=yes; break;; \ 105 1.5 christos esac; \ 106 1.6 christos done; \ 107 1.6 christos test $$has_opt = yes 108 1.6 christos am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 109 1.6 christos am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 110 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@ 111 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@ 112 1.1 christos pkglibdir = $(libdir)/@PACKAGE@ 113 1.1 christos pkglibexecdir = $(libexecdir)/@PACKAGE@ 114 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 115 1.1 christos install_sh_DATA = $(install_sh) -c -m 644 116 1.1 christos install_sh_PROGRAM = $(install_sh) -c 117 1.1 christos install_sh_SCRIPT = $(install_sh) -c 118 1.1 christos INSTALL_HEADER = $(INSTALL_DATA) 119 1.1 christos transform = $(program_transform_name) 120 1.1 christos NORMAL_INSTALL = : 121 1.1 christos PRE_INSTALL = : 122 1.1 christos POST_INSTALL = : 123 1.1 christos NORMAL_UNINSTALL = : 124 1.1 christos PRE_UNINSTALL = : 125 1.1 christos POST_UNINSTALL = : 126 1.1 christos build_triplet = @build@ 127 1.1 christos host_triplet = @host@ 128 1.1 christos target_triplet = @target@ 129 1.6 christos bin_PROGRAMS = $(am__EXEEXT_5) $(am__EXEEXT_6) $(am__EXEEXT_7) \ 130 1.6 christos $(am__EXEEXT_8) $(am__EXEEXT_9) $(am__EXEEXT_10) \ 131 1.6 christos @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ @BUILD_WINDMC@ \ 132 1.6 christos $(am__EXEEXT_11) $(am__EXEEXT_12) $(am__EXEEXT_13) \ 133 1.6 christos @BUILD_DLLWRAP@ $(am__empty) 134 1.7 christos noinst_PROGRAMS = $(am__EXEEXT_17) $(am__EXEEXT_21) @BUILD_MISC@ 135 1.6 christos EXTRA_PROGRAMS = srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT) \ 136 1.6 christos $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ 137 1.6 christos $(am__EXEEXT_4) 138 1.1 christos subdir = . 139 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 140 1.1 christos am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ 141 1.8 christos $(top_srcdir)/../bfd/warning.m4 \ 142 1.1 christos $(top_srcdir)/../config/depstand.m4 \ 143 1.8 christos $(top_srcdir)/../config/enable.m4 \ 144 1.1 christos $(top_srcdir)/../config/gettext-sister.m4 \ 145 1.9 christos $(top_srcdir)/../config/gettext.m4 \ 146 1.1 christos $(top_srcdir)/../config/iconv.m4 \ 147 1.9 christos $(top_srcdir)/../config/intlmacosx.m4 \ 148 1.8 christos $(top_srcdir)/../config/jobserver.m4 \ 149 1.1 christos $(top_srcdir)/../config/largefile.m4 \ 150 1.1 christos $(top_srcdir)/../config/lcmessage.m4 \ 151 1.1 christos $(top_srcdir)/../config/lead-dot.m4 \ 152 1.1 christos $(top_srcdir)/../config/lib-ld.m4 \ 153 1.1 christos $(top_srcdir)/../config/lib-link.m4 \ 154 1.1 christos $(top_srcdir)/../config/lib-prefix.m4 \ 155 1.10 christos $(top_srcdir)/../config/mmap.m4 $(top_srcdir)/../config/nls.m4 \ 156 1.1 christos $(top_srcdir)/../config/override.m4 \ 157 1.8 christos $(top_srcdir)/../config/pkg.m4 \ 158 1.1 christos $(top_srcdir)/../config/plugins.m4 \ 159 1.1 christos $(top_srcdir)/../config/po.m4 \ 160 1.1 christos $(top_srcdir)/../config/progtest.m4 \ 161 1.9 christos $(top_srcdir)/../config/zlib.m4 \ 162 1.9 christos $(top_srcdir)/../config/zstd.m4 $(top_srcdir)/../libtool.m4 \ 163 1.3 christos $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ 164 1.3 christos $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ 165 1.7 christos $(top_srcdir)/../bfd/version.m4 \ 166 1.7 christos $(top_srcdir)/../config/debuginfod.m4 \ 167 1.7 christos $(top_srcdir)/configure.ac 168 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 169 1.1 christos $(ACLOCAL_M4) 170 1.6 christos DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 171 1.6 christos $(am__configure_deps) 172 1.1 christos am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 173 1.1 christos configure.lineno config.status.lineno 174 1.1 christos mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 175 1.1 christos CONFIG_HEADER = config.h 176 1.1 christos CONFIG_CLEAN_FILES = po/Makefile.in 177 1.1 christos CONFIG_CLEAN_VPATH_FILES = 178 1.6 christos am__EXEEXT_1 = dlltool$(EXEEXT) 179 1.6 christos am__EXEEXT_2 = windres$(EXEEXT) 180 1.6 christos am__EXEEXT_3 = windmc$(EXEEXT) 181 1.6 christos am__EXEEXT_4 = dllwrap$(EXEEXT) 182 1.6 christos am__EXEEXT_5 = size$(EXEEXT) 183 1.6 christos am__EXEEXT_6 = objdump$(EXEEXT) 184 1.6 christos am__EXEEXT_7 = ar$(EXEEXT) 185 1.6 christos am__EXEEXT_8 = strings$(EXEEXT) 186 1.6 christos am__EXEEXT_9 = ranlib$(EXEEXT) 187 1.6 christos am__EXEEXT_10 = objcopy$(EXEEXT) 188 1.6 christos am__EXEEXT_11 = addr2line$(EXEEXT) 189 1.6 christos am__EXEEXT_12 = readelf$(EXEEXT) 190 1.6 christos am__EXEEXT_13 = elfedit$(EXEEXT) 191 1.8 christos am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ 192 1.8 christos "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" 193 1.6 christos am__EXEEXT_14 = nm-new$(EXEEXT) 194 1.6 christos am__EXEEXT_15 = strip-new$(EXEEXT) 195 1.6 christos am__EXEEXT_16 = cxxfilt$(EXEEXT) 196 1.6 christos am__EXEEXT_17 = $(am__EXEEXT_14) $(am__EXEEXT_15) $(am__EXEEXT_16) 197 1.6 christos am__EXEEXT_18 = bfdtest1$(EXEEXT) 198 1.6 christos am__EXEEXT_19 = bfdtest2$(EXEEXT) 199 1.7 christos #am__EXEEXT_20 = testsuite/gentestdlls$(EXEEXT) 200 1.7 christos am__EXEEXT_21 = $(am__EXEEXT_18) $(am__EXEEXT_19) $(am__EXEEXT_20) 201 1.1 christos PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) 202 1.1 christos am__objects_1 = bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT) 203 1.1 christos am_addr2line_OBJECTS = addr2line.$(OBJEXT) $(am__objects_1) 204 1.1 christos addr2line_OBJECTS = $(am_addr2line_OBJECTS) 205 1.1 christos addr2line_LDADD = $(LDADD) 206 1.1 christos am__DEPENDENCIES_1 = 207 1.6 christos AM_V_lt = $(am__v_lt_@AM_V@) 208 1.6 christos am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 209 1.6 christos am__v_lt_0 = --silent 210 1.6 christos am__v_lt_1 = 211 1.10 christos am_ar_OBJECTS = arparse.$(OBJEXT) arlex.$(OBJEXT) not-ranlib.$(OBJEXT) \ 212 1.10 christos arsup.$(OBJEXT) rename.$(OBJEXT) binemul.$(OBJEXT) \ 213 1.10 christos emul_$(EMULATION).$(OBJEXT) $(am__objects_1) 214 1.1 christos ar_OBJECTS = $(am_ar_OBJECTS) 215 1.3 christos bfdtest1_SOURCES = bfdtest1.c 216 1.3 christos bfdtest1_OBJECTS = bfdtest1.$(OBJEXT) 217 1.3 christos bfdtest1_LDADD = $(LDADD) 218 1.3 christos bfdtest2_SOURCES = bfdtest2.c 219 1.3 christos bfdtest2_OBJECTS = bfdtest2.$(OBJEXT) 220 1.3 christos bfdtest2_LDADD = $(LDADD) 221 1.1 christos am_coffdump_OBJECTS = coffdump.$(OBJEXT) coffgrok.$(OBJEXT) \ 222 1.1 christos $(am__objects_1) 223 1.1 christos coffdump_OBJECTS = $(am_coffdump_OBJECTS) 224 1.1 christos coffdump_LDADD = $(LDADD) 225 1.1 christos am_cxxfilt_OBJECTS = cxxfilt.$(OBJEXT) $(am__objects_1) 226 1.1 christos cxxfilt_OBJECTS = $(am_cxxfilt_OBJECTS) 227 1.1 christos cxxfilt_LDADD = $(LDADD) 228 1.1 christos am_dlltool_OBJECTS = dlltool.$(OBJEXT) defparse.$(OBJEXT) \ 229 1.1 christos deflex.$(OBJEXT) $(am__objects_1) 230 1.1 christos dlltool_OBJECTS = $(am_dlltool_OBJECTS) 231 1.1 christos am_dllwrap_OBJECTS = dllwrap.$(OBJEXT) version.$(OBJEXT) 232 1.1 christos dllwrap_OBJECTS = $(am_dllwrap_OBJECTS) 233 1.1 christos am__objects_2 = elfcomm.$(OBJEXT) 234 1.1 christos am_elfedit_OBJECTS = elfedit.$(OBJEXT) version.$(OBJEXT) \ 235 1.1 christos $(am__objects_2) 236 1.1 christos elfedit_OBJECTS = $(am_elfedit_OBJECTS) 237 1.8 christos am_nm_new_OBJECTS = nm.$(OBJEXT) demanguse.$(OBJEXT) $(am__objects_1) 238 1.1 christos nm_new_OBJECTS = $(am_nm_new_OBJECTS) 239 1.1 christos nm_new_LDADD = $(LDADD) 240 1.1 christos am__objects_3 = rddbg.$(OBJEXT) debug.$(OBJEXT) stabs.$(OBJEXT) \ 241 1.6 christos rdcoff.$(OBJEXT) 242 1.1 christos am__objects_4 = $(am__objects_3) wrstabs.$(OBJEXT) 243 1.10 christos am_objcopy_OBJECTS = not-strip.$(OBJEXT) rename.$(OBJEXT) \ 244 1.10 christos $(am__objects_4) $(am__objects_1) 245 1.1 christos objcopy_OBJECTS = $(am_objcopy_OBJECTS) 246 1.1 christos objcopy_LDADD = $(LDADD) 247 1.1 christos am_objdump_OBJECTS = objdump.$(OBJEXT) dwarf.$(OBJEXT) prdbg.$(OBJEXT) \ 248 1.8 christos demanguse.$(OBJEXT) $(am__objects_3) $(am__objects_1) \ 249 1.8 christos $(am__objects_2) 250 1.1 christos objdump_OBJECTS = $(am_objdump_OBJECTS) 251 1.8 christos @ENABLE_LIBCTF_TRUE@am__DEPENDENCIES_2 = ../libctf/libctf.la 252 1.10 christos am_ranlib_OBJECTS = arparse.$(OBJEXT) arlex.$(OBJEXT) \ 253 1.10 christos is-ranlib.$(OBJEXT) arsup.$(OBJEXT) rename.$(OBJEXT) \ 254 1.1 christos binemul.$(OBJEXT) emul_$(EMULATION).$(OBJEXT) $(am__objects_1) 255 1.1 christos ranlib_OBJECTS = $(am_ranlib_OBJECTS) 256 1.1 christos am_readelf_OBJECTS = readelf.$(OBJEXT) version.$(OBJEXT) \ 257 1.8 christos unwind-ia64.$(OBJEXT) dwarf.$(OBJEXT) demanguse.$(OBJEXT) \ 258 1.8 christos $(am__objects_2) 259 1.1 christos readelf_OBJECTS = $(am_readelf_OBJECTS) 260 1.8 christos @ENABLE_LIBCTF_TRUE@am__DEPENDENCIES_3 = ../libctf/libctf-nobfd.la 261 1.1 christos am_size_OBJECTS = size.$(OBJEXT) $(am__objects_1) 262 1.1 christos size_OBJECTS = $(am_size_OBJECTS) 263 1.1 christos size_LDADD = $(LDADD) 264 1.1 christos am_srconv_OBJECTS = srconv.$(OBJEXT) coffgrok.$(OBJEXT) \ 265 1.1 christos $(am__objects_1) 266 1.1 christos srconv_OBJECTS = $(am_srconv_OBJECTS) 267 1.1 christos srconv_LDADD = $(LDADD) 268 1.1 christos am_strings_OBJECTS = strings.$(OBJEXT) $(am__objects_1) 269 1.1 christos strings_OBJECTS = $(am_strings_OBJECTS) 270 1.1 christos strings_LDADD = $(LDADD) 271 1.10 christos am_strip_new_OBJECTS = is-strip.$(OBJEXT) rename.$(OBJEXT) \ 272 1.10 christos $(am__objects_4) $(am__objects_1) 273 1.1 christos strip_new_OBJECTS = $(am_strip_new_OBJECTS) 274 1.1 christos strip_new_LDADD = $(LDADD) 275 1.1 christos am_sysdump_OBJECTS = sysdump.$(OBJEXT) $(am__objects_1) 276 1.1 christos sysdump_OBJECTS = $(am_sysdump_OBJECTS) 277 1.1 christos sysdump_LDADD = $(LDADD) 278 1.7 christos testsuite_gentestdlls_SOURCES = testsuite/gentestdlls.c 279 1.7 christos am__dirstamp = $(am__leading_dot)dirstamp 280 1.7 christos testsuite_gentestdlls_OBJECTS = testsuite/gentestdlls.$(OBJEXT) 281 1.7 christos testsuite_gentestdlls_LDADD = $(LDADD) 282 1.7 christos testsuite_gentestdlls_DEPENDENCIES = $(BFDLIB) $(LIBIBERTY) \ 283 1.7 christos $(am__DEPENDENCIES_1) 284 1.1 christos am_windmc_OBJECTS = windmc.$(OBJEXT) mcparse.$(OBJEXT) mclex.$(OBJEXT) \ 285 1.1 christos winduni.$(OBJEXT) $(am__objects_1) 286 1.1 christos windmc_OBJECTS = $(am_windmc_OBJECTS) 287 1.1 christos am_windres_OBJECTS = windres.$(OBJEXT) resrc.$(OBJEXT) \ 288 1.1 christos rescoff.$(OBJEXT) resbin.$(OBJEXT) rcparse.$(OBJEXT) \ 289 1.1 christos rclex.$(OBJEXT) winduni.$(OBJEXT) resres.$(OBJEXT) \ 290 1.1 christos $(am__objects_1) 291 1.1 christos windres_OBJECTS = $(am_windres_OBJECTS) 292 1.1 christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 293 1.1 christos am__vpath_adj = case $$p in \ 294 1.1 christos $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 295 1.1 christos *) f=$$p;; \ 296 1.1 christos esac; 297 1.1 christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 298 1.1 christos am__install_max = 40 299 1.1 christos am__nobase_strip_setup = \ 300 1.1 christos srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 301 1.1 christos am__nobase_strip = \ 302 1.1 christos for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 303 1.1 christos am__nobase_list = $(am__nobase_strip_setup); \ 304 1.1 christos for p in $$list; do echo "$$p $$p"; done | \ 305 1.1 christos sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 306 1.1 christos $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 307 1.1 christos if (++n[$$2] == $(am__install_max)) \ 308 1.1 christos { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 309 1.1 christos END { for (dir in files) print dir, files[dir] }' 310 1.1 christos am__base_list = \ 311 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 312 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 313 1.5 christos am__uninstall_files_from_dir = { \ 314 1.5 christos test -z "$$files" \ 315 1.5 christos || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 316 1.5 christos || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 317 1.5 christos $(am__cd) "$$dir" && rm -f $$files; }; \ 318 1.5 christos } 319 1.1 christos SCRIPTS = $(bin_SCRIPTS) 320 1.6 christos AM_V_P = $(am__v_P_@AM_V@) 321 1.6 christos am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 322 1.6 christos am__v_P_0 = false 323 1.6 christos am__v_P_1 = : 324 1.6 christos AM_V_GEN = $(am__v_GEN_@AM_V@) 325 1.6 christos am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 326 1.6 christos am__v_GEN_0 = @echo " GEN " $@; 327 1.6 christos am__v_GEN_1 = 328 1.6 christos AM_V_at = $(am__v_at_@AM_V@) 329 1.6 christos am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 330 1.6 christos am__v_at_0 = @ 331 1.6 christos am__v_at_1 = 332 1.1 christos DEFAULT_INCLUDES = -I.@am__isrc@ 333 1.1 christos depcomp = $(SHELL) $(top_srcdir)/../depcomp 334 1.1 christos am__depfiles_maybe = depfiles 335 1.1 christos am__mv = mv -f 336 1.1 christos COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 337 1.1 christos $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 338 1.6 christos LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 339 1.6 christos $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 340 1.6 christos $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 341 1.6 christos $(AM_CFLAGS) $(CFLAGS) 342 1.6 christos AM_V_CC = $(am__v_CC_@AM_V@) 343 1.6 christos am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 344 1.6 christos am__v_CC_0 = @echo " CC " $@; 345 1.6 christos am__v_CC_1 = 346 1.1 christos CCLD = $(CC) 347 1.6 christos LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 348 1.6 christos $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 349 1.6 christos $(AM_LDFLAGS) $(LDFLAGS) -o $@ 350 1.6 christos AM_V_CCLD = $(am__v_CCLD_@AM_V@) 351 1.6 christos am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 352 1.6 christos am__v_CCLD_0 = @echo " CCLD " $@; 353 1.6 christos am__v_CCLD_1 = 354 1.1 christos @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || 355 1.5 christos LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) 356 1.6 christos LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ 357 1.6 christos $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) 358 1.6 christos AM_V_LEX = $(am__v_LEX_@AM_V@) 359 1.6 christos am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) 360 1.6 christos am__v_LEX_0 = @echo " LEX " $@; 361 1.6 christos am__v_LEX_1 = 362 1.1 christos YLWRAP = $(top_srcdir)/../ylwrap 363 1.1 christos @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || 364 1.6 christos am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ 365 1.6 christos -e s/c++$$/h++/ -e s/c$$/h/ 366 1.5 christos YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) 367 1.6 christos LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ 368 1.6 christos $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) 369 1.6 christos AM_V_YACC = $(am__v_YACC_@AM_V@) 370 1.6 christos am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) 371 1.6 christos am__v_YACC_0 = @echo " YACC " $@; 372 1.6 christos am__v_YACC_1 = 373 1.1 christos SOURCES = $(addr2line_SOURCES) $(ar_SOURCES) $(EXTRA_ar_SOURCES) \ 374 1.3 christos bfdtest1.c bfdtest2.c $(coffdump_SOURCES) $(cxxfilt_SOURCES) \ 375 1.3 christos $(dlltool_SOURCES) $(dllwrap_SOURCES) $(elfedit_SOURCES) \ 376 1.6 christos $(nm_new_SOURCES) $(objcopy_SOURCES) $(objdump_SOURCES) \ 377 1.6 christos $(EXTRA_objdump_SOURCES) $(ranlib_SOURCES) $(readelf_SOURCES) \ 378 1.6 christos $(size_SOURCES) $(srconv_SOURCES) $(strings_SOURCES) \ 379 1.8 christos $(strip_new_SOURCES) $(sysdump_SOURCES) \ 380 1.8 christos testsuite/gentestdlls.c $(windmc_SOURCES) $(windres_SOURCES) 381 1.8 christos AM_V_DVIPS = $(am__v_DVIPS_@AM_V@) 382 1.8 christos am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@) 383 1.8 christos am__v_DVIPS_0 = @echo " DVIPS " $@; 384 1.8 christos am__v_DVIPS_1 = 385 1.8 christos AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@) 386 1.8 christos am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@) 387 1.8 christos am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; 388 1.8 christos am__v_MAKEINFO_1 = 389 1.8 christos AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@) 390 1.8 christos am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@) 391 1.8 christos am__v_INFOHTML_0 = @echo " INFOHTML" $@; 392 1.8 christos am__v_INFOHTML_1 = 393 1.8 christos AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@) 394 1.8 christos am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@) 395 1.8 christos am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; 396 1.8 christos am__v_TEXI2DVI_1 = 397 1.8 christos AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@) 398 1.8 christos am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@) 399 1.8 christos am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; 400 1.8 christos am__v_TEXI2PDF_1 = 401 1.8 christos AM_V_texinfo = $(am__v_texinfo_@AM_V@) 402 1.8 christos am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@) 403 1.8 christos am__v_texinfo_0 = -q 404 1.8 christos am__v_texinfo_1 = 405 1.8 christos AM_V_texidevnull = $(am__v_texidevnull_@AM_V@) 406 1.8 christos am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) 407 1.8 christos am__v_texidevnull_0 = > /dev/null 408 1.8 christos am__v_texidevnull_1 = 409 1.8 christos INFO_DEPS = doc/binutils.info 410 1.8 christos am__TEXINFO_TEX_DIR = $(srcdir) 411 1.8 christos DVIS = doc/binutils.dvi 412 1.8 christos PDFS = doc/binutils.pdf 413 1.8 christos PSS = doc/binutils.ps 414 1.8 christos HTMLS = doc/binutils.html 415 1.8 christos TEXINFOS = doc/binutils.texi 416 1.8 christos TEXI2PDF = $(TEXI2DVI) --pdf --batch 417 1.8 christos MAKEINFOHTML = $(MAKEINFO) --html 418 1.8 christos AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) 419 1.8 christos DVIPS = dvips 420 1.6 christos RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 421 1.6 christos ctags-recursive dvi-recursive html-recursive info-recursive \ 422 1.6 christos install-data-recursive install-dvi-recursive \ 423 1.6 christos install-exec-recursive install-html-recursive \ 424 1.6 christos install-info-recursive install-pdf-recursive \ 425 1.6 christos install-ps-recursive install-recursive installcheck-recursive \ 426 1.6 christos installdirs-recursive pdf-recursive ps-recursive \ 427 1.6 christos tags-recursive uninstall-recursive 428 1.5 christos am__can_run_installinfo = \ 429 1.5 christos case $$AM_UPDATE_INFO_DIR in \ 430 1.5 christos n|no|NO) false;; \ 431 1.5 christos *) (install-info --version) >/dev/null 2>&1;; \ 432 1.5 christos esac 433 1.8 christos man1dir = $(mandir)/man1 434 1.8 christos NROFF = nroff 435 1.8 christos MANS = $(man_MANS) 436 1.1 christos RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 437 1.1 christos distclean-recursive maintainer-clean-recursive 438 1.6 christos am__recursive_targets = \ 439 1.6 christos $(RECURSIVE_TARGETS) \ 440 1.6 christos $(RECURSIVE_CLEAN_TARGETS) \ 441 1.6 christos $(am__extra_recursive_targets) 442 1.6 christos AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 443 1.6 christos cscope 444 1.6 christos am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 445 1.6 christos $(LISP)config.in 446 1.6 christos # Read a list of newline-separated strings from the standard input, 447 1.6 christos # and print each of them once, without duplicates. Input order is 448 1.6 christos # *not* preserved. 449 1.6 christos am__uniquify_input = $(AWK) '\ 450 1.6 christos BEGIN { nonempty = 0; } \ 451 1.6 christos { items[$$0] = 1; nonempty = 1; } \ 452 1.6 christos END { if (nonempty) { for (i in items) print i; }; } \ 453 1.6 christos ' 454 1.6 christos # Make sure the list of sources is unique. This is necessary because, 455 1.6 christos # e.g., the same source file might be shared among _SOURCES variables 456 1.6 christos # for different programs/libraries. 457 1.6 christos am__define_uniq_tagged_files = \ 458 1.6 christos list='$(am__tagged_files)'; \ 459 1.6 christos unique=`for i in $$list; do \ 460 1.6 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 461 1.6 christos done | $(am__uniquify_input)` 462 1.1 christos ETAGS = etags 463 1.1 christos CTAGS = ctags 464 1.6 christos CSCOPE = cscope 465 1.1 christos DEJATOOL = $(PACKAGE) 466 1.1 christos RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir 467 1.1 christos DIST_SUBDIRS = $(SUBDIRS) 468 1.1 christos ACLOCAL = @ACLOCAL@ 469 1.1 christos AMTAR = @AMTAR@ 470 1.6 christos AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 471 1.1 christos AR = @AR@ 472 1.1 christos AUTOCONF = @AUTOCONF@ 473 1.1 christos AUTOHEADER = @AUTOHEADER@ 474 1.1 christos AUTOMAKE = @AUTOMAKE@ 475 1.1 christos AWK = @AWK@ 476 1.1 christos BUILD_DLLTOOL = @BUILD_DLLTOOL@ 477 1.1 christos BUILD_DLLWRAP = @BUILD_DLLWRAP@ 478 1.1 christos BUILD_INSTALL_MISC = @BUILD_INSTALL_MISC@ 479 1.1 christos BUILD_MISC = @BUILD_MISC@ 480 1.1 christos BUILD_SRCONV = @BUILD_SRCONV@ 481 1.1 christos BUILD_WINDMC = @BUILD_WINDMC@ 482 1.1 christos BUILD_WINDRES = @BUILD_WINDRES@ 483 1.1 christos CATALOGS = @CATALOGS@ 484 1.1 christos CATOBJEXT = @CATOBJEXT@ 485 1.1 christos CC = @CC@ 486 1.1 christos CCDEPMODE = @CCDEPMODE@ 487 1.1 christos CC_FOR_BUILD = @CC_FOR_BUILD@ 488 1.1 christos CFLAGS = @CFLAGS@ 489 1.1 christos CPP = @CPP@ 490 1.1 christos CPPFLAGS = @CPPFLAGS@ 491 1.1 christos CYGPATH_W = @CYGPATH_W@ 492 1.1 christos DATADIRNAME = @DATADIRNAME@ 493 1.8 christos DEBUGINFOD_CFLAGS = @DEBUGINFOD_CFLAGS@ 494 1.8 christos DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@ 495 1.1 christos DEFS = @DEFS@ 496 1.1 christos DEMANGLER_NAME = @DEMANGLER_NAME@ 497 1.1 christos DEPDIR = @DEPDIR@ 498 1.1 christos DLLTOOL_DEFS = @DLLTOOL_DEFS@ 499 1.1 christos DSYMUTIL = @DSYMUTIL@ 500 1.1 christos DUMPBIN = @DUMPBIN@ 501 1.1 christos ECHO_C = @ECHO_C@ 502 1.1 christos ECHO_N = @ECHO_N@ 503 1.1 christos ECHO_T = @ECHO_T@ 504 1.1 christos EGREP = @EGREP@ 505 1.1 christos EMULATION = @EMULATION@ 506 1.1 christos EMULATION_VECTOR = @EMULATION_VECTOR@ 507 1.1 christos EXEEXT = @EXEEXT@ 508 1.1 christos EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 509 1.1 christos FGREP = @FGREP@ 510 1.1 christos GENCAT = @GENCAT@ 511 1.1 christos GMSGFMT = @GMSGFMT@ 512 1.1 christos GREP = @GREP@ 513 1.1 christos HDEFINES = @HDEFINES@ 514 1.1 christos INCINTL = @INCINTL@ 515 1.1 christos INSTALL = @INSTALL@ 516 1.1 christos INSTALL_DATA = @INSTALL_DATA@ 517 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@ 518 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@ 519 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 520 1.1 christos INSTOBJEXT = @INSTOBJEXT@ 521 1.9 christos INTLLIBS = @INTLLIBS@ 522 1.9 christos INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 523 1.8 christos LARGEFILE_CPPFLAGS = @LARGEFILE_CPPFLAGS@ 524 1.1 christos LD = @LD@ 525 1.1 christos LDFLAGS = @LDFLAGS@ 526 1.1 christos LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` 527 1.1 christos LEXLIB = @LEXLIB@ 528 1.1 christos LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 529 1.1 christos LIBICONV = @LIBICONV@ 530 1.1 christos LIBINTL = @LIBINTL@ 531 1.1 christos LIBINTL_DEP = @LIBINTL_DEP@ 532 1.1 christos LIBOBJS = @LIBOBJS@ 533 1.1 christos LIBS = @LIBS@ 534 1.1 christos LIBTOOL = @LIBTOOL@ 535 1.1 christos LIPO = @LIPO@ 536 1.1 christos LN_S = @LN_S@ 537 1.1 christos LTLIBICONV = @LTLIBICONV@ 538 1.9 christos LTLIBINTL = @LTLIBINTL@ 539 1.1 christos LTLIBOBJS = @LTLIBOBJS@ 540 1.1 christos MAINT = @MAINT@ 541 1.1 christos MAKEINFO = @MAKEINFO@ 542 1.1 christos MKDIR_P = @MKDIR_P@ 543 1.1 christos MKINSTALLDIRS = @MKINSTALLDIRS@ 544 1.1 christos MSGFMT = @MSGFMT@ 545 1.1 christos MSGMERGE = @MSGMERGE@ 546 1.8 christos MSGPACK_CFLAGS = @MSGPACK_CFLAGS@ 547 1.8 christos MSGPACK_LIBS = @MSGPACK_LIBS@ 548 1.1 christos NM = @NM@ 549 1.1 christos NMEDIT = @NMEDIT@ 550 1.1 christos NO_WERROR = @NO_WERROR@ 551 1.1 christos OBJDUMP = @OBJDUMP@ 552 1.1 christos OBJDUMP_DEFS = @OBJDUMP_DEFS@ 553 1.1 christos 554 1.1 christos # Extra object files for objdump 555 1.1 christos OBJDUMP_PRIVATE_OFILES = @OBJDUMP_PRIVATE_OFILES@ 556 1.1 christos OBJEXT = @OBJEXT@ 557 1.1 christos OTOOL = @OTOOL@ 558 1.1 christos OTOOL64 = @OTOOL64@ 559 1.1 christos PACKAGE = @PACKAGE@ 560 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 561 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@ 562 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@ 563 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@ 564 1.1 christos PACKAGE_URL = @PACKAGE_URL@ 565 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@ 566 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@ 567 1.8 christos PKG_CONFIG = @PKG_CONFIG@ 568 1.8 christos PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 569 1.8 christos PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 570 1.1 christos POSUB = @POSUB@ 571 1.1 christos RANLIB = @RANLIB@ 572 1.1 christos SED = @SED@ 573 1.1 christos SET_MAKE = @SET_MAKE@ 574 1.1 christos SHELL = @SHELL@ 575 1.1 christos STRIP = @STRIP@ 576 1.1 christos USE_NLS = @USE_NLS@ 577 1.1 christos VERSION = @VERSION@ 578 1.1 christos WARN_CFLAGS = @WARN_CFLAGS@ 579 1.6 christos WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@ 580 1.5 christos WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@ 581 1.1 christos XGETTEXT = @XGETTEXT@ 582 1.1 christos YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi` 583 1.1 christos YFLAGS = -d 584 1.9 christos ZSTD_CFLAGS = @ZSTD_CFLAGS@ 585 1.9 christos ZSTD_LIBS = @ZSTD_LIBS@ 586 1.1 christos abs_builddir = @abs_builddir@ 587 1.1 christos abs_srcdir = @abs_srcdir@ 588 1.1 christos abs_top_builddir = @abs_top_builddir@ 589 1.1 christos abs_top_srcdir = @abs_top_srcdir@ 590 1.1 christos ac_ct_CC = @ac_ct_CC@ 591 1.1 christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 592 1.1 christos am__include = @am__include@ 593 1.1 christos am__leading_dot = @am__leading_dot@ 594 1.1 christos am__quote = @am__quote@ 595 1.1 christos am__tar = @am__tar@ 596 1.1 christos am__untar = @am__untar@ 597 1.1 christos bindir = @bindir@ 598 1.1 christos build = @build@ 599 1.1 christos build_alias = @build_alias@ 600 1.1 christos build_cpu = @build_cpu@ 601 1.1 christos build_os = @build_os@ 602 1.1 christos build_vendor = @build_vendor@ 603 1.1 christos builddir = @builddir@ 604 1.1 christos datadir = @datadir@ 605 1.1 christos datarootdir = @datarootdir@ 606 1.1 christos docdir = @docdir@ 607 1.1 christos dvidir = @dvidir@ 608 1.1 christos exec_prefix = @exec_prefix@ 609 1.1 christos host = @host@ 610 1.1 christos host_alias = @host_alias@ 611 1.1 christos host_cpu = @host_cpu@ 612 1.1 christos host_os = @host_os@ 613 1.1 christos host_vendor = @host_vendor@ 614 1.1 christos htmldir = @htmldir@ 615 1.1 christos includedir = @includedir@ 616 1.1 christos infodir = @infodir@ 617 1.1 christos install_sh = @install_sh@ 618 1.1 christos libdir = @libdir@ 619 1.1 christos libexecdir = @libexecdir@ 620 1.1 christos localedir = @localedir@ 621 1.1 christos localstatedir = @localstatedir@ 622 1.1 christos mandir = @mandir@ 623 1.1 christos mkdir_p = @mkdir_p@ 624 1.1 christos oldincludedir = @oldincludedir@ 625 1.1 christos pdfdir = @pdfdir@ 626 1.1 christos prefix = @prefix@ 627 1.1 christos program_transform_name = @program_transform_name@ 628 1.1 christos psdir = @psdir@ 629 1.1 christos sbindir = @sbindir@ 630 1.1 christos sharedstatedir = @sharedstatedir@ 631 1.1 christos srcdir = @srcdir@ 632 1.1 christos sysconfdir = @sysconfdir@ 633 1.1 christos target = @target@ 634 1.1 christos target_alias = @target_alias@ 635 1.1 christos target_cpu = @target_cpu@ 636 1.1 christos target_os = @target_os@ 637 1.1 christos target_vendor = @target_vendor@ 638 1.1 christos top_build_prefix = @top_build_prefix@ 639 1.1 christos top_builddir = @top_builddir@ 640 1.1 christos top_srcdir = @top_srcdir@ 641 1.3 christos zlibdir = @zlibdir@ 642 1.3 christos zlibinc = @zlibinc@ 643 1.8 christos AUTOMAKE_OPTIONS = dejagnu no-dist foreign subdir-objects info-in-builddir no-texinfo.tex 644 1.1 christos ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd 645 1.8 christos SUBDIRS = po 646 1.1 christos tooldir = $(exec_prefix)/$(target_alias) 647 1.8 christos MAINTAINERCLEANFILES = $(man_MANS) doc/binutils.info doc/cxxfilt.man 648 1.1 christos 649 1.1 christos # Automake 1.10+ disables lex and yacc output file regeneration if 650 1.1 christos # maintainer mode is disabled. Avoid this. 651 1.1 christos am__skiplex = 652 1.1 christos am__skipyacc = 653 1.3 christos 654 1.3 christos # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is 655 1.3 christos # -I../zlib, unless we were configured with --with-system-zlib, in which 656 1.3 christos # case both are empty. 657 1.3 christos ZLIB = @zlibdir@ -lz 658 1.3 christos ZLIBINC = @zlibinc@ 659 1.9 christos AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) $(ZSTD_CFLAGS) 660 1.9 christos AM_CFLAGS_FOR_BUILD = $(WARN_CFLAGS_FOR_BUILD) $(ZLIBINC) $(ZSTD_CFLAGS) 661 1.1 christos 662 1.1 christos # these two are almost the same program 663 1.1 christos AR_PROG = ar 664 1.1 christos RANLIB_PROG = ranlib 665 1.1 christos 666 1.1 christos # objcopy and strip should be the same program 667 1.1 christos OBJCOPY_PROG = objcopy 668 1.1 christos STRIP_PROG = strip-new 669 1.1 christos STRINGS_PROG = strings 670 1.1 christos READELF_PROG = readelf 671 1.1 christos ELFEDIT_PROG = elfedit 672 1.1 christos 673 1.1 christos # These should all be the same program too. 674 1.1 christos SIZE_PROG = size 675 1.1 christos NM_PROG = nm-new 676 1.1 christos OBJDUMP_PROG = objdump 677 1.1 christos 678 1.1 christos # This is the demangler, as a standalone program. 679 1.1 christos # Note: This one is used as the installed name too, unlike the above. 680 1.1 christos DEMANGLER_PROG = cxxfilt 681 1.1 christos ADDR2LINE_PROG = addr2line 682 1.1 christos DLLTOOL_PROG = dlltool 683 1.1 christos WINDRES_PROG = windres 684 1.1 christos WINDMC_PROG = windmc 685 1.1 christos DLLWRAP_PROG = dllwrap 686 1.1 christos SRCONV_PROG = srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT) 687 1.1 christos bin_SCRIPTS = @BUILD_INSTALL_MISC@ 688 1.1 christos EXTRA_SCRIPTS = embedspu 689 1.3 christos BFDTEST1_PROG = bfdtest1 690 1.3 christos BFDTEST2_PROG = bfdtest2 691 1.7 christos #GENTESTDLLS_PROG = testsuite/gentestdlls 692 1.7 christos TEST_PROGS = $(BFDTEST1_PROG) $(BFDTEST2_PROG) $(GENTESTDLLS_PROG) 693 1.1 christos RENAMED_PROGS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG) 694 1.1 christos 695 1.1 christos # Stuff that goes in tooldir/ if appropriate. 696 1.3 christos TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy readelf 697 1.1 christos BASEDIR = $(srcdir)/.. 698 1.1 christos BFDDIR = $(BASEDIR)/bfd 699 1.1 christos INCDIR = $(BASEDIR)/include 700 1.1 christos AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \ 701 1.1 christos @HDEFINES@ \ 702 1.1 christos @INCINTL@ \ 703 1.8 christos @LARGEFILE_CPPFLAGS@ \ 704 1.1 christos -DLOCALEDIR="\"$(datadir)/locale\"" \ 705 1.1 christos -Dbin_dummy_emulation=$(EMULATION_VECTOR) 706 1.1 christos 707 1.1 christos HFILES = \ 708 1.1 christos arsup.h binemul.h bucomm.h budbg.h \ 709 1.8 christos coffgrok.h debug.h demanguse.h dlltool.h dwarf.h elfcomm.h \ 710 1.1 christos objdump.h sysdep.h unwind-ia64.h windres.h winduni.h windint.h \ 711 1.1 christos windmc.h 712 1.1 christos 713 1.1 christos GENERATED_HFILES = arparse.h sysroff.h sysinfo.h defparse.h rcparse.h mcparse.h 714 1.1 christos BUILT_SOURCES = $(GENERATED_HFILES) 715 1.1 christos CFILES = \ 716 1.1 christos addr2line.c ar.c arsup.c bin2c.c binemul.c bucomm.c \ 717 1.1 christos coffdump.c coffgrok.c cxxfilt.c \ 718 1.8 christos dwarf.c debug.c demanguse.c dlltool.c dllwrap.c \ 719 1.1 christos elfcomm.c emul_aix.c emul_vanilla.c filemode.c \ 720 1.6 christos is-ranlib.c is-strip.c maybe-ranlib.c maybe-strip.c \ 721 1.6 christos nm.c not-ranlib.c not-strip.c \ 722 1.1 christos objcopy.c objdump.c prdbg.c \ 723 1.9 christos od-elf32_avr.c od-macho.c od-pe.c od-xcoff.c \ 724 1.1 christos rclex.c rdcoff.c rddbg.c readelf.c rename.c \ 725 1.1 christos resbin.c rescoff.c resrc.c resres.c \ 726 1.1 christos size.c srconv.c stabs.c strings.c sysdump.c \ 727 1.1 christos syslex_wrap.c unwind-ia64.c elfedit.c version.c \ 728 1.1 christos windres.c winduni.c wrstabs.c \ 729 1.1 christos windmc.c mclex.c 730 1.1 christos 731 1.1 christos GENERATED_CFILES = \ 732 1.1 christos arparse.c arlex.c sysroff.c sysinfo.c syslex.c \ 733 1.6 christos defparse.c deflex.c rcparse.c mcparse.c 734 1.1 christos 735 1.6 christos DEBUG_SRCS = rddbg.c debug.c stabs.c rdcoff.c 736 1.1 christos WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c 737 1.1 christos 738 1.1 christos # Code shared by all the binutils. 739 1.1 christos BULIBS = bucomm.c version.c filemode.c 740 1.1 christos 741 1.1 christos # Code shared by the ELF related programs. 742 1.1 christos ELFLIBS = elfcomm.c 743 1.1 christos BFDLIB = ../bfd/libbfd.la 744 1.1 christos OPCODES = ../opcodes/libopcodes.la 745 1.8 christos @ENABLE_LIBCTF_FALSE@LIBCTF = 746 1.8 christos @ENABLE_LIBCTF_TRUE@LIBCTF = ../libctf/libctf.la 747 1.8 christos @ENABLE_LIBCTF_FALSE@LIBCTF_NOBFD = 748 1.8 christos @ENABLE_LIBCTF_TRUE@LIBCTF_NOBFD = ../libctf/libctf-nobfd.la 749 1.9 christos LIBSFRAME = ../libsframe/libsframe.la 750 1.1 christos LIBIBERTY = ../libiberty/libiberty.a 751 1.1 christos POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES) 752 1.1 christos EXPECT = expect 753 1.1 christos RUNTEST = runtest 754 1.1 christos CC_FOR_TARGET = ` \ 755 1.1 christos if [ -f $$r/../gcc/xgcc ] ; then \ 756 1.1 christos if [ -f $$r/../newlib/Makefile ] ; then \ 757 1.1 christos echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ 758 1.1 christos else \ 759 1.1 christos echo $$r/../gcc/xgcc -B$$r/../gcc/; \ 760 1.1 christos fi; \ 761 1.1 christos else \ 762 1.1 christos if [ "@host@" = "@target@" ] ; then \ 763 1.1 christos echo $(CC); \ 764 1.1 christos else \ 765 1.1 christos echo gcc | sed '$(transform)'; \ 766 1.1 christos fi; \ 767 1.1 christos fi` 768 1.1 christos 769 1.1 christos 770 1.1 christos # There's no global DEPENDENCIES. So, we must explicitly list everything 771 1.1 christos # which depends on libintl, since we don't know whether LIBINTL_DEP will be 772 1.1 christos # non-empty until configure time. Ugh! 773 1.1 christos size_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 774 1.9 christos objdump_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) $(OPCODES) $(LIBCTF) $(OBJDUMP_PRIVATE_OFILES) $(LIBSFRAME) 775 1.1 christos nm_new_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 776 1.1 christos ar_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 777 1.1 christos strings_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 778 1.1 christos strip_new_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 779 1.1 christos ranlib_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 780 1.1 christos cxxfilt_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 781 1.1 christos objcopy_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 782 1.1 christos srconv_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 783 1.1 christos sysdump_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 784 1.1 christos coffdump_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 785 1.1 christos dlltool_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 786 1.1 christos windres_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 787 1.1 christos windmc_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 788 1.1 christos addr2line_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 789 1.9 christos readelf_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(LIBCTF_NOBFD) $(LIBSFRAME) 790 1.1 christos elfedit_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) 791 1.1 christos dllwrap_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) 792 1.3 christos bfdtest1_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 793 1.3 christos bfdtest2_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB) 794 1.1 christos LDADD = $(BFDLIB) $(LIBIBERTY) $(LIBINTL) 795 1.1 christos size_SOURCES = size.c $(BULIBS) 796 1.10 christos objcopy_SOURCES = not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) 797 1.1 christos strings_SOURCES = strings.c $(BULIBS) 798 1.8 christos readelf_SOURCES = readelf.c version.c unwind-ia64.c dwarf.c demanguse.c $(ELFLIBS) 799 1.9 christos readelf_LDADD = $(LIBCTF_NOBFD) $(LIBINTL) $(LIBIBERTY) $(ZLIB) $(ZSTD_LIBS) $(DEBUGINFOD_LIBS) $(MSGPACK_LIBS) $(LIBSFRAME) 800 1.1 christos elfedit_SOURCES = elfedit.c version.c $(ELFLIBS) 801 1.1 christos elfedit_LDADD = $(LIBINTL) $(LIBIBERTY) 802 1.10 christos strip_new_SOURCES = is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) 803 1.8 christos nm_new_SOURCES = nm.c demanguse.c $(BULIBS) 804 1.8 christos objdump_SOURCES = objdump.c dwarf.c prdbg.c demanguse.c $(DEBUG_SRCS) $(BULIBS) $(ELFLIBS) 805 1.9 christos EXTRA_objdump_SOURCES = od-elf32_avr.c od-macho.c od-xcoff.c od-pe.c 806 1.9 christos objdump_LDADD = $(OBJDUMP_PRIVATE_OFILES) $(OPCODES) $(LIBCTF) $(BFDLIB) $(LIBIBERTY) $(LIBINTL) $(DEBUGINFOD_LIBS) $(LIBSFRAME) 807 1.1 christos cxxfilt_SOURCES = cxxfilt.c $(BULIBS) 808 1.10 christos ar_SOURCES = arparse.y arlex.l not-ranlib.c arsup.c rename.c binemul.c \ 809 1.1 christos emul_$(EMULATION).c $(BULIBS) 810 1.1 christos 811 1.1 christos EXTRA_ar_SOURCES = $(CFILES) 812 1.3 christos ar_LDADD = $(BFDLIB) $(LIBIBERTY) $(LEXLIB) $(LIBINTL) 813 1.10 christos ranlib_SOURCES = arparse.y arlex.l is-ranlib.c arsup.c rename.c binemul.c \ 814 1.10 christos emul_$(EMULATION).c $(BULIBS) 815 1.1 christos 816 1.3 christos ranlib_LDADD = $(BFDLIB) $(LIBIBERTY) $(LEXLIB) $(LIBINTL) 817 1.1 christos addr2line_SOURCES = addr2line.c $(BULIBS) 818 1.1 christos srconv_SOURCES = srconv.c coffgrok.c $(BULIBS) 819 1.1 christos dlltool_SOURCES = dlltool.c defparse.y deflex.l $(BULIBS) 820 1.3 christos dlltool_LDADD = $(BFDLIB) $(LIBIBERTY) $(LEXLIB) $(LIBINTL) 821 1.1 christos coffdump_SOURCES = coffdump.c coffgrok.c $(BULIBS) 822 1.1 christos sysdump_SOURCES = sysdump.c $(BULIBS) 823 1.1 christos windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.c \ 824 1.1 christos winduni.c resres.c $(BULIBS) 825 1.1 christos 826 1.3 christos windres_LDADD = $(BFDLIB) $(LIBIBERTY) $(LEXLIB) $(LIBINTL) $(LIBICONV) 827 1.1 christos windmc_SOURCES = windmc.c mcparse.y mclex.c \ 828 1.1 christos winduni.c $(BULIBS) 829 1.1 christos 830 1.3 christos windmc_LDADD = $(BFDLIB) $(LIBIBERTY) $(LEXLIB) $(LIBINTL) $(LIBICONV) 831 1.1 christos dllwrap_SOURCES = dllwrap.c version.c 832 1.1 christos dllwrap_LDADD = $(LIBIBERTY) $(LIBINTL) 833 1.6 christos EXTRA_DIST = arparse.c arparse.h arlex.c sysinfo.c sysinfo.h \ 834 1.1 christos syslex.c deflex.c defparse.h defparse.c rcparse.h rcparse.c \ 835 1.1 christos mcparse.h mcparse.c embedspu.sh 836 1.1 christos 837 1.1 christos 838 1.3 christos # development.sh is used to determine -Werror default. 839 1.3 christos CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh 840 1.7 christos EXTRA_DEJAGNU_SITE_CONFIG = development.exp 841 1.7 christos DISTCLEANFILES = sysroff.c sysroff.h site.exp development.exp \ 842 1.7 christos site.bak embedspu 843 1.7 christos 844 1.1 christos MOSTLYCLEANFILES = sysinfo$(EXEEXT_FOR_BUILD) bin2c$(EXEEXT_FOR_BUILD) \ 845 1.1 christos binutils.log binutils.sum abcdefgh* 846 1.1 christos 847 1.8 christos 848 1.8 christos # What version of the manual you want; "all" includes everything 849 1.8 christos CONFIG = all 850 1.8 christos 851 1.8 christos # Options to extract the man page from as.texinfo 852 1.8 christos MANCONF = -Dman 853 1.8 christos TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS) 854 1.8 christos POD2MAN = pod2man --center="GNU Development Tools" \ 855 1.8 christos --release="binutils-$(VERSION)" --section=1 856 1.8 christos 857 1.8 christos 858 1.8 christos # List of man pages generated from binutils.texi 859 1.8 christos man_MANS = \ 860 1.8 christos doc/addr2line.1 \ 861 1.8 christos doc/ar.1 \ 862 1.8 christos doc/dlltool.1 \ 863 1.8 christos doc/nm.1 \ 864 1.8 christos doc/objcopy.1 \ 865 1.8 christos doc/objdump.1 \ 866 1.8 christos doc/ranlib.1 \ 867 1.8 christos doc/readelf.1 \ 868 1.8 christos doc/size.1 \ 869 1.8 christos doc/strings.1 \ 870 1.8 christos doc/strip.1 \ 871 1.8 christos doc/elfedit.1 \ 872 1.8 christos doc/windres.1 \ 873 1.8 christos doc/windmc.1 \ 874 1.8 christos doc/$(DEMANGLER_NAME).1 875 1.8 christos 876 1.8 christos info_TEXINFOS = doc/binutils.texi 877 1.8 christos binutils_TEXI = $(srcdir)/doc/binutils.texi 878 1.8 christos AM_MAKEINFOFLAGS = -I "$(srcdir)/doc" -I "$(top_srcdir)/../libiberty" \ 879 1.8 christos -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc \ 880 1.8 christos --no-split 881 1.8 christos 882 1.8 christos TEXI2DVI = texi2dvi -I "$(srcdir)/doc" -I "$(top_srcdir)/../libiberty" \ 883 1.8 christos -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc 884 1.8 christos 885 1.1 christos all: $(BUILT_SOURCES) config.h 886 1.1 christos $(MAKE) $(AM_MAKEFLAGS) all-recursive 887 1.1 christos 888 1.1 christos .SUFFIXES: 889 1.8 christos .SUFFIXES: .c .dvi .l .lo .o .obj .ps .y 890 1.5 christos am--refresh: Makefile 891 1.1 christos @: 892 1.8 christos $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/doc/local.mk $(am__configure_deps) 893 1.1 christos @for dep in $?; do \ 894 1.1 christos case '$(am__configure_deps)' in \ 895 1.1 christos *$$dep*) \ 896 1.1 christos echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 897 1.1 christos $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 898 1.1 christos && exit 0; \ 899 1.1 christos exit 1;; \ 900 1.1 christos esac; \ 901 1.1 christos done; \ 902 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 903 1.1 christos $(am__cd) $(top_srcdir) && \ 904 1.1 christos $(AUTOMAKE) --foreign Makefile 905 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 906 1.1 christos @case '$?' in \ 907 1.1 christos *config.status*) \ 908 1.1 christos echo ' $(SHELL) ./config.status'; \ 909 1.1 christos $(SHELL) ./config.status;; \ 910 1.1 christos *) \ 911 1.1 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 912 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 913 1.1 christos esac; 914 1.8 christos $(srcdir)/doc/local.mk $(am__empty): 915 1.1 christos 916 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 917 1.1 christos $(SHELL) ./config.status --recheck 918 1.1 christos 919 1.1 christos $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 920 1.1 christos $(am__cd) $(srcdir) && $(AUTOCONF) 921 1.1 christos $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 922 1.1 christos $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 923 1.1 christos $(am__aclocal_m4_deps): 924 1.1 christos 925 1.1 christos config.h: stamp-h1 926 1.6 christos @test -f $@ || rm -f stamp-h1 927 1.6 christos @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 928 1.1 christos 929 1.1 christos stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status 930 1.1 christos @rm -f stamp-h1 931 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status config.h 932 1.1 christos $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 933 1.1 christos ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 934 1.1 christos rm -f stamp-h1 935 1.1 christos touch $@ 936 1.1 christos 937 1.1 christos distclean-hdr: 938 1.1 christos -rm -f config.h stamp-h1 939 1.1 christos po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in 940 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $@ 941 1.1 christos install-binPROGRAMS: $(bin_PROGRAMS) 942 1.1 christos @$(NORMAL_INSTALL) 943 1.1 christos @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 944 1.5 christos if test -n "$$list"; then \ 945 1.5 christos echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 946 1.5 christos $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 947 1.5 christos fi; \ 948 1.1 christos for p in $$list; do echo "$$p $$p"; done | \ 949 1.1 christos sed 's/$(EXEEXT)$$//' | \ 950 1.6 christos while read p p1; do if test -f $$p \ 951 1.6 christos || test -f $$p1 \ 952 1.6 christos ; then echo "$$p"; echo "$$p"; else :; fi; \ 953 1.1 christos done | \ 954 1.6 christos sed -e 'p;s,.*/,,;n;h' \ 955 1.6 christos -e 's|.*|.|' \ 956 1.1 christos -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 957 1.1 christos sed 'N;N;N;s,\n, ,g' | \ 958 1.1 christos $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 959 1.1 christos { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 960 1.1 christos if ($$2 == $$4) files[d] = files[d] " " $$1; \ 961 1.1 christos else { print "f", $$3 "/" $$4, $$1; } } \ 962 1.1 christos END { for (d in files) print "f", d, files[d] }' | \ 963 1.1 christos while read type dir files; do \ 964 1.1 christos if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 965 1.1 christos test -z "$$files" || { \ 966 1.1 christos echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 967 1.1 christos $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 968 1.1 christos } \ 969 1.1 christos ; done 970 1.1 christos 971 1.1 christos uninstall-binPROGRAMS: 972 1.1 christos @$(NORMAL_UNINSTALL) 973 1.1 christos @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 974 1.1 christos files=`for p in $$list; do echo "$$p"; done | \ 975 1.1 christos sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 976 1.6 christos -e 's/$$/$(EXEEXT)/' \ 977 1.6 christos `; \ 978 1.1 christos test -n "$$list" || exit 0; \ 979 1.1 christos echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 980 1.1 christos cd "$(DESTDIR)$(bindir)" && rm -f $$files 981 1.1 christos 982 1.1 christos clean-binPROGRAMS: 983 1.1 christos @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 984 1.1 christos echo " rm -f" $$list; \ 985 1.1 christos rm -f $$list || exit $$?; \ 986 1.1 christos test -n "$(EXEEXT)" || exit 0; \ 987 1.1 christos list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 988 1.1 christos echo " rm -f" $$list; \ 989 1.1 christos rm -f $$list 990 1.1 christos 991 1.1 christos clean-noinstPROGRAMS: 992 1.1 christos @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 993 1.1 christos echo " rm -f" $$list; \ 994 1.1 christos rm -f $$list || exit $$?; \ 995 1.1 christos test -n "$(EXEEXT)" || exit 0; \ 996 1.1 christos list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 997 1.1 christos echo " rm -f" $$list; \ 998 1.1 christos rm -f $$list 999 1.6 christos 1000 1.5 christos addr2line$(EXEEXT): $(addr2line_OBJECTS) $(addr2line_DEPENDENCIES) $(EXTRA_addr2line_DEPENDENCIES) 1001 1.1 christos @rm -f addr2line$(EXEEXT) 1002 1.6 christos $(AM_V_CCLD)$(LINK) $(addr2line_OBJECTS) $(addr2line_LDADD) $(LIBS) 1003 1.1 christos arparse.h: arparse.c 1004 1.5 christos @if test ! -f $@; then rm -f arparse.c; else :; fi 1005 1.5 christos @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) arparse.c; else :; fi 1006 1.6 christos 1007 1.5 christos ar$(EXEEXT): $(ar_OBJECTS) $(ar_DEPENDENCIES) $(EXTRA_ar_DEPENDENCIES) 1008 1.1 christos @rm -f ar$(EXEEXT) 1009 1.6 christos $(AM_V_CCLD)$(LINK) $(ar_OBJECTS) $(ar_LDADD) $(LIBS) 1010 1.6 christos 1011 1.5 christos bfdtest1$(EXEEXT): $(bfdtest1_OBJECTS) $(bfdtest1_DEPENDENCIES) $(EXTRA_bfdtest1_DEPENDENCIES) 1012 1.3 christos @rm -f bfdtest1$(EXEEXT) 1013 1.6 christos $(AM_V_CCLD)$(LINK) $(bfdtest1_OBJECTS) $(bfdtest1_LDADD) $(LIBS) 1014 1.6 christos 1015 1.5 christos bfdtest2$(EXEEXT): $(bfdtest2_OBJECTS) $(bfdtest2_DEPENDENCIES) $(EXTRA_bfdtest2_DEPENDENCIES) 1016 1.3 christos @rm -f bfdtest2$(EXEEXT) 1017 1.6 christos $(AM_V_CCLD)$(LINK) $(bfdtest2_OBJECTS) $(bfdtest2_LDADD) $(LIBS) 1018 1.6 christos 1019 1.5 christos coffdump$(EXEEXT): $(coffdump_OBJECTS) $(coffdump_DEPENDENCIES) $(EXTRA_coffdump_DEPENDENCIES) 1020 1.1 christos @rm -f coffdump$(EXEEXT) 1021 1.6 christos $(AM_V_CCLD)$(LINK) $(coffdump_OBJECTS) $(coffdump_LDADD) $(LIBS) 1022 1.6 christos 1023 1.5 christos cxxfilt$(EXEEXT): $(cxxfilt_OBJECTS) $(cxxfilt_DEPENDENCIES) $(EXTRA_cxxfilt_DEPENDENCIES) 1024 1.1 christos @rm -f cxxfilt$(EXEEXT) 1025 1.6 christos $(AM_V_CCLD)$(LINK) $(cxxfilt_OBJECTS) $(cxxfilt_LDADD) $(LIBS) 1026 1.1 christos defparse.h: defparse.c 1027 1.5 christos @if test ! -f $@; then rm -f defparse.c; else :; fi 1028 1.5 christos @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) defparse.c; else :; fi 1029 1.6 christos 1030 1.5 christos dlltool$(EXEEXT): $(dlltool_OBJECTS) $(dlltool_DEPENDENCIES) $(EXTRA_dlltool_DEPENDENCIES) 1031 1.1 christos @rm -f dlltool$(EXEEXT) 1032 1.6 christos $(AM_V_CCLD)$(LINK) $(dlltool_OBJECTS) $(dlltool_LDADD) $(LIBS) 1033 1.6 christos 1034 1.5 christos dllwrap$(EXEEXT): $(dllwrap_OBJECTS) $(dllwrap_DEPENDENCIES) $(EXTRA_dllwrap_DEPENDENCIES) 1035 1.1 christos @rm -f dllwrap$(EXEEXT) 1036 1.6 christos $(AM_V_CCLD)$(LINK) $(dllwrap_OBJECTS) $(dllwrap_LDADD) $(LIBS) 1037 1.6 christos 1038 1.5 christos elfedit$(EXEEXT): $(elfedit_OBJECTS) $(elfedit_DEPENDENCIES) $(EXTRA_elfedit_DEPENDENCIES) 1039 1.1 christos @rm -f elfedit$(EXEEXT) 1040 1.6 christos $(AM_V_CCLD)$(LINK) $(elfedit_OBJECTS) $(elfedit_LDADD) $(LIBS) 1041 1.6 christos 1042 1.5 christos nm-new$(EXEEXT): $(nm_new_OBJECTS) $(nm_new_DEPENDENCIES) $(EXTRA_nm_new_DEPENDENCIES) 1043 1.1 christos @rm -f nm-new$(EXEEXT) 1044 1.6 christos $(AM_V_CCLD)$(LINK) $(nm_new_OBJECTS) $(nm_new_LDADD) $(LIBS) 1045 1.6 christos 1046 1.5 christos objcopy$(EXEEXT): $(objcopy_OBJECTS) $(objcopy_DEPENDENCIES) $(EXTRA_objcopy_DEPENDENCIES) 1047 1.1 christos @rm -f objcopy$(EXEEXT) 1048 1.6 christos $(AM_V_CCLD)$(LINK) $(objcopy_OBJECTS) $(objcopy_LDADD) $(LIBS) 1049 1.6 christos 1050 1.5 christos objdump$(EXEEXT): $(objdump_OBJECTS) $(objdump_DEPENDENCIES) $(EXTRA_objdump_DEPENDENCIES) 1051 1.1 christos @rm -f objdump$(EXEEXT) 1052 1.6 christos $(AM_V_CCLD)$(LINK) $(objdump_OBJECTS) $(objdump_LDADD) $(LIBS) 1053 1.6 christos 1054 1.5 christos ranlib$(EXEEXT): $(ranlib_OBJECTS) $(ranlib_DEPENDENCIES) $(EXTRA_ranlib_DEPENDENCIES) 1055 1.1 christos @rm -f ranlib$(EXEEXT) 1056 1.6 christos $(AM_V_CCLD)$(LINK) $(ranlib_OBJECTS) $(ranlib_LDADD) $(LIBS) 1057 1.6 christos 1058 1.5 christos readelf$(EXEEXT): $(readelf_OBJECTS) $(readelf_DEPENDENCIES) $(EXTRA_readelf_DEPENDENCIES) 1059 1.1 christos @rm -f readelf$(EXEEXT) 1060 1.6 christos $(AM_V_CCLD)$(LINK) $(readelf_OBJECTS) $(readelf_LDADD) $(LIBS) 1061 1.6 christos 1062 1.5 christos size$(EXEEXT): $(size_OBJECTS) $(size_DEPENDENCIES) $(EXTRA_size_DEPENDENCIES) 1063 1.1 christos @rm -f size$(EXEEXT) 1064 1.6 christos $(AM_V_CCLD)$(LINK) $(size_OBJECTS) $(size_LDADD) $(LIBS) 1065 1.6 christos 1066 1.5 christos srconv$(EXEEXT): $(srconv_OBJECTS) $(srconv_DEPENDENCIES) $(EXTRA_srconv_DEPENDENCIES) 1067 1.1 christos @rm -f srconv$(EXEEXT) 1068 1.6 christos $(AM_V_CCLD)$(LINK) $(srconv_OBJECTS) $(srconv_LDADD) $(LIBS) 1069 1.6 christos 1070 1.5 christos strings$(EXEEXT): $(strings_OBJECTS) $(strings_DEPENDENCIES) $(EXTRA_strings_DEPENDENCIES) 1071 1.1 christos @rm -f strings$(EXEEXT) 1072 1.6 christos $(AM_V_CCLD)$(LINK) $(strings_OBJECTS) $(strings_LDADD) $(LIBS) 1073 1.6 christos 1074 1.5 christos strip-new$(EXEEXT): $(strip_new_OBJECTS) $(strip_new_DEPENDENCIES) $(EXTRA_strip_new_DEPENDENCIES) 1075 1.1 christos @rm -f strip-new$(EXEEXT) 1076 1.6 christos $(AM_V_CCLD)$(LINK) $(strip_new_OBJECTS) $(strip_new_LDADD) $(LIBS) 1077 1.6 christos 1078 1.5 christos sysdump$(EXEEXT): $(sysdump_OBJECTS) $(sysdump_DEPENDENCIES) $(EXTRA_sysdump_DEPENDENCIES) 1079 1.1 christos @rm -f sysdump$(EXEEXT) 1080 1.6 christos $(AM_V_CCLD)$(LINK) $(sysdump_OBJECTS) $(sysdump_LDADD) $(LIBS) 1081 1.7 christos testsuite/$(am__dirstamp): 1082 1.7 christos @$(MKDIR_P) testsuite 1083 1.7 christos @: > testsuite/$(am__dirstamp) 1084 1.7 christos testsuite/$(DEPDIR)/$(am__dirstamp): 1085 1.7 christos @$(MKDIR_P) testsuite/$(DEPDIR) 1086 1.7 christos @: > testsuite/$(DEPDIR)/$(am__dirstamp) 1087 1.7 christos testsuite/gentestdlls.$(OBJEXT): testsuite/$(am__dirstamp) \ 1088 1.7 christos testsuite/$(DEPDIR)/$(am__dirstamp) 1089 1.7 christos 1090 1.7 christos testsuite/gentestdlls$(EXEEXT): $(testsuite_gentestdlls_OBJECTS) $(testsuite_gentestdlls_DEPENDENCIES) $(EXTRA_testsuite_gentestdlls_DEPENDENCIES) testsuite/$(am__dirstamp) 1091 1.7 christos @rm -f testsuite/gentestdlls$(EXEEXT) 1092 1.7 christos $(AM_V_CCLD)$(LINK) $(testsuite_gentestdlls_OBJECTS) $(testsuite_gentestdlls_LDADD) $(LIBS) 1093 1.1 christos mcparse.h: mcparse.c 1094 1.5 christos @if test ! -f $@; then rm -f mcparse.c; else :; fi 1095 1.5 christos @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) mcparse.c; else :; fi 1096 1.6 christos 1097 1.5 christos windmc$(EXEEXT): $(windmc_OBJECTS) $(windmc_DEPENDENCIES) $(EXTRA_windmc_DEPENDENCIES) 1098 1.1 christos @rm -f windmc$(EXEEXT) 1099 1.6 christos $(AM_V_CCLD)$(LINK) $(windmc_OBJECTS) $(windmc_LDADD) $(LIBS) 1100 1.1 christos rcparse.h: rcparse.c 1101 1.5 christos @if test ! -f $@; then rm -f rcparse.c; else :; fi 1102 1.5 christos @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) rcparse.c; else :; fi 1103 1.6 christos 1104 1.5 christos windres$(EXEEXT): $(windres_OBJECTS) $(windres_DEPENDENCIES) $(EXTRA_windres_DEPENDENCIES) 1105 1.1 christos @rm -f windres$(EXEEXT) 1106 1.6 christos $(AM_V_CCLD)$(LINK) $(windres_OBJECTS) $(windres_LDADD) $(LIBS) 1107 1.1 christos install-binSCRIPTS: $(bin_SCRIPTS) 1108 1.1 christos @$(NORMAL_INSTALL) 1109 1.1 christos @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 1110 1.5 christos if test -n "$$list"; then \ 1111 1.5 christos echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 1112 1.5 christos $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 1113 1.5 christos fi; \ 1114 1.1 christos for p in $$list; do \ 1115 1.1 christos if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1116 1.1 christos if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 1117 1.1 christos done | \ 1118 1.1 christos sed -e 'p;s,.*/,,;n' \ 1119 1.1 christos -e 'h;s|.*|.|' \ 1120 1.1 christos -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 1121 1.1 christos $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 1122 1.1 christos { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 1123 1.1 christos if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 1124 1.1 christos if (++n[d] == $(am__install_max)) { \ 1125 1.1 christos print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 1126 1.1 christos else { print "f", d "/" $$4, $$1 } } \ 1127 1.1 christos END { for (d in files) print "f", d, files[d] }' | \ 1128 1.1 christos while read type dir files; do \ 1129 1.1 christos if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 1130 1.1 christos test -z "$$files" || { \ 1131 1.1 christos echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 1132 1.1 christos $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 1133 1.1 christos } \ 1134 1.1 christos ; done 1135 1.1 christos 1136 1.1 christos uninstall-binSCRIPTS: 1137 1.1 christos @$(NORMAL_UNINSTALL) 1138 1.1 christos @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 1139 1.1 christos files=`for p in $$list; do echo "$$p"; done | \ 1140 1.1 christos sed -e 's,.*/,,;$(transform)'`; \ 1141 1.5 christos dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 1142 1.1 christos 1143 1.1 christos mostlyclean-compile: 1144 1.1 christos -rm -f *.$(OBJEXT) 1145 1.7 christos -rm -f testsuite/*.$(OBJEXT) 1146 1.1 christos 1147 1.1 christos distclean-compile: 1148 1.1 christos -rm -f *.tab.c 1149 1.1 christos 1150 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addr2line.Po@am__quote@ 1151 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ar.Po@am__quote@ 1152 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arlex.Po@am__quote@ 1153 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arparse.Po@am__quote@ 1154 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arsup.Po@am__quote@ 1155 1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdtest1.Po@am__quote@ 1156 1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdtest2.Po@am__quote@ 1157 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bin2c.Po@am__quote@ 1158 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binemul.Po@am__quote@ 1159 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bucomm.Po@am__quote@ 1160 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coffdump.Po@am__quote@ 1161 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coffgrok.Po@am__quote@ 1162 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxxfilt.Po@am__quote@ 1163 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@ 1164 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deflex.Po@am__quote@ 1165 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defparse.Po@am__quote@ 1166 1.8 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demanguse.Po@am__quote@ 1167 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlltool.Po@am__quote@ 1168 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dllwrap.Po@am__quote@ 1169 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf.Po@am__quote@ 1170 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfcomm.Po@am__quote@ 1171 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfedit.Po@am__quote@ 1172 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emul_$(EMULATION).Po@am__quote@ 1173 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emul_aix.Po@am__quote@ 1174 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emul_vanilla.Po@am__quote@ 1175 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemode.Po@am__quote@ 1176 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-ranlib.Po@am__quote@ 1177 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-strip.Po@am__quote@ 1178 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maybe-ranlib.Po@am__quote@ 1179 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maybe-strip.Po@am__quote@ 1180 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mclex.Po@am__quote@ 1181 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcparse.Po@am__quote@ 1182 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm.Po@am__quote@ 1183 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/not-ranlib.Po@am__quote@ 1184 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/not-strip.Po@am__quote@ 1185 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objcopy.Po@am__quote@ 1186 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objdump.Po@am__quote@ 1187 1.8 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-elf32_avr.Po@am__quote@ 1188 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-macho.Po@am__quote@ 1189 1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-pe.Po@am__quote@ 1190 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-xcoff.Po@am__quote@ 1191 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prdbg.Po@am__quote@ 1192 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rclex.Po@am__quote@ 1193 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rcparse.Po@am__quote@ 1194 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdcoff.Po@am__quote@ 1195 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rddbg.Po@am__quote@ 1196 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readelf.Po@am__quote@ 1197 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rename.Po@am__quote@ 1198 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resbin.Po@am__quote@ 1199 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rescoff.Po@am__quote@ 1200 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resrc.Po@am__quote@ 1201 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resres.Po@am__quote@ 1202 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/size.Po@am__quote@ 1203 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srconv.Po@am__quote@ 1204 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stabs.Po@am__quote@ 1205 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strings.Po@am__quote@ 1206 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysdump.Po@am__quote@ 1207 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syslex_wrap.Po@am__quote@ 1208 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unwind-ia64.Po@am__quote@ 1209 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ 1210 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windmc.Po@am__quote@ 1211 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windres.Po@am__quote@ 1212 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/winduni.Po@am__quote@ 1213 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrstabs.Po@am__quote@ 1214 1.7 christos @AMDEP_TRUE@@am__include@ @am__quote@testsuite/$(DEPDIR)/gentestdlls.Po@am__quote@ 1215 1.1 christos 1216 1.1 christos .c.o: 1217 1.7 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 1218 1.7 christos @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1219 1.7 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1220 1.6 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1221 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1222 1.6 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 1223 1.1 christos 1224 1.1 christos .c.obj: 1225 1.7 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 1226 1.7 christos @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 1227 1.7 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1228 1.6 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1229 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1230 1.6 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1231 1.1 christos 1232 1.1 christos .c.lo: 1233 1.7 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 1234 1.7 christos @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1235 1.7 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 1236 1.6 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1237 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1238 1.6 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 1239 1.1 christos 1240 1.1 christos .l.c: 1241 1.6 christos $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) 1242 1.1 christos 1243 1.1 christos .y.c: 1244 1.6 christos $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) 1245 1.1 christos 1246 1.1 christos mostlyclean-libtool: 1247 1.1 christos -rm -f *.lo 1248 1.1 christos 1249 1.1 christos clean-libtool: 1250 1.1 christos -rm -rf .libs _libs 1251 1.7 christos -rm -rf testsuite/.libs testsuite/_libs 1252 1.1 christos 1253 1.1 christos distclean-libtool: 1254 1.1 christos -rm -f libtool config.lt 1255 1.8 christos doc/$(am__dirstamp): 1256 1.8 christos @$(MKDIR_P) doc 1257 1.8 christos @: > doc/$(am__dirstamp) 1258 1.8 christos 1259 1.8 christos doc/binutils.info: doc/binutils.texi 1260 1.8 christos @test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp) 1261 1.8 christos $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ 1262 1.8 christos rm -rf $$backupdir && mkdir $$backupdir && \ 1263 1.8 christos if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ 1264 1.8 christos for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 1265 1.8 christos if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ 1266 1.8 christos done; \ 1267 1.8 christos else :; fi && \ 1268 1.8 christos if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ 1269 1.8 christos -o $@ `test -f 'doc/binutils.texi' || echo '$(srcdir)/'`doc/binutils.texi; \ 1270 1.8 christos then \ 1271 1.8 christos rc=0; \ 1272 1.8 christos else \ 1273 1.8 christos rc=$$?; \ 1274 1.8 christos $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ 1275 1.8 christos fi; \ 1276 1.8 christos rm -rf $$backupdir; exit $$rc 1277 1.8 christos 1278 1.8 christos doc/binutils.dvi: doc/binutils.texi doc/$(am__dirstamp) 1279 1.8 christos $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 1280 1.8 christos MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \ 1281 1.8 christos $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ 1282 1.8 christos `test -f 'doc/binutils.texi' || echo '$(srcdir)/'`doc/binutils.texi 1283 1.8 christos 1284 1.8 christos doc/binutils.pdf: doc/binutils.texi doc/$(am__dirstamp) 1285 1.8 christos $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 1286 1.8 christos MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \ 1287 1.8 christos $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ 1288 1.8 christos `test -f 'doc/binutils.texi' || echo '$(srcdir)/'`doc/binutils.texi 1289 1.8 christos 1290 1.8 christos doc/binutils.html: doc/binutils.texi doc/$(am__dirstamp) 1291 1.8 christos $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) 1292 1.8 christos $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ 1293 1.8 christos -o $(@:.html=.htp) `test -f 'doc/binutils.texi' || echo '$(srcdir)/'`doc/binutils.texi; \ 1294 1.8 christos then \ 1295 1.8 christos rm -rf $@ && mv $(@:.html=.htp) $@; \ 1296 1.8 christos else \ 1297 1.8 christos rm -rf $(@:.html=.htp); exit 1; \ 1298 1.8 christos fi 1299 1.8 christos .dvi.ps: 1300 1.8 christos $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 1301 1.8 christos $(DVIPS) $(AM_V_texinfo) -o $@ $< 1302 1.8 christos 1303 1.8 christos uninstall-dvi-am: 1304 1.8 christos @$(NORMAL_UNINSTALL) 1305 1.8 christos @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 1306 1.8 christos for p in $$list; do \ 1307 1.8 christos $(am__strip_dir) \ 1308 1.8 christos echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ 1309 1.8 christos rm -f "$(DESTDIR)$(dvidir)/$$f"; \ 1310 1.8 christos done 1311 1.8 christos 1312 1.8 christos uninstall-html-am: 1313 1.8 christos @$(NORMAL_UNINSTALL) 1314 1.8 christos @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ 1315 1.8 christos for p in $$list; do \ 1316 1.8 christos $(am__strip_dir) \ 1317 1.8 christos echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ 1318 1.8 christos rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ 1319 1.8 christos done 1320 1.8 christos 1321 1.8 christos uninstall-info-am: 1322 1.8 christos @$(PRE_UNINSTALL) 1323 1.8 christos @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ 1324 1.8 christos list='$(INFO_DEPS)'; \ 1325 1.8 christos for file in $$list; do \ 1326 1.8 christos relfile=`echo "$$file" | sed 's|^.*/||'`; \ 1327 1.8 christos echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ 1328 1.8 christos if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ 1329 1.8 christos then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ 1330 1.8 christos done; \ 1331 1.8 christos else :; fi 1332 1.8 christos @$(NORMAL_UNINSTALL) 1333 1.8 christos @list='$(INFO_DEPS)'; \ 1334 1.8 christos for file in $$list; do \ 1335 1.8 christos relfile=`echo "$$file" | sed 's|^.*/||'`; \ 1336 1.8 christos relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ 1337 1.8 christos (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ 1338 1.8 christos 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]"; \ 1339 1.8 christos rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ 1340 1.8 christos else :; fi); \ 1341 1.8 christos done 1342 1.8 christos 1343 1.8 christos uninstall-pdf-am: 1344 1.8 christos @$(NORMAL_UNINSTALL) 1345 1.8 christos @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 1346 1.8 christos for p in $$list; do \ 1347 1.8 christos $(am__strip_dir) \ 1348 1.8 christos echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ 1349 1.8 christos rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ 1350 1.8 christos done 1351 1.8 christos 1352 1.8 christos uninstall-ps-am: 1353 1.8 christos @$(NORMAL_UNINSTALL) 1354 1.8 christos @list='$(PSS)'; test -n "$(psdir)" || list=; \ 1355 1.8 christos for p in $$list; do \ 1356 1.8 christos $(am__strip_dir) \ 1357 1.8 christos echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ 1358 1.8 christos rm -f "$(DESTDIR)$(psdir)/$$f"; \ 1359 1.8 christos done 1360 1.8 christos 1361 1.8 christos dist-info: $(INFO_DEPS) 1362 1.8 christos @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1363 1.8 christos list='$(INFO_DEPS)'; \ 1364 1.8 christos for base in $$list; do \ 1365 1.8 christos case $$base in \ 1366 1.8 christos $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ 1367 1.8 christos esac; \ 1368 1.8 christos if test -f $$base; then d=.; else d=$(srcdir); fi; \ 1369 1.8 christos base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ 1370 1.8 christos 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 \ 1371 1.8 christos if test -f $$file; then \ 1372 1.8 christos relfile=`expr "$$file" : "$$d/\(.*\)"`; \ 1373 1.8 christos test -f "$(distdir)/$$relfile" || \ 1374 1.8 christos cp -p $$file "$(distdir)/$$relfile"; \ 1375 1.8 christos else :; fi; \ 1376 1.8 christos done; \ 1377 1.8 christos done 1378 1.8 christos 1379 1.8 christos mostlyclean-aminfo: 1380 1.8 christos -rm -rf doc/binutils.t2d doc/binutils.t2p 1381 1.8 christos 1382 1.8 christos clean-aminfo: 1383 1.8 christos -test -z "doc/binutils.dvi doc/binutils.pdf doc/binutils.ps doc/binutils.html" \ 1384 1.8 christos || rm -rf doc/binutils.dvi doc/binutils.pdf doc/binutils.ps doc/binutils.html 1385 1.8 christos 1386 1.8 christos maintainer-clean-aminfo: 1387 1.8 christos @list='$(INFO_DEPS)'; for i in $$list; do \ 1388 1.8 christos i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ 1389 1.8 christos echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ 1390 1.8 christos rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ 1391 1.8 christos done 1392 1.8 christos install-man1: $(man_MANS) 1393 1.8 christos @$(NORMAL_INSTALL) 1394 1.8 christos @list1=''; \ 1395 1.8 christos list2='$(man_MANS)'; \ 1396 1.8 christos test -n "$(man1dir)" \ 1397 1.8 christos && test -n "`echo $$list1$$list2`" \ 1398 1.8 christos || exit 0; \ 1399 1.8 christos echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 1400 1.8 christos $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 1401 1.8 christos { for i in $$list1; do echo "$$i"; done; \ 1402 1.8 christos if test -n "$$list2"; then \ 1403 1.8 christos for i in $$list2; do echo "$$i"; done \ 1404 1.8 christos | sed -n '/\.1[a-z]*$$/p'; \ 1405 1.8 christos fi; \ 1406 1.8 christos } | while read p; do \ 1407 1.8 christos if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1408 1.8 christos echo "$$d$$p"; echo "$$p"; \ 1409 1.8 christos done | \ 1410 1.8 christos sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 1411 1.8 christos -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 1412 1.8 christos sed 'N;N;s,\n, ,g' | { \ 1413 1.8 christos list=; while read file base inst; do \ 1414 1.8 christos if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 1415 1.8 christos echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 1416 1.8 christos $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 1417 1.8 christos fi; \ 1418 1.8 christos done; \ 1419 1.8 christos for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 1420 1.8 christos while read files; do \ 1421 1.8 christos test -z "$$files" || { \ 1422 1.8 christos echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 1423 1.8 christos $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 1424 1.8 christos done; } 1425 1.8 christos 1426 1.8 christos uninstall-man1: 1427 1.8 christos @$(NORMAL_UNINSTALL) 1428 1.8 christos @list=''; test -n "$(man1dir)" || exit 0; \ 1429 1.8 christos files=`{ for i in $$list; do echo "$$i"; done; \ 1430 1.8 christos l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1431 1.8 christos sed -n '/\.1[a-z]*$$/p'; \ 1432 1.8 christos } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 1433 1.8 christos -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 1434 1.8 christos dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 1435 1.1 christos 1436 1.1 christos # This directory's subdirectories are mostly independent; you can cd 1437 1.6 christos # into them and run 'make' without going through this Makefile. 1438 1.6 christos # To change the values of 'make' variables: instead of editing Makefiles, 1439 1.6 christos # (1) if the variable is set in 'config.status', edit 'config.status' 1440 1.6 christos # (which will cause the Makefiles to be regenerated when you run 'make'); 1441 1.6 christos # (2) otherwise, pass the desired values on the 'make' command line. 1442 1.6 christos $(am__recursive_targets): 1443 1.6 christos @fail=; \ 1444 1.6 christos if $(am__make_keepgoing); then \ 1445 1.6 christos failcom='fail=yes'; \ 1446 1.6 christos else \ 1447 1.6 christos failcom='exit 1'; \ 1448 1.6 christos fi; \ 1449 1.1 christos dot_seen=no; \ 1450 1.1 christos target=`echo $@ | sed s/-recursive//`; \ 1451 1.6 christos case "$@" in \ 1452 1.6 christos distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 1453 1.6 christos *) list='$(SUBDIRS)' ;; \ 1454 1.6 christos esac; \ 1455 1.6 christos for subdir in $$list; do \ 1456 1.1 christos echo "Making $$target in $$subdir"; \ 1457 1.1 christos if test "$$subdir" = "."; then \ 1458 1.1 christos dot_seen=yes; \ 1459 1.1 christos local_target="$$target-am"; \ 1460 1.1 christos else \ 1461 1.1 christos local_target="$$target"; \ 1462 1.1 christos fi; \ 1463 1.1 christos ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1464 1.1 christos || eval $$failcom; \ 1465 1.1 christos done; \ 1466 1.1 christos if test "$$dot_seen" = "no"; then \ 1467 1.1 christos $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1468 1.1 christos fi; test -z "$$fail" 1469 1.1 christos 1470 1.6 christos ID: $(am__tagged_files) 1471 1.6 christos $(am__define_uniq_tagged_files); mkid -fID $$unique 1472 1.6 christos tags: tags-recursive 1473 1.6 christos TAGS: tags 1474 1.1 christos 1475 1.6 christos tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1476 1.1 christos set x; \ 1477 1.1 christos here=`pwd`; \ 1478 1.1 christos if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1479 1.1 christos include_option=--etags-include; \ 1480 1.1 christos empty_fix=.; \ 1481 1.1 christos else \ 1482 1.1 christos include_option=--include; \ 1483 1.1 christos empty_fix=; \ 1484 1.1 christos fi; \ 1485 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \ 1486 1.1 christos if test "$$subdir" = .; then :; else \ 1487 1.1 christos test ! -f $$subdir/TAGS || \ 1488 1.1 christos set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1489 1.1 christos fi; \ 1490 1.1 christos done; \ 1491 1.6 christos $(am__define_uniq_tagged_files); \ 1492 1.1 christos shift; \ 1493 1.1 christos if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1494 1.1 christos test -n "$$unique" || unique=$$empty_fix; \ 1495 1.1 christos if test $$# -gt 0; then \ 1496 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1497 1.1 christos "$$@" $$unique; \ 1498 1.1 christos else \ 1499 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1500 1.1 christos $$unique; \ 1501 1.1 christos fi; \ 1502 1.1 christos fi 1503 1.6 christos ctags: ctags-recursive 1504 1.6 christos 1505 1.6 christos CTAGS: ctags 1506 1.6 christos ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1507 1.6 christos $(am__define_uniq_tagged_files); \ 1508 1.1 christos test -z "$(CTAGS_ARGS)$$unique" \ 1509 1.1 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1510 1.1 christos $$unique 1511 1.1 christos 1512 1.1 christos GTAGS: 1513 1.1 christos here=`$(am__cd) $(top_builddir) && pwd` \ 1514 1.1 christos && $(am__cd) $(top_srcdir) \ 1515 1.1 christos && gtags -i $(GTAGS_ARGS) "$$here" 1516 1.6 christos cscope: cscope.files 1517 1.6 christos test ! -s cscope.files \ 1518 1.6 christos || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 1519 1.6 christos clean-cscope: 1520 1.6 christos -rm -f cscope.files 1521 1.6 christos cscope.files: clean-cscope cscopelist 1522 1.6 christos cscopelist: cscopelist-recursive 1523 1.6 christos 1524 1.6 christos cscopelist-am: $(am__tagged_files) 1525 1.6 christos list='$(am__tagged_files)'; \ 1526 1.6 christos case "$(srcdir)" in \ 1527 1.6 christos [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1528 1.6 christos *) sdir=$(subdir)/$(srcdir) ;; \ 1529 1.6 christos esac; \ 1530 1.6 christos for i in $$list; do \ 1531 1.6 christos if test -f "$$i"; then \ 1532 1.6 christos echo "$(subdir)/$$i"; \ 1533 1.6 christos else \ 1534 1.6 christos echo "$$sdir/$$i"; \ 1535 1.6 christos fi; \ 1536 1.6 christos done >> $(top_builddir)/cscope.files 1537 1.1 christos 1538 1.1 christos distclean-tags: 1539 1.1 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1540 1.6 christos -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 1541 1.5 christos site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) 1542 1.6 christos @echo 'Making a new site.exp file ...' 1543 1.1 christos @echo '## these variables are automatically generated by make ##' >site.tmp 1544 1.1 christos @echo '# Do not edit here. If you wish to override these values' >>site.tmp 1545 1.1 christos @echo '# edit the last section' >>site.tmp 1546 1.5 christos @echo 'set srcdir "$(srcdir)"' >>site.tmp 1547 1.1 christos @echo "set objdir `pwd`" >>site.tmp 1548 1.1 christos @echo 'set build_alias "$(build_alias)"' >>site.tmp 1549 1.1 christos @echo 'set build_triplet $(build_triplet)' >>site.tmp 1550 1.1 christos @echo 'set host_alias "$(host_alias)"' >>site.tmp 1551 1.1 christos @echo 'set host_triplet $(host_triplet)' >>site.tmp 1552 1.1 christos @echo 'set target_alias "$(target_alias)"' >>site.tmp 1553 1.1 christos @echo 'set target_triplet $(target_triplet)' >>site.tmp 1554 1.5 christos @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \ 1555 1.5 christos echo "## Begin content included from file $$f. Do not modify. ##" \ 1556 1.5 christos && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \ 1557 1.5 christos && echo "## End content included from file $$f. ##" \ 1558 1.5 christos || exit 1; \ 1559 1.5 christos done >> site.tmp 1560 1.5 christos @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp 1561 1.5 christos @if test -f site.exp; then \ 1562 1.5 christos sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \ 1563 1.5 christos fi 1564 1.1 christos @-rm -f site.bak 1565 1.1 christos @test ! -f site.exp || mv site.exp site.bak 1566 1.1 christos @mv site.tmp site.exp 1567 1.1 christos 1568 1.1 christos distclean-DEJAGNU: 1569 1.1 christos -rm -f site.exp site.bak 1570 1.1 christos -l='$(DEJATOOL)'; for tool in $$l; do \ 1571 1.1 christos rm -f $$tool.sum $$tool.log; \ 1572 1.1 christos done 1573 1.1 christos check-am: all-am 1574 1.1 christos $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU 1575 1.1 christos check: $(BUILT_SOURCES) 1576 1.1 christos $(MAKE) $(AM_MAKEFLAGS) check-recursive 1577 1.8 christos all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(SCRIPTS) $(MANS) config.h 1578 1.1 christos installdirs: installdirs-recursive 1579 1.1 christos installdirs-am: 1580 1.8 christos for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \ 1581 1.1 christos test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1582 1.1 christos done 1583 1.1 christos install: $(BUILT_SOURCES) 1584 1.1 christos $(MAKE) $(AM_MAKEFLAGS) install-recursive 1585 1.1 christos install-exec: install-exec-recursive 1586 1.1 christos install-data: install-data-recursive 1587 1.1 christos uninstall: uninstall-recursive 1588 1.1 christos 1589 1.1 christos install-am: all-am 1590 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1591 1.1 christos 1592 1.1 christos installcheck: installcheck-recursive 1593 1.1 christos install-strip: 1594 1.5 christos if test -z '$(STRIP)'; then \ 1595 1.5 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1596 1.5 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1597 1.5 christos install; \ 1598 1.5 christos else \ 1599 1.5 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1600 1.5 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1601 1.5 christos "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1602 1.5 christos fi 1603 1.1 christos mostlyclean-generic: 1604 1.1 christos -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 1605 1.1 christos 1606 1.1 christos clean-generic: 1607 1.1 christos 1608 1.1 christos distclean-generic: 1609 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1610 1.1 christos -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1611 1.8 christos -rm -f doc/$(am__dirstamp) 1612 1.7 christos -rm -f testsuite/$(DEPDIR)/$(am__dirstamp) 1613 1.7 christos -rm -f testsuite/$(am__dirstamp) 1614 1.1 christos -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 1615 1.1 christos 1616 1.1 christos maintainer-clean-generic: 1617 1.1 christos @echo "This command is intended for maintainers to use" 1618 1.1 christos @echo "it deletes files that may require special tools to rebuild." 1619 1.1 christos -rm -f arlex.c 1620 1.1 christos -rm -f arparse.c 1621 1.1 christos -rm -f arparse.h 1622 1.1 christos -rm -f deflex.c 1623 1.1 christos -rm -f defparse.c 1624 1.1 christos -rm -f defparse.h 1625 1.1 christos -rm -f mcparse.c 1626 1.1 christos -rm -f mcparse.h 1627 1.1 christos -rm -f rcparse.c 1628 1.1 christos -rm -f rcparse.h 1629 1.1 christos -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1630 1.8 christos -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 1631 1.1 christos clean: clean-recursive 1632 1.1 christos 1633 1.8 christos clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \ 1634 1.1 christos clean-noinstPROGRAMS mostlyclean-am 1635 1.1 christos 1636 1.1 christos distclean: distclean-recursive 1637 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1638 1.7 christos -rm -rf ./$(DEPDIR) testsuite/$(DEPDIR) 1639 1.1 christos -rm -f Makefile 1640 1.1 christos distclean-am: clean-am distclean-DEJAGNU distclean-compile \ 1641 1.1 christos distclean-generic distclean-hdr distclean-libtool \ 1642 1.1 christos distclean-tags 1643 1.1 christos 1644 1.1 christos dvi: dvi-recursive 1645 1.1 christos 1646 1.8 christos dvi-am: $(DVIS) 1647 1.1 christos 1648 1.1 christos html: html-recursive 1649 1.1 christos 1650 1.8 christos html-am: $(HTMLS) html-local 1651 1.1 christos 1652 1.1 christos info: info-recursive 1653 1.1 christos 1654 1.8 christos info-am: $(INFO_DEPS) info-local 1655 1.1 christos 1656 1.8 christos install-data-am: install-info-am install-man 1657 1.1 christos 1658 1.1 christos install-dvi: install-dvi-recursive 1659 1.1 christos 1660 1.8 christos install-dvi-am: $(DVIS) 1661 1.8 christos @$(NORMAL_INSTALL) 1662 1.8 christos @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 1663 1.8 christos if test -n "$$list"; then \ 1664 1.8 christos echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ 1665 1.8 christos $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ 1666 1.8 christos fi; \ 1667 1.8 christos for p in $$list; do \ 1668 1.8 christos if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1669 1.8 christos echo "$$d$$p"; \ 1670 1.8 christos done | $(am__base_list) | \ 1671 1.8 christos while read files; do \ 1672 1.8 christos echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ 1673 1.8 christos $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ 1674 1.8 christos done 1675 1.1 christos install-exec-am: install-binPROGRAMS install-binSCRIPTS \ 1676 1.1 christos install-exec-local 1677 1.1 christos 1678 1.1 christos install-html: install-html-recursive 1679 1.1 christos 1680 1.8 christos install-html-am: $(HTMLS) 1681 1.8 christos @$(NORMAL_INSTALL) 1682 1.8 christos @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ 1683 1.8 christos if test -n "$$list"; then \ 1684 1.8 christos echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ 1685 1.8 christos $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ 1686 1.8 christos fi; \ 1687 1.8 christos for p in $$list; do \ 1688 1.8 christos if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1689 1.8 christos $(am__strip_dir) \ 1690 1.8 christos d2=$$d$$p; \ 1691 1.8 christos if test -d "$$d2"; then \ 1692 1.8 christos echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ 1693 1.8 christos $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ 1694 1.8 christos echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ 1695 1.8 christos $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ 1696 1.8 christos else \ 1697 1.8 christos list2="$$list2 $$d2"; \ 1698 1.8 christos fi; \ 1699 1.8 christos done; \ 1700 1.8 christos test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ 1701 1.8 christos while read files; do \ 1702 1.8 christos echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ 1703 1.8 christos $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ 1704 1.8 christos done; } 1705 1.1 christos install-info: install-info-recursive 1706 1.1 christos 1707 1.8 christos install-info-am: $(INFO_DEPS) 1708 1.8 christos @$(NORMAL_INSTALL) 1709 1.8 christos @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1710 1.8 christos list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 1711 1.8 christos if test -n "$$list"; then \ 1712 1.8 christos echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ 1713 1.8 christos $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ 1714 1.8 christos fi; \ 1715 1.8 christos for file in $$list; do \ 1716 1.8 christos case $$file in \ 1717 1.8 christos $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 1718 1.8 christos esac; \ 1719 1.8 christos if test -f $$file; then d=.; else d=$(srcdir); fi; \ 1720 1.8 christos file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ 1721 1.8 christos for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 1722 1.8 christos $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ 1723 1.8 christos if test -f $$ifile; then \ 1724 1.8 christos echo "$$ifile"; \ 1725 1.8 christos else : ; fi; \ 1726 1.8 christos done; \ 1727 1.8 christos done | $(am__base_list) | \ 1728 1.8 christos while read files; do \ 1729 1.8 christos echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ 1730 1.8 christos $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done 1731 1.8 christos @$(POST_INSTALL) 1732 1.8 christos @if $(am__can_run_installinfo); then \ 1733 1.8 christos list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 1734 1.8 christos for file in $$list; do \ 1735 1.8 christos relfile=`echo "$$file" | sed 's|^.*/||'`; \ 1736 1.8 christos echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ 1737 1.8 christos install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ 1738 1.8 christos done; \ 1739 1.8 christos else : ; fi 1740 1.8 christos install-man: install-man1 1741 1.1 christos 1742 1.1 christos install-pdf: install-pdf-recursive 1743 1.1 christos 1744 1.8 christos install-pdf-am: $(PDFS) 1745 1.8 christos @$(NORMAL_INSTALL) 1746 1.8 christos @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 1747 1.8 christos if test -n "$$list"; then \ 1748 1.8 christos echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ 1749 1.8 christos $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ 1750 1.8 christos fi; \ 1751 1.8 christos for p in $$list; do \ 1752 1.8 christos if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1753 1.8 christos echo "$$d$$p"; \ 1754 1.8 christos done | $(am__base_list) | \ 1755 1.8 christos while read files; do \ 1756 1.8 christos echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ 1757 1.8 christos $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done 1758 1.1 christos install-ps: install-ps-recursive 1759 1.1 christos 1760 1.8 christos install-ps-am: $(PSS) 1761 1.8 christos @$(NORMAL_INSTALL) 1762 1.8 christos @list='$(PSS)'; test -n "$(psdir)" || list=; \ 1763 1.8 christos if test -n "$$list"; then \ 1764 1.8 christos echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ 1765 1.8 christos $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ 1766 1.8 christos fi; \ 1767 1.8 christos for p in $$list; do \ 1768 1.8 christos if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1769 1.8 christos echo "$$d$$p"; \ 1770 1.8 christos done | $(am__base_list) | \ 1771 1.8 christos while read files; do \ 1772 1.8 christos echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ 1773 1.8 christos $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done 1774 1.1 christos installcheck-am: installcheck-local 1775 1.1 christos 1776 1.1 christos maintainer-clean: maintainer-clean-recursive 1777 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1778 1.1 christos -rm -rf $(top_srcdir)/autom4te.cache 1779 1.7 christos -rm -rf ./$(DEPDIR) testsuite/$(DEPDIR) 1780 1.1 christos -rm -f Makefile 1781 1.8 christos maintainer-clean-am: distclean-am maintainer-clean-aminfo \ 1782 1.8 christos maintainer-clean-generic 1783 1.1 christos 1784 1.1 christos mostlyclean: mostlyclean-recursive 1785 1.1 christos 1786 1.8 christos mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \ 1787 1.8 christos mostlyclean-generic mostlyclean-libtool mostlyclean-local 1788 1.1 christos 1789 1.1 christos pdf: pdf-recursive 1790 1.1 christos 1791 1.8 christos pdf-am: $(PDFS) 1792 1.1 christos 1793 1.1 christos ps: ps-recursive 1794 1.1 christos 1795 1.8 christos ps-am: $(PSS) 1796 1.8 christos 1797 1.8 christos uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ 1798 1.8 christos uninstall-dvi-am uninstall-html-am uninstall-info-am \ 1799 1.8 christos uninstall-man uninstall-pdf-am uninstall-ps-am 1800 1.1 christos 1801 1.8 christos uninstall-man: uninstall-man1 1802 1.1 christos 1803 1.6 christos .MAKE: $(am__recursive_targets) all check check-am install install-am \ 1804 1.6 christos install-strip 1805 1.6 christos 1806 1.6 christos .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1807 1.8 christos am--refresh check check-DEJAGNU check-am clean clean-aminfo \ 1808 1.6 christos clean-binPROGRAMS clean-cscope clean-generic clean-libtool \ 1809 1.6 christos clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am \ 1810 1.8 christos dist-info distclean distclean-DEJAGNU distclean-compile \ 1811 1.6 christos distclean-generic distclean-hdr distclean-libtool \ 1812 1.8 christos distclean-tags dvi dvi-am html html-am html-local info info-am \ 1813 1.8 christos info-local install install-am install-binPROGRAMS \ 1814 1.8 christos install-binSCRIPTS install-data install-data-am install-dvi \ 1815 1.8 christos install-dvi-am install-exec install-exec-am install-exec-local \ 1816 1.8 christos install-html install-html-am install-info install-info-am \ 1817 1.8 christos install-man install-man1 install-pdf install-pdf-am install-ps \ 1818 1.8 christos install-ps-am install-strip installcheck installcheck-am \ 1819 1.8 christos installcheck-local installdirs installdirs-am maintainer-clean \ 1820 1.8 christos maintainer-clean-aminfo maintainer-clean-generic mostlyclean \ 1821 1.8 christos mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \ 1822 1.8 christos mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \ 1823 1.8 christos tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 1824 1.8 christos uninstall-binSCRIPTS uninstall-dvi-am uninstall-html-am \ 1825 1.8 christos uninstall-info-am uninstall-man uninstall-man1 \ 1826 1.8 christos uninstall-pdf-am uninstall-ps-am 1827 1.1 christos 1828 1.6 christos .PRECIOUS: Makefile 1829 1.6 christos 1830 1.1 christos po/POTFILES.in: @MAINT@ Makefile 1831 1.1 christos for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \ 1832 1.1 christos && mv tmp $(srcdir)/po/POTFILES.in 1833 1.1 christos 1834 1.1 christos check-DEJAGNU: site.exp 1835 1.1 christos srcdir=`cd $(srcdir) && pwd`; export srcdir; \ 1836 1.1 christos r=`pwd`; export r; \ 1837 1.1 christos LC_ALL=C; export LC_ALL; \ 1838 1.1 christos EXPECT=$(EXPECT); export EXPECT; \ 1839 1.1 christos runtest=$(RUNTEST); \ 1840 1.1 christos if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ 1841 1.9 christos $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \ 1842 1.9 christos CC="$(CC)" CFLAGS="$(CFLAGS)" \ 1843 1.9 christos CC_FOR_BUILD="$(CC_FOR_BUILD)" \ 1844 1.9 christos CC_FOR_TARGET="$(CC_FOR_TARGET)" \ 1845 1.9 christos CFLAGS_FOR_TARGET="$(filter-out -ffile-prefix-map=%,$(CFLAGS_FOR_TARGET)) -O0" \ 1846 1.9 christos $(RUNTESTFLAGS); \ 1847 1.1 christos else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 1848 1.1 christos fi 1849 1.1 christos 1850 1.7 christos development.exp: $(BFDDIR)/development.sh 1851 1.8 christos $(AM_V_GEN)$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \ 1852 1.7 christos | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@ 1853 1.7 christos 1854 1.1 christos installcheck-local: 1855 1.1 christos /bin/sh $(srcdir)/sanity.sh $(bindir) 1856 1.1 christos 1857 1.1 christos objdump.@OBJEXT@:objdump.c 1858 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(OBJDUMP_DEFS) $(srcdir)/objdump.c 1859 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1860 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='objdump.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1861 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1862 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c $(OBJDUMP_DEFS) $(srcdir)/objdump.c 1863 1.1 christos 1864 1.1 christos # The following is commented out for the conversion to automake. 1865 1.1 christos # This rule creates a single binary that switches between ar and ranlib 1866 1.1 christos # by looking at argv[0]. Use this kludge to save some disk space. 1867 1.1 christos # However, you have to install things by hand. 1868 1.1 christos # (That is after 'make install', replace the installed ranlib by a link to ar.) 1869 1.1 christos # Alternatively, you can install ranlib.sh as ranlib. 1870 1.1 christos # ar_with_ranlib: $(ADDL_DEPS) ar.o maybe-ranlib.o 1871 1.1 christos # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS) 1872 1.1 christos # -rm -f $(RANLIB_PROG) 1873 1.1 christos # -ln $(AR_PROG) $(RANLIB_PROG) 1874 1.1 christos # 1875 1.1 christos # objcopy and strip in one binary that uses argv[0] to decide its action. 1876 1.1 christos # 1877 1.1 christos #objcopy_with_strip: $(ADDL_DEPS) objcopy.o maybe-strip.o 1878 1.1 christos # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS) 1879 1.1 christos # -rm -f $(STRIP_PROG) 1880 1.1 christos # -ln $(OBJCOPY_PROG) $(STRIP_PROG) 1881 1.1 christos 1882 1.1 christos sysroff.c: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info 1883 1.8 christos $(AM_V_GEN)./sysinfo$(EXEEXT_FOR_BUILD) -c <$(srcdir)/sysroff.info >sysroff.c 1884 1.8 christos $(AM_V_at)./sysinfo$(EXEEXT_FOR_BUILD) -i <$(srcdir)/sysroff.info >>sysroff.c 1885 1.8 christos $(AM_V_at)./sysinfo$(EXEEXT_FOR_BUILD) -g <$(srcdir)/sysroff.info >>sysroff.c 1886 1.1 christos 1887 1.1 christos sysroff.h: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info 1888 1.8 christos $(AM_V_GEN)./sysinfo$(EXEEXT_FOR_BUILD) -d <$(srcdir)/sysroff.info >sysroff.h 1889 1.1 christos 1890 1.1 christos sysinfo$(EXEEXT_FOR_BUILD): sysinfo.@OBJEXT@ syslex_wrap.@OBJEXT@ 1891 1.8 christos $(AM_V_CCLD)$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ sysinfo.@OBJEXT@ syslex_wrap.@OBJEXT@ 1892 1.1 christos 1893 1.1 christos syslex_wrap.@OBJEXT@: syslex_wrap.c syslex.c sysinfo.h config.h 1894 1.9 christos $(AM_V_CC)$(CC_FOR_BUILD) -c -I. -I$(srcdir) $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/syslex_wrap.c 1895 1.1 christos 1896 1.1 christos sysinfo.@OBJEXT@: sysinfo.c 1897 1.8 christos $(AM_V_CC)if [ -r sysinfo.c ]; then \ 1898 1.9 christos $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(NO_WERROR) sysinfo.c ; \ 1899 1.1 christos else \ 1900 1.9 christos $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/sysinfo.c ; \ 1901 1.1 christos fi 1902 1.1 christos 1903 1.1 christos bin2c$(EXEEXT_FOR_BUILD): bin2c.c 1904 1.8 christos $(AM_V_CCLD)$(CC_FOR_BUILD) -o $@ $(AM_CPPFLAGS) $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(srcdir)/bin2c.c 1905 1.1 christos 1906 1.1 christos embedspu: embedspu.sh Makefile 1907 1.8 christos $(AM_V_GEN)awk '/^program_transform_name=/ {print "program_transform_name=\"$(program_transform_name)\""; next} {print}' < $< > $@ 1908 1.8 christos $(AM_V_at)chmod a+x $@ 1909 1.1 christos 1910 1.1 christos # We need these for parallel make. 1911 1.1 christos sysinfo.h: sysinfo.c 1912 1.1 christos 1913 1.1 christos # Disable -Werror, if it has been enabled, since old versions of bison/ 1914 1.1 christos # yacc will produce working code which contain compile time warnings. 1915 1.1 christos arparse.@OBJEXT@: arparse.c 1916 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f arparse.c || echo $(srcdir)/`arparse.c $(NO_WERROR) 1917 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1918 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arparse.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1919 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1920 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c `test -f arparse.c || echo $(srcdir)/`arparse.c $(NO_WERROR) 1921 1.1 christos 1922 1.1 christos arlex.@OBJEXT@: arlex.c 1923 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f arlex.c || echo $(srcdir)/`arlex.c $(NO_WERROR) 1924 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1925 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arlex.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1926 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1927 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c `test -f arlex.c || echo $(srcdir)/`arlex.c $(NO_WERROR) 1928 1.8 christos 1929 1.8 christos dwarf.@OBJEXT@: dwarf.c 1930 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo $(DEBUGINFOD_CFLAGS) -c -o $@ $(srcdir)/dwarf.c 1931 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1932 1.8 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dwarf.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1933 1.8 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1934 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) $(DEBUGINFOD_CFLAGS) -c -o $@ $(srcdir)/dwarf.c 1935 1.8 christos 1936 1.8 christos readelf.@OBJEXT@: readelf.c 1937 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo $(MSGPACK_CFLAGS) -c -o $@ $(srcdir)/readelf.c 1938 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1939 1.8 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='readelf.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1940 1.8 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1941 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) $(MSGPACK_CFLAGS) -c -o $@ $(srcdir)/readelf.c 1942 1.1 christos 1943 1.1 christos sysroff.@OBJEXT@: sysroff.c 1944 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f sysroff.c || echo $(srcdir)/`sysroff.c $(NO_WERROR) 1945 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1946 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sysroff.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1947 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1948 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c `test -f sysroff.c || echo $(srcdir)/`sysroff.c $(NO_WERROR) 1949 1.1 christos 1950 1.1 christos defparse.@OBJEXT@: defparse.c 1951 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f defparse.c || echo $(srcdir)/`defparse.c $(NO_WERROR) 1952 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1953 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='defparse.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1954 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1955 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c `test -f defparse.c || echo $(srcdir)/`defparse.c $(NO_WERROR) 1956 1.1 christos 1957 1.1 christos deflex.@OBJEXT@: deflex.c 1958 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f deflex.c || echo $(srcdir)/`deflex.c $(NO_WERROR) 1959 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1960 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='deflex.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1961 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1962 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c `test -f deflex.c || echo $(srcdir)/`deflex.c $(NO_WERROR) 1963 1.1 christos 1964 1.1 christos rcparse.@OBJEXT@: rcparse.c 1965 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f rcparse.c || echo $(srcdir)/`rcparse.c $(NO_WERROR) 1966 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1967 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rcparse.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1968 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1969 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c `test -f rcparse.c || echo $(srcdir)/`rcparse.c $(NO_WERROR) 1970 1.1 christos 1971 1.1 christos mcparse.@OBJEXT@: mcparse.c 1972 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f mcparse.c || echo $(srcdir)/`mcparse.c $(NO_WERROR) 1973 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1974 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mcparse.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1975 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1976 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c `test -f mcparse.c || echo $(srcdir)/`mcparse.c $(NO_WERROR) 1977 1.1 christos 1978 1.1 christos rclex.@OBJEXT@: rclex.c 1979 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/rclex.c $(NO_WERROR) 1980 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1981 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rclex.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1982 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1983 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c $(srcdir)/rclex.c $(NO_WERROR) 1984 1.1 christos 1985 1.1 christos mclex.@OBJEXT@: mclex.c 1986 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/mclex.c $(NO_WERROR) 1987 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1988 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mclex.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1989 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1990 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c $(srcdir)/mclex.c $(NO_WERROR) 1991 1.1 christos srconv.@OBJEXT@: sysroff.c 1992 1.1 christos 1993 1.1 christos dlltool.@OBJEXT@: 1994 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(DLLTOOL_DEFS) $(srcdir)/dlltool.c 1995 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1996 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dlltool.c' object='$@' libtool=no @AMDEPBACKSLASH@ 1997 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1998 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/dlltool.c 1999 1.1 christos 2000 1.1 christos rescoff.@OBJEXT@: 2001 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(DLLTOOL_DEFS) $(srcdir)/rescoff.c 2002 1.8 christos @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 2003 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rescoff.c' object='$@' libtool=no @AMDEPBACKSLASH@ 2004 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 2005 1.8 christos @am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/rescoff.c 2006 1.1 christos sysdump.@OBJEXT@: sysroff.c 2007 1.1 christos 2008 1.1 christos diststuff: $(EXTRA_DIST) info 2009 1.1 christos all: info 2010 1.1 christos mostlyclean-local: 2011 1.1 christos -rm -rf tmpdir 2012 1.1 christos 2013 1.1 christos .PHONY: install-exec-local 2014 1.1 christos 2015 1.1 christos install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS) 2016 1.1 christos @list='$(RENAMED_PROGS)'; for p in $$list; do \ 2017 1.1 christos if test -f $$p$(EXEEXT); then \ 2018 1.3 christos echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p$(EXEEXT) $(bindir)/`echo $$p|sed -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ 2019 1.3 christos $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p$(EXEEXT) $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ 2020 1.1 christos else :; fi; \ 2021 1.1 christos done 2022 1.1 christos $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin 2023 1.1 christos for i in $(TOOL_PROGS); do \ 2024 1.1 christos if [ -f $$i$(EXEEXT) ]; then \ 2025 1.1 christos j=`echo $$i | sed -e 's/-new//'`; \ 2026 1.1 christos k=`echo $$j | sed '$(transform)'`; \ 2027 1.1 christos if [ "$(bindir)/$$k" != "$(tooldir)/bin/$$j" ]; then \ 2028 1.1 christos rm -f $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \ 2029 1.1 christos ln $(DESTDIR)$(bindir)/$$k$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \ 2030 1.3 christos || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \ 2031 1.1 christos fi; \ 2032 1.1 christos else true; \ 2033 1.1 christos fi; \ 2034 1.1 christos done 2035 1.1 christos 2036 1.8 christos # Man page generation from texinfo 2037 1.8 christos #doc/addr2line.1: $(binutils_TEXI) doc/$(am__dirstamp) 2038 1.8 christos # $(AM_V_GEN)touch $@ 2039 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod 2040 1.8 christos # $(AM_V_at)-($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2041 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2042 1.8 christos # $(AM_V_at)rm -f addr2line.pod 2043 1.8 christos # 2044 1.8 christos #doc/ar.1: $(binutils_TEXI) doc/$(am__dirstamp) 2045 1.8 christos # $(AM_V_GEN)touch $@ 2046 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod 2047 1.8 christos # $(AM_V_at)-($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2048 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2049 1.8 christos # $(AM_V_at)rm -f ar.pod 2050 1.8 christos # 2051 1.8 christos #doc/dlltool.1: $(binutils_TEXI) doc/$(am__dirstamp) 2052 1.8 christos # $(AM_V_GEN)touch $@ 2053 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod 2054 1.8 christos # $(AM_V_at)-($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2055 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2056 1.8 christos # $(AM_V_at)rm -f dlltool.pod 2057 1.8 christos # 2058 1.8 christos #doc/nm.1: $(binutils_TEXI) doc/$(am__dirstamp) 2059 1.8 christos # $(AM_V_GEN)touch $@ 2060 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dnm < $(binutils_TEXI) > nm.pod 2061 1.8 christos # $(AM_V_at)-($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2062 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2063 1.8 christos # $(AM_V_at)rm -f nm.pod 2064 1.8 christos # 2065 1.8 christos #doc/objcopy.1: $(binutils_TEXI) doc/$(am__dirstamp) 2066 1.8 christos # $(AM_V_GEN)touch $@ 2067 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dobjcopy < $(binutils_TEXI) > objcopy.pod 2068 1.8 christos # $(AM_V_at)-($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2069 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2070 1.8 christos # $(AM_V_at)rm -f objcopy.pod 2071 1.8 christos # 2072 1.8 christos #doc/objdump.1: $(binutils_TEXI) doc/$(am__dirstamp) 2073 1.8 christos # $(AM_V_GEN)touch $@ 2074 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dobjdump < $(binutils_TEXI) > objdump.pod 2075 1.8 christos # $(AM_V_at)-($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2076 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2077 1.8 christos # $(AM_V_at)rm -f objdump.pod 2078 1.8 christos # 2079 1.8 christos #doc/ranlib.1: $(binutils_TEXI) doc/$(am__dirstamp) 2080 1.8 christos # $(AM_V_GEN)touch $@ 2081 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod 2082 1.8 christos # $(AM_V_at)-($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2083 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2084 1.8 christos # $(AM_V_at)rm -f ranlib.pod 2085 1.8 christos # 2086 1.8 christos #doc/readelf.1: $(binutils_TEXI) doc/$(am__dirstamp) 2087 1.8 christos # $(AM_V_GEN)touch $@ 2088 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod 2089 1.8 christos # $(AM_V_at)-($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2090 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2091 1.8 christos # $(AM_V_at)rm -f readelf.pod 2092 1.8 christos # 2093 1.8 christos #doc/size.1: $(binutils_TEXI) doc/$(am__dirstamp) 2094 1.8 christos # $(AM_V_GEN)touch $@ 2095 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dsize < $(binutils_TEXI) > size.pod 2096 1.8 christos # $(AM_V_at)-($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2097 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2098 1.8 christos # $(AM_V_at)rm -f size.pod 2099 1.8 christos # 2100 1.8 christos #doc/strings.1: $(binutils_TEXI) doc/$(am__dirstamp) 2101 1.8 christos # $(AM_V_GEN)touch $@ 2102 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod 2103 1.8 christos # $(AM_V_at)-($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2104 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2105 1.8 christos # $(AM_V_at)rm -f strings.pod 2106 1.8 christos # 2107 1.8 christos #doc/strip.1: $(binutils_TEXI) doc/$(am__dirstamp) 2108 1.8 christos # $(AM_V_GEN)touch $@ 2109 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dstrip < $(binutils_TEXI) > strip.pod 2110 1.8 christos # $(AM_V_at)-($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2111 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2112 1.8 christos # $(AM_V_at)rm -f strip.pod 2113 1.8 christos # 2114 1.8 christos #doc/elfedit.1: $(binutils_TEXI) doc/$(am__dirstamp) 2115 1.8 christos # $(AM_V_GEN)touch $@ 2116 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Delfedit < $(binutils_TEXI) > elfedit.pod 2117 1.8 christos # $(AM_V_at)-($(POD2MAN) elfedit.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2118 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2119 1.8 christos # $(AM_V_at)rm -f elfedit.pod 2120 1.8 christos # 2121 1.8 christos #doc/windres.1: $(binutils_TEXI) doc/$(am__dirstamp) 2122 1.8 christos # $(AM_V_GEN)touch $@ 2123 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dwindres < $(binutils_TEXI) > windres.pod 2124 1.8 christos # $(AM_V_at)-($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2125 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2126 1.8 christos # $(AM_V_at)rm -f windres.pod 2127 1.8 christos # 2128 1.8 christos #doc/windmc.1: $(binutils_TEXI) doc/$(am__dirstamp) 2129 1.8 christos # $(AM_V_GEN)touch $@ 2130 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dwindmc < $(binutils_TEXI) > windmc.pod 2131 1.8 christos # $(AM_V_at)-($(POD2MAN) windmc.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2132 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2133 1.8 christos # $(AM_V_at)rm -f windmc.pod 2134 1.8 christos # 2135 1.8 christos #doc/cxxfilt.man: $(binutils_TEXI) doc/$(am__dirstamp) 2136 1.8 christos # $(AM_V_GEN)touch $@ 2137 1.8 christos # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dcxxfilt < $(binutils_TEXI) > $(DEMANGLER_NAME).pod 2138 1.8 christos # $(AM_V_at)-($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2139 1.8 christos # mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) 2140 1.8 christos # $(AM_V_at)rm -f $(DEMANGLER_NAME).pod 2141 1.8 christos # 2142 1.8 christos #doc/$(DEMANGLER_NAME).1: doc/cxxfilt.man Makefile doc/$(am__dirstamp) 2143 1.8 christos # $(AM_V_GEN)if test -f doc/cxxfilt.man; then \ 2144 1.8 christos # man=doc/cxxfilt.man; \ 2145 1.8 christos # else \ 2146 1.8 christos # man=$(srcdir)/doc/cxxfilt.man; \ 2147 1.8 christos # fi; \ 2148 1.9 christos # sed -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \ 2149 1.8 christos # > doc/$(DEMANGLER_NAME).1 2150 1.8 christos 2151 1.8 christos html-local: doc/binutils/index.html 2152 1.8 christos doc/binutils/index.html: doc/binutils.texi $(binutils_TEXINFOS) 2153 1.8 christos $(AM_V_GEN)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \ 2154 1.8 christos --split=node -I$(srcdir) $(srcdir)/doc/binutils.texi 2155 1.8 christos 2156 1.8 christos # Maintenance 2157 1.8 christos 2158 1.8 christos # We need it for the taz target in ../Makefile.in. 2159 1.8 christos info-local: $(MANS) 2160 1.8 christos 2161 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables. 2162 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded. 2163 1.1 christos .NOEXPORT: 2164