1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am 2 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. 4# This Makefile.in is free software; the Free Software Foundation 5# gives unlimited permission to copy and/or distribute it, 6# with or without modifications, as long as this notice is preserved. 7 8# This program is distributed in the hope that it will be useful, 9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11# PARTICULAR PURPOSE. 12 13 14SHELL = @SHELL@ 15 16srcdir = @srcdir@ 17top_srcdir = @top_srcdir@ 18VPATH = @srcdir@ 19prefix = @prefix@ 20exec_prefix = @exec_prefix@ 21 22bindir = @bindir@ 23sbindir = @sbindir@ 24libexecdir = @libexecdir@ 25datadir = @datadir@ 26sysconfdir = @sysconfdir@ 27sharedstatedir = @sharedstatedir@ 28localstatedir = @localstatedir@ 29libdir = @libdir@ 30infodir = @infodir@ 31mandir = @mandir@ 32includedir = @includedir@ 33oldincludedir = /usr/include 34 35DESTDIR = 36 37pkgdatadir = $(datadir)/@PACKAGE@ 38pkglibdir = $(libdir)/@PACKAGE@ 39pkgincludedir = $(includedir)/@PACKAGE@ 40 41top_builddir = . 42 43ACLOCAL = @ACLOCAL@ 44AUTOCONF = @AUTOCONF@ 45AUTOMAKE = @AUTOMAKE@ 46AUTOHEADER = @AUTOHEADER@ 47 48INSTALL = @INSTALL@ 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 50INSTALL_DATA = @INSTALL_DATA@ 51INSTALL_SCRIPT = @INSTALL_SCRIPT@ 52transform = @program_transform_name@ 53 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60build_alias = @build_alias@ 61build_triplet = @build@ 62host_alias = @host_alias@ 63host_triplet = @host@ 64target_alias = @target_alias@ 65target_triplet = @target@ 66AS = @AS@ 67CATALOGS = @CATALOGS@ 68CATOBJEXT = @CATOBJEXT@ 69CC = @CC@ 70CC_FOR_BUILD = @CC_FOR_BUILD@ 71CXXCPP = @CXXCPP@ 72DATADIRNAME = @DATADIRNAME@ 73DLLTOOL = @DLLTOOL@ 74EMULATION_LIBPATH = @EMULATION_LIBPATH@ 75EXEEXT = @EXEEXT@ 76EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 77GCJ = @GCJ@ 78GCJFLAGS = @GCJFLAGS@ 79GMOFILES = @GMOFILES@ 80GMSGFMT = @GMSGFMT@ 81GT_NO = @GT_NO@ 82GT_YES = @GT_YES@ 83HDEFINES = @HDEFINES@ 84INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ 85INSTOBJEXT = @INSTOBJEXT@ 86INTLDEPS = @INTLDEPS@ 87INTLOBJS = @INTLOBJS@ 88LIBTOOL = @LIBTOOL@ 89LN_S = @LN_S@ 90MAINT = @MAINT@ 91MAKEINFO = @MAKEINFO@ 92MKINSTALLDIRS = @MKINSTALLDIRS@ 93MSGFMT = @MSGFMT@ 94NATIVE_LIB_DIRS = @NATIVE_LIB_DIRS@ 95OBJDUMP = @OBJDUMP@ 96OBJEXT = @OBJEXT@ 97PACKAGE = @PACKAGE@ 98POFILES = @POFILES@ 99POSUB = @POSUB@ 100RANLIB = @RANLIB@ 101STRINGIFY = @STRINGIFY@ 102STRIP = @STRIP@ 103TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@ 104TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@ 105USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ 106USE_NLS = @USE_NLS@ 107VERSION = @VERSION@ 108bfdincludedir = @bfdincludedir@ 109bfdlibdir = @bfdlibdir@ 110l = @l@ 111use_sysroot = @use_sysroot@ 112 113INTLLIBS = @INTLLIBS@ 114 115AUTOMAKE_OPTIONS = cygnus dejagnu 116 117SUBDIRS = po 118 119tooldir = $(exec_prefix)/$(target_alias) 120 121YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi` 122YFLAGS = -d 123LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` 124 125WARN_CFLAGS = @WARN_CFLAGS@ 126AM_CFLAGS = $(WARN_CFLAGS) 127 128# We put the scripts in the directory $(scriptdir)/ldscripts. 129# We can't put the scripts in $(datadir) because the SEARCH_DIR 130# directives need to be different for native and cross linkers. 131scriptdir = $(tooldir)/lib 132 133EMUL = @EMUL@ 134EMULATION_OFILES = @EMULATION_OFILES@ 135EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@ 136 137# Search path to override the default search path for -lfoo libraries. 138# If LIB_PATH is empty, the ones in the script (if any) are left alone. 139# (The default is usually /lib:/usr/lib:/usr/local/lib, unless building 140# a cross-linker, in which case the default is empty. See genscripts.sh.) 141# Otherwise, they are replaced with the ones given in LIB_PATH, 142# which may have the form: LIB_PATH=/lib:/usr/local/lib. This can be set 143# when the linker is configured via the --with-lib-path configure switch. 144LIB_PATH = @LIB_PATH@ 145 146BASEDIR = $(srcdir)/.. 147BFDDIR = $(BASEDIR)/bfd 148INCDIR = $(BASEDIR)/include 149MKDEP = gcc -MM 150 151# What version of the manual to build 152DOCVER = gen 153 154# Options to extract the man page from ld.texinfo 155MANCONF = -Dman 156 157TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl 158 159POD2MAN = pod2man --center="GNU Development Tools" \ 160 --release="binutils-$(VERSION)" --section=1 161 162 163#stuff for self hosting (can be overridden in config file). 164HOSTING_CRT0 = @HOSTING_CRT0@ 165HOSTING_LIBS = @HOSTING_LIBS@ 166HOSTING_EMU = -m $(EMUL) 167 168# Setup the testing framework, if you have one 169EXPECT = `if [ -f $$r/../expect/expect ] ; \ 170 then echo $$r/../expect/expect ; \ 171 else echo expect ; fi` 172 173 174RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \ 175 then echo $${srcroot}/../dejagnu/runtest ; \ 176 else echo runtest ; fi` 177 178 179RUNTESTFLAGS = 180 181CC_FOR_TARGET = ` \ 182 if [ -f $$r/../gcc/xgcc ] ; then \ 183 if [ -f $$r/../newlib/Makefile ] ; then \ 184 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ 185 else \ 186 echo $$r/../gcc/xgcc -B$$r/../gcc/; \ 187 fi; \ 188 else \ 189 if [ "@host@" = "@target@" ] ; then \ 190 echo $(CC); \ 191 else \ 192 echo gcc | sed '$(transform)'; \ 193 fi; \ 194 fi` 195 196 197CXX = gcc 198CXX_FOR_TARGET = ` \ 199 if [ -f $$r/../gcc/xgcc ] ; then \ 200 if [ -f $$r/../newlib/Makefile ] ; then \ 201 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ 202 else \ 203 echo $$r/../gcc/xgcc -B$$r/../gcc/; \ 204 fi; \ 205 else \ 206 if [ "@host@" = "@target@" ] ; then \ 207 echo $(CXX); \ 208 else \ 209 echo gcc | sed '$(transform)'; \ 210 fi; \ 211 fi` 212 213 214noinst_PROGRAMS = ld-new 215info_TEXINFOS = ld.texinfo 216noinst_TEXINFOS = ldint.texinfo 217man_MANS = ld.1 218 219INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(prefix)/share/locale\"" 220 221BFDLIB = ../bfd/libbfd.la 222LIBIBERTY = -liberty 223 224ALL_EMULATIONS = \ 225 ea29k.o \ 226 eaixppc.o \ 227 eaixrs6.o \ 228 ealpha.o \ 229 earcelf.o \ 230 earm_epoc_pe.o \ 231 earmaoutb.o \ 232 earmaoutl.o \ 233 earmcoff.o \ 234 earmelf.o \ 235 earmelfb.o \ 236 earmelf_fbsd.o \ 237 earmelf_linux.o \ 238 earmelfb_linux.o \ 239 earmelf_nbsd.o \ 240 earmelfb_nbsd.o \ 241 earmelf_oabi.o \ 242 earmelf_obsd.o \ 243 earmelfb_obsd.o \ 244 earmnto.o \ 245 earmnbsd.o \ 246 earmpe.o \ 247 eavr2.o \ 248 eavr1.o \ 249 eavr3.o \ 250 eavr4.o \ 251 eavr5.o \ 252 ecoff_i860.o \ 253 ecoff_sparc.o \ 254 ecrisaout.o \ 255 ecriself.o \ 256 ecrislinux.o \ 257 ed10velf.o \ 258 ed30v_e.o \ 259 ed30v_o.o \ 260 ed30velf.o \ 261 edelta68.o \ 262 eelf32_dlx.o \ 263 eebmon29k.o \ 264 eelf32_i960.o \ 265 eelf32_i860.o \ 266 eelf32_sparc.o \ 267 eelf32_sparc_obsd.o \ 268 eelf32b4300.o \ 269 eelf32bmip.o \ 270 eelf32bmipn32.o \ 271 eelf32btsmip.o \ 272 eelf32btsmipn32.o \ 273 eelf32ltsmip.o \ 274 eelf32ltsmipn32.o \ 275 eelf32ebmip.o \ 276 eelf32elmip.o \ 277 eelf32fr30.o \ 278 eelf32frv.o \ 279 eelf32i370.o \ 280 eelf32ip2k.o \ 281 eelf32iq2000.o \ 282 eelf32iq10.o \ 283 eelf32l4300.o \ 284 eelf32lmip.o \ 285 eelf32lppc.o \ 286 eelf32lppcnto.o \ 287 eelf32lppcsim.o \ 288 eelf32mcore.o \ 289 eelf32mipswindiss.o \ 290 eelf32openrisc.o \ 291 eelf32ppc.o \ 292 eelf32ppc_fbsd.o \ 293 eelf32ppc_obsd.o \ 294 eelf32ppclinux.o \ 295 eelf32ppcnto.o \ 296 eelf32ppcsim.o \ 297 eelf32ppcwindiss.o \ 298 eelf32vax.o \ 299 eelf32xstormy16.o \ 300 eelf32xtensa.o \ 301 eelf_i386.o \ 302 eelf_i386_be.o \ 303 eelf_i386_chaos.o \ 304 eelf_i386_fbsd.o \ 305 eelf_i386_ldso.o \ 306 eelf_i386_obsd.o \ 307 eelf_s390.o \ 308 egld960.o \ 309 egld960coff.o \ 310 eh8300.o \ 311 eh8300h.o \ 312 eh8300s.o \ 313 eh8300elf.o \ 314 eh8300hn.o \ 315 eh8300sn.o \ 316 eh8300sx.o \ 317 eh8300helf.o \ 318 eh8300self.o \ 319 eh8300hnelf.o \ 320 eh8300snelf.o \ 321 eh8300sxelf.o \ 322 eh8300sxn.o \ 323 eh8300sxnelf.o \ 324 eh8500.o \ 325 eh8500b.o \ 326 eh8500c.o \ 327 eh8500m.o \ 328 eh8500s.o \ 329 ehp300bsd.o \ 330 ehp3hpux.o \ 331 ehppaelf.o \ 332 ehppalinux.o \ 333 ehppanbsd.o \ 334 ehppaobsd.o \ 335 ei386aout.o \ 336 ei386beos.o \ 337 ei386bsd.o \ 338 ei386coff.o \ 339 ei386go32.o \ 340 ei386linux.o \ 341 ei386lynx.o \ 342 ei386mach.o \ 343 ei386moss.o \ 344 ei386msdos.o \ 345 ei386nbsd.o \ 346 ei386obsd.o \ 347 ei386nto.o \ 348 ei386nw.o \ 349 ei386pe.o \ 350 ei386pe_posix.o \ 351 elnk960.o \ 352 em32relf.o \ 353 em32rlelf.o \ 354 em32relf_linux.o \ 355 em32rlelf_linux.o \ 356 em68hc11elf.o \ 357 em68hc11elfb.o \ 358 em68hc12elf.o \ 359 em68hc12elfb.o \ 360 em68k4knbsd.o \ 361 em68kaout.o \ 362 em68kaux.o \ 363 em68kcoff.o \ 364 em68kelf.o \ 365 em68kelfnbsd.o \ 366 em68klinux.o \ 367 em68klynx.o \ 368 em68knbsd.o \ 369 em68kobsd.o \ 370 em68kpsos.o \ 371 em88kbcs.o \ 372 emcorepe.o \ 373 emipsbig.o \ 374 emipsbsd.o \ 375 emipsidt.o \ 376 emipsidtl.o \ 377 emipslit.o \ 378 emipslnews.o \ 379 emipspe.o \ 380 emsp430x110.o \ 381 emsp430x112.o \ 382 emsp430x1101.o \ 383 emsp430x1111.o \ 384 emsp430x1121.o \ 385 emsp430x1122.o \ 386 emsp430x1132.o \ 387 emsp430x122.o \ 388 emsp430x123.o \ 389 emsp430x1222.o \ 390 emsp430x1232.o \ 391 emsp430x133.o \ 392 emsp430x135.o \ 393 emsp430x1331.o \ 394 emsp430x1351.o \ 395 emsp430x147.o \ 396 emsp430x148.o \ 397 emsp430x149.o \ 398 emsp430x155.o \ 399 emsp430x156.o \ 400 emsp430x157.o \ 401 emsp430x167.o \ 402 emsp430x168.o \ 403 emsp430x169.o \ 404 emsp430x311.o \ 405 emsp430x312.o \ 406 emsp430x313.o \ 407 emsp430x314.o \ 408 emsp430x315.o \ 409 emsp430x323.o \ 410 emsp430x325.o \ 411 emsp430x336.o \ 412 emsp430x337.o \ 413 emsp430x412.o \ 414 emsp430x413.o \ 415 emsp430xE423.o \ 416 emsp430xE425.o \ 417 emsp430xE427.o \ 418 emsp430xW423.o \ 419 emsp430xW425.o \ 420 emsp430xW427.o \ 421 emsp430x435.o \ 422 emsp430x436.o \ 423 emsp430x437.o \ 424 emsp430x447.o \ 425 emsp430x448.o \ 426 emsp430x449.o \ 427 enews.o \ 428 ens32knbsd.o \ 429 eor32.o \ 430 eor32elf.o \ 431 epc532macha.o \ 432 epdp11.o \ 433 epjelf.o \ 434 epjlelf.o \ 435 eppcmacos.o \ 436 eppcnw.o \ 437 eppcpe.o \ 438 eriscix.o \ 439 esa29200.o \ 440 esh.o \ 441 eshelf32.o \ 442 eshlelf32.o \ 443 eshelf32_linux.o \ 444 eshlelf32_linux.o \ 445 eshelf32_nbsd.o \ 446 eshlelf32_nbsd.o \ 447 eshelf.o \ 448 eshelf_linux.o \ 449 eshlelf_linux.o \ 450 eshelf_nbsd.o \ 451 eshlelf_nbsd.o \ 452 eshelf_nto.o \ 453 eshlelf_nto.o \ 454 eshelf_obsd.o \ 455 eshlelf_obsd.o \ 456 eshl.o \ 457 eshlelf.o \ 458 eshpe.o \ 459 esparcaout.o \ 460 esparclinux.o \ 461 esparclynx.o \ 462 esparcnbsd.o \ 463 esparcobsd.o \ 464 est2000.o \ 465 esun3.o \ 466 esun4.o \ 467 etic30aout.o \ 468 etic30coff.o \ 469 etic3xcoff.o \ 470 etic3xcoff_onchip.o \ 471 etic4xcoff.o \ 472 etic54xcoff.o \ 473 etic80coff.o \ 474 evanilla.o \ 475 evax.o \ 476 evaxnbsd.o \ 477 evsta.o \ 478 ew65.o \ 479 ez8001.o \ 480 eelf32frvfd.o \ 481 ez8002.o 482 483 484ALL_64_EMULATIONS = \ 485 eelf64_aix.o \ 486 eelf64_ia64.o \ 487 eelf64_ia64_fbsd.o \ 488 eshelf64.o \ 489 eshlelf64.o \ 490 eshelf64_nbsd.o \ 491 eshlelf64_nbsd.o \ 492 eelf_x86_64.o \ 493 eelf_x86_64_fbsd.o \ 494 eelf_x86_64_obsd.o \ 495 eelf64_s390.o \ 496 eelf64_sparc.o \ 497 eelf64_sparc_fbsd.o \ 498 eelf64_sparc_obsd.o \ 499 eelf64alpha.o \ 500 eelf64alpha_fbsd.o \ 501 eelf64alpha_nbsd.o \ 502 eelf64alpha_obsd.o \ 503 eelf64bmip.o \ 504 eelf64btsmip.o \ 505 eelf64btsmip_obsd.o \ 506 eelf64ltsmip.o \ 507 eelf64ltsmip_obsd.o \ 508 eelf64hppa.o \ 509 eelf64mmix.o \ 510 emmo.o \ 511 eelf64ppc.o \ 512 eelf64lppc.o \ 513 ehppa64linux.o 514 515 516ALL_EMUL_EXTRA_OFILES = \ 517 deffilep.o \ 518 pe-dll.o 519 520 521CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ 522 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ 523 mri.c ldcref.c pe-dll.c 524 525 526HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \ 527 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \ 528 ldwrite.h mri.h deffile.h pe-dll.h 529 530 531GENERATED_CFILES = ldgram.c ldlex.c deffilep.c 532GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h 533 534OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \ 535 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \ 536 ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} 537 538 539STAGESTUFF = *.o ldscripts/* e*.c 540 541# At the moment this is just a list of those emulation template files 542# that contain internationalised strings. 543EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em 544 545POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES) 546 547# These all start with e so 'make clean' can find them. 548 549GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@ 550GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed 551 552# We need this for automake to use YLWRAP. 553EXTRA_ld_new_SOURCES = deffilep.y 554 555ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \ 556 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c 557 558ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(INTLDEPS) 559ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS) 560 561# This is the real libbfd.a created by libtool. 562TESTBFDLIB = @TESTBFDLIB@ 563 564MAINTAINERCLEANFILES = ldver.texi 565 566# We want to reconfigure if configure.host or configure.tgt changes. 567CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host $(srcdir)/configure.tgt 568 569MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \ 570 ldemul-list.h crtbegin.o crtend.o ld.log ld.sum 571 572CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 573 574# Stuff that should be included in a distribution. The diststuff 575# target is run by the taz target in ../Makefile.in. 576EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS) 577 578DISTCLEANFILES = tdirs site.exp site.bak stringify.sed 579ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 580mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 581CONFIG_HEADER = config.h 582CONFIG_CLEAN_FILES = 583noinst_PROGRAMS = ld-new$(EXEEXT) 584PROGRAMS = $(noinst_PROGRAMS) 585 586 587DEFS = @DEFS@ -I. -I$(srcdir) -I. 588CPPFLAGS = @CPPFLAGS@ 589LDFLAGS = @LDFLAGS@ 590LIBS = @LIBS@ 591ld_new_OBJECTS = ldgram.$(OBJEXT) ldlex.$(OBJEXT) lexsup.$(OBJEXT) \ 592ldlang.$(OBJEXT) mri.$(OBJEXT) ldctor.$(OBJEXT) ldmain.$(OBJEXT) \ 593ldwrite.$(OBJEXT) ldexp.$(OBJEXT) ldemul.$(OBJEXT) ldver.$(OBJEXT) \ 594ldmisc.$(OBJEXT) ldfile.$(OBJEXT) ldcref.$(OBJEXT) 595ld_new_LDFLAGS = 596LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 597LEXLIB = @LEXLIB@ 598YLWRAP = $(top_srcdir)/../ylwrap 599CFLAGS = @CFLAGS@ 600COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 601LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 602CCLD = $(CC) 603LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 604TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi` 605TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex 606INFO_DEPS = ld.info 607DVIS = ld.dvi 608TEXINFOS = ld.texinfo 609man1dir = $(mandir)/man1 610MANS = $(man_MANS) 611 612NROFF = nroff 613DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \ 614NEWS TODO acinclude.m4 aclocal.m4 config.in configure configure.in \ 615deffilep.c ldgram.c ldlex.c 616 617 618DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 619 620TAR = gtar 621GZIP_ENV = --best 622SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES) 623OBJECTS = $(ld_new_OBJECTS) 624 625all: all-redirect 626.SUFFIXES: 627.SUFFIXES: .S .c .dvi .info .l .lo .o .obj .ps .s .texi .texinfo .txi .y 628$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 629 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile 630 631Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 632 cd $(top_builddir) \ 633 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 634 635$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 636 cd $(srcdir) && $(ACLOCAL) 637 638config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 639 $(SHELL) ./config.status --recheck 640$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 641 cd $(srcdir) && $(AUTOCONF) 642 643config.h: stamp-h 644 @if test ! -f $@; then \ 645 rm -f stamp-h; \ 646 $(MAKE) stamp-h; \ 647 else :; fi 648stamp-h: $(srcdir)/config.in $(top_builddir)/config.status 649 cd $(top_builddir) \ 650 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \ 651 $(SHELL) ./config.status 652 @echo timestamp > stamp-h 2> /dev/null 653$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in 654 @if test ! -f $@; then \ 655 rm -f $(srcdir)/stamp-h.in; \ 656 $(MAKE) $(srcdir)/stamp-h.in; \ 657 else :; fi 658$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 659 cd $(top_srcdir) && $(AUTOHEADER) 660 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null 661 662mostlyclean-hdr: 663 664clean-hdr: 665 666distclean-hdr: 667 -rm -f config.h 668 669maintainer-clean-hdr: 670 671mostlyclean-noinstPROGRAMS: 672 673clean-noinstPROGRAMS: 674 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 675 676distclean-noinstPROGRAMS: 677 678maintainer-clean-noinstPROGRAMS: 679 680.c.o: 681 $(COMPILE) -c $< 682 683# FIXME: We should only use cygpath when building on Windows, 684# and only if it is available. 685.c.obj: 686 $(COMPILE) -c `cygpath -w $<` 687 688.s.o: 689 $(COMPILE) -c $< 690 691.S.o: 692 $(COMPILE) -c $< 693 694mostlyclean-compile: 695 -rm -f *.o core *.core 696 -rm -f *.$(OBJEXT) 697 698clean-compile: 699 700distclean-compile: 701 -rm -f *.tab.c 702 703maintainer-clean-compile: 704 705.c.lo: 706 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 707 708.s.lo: 709 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 710 711.S.lo: 712 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 713 714mostlyclean-libtool: 715 -rm -f *.lo 716 717clean-libtool: 718 -rm -rf .libs _libs 719 720distclean-libtool: 721 722maintainer-clean-libtool: 723 724ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES) 725 @rm -f ld-new$(EXEEXT) 726 $(LINK) $(ld_new_LDFLAGS) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS) 727.l.c: 728 $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@ 729.y.c: 730 $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) $(YFLAGS) 731deffilep.h: deffilep.c 732ldgram.h: ldgram.c 733 734 735ld.info: ld.texinfo 736ld.dvi: ld.texinfo 737 738 739DVIPS = dvips 740 741.texi.info: 742 @rm -f $@ $@-[0-9] $@-[0-9][0-9] 743 $(MAKEINFO) -I $(srcdir) $< 744 745.texi.dvi: 746 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \ 747 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< 748 749.texi: 750 @rm -f $@ $@-[0-9] $@-[0-9][0-9] 751 $(MAKEINFO) -I $(srcdir) $< 752 753.texinfo.info: 754 @rm -f $@ $@-[0-9] $@-[0-9][0-9] 755 $(MAKEINFO) -I $(srcdir) $< 756 757.texinfo: 758 @rm -f $@ $@-[0-9] $@-[0-9][0-9] 759 $(MAKEINFO) -I $(srcdir) $< 760 761.texinfo.dvi: 762 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \ 763 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< 764 765.txi.info: 766 @rm -f $@ $@-[0-9] $@-[0-9][0-9] 767 $(MAKEINFO) -I $(srcdir) $< 768 769.txi.dvi: 770 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \ 771 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< 772 773.txi: 774 @rm -f $@ $@-[0-9] $@-[0-9][0-9] 775 $(MAKEINFO) -I $(srcdir) $< 776.dvi.ps: 777 $(DVIPS) $< -o $@ 778 779install-info-am: $(INFO_DEPS) 780 @$(NORMAL_INSTALL) 781 $(mkinstalldirs) $(DESTDIR)$(infodir) 782 @list='$(INFO_DEPS)'; \ 783 for file in $$list; do \ 784 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 785 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ 786 if test -f $$d/$$ifile; then \ 787 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \ 788 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \ 789 else : ; fi; \ 790 done; \ 791 done 792 @$(POST_INSTALL) 793 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ 794 list='$(INFO_DEPS)'; \ 795 for file in $$list; do \ 796 echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ 797 install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ 798 done; \ 799 else : ; fi 800 801uninstall-info: 802 $(PRE_UNINSTALL) 803 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ 804 ii=yes; \ 805 else ii=; fi; \ 806 list='$(INFO_DEPS)'; \ 807 for file in $$list; do \ 808 test -z "$$ii" \ 809 || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \ 810 done 811 @$(NORMAL_UNINSTALL) 812 list='$(INFO_DEPS)'; \ 813 for file in $$list; do \ 814 (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \ 815 done 816 817dist-info: $(INFO_DEPS) 818 list='$(INFO_DEPS)'; \ 819 for base in $$list; do \ 820 if test -f $$base; then d=.; else d=$(srcdir); fi; \ 821 for file in `cd $$d && eval echo $$base*`; do \ 822 test -f $(distdir)/$$file \ 823 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 824 || cp -p $$d/$$file $(distdir)/$$file; \ 825 done; \ 826 done 827 828mostlyclean-aminfo: 829 -rm -f ld.aux ld.cp ld.cps ld.dvi ld.fn ld.fns ld.ky ld.kys ld.ps \ 830 ld.log ld.pg ld.toc ld.tp ld.tps ld.vr ld.vrs ld.op ld.tr \ 831 ld.cv ld.cn 832 833clean-aminfo: 834 835distclean-aminfo: 836 837maintainer-clean-aminfo: 838 for i in $(INFO_DEPS); do \ 839 rm -f $$i; \ 840 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \ 841 rm -f $$i-[0-9]*; \ 842 fi; \ 843 done 844clean-info: mostlyclean-aminfo 845 846install-man1: 847 $(mkinstalldirs) $(DESTDIR)$(man1dir) 848 @list='$(man1_MANS)'; \ 849 l2='$(man_MANS)'; for i in $$l2; do \ 850 case "$$i" in \ 851 *.1*) list="$$list $$i" ;; \ 852 esac; \ 853 done; \ 854 for i in $$list; do \ 855 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ 856 else file=$$i; fi; \ 857 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 858 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 859 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 860 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ 861 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ 862 done 863 864uninstall-man1: 865 @list='$(man1_MANS)'; \ 866 l2='$(man_MANS)'; for i in $$l2; do \ 867 case "$$i" in \ 868 *.1*) list="$$list $$i" ;; \ 869 esac; \ 870 done; \ 871 for i in $$list; do \ 872 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 873 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 874 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 875 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ 876 rm -f $(DESTDIR)$(man1dir)/$$inst; \ 877 done 878install-man: $(MANS) 879 @$(NORMAL_INSTALL) 880 $(MAKE) $(AM_MAKEFLAGS) 881uninstall-man: 882 @$(NORMAL_UNINSTALL) 883 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 884 885# This directory's subdirectories are mostly independent; you can cd 886# into them and run `make' without going through this Makefile. 887# To change the values of `make' variables: instead of editing Makefiles, 888# (1) if the variable is set in `config.status', edit `config.status' 889# (which will cause the Makefiles to be regenerated when you run `make'); 890# (2) otherwise, pass the desired values on the `make' command line. 891 892@SET_MAKE@ 893 894all-recursive install-data-recursive install-exec-recursive \ 895installdirs-recursive install-recursive uninstall-recursive install-info-recursive \ 896check-recursive installcheck-recursive info-recursive dvi-recursive: 897 @set fnord $(MAKEFLAGS); amf=$$2; \ 898 dot_seen=no; \ 899 target=`echo $@ | sed s/-recursive//`; \ 900 list='$(SUBDIRS)'; for subdir in $$list; do \ 901 echo "Making $$target in $$subdir"; \ 902 if test "$$subdir" = "."; then \ 903 dot_seen=yes; \ 904 local_target="$$target-am"; \ 905 else \ 906 local_target="$$target"; \ 907 fi; \ 908 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 909 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 910 done; \ 911 if test "$$dot_seen" = "no"; then \ 912 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 913 fi; test -z "$$fail" 914 915mostlyclean-recursive clean-recursive distclean-recursive \ 916maintainer-clean-recursive: 917 @set fnord $(MAKEFLAGS); amf=$$2; \ 918 dot_seen=no; \ 919 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 920 rev="$$subdir $$rev"; \ 921 test "$$subdir" != "." || dot_seen=yes; \ 922 done; \ 923 test "$$dot_seen" = "no" && rev=". $$rev"; \ 924 target=`echo $@ | sed s/-recursive//`; \ 925 for subdir in $$rev; do \ 926 echo "Making $$target in $$subdir"; \ 927 if test "$$subdir" = "."; then \ 928 local_target="$$target-am"; \ 929 else \ 930 local_target="$$target"; \ 931 fi; \ 932 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 933 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 934 done && test -z "$$fail" 935tags-recursive: 936 list='$(SUBDIRS)'; for subdir in $$list; do \ 937 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 938 done 939 940tags: TAGS 941 942ID: $(HEADERS) $(SOURCES) $(LISP) 943 list='$(SOURCES) $(HEADERS)'; \ 944 unique=`for i in $$list; do echo $$i; done | \ 945 awk ' { files[$$0] = 1; } \ 946 END { for (i in files) print i; }'`; \ 947 here=`pwd` && cd $(srcdir) \ 948 && mkid -f$$here/ID $$unique $(LISP) 949 950TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP) 951 tags=; \ 952 here=`pwd`; \ 953 list='$(SUBDIRS)'; for subdir in $$list; do \ 954 if test "$$subdir" = .; then :; else \ 955 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 956 fi; \ 957 done; \ 958 list='$(SOURCES) $(HEADERS)'; \ 959 unique=`for i in $$list; do echo $$i; done | \ 960 awk ' { files[$$0] = 1; } \ 961 END { for (i in files) print i; }'`; \ 962 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \ 963 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS) 964 965mostlyclean-tags: 966 967clean-tags: 968 969distclean-tags: 970 -rm -f TAGS ID 971 972maintainer-clean-tags: 973 974distdir = $(PACKAGE)-$(VERSION) 975top_distdir = $(distdir) 976 977# This target untars the dist file and tries a VPATH configuration. Then 978# it guarantees that the distribution is self-contained by making another 979# tarfile. 980distcheck: dist 981 -rm -rf $(distdir) 982 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 983 mkdir $(distdir)/=build 984 mkdir $(distdir)/=inst 985 dc_install_base=`cd $(distdir)/=inst && pwd`; \ 986 cd $(distdir)/=build \ 987 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 988 && $(MAKE) $(AM_MAKEFLAGS) \ 989 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 990 && $(MAKE) $(AM_MAKEFLAGS) check \ 991 && $(MAKE) $(AM_MAKEFLAGS) install \ 992 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 993 && $(MAKE) $(AM_MAKEFLAGS) dist 994 -rm -rf $(distdir) 995 @banner="$(distdir).tar.gz is ready for distribution"; \ 996 dashes=`echo "$$banner" | sed s/./=/g`; \ 997 echo "$$dashes"; \ 998 echo "$$banner"; \ 999 echo "$$dashes" 1000dist: distdir 1001 -chmod -R a+r $(distdir) 1002 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 1003 -rm -rf $(distdir) 1004dist-all: distdir 1005 -chmod -R a+r $(distdir) 1006 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 1007 -rm -rf $(distdir) 1008distdir: $(DISTFILES) 1009 -rm -rf $(distdir) 1010 mkdir $(distdir) 1011 -chmod 777 $(distdir) 1012 @for file in $(DISTFILES); do \ 1013 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 1014 if test -d $$d/$$file; then \ 1015 cp -pr $$d/$$file $(distdir)/$$file; \ 1016 else \ 1017 test -f $(distdir)/$$file \ 1018 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 1019 || cp -p $$d/$$file $(distdir)/$$file || :; \ 1020 fi; \ 1021 done 1022 for subdir in $(SUBDIRS); do \ 1023 if test "$$subdir" = .; then :; else \ 1024 test -d $(distdir)/$$subdir \ 1025 || mkdir $(distdir)/$$subdir \ 1026 || exit 1; \ 1027 chmod 777 $(distdir)/$$subdir; \ 1028 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ 1029 || exit 1; \ 1030 fi; \ 1031 done 1032 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info 1033 1034DEJATOOL = $(PACKAGE) 1035 1036RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir 1037site.exp: Makefile 1038 @echo 'Making a new site.exp file...' 1039 @test ! -f site.bak || rm -f site.bak 1040 @echo '## these variables are automatically generated by make ##' > $@-t 1041 @echo '# Do not edit here. If you wish to override these values' >> $@-t 1042 @echo '# edit the last section' >> $@-t 1043 @echo 'set tool $(DEJATOOL)' >> $@-t 1044 @echo 'set srcdir $(srcdir)' >> $@-t 1045 @echo 'set objdir' `pwd` >> $@-t 1046 @echo 'set host_alias $(host_alias)' >> $@-t 1047 @echo 'set host_triplet $(host_triplet)' >> $@-t 1048 @echo 'set target_alias $(target_alias)' >> $@-t 1049 @echo 'set target_triplet $(target_triplet)' >> $@-t 1050 @echo 'set build_alias $(build_alias)' >> $@-t 1051 @echo 'set build_triplet $(build_triplet)' >> $@-t 1052 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t 1053 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t 1054 @test ! -f site.exp || mv site.exp site.bak 1055 @mv $@-t site.exp 1056info-am: $(INFO_DEPS) 1057info: info-recursive 1058dvi-am: $(DVIS) 1059dvi: dvi-recursive 1060check-am: 1061 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU 1062check: check-recursive 1063installcheck-am: 1064installcheck: installcheck-recursive 1065install-info-am: 1066install-info: install-info-recursive 1067all-recursive-am: config.h 1068 $(MAKE) $(AM_MAKEFLAGS) all-recursive 1069 1070install-exec-am: install-exec-local 1071install-exec: install-exec-recursive 1072 1073install-data-am: install-man install-data-local 1074install-data: install-data-recursive 1075 1076install-am: all-am 1077 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1078install: install-recursive 1079uninstall-am: uninstall-man 1080uninstall: uninstall-recursive 1081all-am: Makefile $(PROGRAMS) $(MANS) config.h 1082all-redirect: all-recursive-am 1083install-strip: 1084 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 1085installdirs: installdirs-recursive 1086installdirs-am: 1087 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 1088 1089 1090mostlyclean-generic: 1091 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 1092 1093clean-generic: 1094 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1095 1096distclean-generic: 1097 -rm -f Makefile $(CONFIG_CLEAN_FILES) 1098 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 1099 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 1100 1101maintainer-clean-generic: 1102 -test -z "ldlexldeffilephdeffilepcldgramhldgramc$(MAINTAINERCLEANFILES)" || rm -f ldlexl deffileph deffilepc ldgramh ldgramc $(MAINTAINERCLEANFILES) 1103mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \ 1104 mostlyclean-compile mostlyclean-libtool \ 1105 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic \ 1106 mostlyclean-local 1107 1108mostlyclean: mostlyclean-recursive 1109 1110clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \ 1111 clean-aminfo clean-tags clean-generic mostlyclean-am 1112 1113clean: clean-recursive 1114 1115distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \ 1116 distclean-libtool distclean-aminfo distclean-tags \ 1117 distclean-generic clean-am distclean-local 1118 -rm -f libtool 1119 1120distclean: distclean-recursive 1121 -rm -f config.status 1122 1123maintainer-clean-am: maintainer-clean-hdr \ 1124 maintainer-clean-noinstPROGRAMS \ 1125 maintainer-clean-compile maintainer-clean-libtool \ 1126 maintainer-clean-aminfo maintainer-clean-tags \ 1127 maintainer-clean-generic distclean-am 1128 @echo "This command is intended for maintainers to use;" 1129 @echo "it deletes files that may require special tools to rebuild." 1130 1131maintainer-clean: maintainer-clean-recursive 1132 -rm -f config.status 1133 1134.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ 1135mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 1136clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 1137mostlyclean-compile distclean-compile clean-compile \ 1138maintainer-clean-compile mostlyclean-libtool distclean-libtool \ 1139clean-libtool maintainer-clean-libtool install-info-am uninstall-info \ 1140mostlyclean-aminfo distclean-aminfo clean-aminfo \ 1141maintainer-clean-aminfo install-man1 uninstall-man1 install-man \ 1142uninstall-man install-data-recursive uninstall-data-recursive \ 1143install-exec-recursive uninstall-exec-recursive installdirs-recursive \ 1144uninstalldirs-recursive all-recursive check-recursive \ 1145installcheck-recursive info-recursive dvi-recursive \ 1146mostlyclean-recursive distclean-recursive clean-recursive \ 1147maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 1148distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \ 1149info-am info dvi-am dvi check check-am installcheck-am installcheck \ 1150install-info-am install-info all-recursive-am install-exec-local \ 1151install-exec-am install-exec install-data-local install-data-am \ 1152install-data install-am install uninstall-am uninstall all-redirect \ 1153all-am all installdirs-am installdirs mostlyclean-generic \ 1154distclean-generic clean-generic maintainer-clean-generic clean \ 1155mostlyclean distclean maintainer-clean 1156 1157 1158po/POTFILES.in: @MAINT@ Makefile 1159 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ 1160 && mv tmp $(srcdir)/po/POTFILES.in 1161 1162ldmain.o: ldmain.c config.status 1163 $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' \ 1164 -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' \ 1165 -DTOOLBINDIR='"$(tooldir)/bin"' \ 1166 -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \ 1167 $(srcdir)/ldmain.c 1168 1169ldemul-list.h: Makefile 1170 (echo "/* This file is automatically generated. DO NOT EDIT! */";\ 1171 for f in `echo " " ${EMULATION_OFILES} "" \ 1172 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ 1173 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \ 1174 done;\ 1175 echo "";\ 1176 echo "#define EMULATION_LIST \\";\ 1177 for f in `echo " " ${EMULATION_OFILES} "" \ 1178 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ 1179 echo " &ld_$${f}_emulation, \\"; \ 1180 done;\ 1181 echo " 0") >ldemul-tmp.h 1182 mv ldemul-tmp.h ldemul-list.h 1183 1184stringify.sed: ${srcdir}/emultempl/$(STRINGIFY) 1185 cp ${srcdir}/emultempl/$(STRINGIFY) stringify.sed 1186 1187@TDIRS@ 1188 1189ea29k.c: $(srcdir)/emulparams/a29k.sh \ 1190 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS} 1191 ${GENSCRIPTS} a29k "$(tdir_a29k)" 1192eaix5ppc.c: $(srcdir)/emulparams/aix5ppc.sh \ 1193 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} 1194 ${GENSCRIPTS} aix5ppc "$(tdir_aixppc)" 1195eaix5rs6.c: $(srcdir)/emulparams/aix5rs6.sh \ 1196 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} 1197 ${GENSCRIPTS} aix5rs6 "$(tdir_aixrs6)" 1198eaixppc.c: $(srcdir)/emulparams/aixppc.sh \ 1199 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} 1200 ${GENSCRIPTS} aixppc "$(tdir_aixppc)" 1201eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \ 1202 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} 1203 ${GENSCRIPTS} aixrs6 "$(tdir_aixrs6)" 1204ealpha.c: $(srcdir)/emulparams/alpha.sh \ 1205 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS} 1206 ${GENSCRIPTS} alpha "$(tdir_alpha)" 1207earcelf.c: $(srcdir)/emulparams/arcelf.sh \ 1208 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1209 ${GENSCRIPTS} arcelf "$(tdir_arcelf)" 1210earmelf.c: $(srcdir)/emulparams/armelf.sh \ 1211 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1212 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1213 ${GENSCRIPTS} armelf "$(tdir_armelf)" 1214earmelfb.c: $(srcdir)/emulparams/armelfb.sh $(srcdir)/emulparams/armelf.sh \ 1215 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1216 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1217 ${GENSCRIPTS} armelfb "$(tdir_armelfb)" 1218earmelf_oabi.c: $(srcdir)/emulparams/armelf_oabi.sh \ 1219 $(srcdir)/emultempl/armelf_oabi.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1220 ${GENSCRIPTS} armelf_oabi "$(tdir_armelf)" 1221earmelf_fbsd.c: $(srcdir)/emulparams/armelf_fbsd.sh \ 1222 $(srcdir)/emulparams/armelf.sh \ 1223 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1224 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1225 ${GENSCRIPTS} armelf_fbsd "$(tdir_armelf_fbsd)" 1226earmelf_linux.c: $(srcdir)/emulparams/armelf_linux.sh \ 1227 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1228 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1229 ${GENSCRIPTS} armelf_linux "$(tdir_armelf_linux)" 1230earmelfb_linux.c: $(srcdir)/emulparams/armelfb_linux.sh \ 1231 $(srcdir)/emulparams/armelf_linux.sh \ 1232 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1233 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1234 ${GENSCRIPTS} armelfb_linux "$(tdir_armelfb_linux)" 1235earmelf_nbsd.c: $(srcdir)/emulparams/armelf_nbsd.sh \ 1236 $(srcdir)/emulparams/armelf.sh \ 1237 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1238 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1239 ${GENSCRIPTS} armelf_nbsd "$(tdir_armelf_nbsd)" 1240earmelfb_nbsd.c: $(srcdir)/emulparams/armelfb_nbsd.sh \ 1241 $(srcdir)/emulparams/armelf_nbsd.sh \ 1242 $(srcdir)/emulparams/armelf.sh \ 1243 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1244 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1245 ${GENSCRIPTS} armelfb_nbsd "$(tdir_armelfb_nbsd)" 1246earmelf_obsd.c: $(srcdir)/emulparams/armelf_obsd.sh \ 1247 $(srcdir)/emulparams/armelf.sh \ 1248 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1249 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1250 ${GENSCRIPTS} armelf_obsd "$(tdir_armelf_obsd)" 1251earmelfb_obsd.c: $(srcdir)/emulparams/armelfb_obsd.sh \ 1252 $(srcdir)/emulparams/armelf_obsd.sh \ 1253 $(srcdir)/emulparams/armelf.sh \ 1254 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1255 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1256 ${GENSCRIPTS} armelfb_obsd "$(tdir_armelfb_obsd)" 1257earmaoutb.c: $(srcdir)/emulparams/armaoutb.sh \ 1258 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS} 1259 ${GENSCRIPTS} armaoutb "$(tdir_armaoutb)" 1260earmaoutl.c: $(srcdir)/emulparams/armaoutl.sh \ 1261 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS} 1262 ${GENSCRIPTS} armaoutl "$(tdir_armaoutl)" 1263earmcoff.c: $(srcdir)/emulparams/armcoff.sh \ 1264 $(srcdir)/emultempl/armcoff.em $(srcdir)/scripttempl/armcoff.sc ${GEN_DEPENDS} 1265 ${GENSCRIPTS} armcoff "$(tdir_armcoff)" 1266earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \ 1267 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1268 ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)" 1269earmnto.c: $(srcdir)/emulparams/armnto.sh \ 1270 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ 1271 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1272 ${GENSCRIPTS} armnto "$(tdir_armnto)" 1273earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \ 1274 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/epocpe.sc ${GEN_DEPENDS} 1275 ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)" 1276earmpe.c: $(srcdir)/emulparams/armpe.sh \ 1277 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} 1278 ${GENSCRIPTS} armpe "$(tdir_armpe)" 1279eavr2.c: $(srcdir)/emulparams/avr2.sh \ 1280 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ 1281 ${GEN_DEPENDS} 1282 ${GENSCRIPTS} avr2 "$(tdir_avr2)" 1283eavr1.c: $(srcdir)/emulparams/avr1.sh \ 1284 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ 1285 ${GEN_DEPENDS} 1286 ${GENSCRIPTS} avr1 "$(tdir_avr2)" 1287eavr3.c: $(srcdir)/emulparams/avr3.sh \ 1288 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ 1289 ${GEN_DEPENDS} 1290 ${GENSCRIPTS} avr3 "$(tdir_avr2)" 1291eavr4.c: $(srcdir)/emulparams/avr4.sh \ 1292 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ 1293 ${GEN_DEPENDS} 1294 ${GENSCRIPTS} avr4 "$(tdir_avr2)" 1295eavr5.c: $(srcdir)/emulparams/avr5.sh \ 1296 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ 1297 ${GEN_DEPENDS} 1298 ${GENSCRIPTS} avr5 "$(tdir_avr2)" 1299ecoff_i860.c: $(srcdir)/emulparams/coff_i860.sh \ 1300 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i860coff.sc ${GEN_DEPENDS} 1301 ${GENSCRIPTS} coff_i860 "$(tdir_coff_i860)" 1302ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \ 1303 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS} 1304 ${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)" 1305ecrisaout.c: $(srcdir)/emulparams/crisaout.sh \ 1306 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/crisaout.sc ${GEN_DEPENDS} 1307 ${GENSCRIPTS} crisaout "$(tdir_cris)" 1308ecriself.c: $(srcdir)/emulparams/criself.sh \ 1309 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1310 ${GENSCRIPTS} criself "$(tdir_cris)" 1311ecrislinux.c: $(srcdir)/emulparams/crislinux.sh \ 1312 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1313 ${GENSCRIPTS} crislinux "$(tdir_cris)" 1314ed10velf.c: $(srcdir)/emulparams/d10velf.sh \ 1315 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfd10v.sc ${GEN_DEPENDS} 1316 ${GENSCRIPTS} d10velf "$(tdir_d10v)" 1317ed30velf.c: $(srcdir)/emulparams/d30velf.sh \ 1318 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS} 1319 ${GENSCRIPTS} d30velf "$(tdir_d30v)" 1320ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \ 1321 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS} 1322 ${GENSCRIPTS} d30v_o "$(tdir_d30v)" 1323ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \ 1324 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS} 1325 ${GENSCRIPTS} d30v_e "$(tdir_d30v)" 1326edelta68.c: $(srcdir)/emulparams/delta68.sh \ 1327 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS} 1328 ${GENSCRIPTS} delta68 "$(tdir_delta68)" 1329eelf32_dlx.c: $(srcdir)/emulparams/elf32_dlx.sh \ 1330 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/dlx.sc ${GEN_DEPENDS} 1331 ${GENSCRIPTS} elf32_dlx "$(tdir_elf32_dlx)" 1332eebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \ 1333 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS} 1334 ${GENSCRIPTS} ebmon29k "$(tdir_ebmon29k)" 1335eelf32xstormy16.c: $(srcdir)/emulparams/elf32xstormy16.sh \ 1336 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \ 1337 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1338 ${GENSCRIPTS} elf32xstormy16 "$(tdir_xstormy16)" 1339eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \ 1340 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1341 ${GENSCRIPTS} elf32am33lin "$(tdir_mn10300)" 1342eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \ 1343 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1344 ${GENSCRIPTS} elf32vax "$(tdir_elf32vax)" 1345eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh \ 1346 $(srcdir)/emulparams/xtensa-config.sh \ 1347 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/xtensaelf.em \ 1348 $(srcdir)/scripttempl/elfxtensa.sc ${GEN_DEPENDS} 1349 ${GENSCRIPTS} elf32xtensa "$(tdir_elf32xtensa)" 1350eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \ 1351 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1352 ${GENSCRIPTS} elf32fr30 "$(tdir_fr30)" 1353eelf32frv.c: $(srcdir)/emulparams/elf32frv.sh \ 1354 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1355 ${GENSCRIPTS} elf32frv "$(tdir_frv)" 1356eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \ 1357 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1358 ${GENSCRIPTS} elf32mcore "$(tdir_mcore)" 1359em32relf.c: $(srcdir)/emulparams/m32relf.sh \ 1360 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1361 ${GENSCRIPTS} m32relf "$(tdir_m32r)" 1362em32rlelf.c: $(srcdir)/emulparams/m32rlelf.sh \ 1363 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1364 ${GENSCRIPTS} m32rlelf "$(tdir_m32rlelf)" 1365em32relf_linux.c: $(srcdir)/emulparams/m32relf_linux.sh \ 1366 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1367 ${GENSCRIPTS} m32relf_linux "$(tdir_m32relf_linux)" 1368em32rlelf_linux.c: $(srcdir)/emulparams/m32rlelf_linux.sh \ 1369 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1370 ${GENSCRIPTS} m32rlelf_linux "$(tdir_m32rlelf_linux)" 1371eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \ 1372 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1373 ${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)" 1374eelf32_sparc_obsd.c: $(srcdir)/emulparams/elf32_sparc_obsd.sh \ 1375 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1376 ${GENSCRIPTS} elf32_sparc_obsd "$(tdir_elf32_sparc_obsd)" 1377eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \ 1378 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1379 ${GENSCRIPTS} elf32_i860 "$(tdir_elf32_i860)" 1380eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \ 1381 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1382 ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)" 1383eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \ 1384 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ 1385 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1386 ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)" 1387eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \ 1388 $(srcdir)/emultempl/mipself.em \ 1389 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1390 ${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)" 1391eelf32bsmip.c: $(srcdir)/emulparams/elf32bsmip.sh \ 1392 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/irix.em \ 1393 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1394 ${GENSCRIPTS} elf32bsmip "$(tdir_elf32bsmip)" 1395eelf32btsmip.c: $(srcdir)/emulparams/elf32btsmip.sh \ 1396 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ 1397 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1398 ${GENSCRIPTS} elf32btsmip "$(tdir_elf32btsmip)" 1399eelf32btsmipn32.c: $(srcdir)/emulparams/elf32btsmipn32.sh \ 1400 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ 1401 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1402 ${GENSCRIPTS} elf32btsmipn32 "$(tdir_elf32btsmipn32)" 1403eelf32ltsmip.c: $(srcdir)/emulparams/elf32ltsmip.sh \ 1404 $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \ 1405 $(srcdir)/emultempl/mipself.em \ 1406 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1407 ${GENSCRIPTS} elf32ltsmip "$(tdir_elf32ltsmip)" 1408eelf32ltsmipn32.c: $(srcdir)/emulparams/elf32ltsmipn32.sh \ 1409 $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \ 1410 $(srcdir)/emultempl/mipself.em \ 1411 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1412 ${GENSCRIPTS} elf32ltsmipn32 "$(tdir_elf32ltsmipn32)" 1413eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \ 1414 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ 1415 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1416 ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)" 1417eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \ 1418 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \ 1419 $(srcdir)/emultempl/mipself.em \ 1420 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1421 ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)" 1422eelf32bmipn32.c: $(srcdir)/emulparams/elf32bmipn32.sh \ 1423 $(srcdir)/emultempl/irix.em \ 1424 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1425 ${GENSCRIPTS} elf32bmipn32 "$(tdir_elf32bmipn32)" 1426eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \ 1427 $(srcdir)/emulparams/elf32b4300.sh $(srcdir)/emulparams/elf32bmip.sh \ 1428 $(srcdir)/emultempl/mipself.em \ 1429 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1430 ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)" 1431eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \ 1432 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ 1433 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1434 ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)" 1435eelf32mipswindiss.c: $(srcdir)/emulparams/elf32mipswindiss.sh \ 1436 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1437 ${GENSCRIPTS} elf32mipswindiss "$(tdir_elf32mipswindiss)" 1438eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \ 1439 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ 1440 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1441 ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)" 1442eelf32lppcnto.c: $(srcdir)/emulparams/elf32lppcnto.sh \ 1443 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ 1444 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1445 ${GENSCRIPTS} elf32lppcnto "$(tdir_elf32lppcnto)" 1446eelf32lppcsim.c: $(srcdir)/emulparams/elf32lppcsim.sh \ 1447 $(srcdir)/emulparams/elf32lppc.sh $(srcdir)/emulparams/elf32ppc.sh \ 1448 $(srcdir)/emultempl/ppc32elf.em \ 1449 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1450 ${GENSCRIPTS} elf32lppcsim "$(tdir_elf32lppcsim)" 1451eelf32ppcnto.c: $(srcdir)/emulparams/elf32ppcnto.sh \ 1452 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ 1453 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1454 ${GENSCRIPTS} elf32ppcnto "$(tdir_elf32ppcnto)" 1455eelf32ppcwindiss.c: $(srcdir)/emulparams/elf32ppcwindiss.sh \ 1456 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1457 ${GENSCRIPTS} elf32ppcwindiss "$(tdir_elf32ppcwindiss)" 1458eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \ 1459 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \ 1460 $(srcdir)/emultempl/mipself.em \ 1461 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1462 ${GENSCRIPTS} elf32lsmip "$(tdir_elf32lsmip)" 1463eelf32openrisc.c: $(srcdir)/emulparams/elf32openrisc.sh \ 1464 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1465 ${GENSCRIPTS} elf32openrisc "$(tdir_openrisc)" 1466eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ 1467 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1468 ${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)" 1469eelf32ppc_fbsd.c: $(srcdir)/emulparams/elf32ppc_fbsd.sh \ 1470 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ 1471 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1472 ${GENSCRIPTS} elf32ppc_fbsd "$(tdir_elf32ppc_fbsd)" 1473eelf32ppc_obsd.c: $(srcdir)/emulparams/elf32ppc_obsd.sh \ 1474 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ 1475 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1476 ${GENSCRIPTS} elf32ppc_obsd "$(tdir_elf32ppc_obsd)" 1477eelf32ppcsim.c: $(srcdir)/emulparams/elf32ppcsim.sh \ 1478 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ 1479 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1480 ${GENSCRIPTS} elf32ppcsim "$(tdir_elf32ppcsim)" 1481eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \ 1482 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ 1483 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1484 ${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)" 1485eelf64ppc.c: $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \ 1486 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1487 ${GENSCRIPTS} elf64ppc "$(tdir_elf64ppc)" 1488eelf64lppc.c: $(srcdir)/emulparams/elf64lppc.sh \ 1489 $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \ 1490 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1491 ${GENSCRIPTS} elf64lppc "$(tdir_elf64lppc)" 1492eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \ 1493 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfi370.sc ${GEN_DEPENDS} 1494 ${GENSCRIPTS} elf32i370 "$(tdir_elf32i370)" 1495eelf32ip2k.c: $(srcdir)/emulparams/elf32ip2k.sh \ 1496 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/ip2k.sc ${GEN_DEPENDS} 1497 ${GENSCRIPTS} elf32ip2k "$(tdir_ip2k)" 1498eelf32iq2000.c: $(srcdir)/emulparams/elf32iq2000.sh \ 1499 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/iq2000.sc ${GEN_DEPENDS} 1500 ${GENSCRIPTS} elf32iq2000 "$(tdir_iq2000)" 1501eelf32iq10.c: $(srcdir)/emulparams/elf32iq10.sh \ 1502 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/iq2000.sc ${GEN_DEPENDS} 1503 ${GENSCRIPTS} elf32iq10 "$(tdir_iq10)" 1504eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \ 1505 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1506 ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)" 1507eelf64alpha_fbsd.c: $(srcdir)/emulparams/elf64alpha_fbsd.sh \ 1508 $(srcdir)/emulparams/elf64alpha.sh \ 1509 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1510 ${GENSCRIPTS} elf64alpha_fbsd "$(tdir_elf64alpha_fbsd)" 1511eelf64alpha_nbsd.c: $(srcdir)/emulparams/elf64alpha_nbsd.sh \ 1512 $(srcdir)/emulparams/elf64alpha.sh \ 1513 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1514 ${GENSCRIPTS} elf64alpha_nbsd "$(tdir_elf64alpha_nbsd)" 1515eelf64alpha_obsd.c: $(srcdir)/emulparams/elf64alpha_obsd.sh \ 1516 $(srcdir)/emulparams/elf64alpha.sh \ 1517 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1518 ${GENSCRIPTS} elf64alpha_obsd "$(tdir_elf64alpha_obsd)" 1519eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \ 1520 $(srcdir)/emulparams/hppa64linux.sh \ 1521 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1522 ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)" 1523eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \ 1524 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1525 ${GENSCRIPTS} elf64_aix "$(tdir_elf64_aix)" 1526eelf64_ia64.c: $(srcdir)/emulparams/elf64_ia64.sh \ 1527 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/ia64elf.em \ 1528 $(srcdir)/emultempl/needrelax.em \ 1529 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1530 ${GENSCRIPTS} elf64_ia64 "$(tdir_elf64_ia64)" 1531eelf64_ia64_fbsd.c: $(srcdir)/emulparams/elf64_ia64_fbsd.sh \ 1532 $(srcdir)/emulparams/elf64_ia64.sh \ 1533 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/ia64elf.em \ 1534 $(srcdir)/emultempl/needrelax.em \ 1535 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1536 ${GENSCRIPTS} elf64_ia64_fbsd "$(tdir_elf64_ia64_fbsd)" 1537eelf64_s390.c: $(srcdir)/emulparams/elf64_s390.sh \ 1538 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1539 ${GENSCRIPTS} elf64_s390 "$(tdir_elf64_s390)" 1540eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \ 1541 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1542 ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)" 1543eelf64_sparc_fbsd.c: $(srcdir)/emulparams/elf64_sparc_fbsd.sh \ 1544 $(srcdir)/emulparams/elf64_sparc.sh \ 1545 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1546 ${GENSCRIPTS} elf64_sparc_fbsd "$(tdir_elf64_sparc_fbsd)" 1547eelf64_sparc_obsd.c: $(srcdir)/emulparams/elf64_sparc_obsd.sh \ 1548 $(srcdir)/emulparams/elf64_sparc.sh \ 1549 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1550 ${GENSCRIPTS} elf64_sparc_obsd "$(tdir_elf64_sparc_obsd)" 1551eelf64bmip.c: $(srcdir)/emulparams/elf64bmip.sh \ 1552 $(srcdir)/emulparams/elf32bmipn32.sh $(srcdir)/emultempl/irix.em \ 1553 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1554 ${GENSCRIPTS} elf64bmip "$(tdir_elf64bmip)" 1555eelf64mmix.c: $(srcdir)/emulparams/elf64mmix.sh \ 1556 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/mmix-elfnmmo.em \ 1557 $(srcdir)/emultempl/mmixelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1558 ${GENSCRIPTS} elf64mmix "$(tdir_elf64mmix)" 1559emmo.c: $(srcdir)/emulparams/mmo.sh $(srcdir)/emultempl/mmix-elfnmmo.em \ 1560 $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/mmo.em \ 1561 $(srcdir)/scripttempl/mmo.sc ${GEN_DEPENDS} 1562 ${GENSCRIPTS} mmo "$(tdir_mmo)" 1563eelf64btsmip.c: $(srcdir)/emulparams/elf64btsmip.sh \ 1564 $(srcdir)/emulparams/elf32bmipn32.sh \ 1565 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1566 ${GENSCRIPTS} elf64btsmip "$(tdir_elf64btsmip)" 1567eelf64btsmip_obsd.c: $(srcdir)/emulparams/elf64btsmip_obsd.sh \ 1568 $(srcdir)/emulparams/elf32bmipn32.sh \ 1569 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1570 ${GENSCRIPTS} elf64btsmip_obsd "$(tdir_elf64btsmip_obsd)" 1571eelf64ltsmip.c: $(srcdir)/emulparams/elf64ltsmip.sh \ 1572 $(srcdir)/emulparams/elf64btsmip.sh $(srcdir)/emulparams/elf32bmipn32.sh \ 1573 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1574 ${GENSCRIPTS} elf64ltsmip "$(tdir_elf64ltsmip)" 1575eelf64ltsmip_obsd.c: $(srcdir)/emulparams/elf64ltsmip_obsd.sh \ 1576 $(srcdir)/emulparams/elf32bmipn32.sh \ 1577 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1578 ${GENSCRIPTS} elf64ltsmip_obsd "$(tdir_elf64ltsmip_obsd)" 1579eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \ 1580 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1581 ${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)" 1582eelf_x86_64.c: $(srcdir)/emulparams/elf_x86_64.sh \ 1583 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1584 ${GENSCRIPTS} elf_x86_64 "$(tdir_elf_x86_64)" 1585eelf_x86_64_fbsd.c: $(srcdir)/emulparams/elf_x86_64_fbsd.sh \ 1586 $(srcdir)/emulparams/elf_x86_64.sh \ 1587 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1588 ${GENSCRIPTS} elf_x86_64_fbsd "$(tdir_elf_x86_64_fbsd)" 1589eelf_x86_64_obsd.c: $(srcdir)/emulparams/elf_x86_64_obsd.sh \ 1590 $(srcdir)/emulparams/elf_x86_64.sh \ 1591 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1592 ${GENSCRIPTS} elf_x86_64_obsd "$(tdir_elf_x86_64_obsd)" 1593eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \ 1594 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1595 ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)" 1596eelf_i386_chaos.c: $(srcdir)/emulparams/elf_i386_chaos.sh \ 1597 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf_chaos.sc ${GEN_DEPENDS} 1598 ${GENSCRIPTS} elf_i386_chaos "$(tdir_elf_i386_chaos)" 1599eelf_i386_fbsd.c: $(srcdir)/emulparams/elf_i386_fbsd.sh \ 1600 $(srcdir)/emulparams/elf_i386.sh \ 1601 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1602 ${GENSCRIPTS} elf_i386_fbsd "$(tdir_elf_i386_fbsd)" 1603eelf_i386_ldso.c: $(srcdir)/emulparams/elf_i386_ldso.sh \ 1604 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1605 ${GENSCRIPTS} elf_i386_ldso "$(tdir_elf_i386_ldso)" 1606eelf_i386_obsd.c: $(srcdir)/emulparams/elf_i386_obsd.sh \ 1607 $(srcdir)/emulparams/elf_i386.sh \ 1608 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1609 ${GENSCRIPTS} elf_i386_obsd "$(tdir_elf_i386_obsd)" 1610eelf_s390.c: $(srcdir)/emulparams/elf_s390.sh \ 1611 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1612 ${GENSCRIPTS} elf_s390 "$(tdir_elf_s390)" 1613egld960.c: $(srcdir)/emulparams/gld960.sh \ 1614 $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS} 1615 ${GENSCRIPTS} gld960 "$(tdir_gld960)" 1616egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \ 1617 $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS} 1618 ${GENSCRIPTS} gld960coff "$(tdir_gld960coff)" 1619eh8300.c: $(srcdir)/emulparams/h8300.sh \ 1620 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS} 1621 ${GENSCRIPTS} h8300 "$(tdir_h8300)" 1622eh8300h.c: $(srcdir)/emulparams/h8300h.sh \ 1623 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS} 1624 ${GENSCRIPTS} h8300h "$(tdir_h8300h)" 1625eh8300s.c: $(srcdir)/emulparams/h8300s.sh \ 1626 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS} 1627 ${GENSCRIPTS} h8300s "$(tdir_h8300s)" 1628eh8300hn.c: $(srcdir)/emulparams/h8300hn.sh \ 1629 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300hn.sc ${GEN_DEPENDS} 1630 ${GENSCRIPTS} h8300hn "$(tdir_h8300hn)" 1631eh8300sn.c: $(srcdir)/emulparams/h8300sn.sh \ 1632 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sn.sc ${GEN_DEPENDS} 1633 ${GENSCRIPTS} h8300sn "$(tdir_h8300sn)" 1634eh8300sx.c: $(srcdir)/emulparams/h8300sx.sh \ 1635 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sx.sc ${GEN_DEPENDS} 1636 ${GENSCRIPTS} h8300sx "$(tdir_h8300sx)" 1637eh8300sxn.c: $(srcdir)/emulparams/h8300sxn.sh \ 1638 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sxn.sc ${GEN_DEPENDS} 1639 ${GENSCRIPTS} h8300sxn "$(tdir_h8300sxn)" 1640eh8300elf.c: $(srcdir)/emulparams/h8300elf.sh \ 1641 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1642 ${GENSCRIPTS} h8300elf "$(tdir_h8300elf)" 1643eh8300helf.c: $(srcdir)/emulparams/h8300helf.sh \ 1644 $(srcdir)/emulparams/h8300elf.sh \ 1645 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1646 ${GENSCRIPTS} h8300helf "$(tdir_h8300helf)" 1647eh8300self.c: $(srcdir)/emulparams/h8300self.sh \ 1648 $(srcdir)/emulparams/h8300elf.sh \ 1649 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1650 ${GENSCRIPTS} h8300self "$(tdir_h8300self)" 1651eh8300hnelf.c: $(srcdir)/emulparams/h8300hnelf.sh \ 1652 $(srcdir)/emulparams/h8300elf.sh \ 1653 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1654 ${GENSCRIPTS} h8300hnelf "$(tdir_h8300hnelf)" 1655eh8300snelf.c: $(srcdir)/emulparams/h8300snelf.sh \ 1656 $(srcdir)/emulparams/h8300elf.sh \ 1657 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1658 ${GENSCRIPTS} h8300snelf "$(tdir_h8300snelf)" 1659eh8300sxelf.c: $(srcdir)/emulparams/h8300sxelf.sh \ 1660 $(srcdir)/emulparams/h8300elf.sh \ 1661 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1662 ${GENSCRIPTS} h8300sxelf "$(tdir_h8300sxelf)" 1663eh8300sxnelf.c: $(srcdir)/emulparams/h8300sxnelf.sh \ 1664 $(srcdir)/emulparams/h8300elf.sh \ 1665 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1666 ${GENSCRIPTS} h8300sxnelf "$(tdir_h8300sxnelf)" 1667eh8500.c: $(srcdir)/emulparams/h8500.sh \ 1668 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS} 1669 ${GENSCRIPTS} h8500 "$(tdir_h8500)" 1670eh8500b.c: $(srcdir)/emulparams/h8500b.sh \ 1671 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS} 1672 ${GENSCRIPTS} h8500b "$(tdir_h8500b)" 1673eh8500c.c: $(srcdir)/emulparams/h8500c.sh \ 1674 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS} 1675 ${GENSCRIPTS} h8500c "$(tdir_h8500c)" 1676eh8500m.c: $(srcdir)/emulparams/h8500m.sh \ 1677 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS} 1678 ${GENSCRIPTS} h8500m "$(tdir_h8500m)" 1679eh8500s.c: $(srcdir)/emulparams/h8500s.sh \ 1680 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS} 1681 ${GENSCRIPTS} h8500s "$(tdir_h8500s)" 1682ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \ 1683 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1684 ${GENSCRIPTS} hp300bsd "$(tdir_hp300bsd)" 1685ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \ 1686 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1687 ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)" 1688ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \ 1689 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \ 1690 $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS} 1691 ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)" 1692ehppalinux.c: $(srcdir)/emulparams/hppalinux.sh \ 1693 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \ 1694 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1695 ${GENSCRIPTS} hppalinux "$(tdir_hppalinux)" 1696ehppanbsd.c: $(srcdir)/emulparams/hppanbsd.sh \ 1697 $(srcdir)/emulparams/hppaelf.sh \ 1698 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \ 1699 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1700 ${GENSCRIPTS} hppanbsd "$(tdir_hppanbsd)" 1701ehppaobsd.c: $(srcdir)/emulparams/hppaobsd.sh \ 1702 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \ 1703 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1704 ${GENSCRIPTS} hppaobsd "$(tdir_hppaobsd)" 1705ehppa64linux.c: $(srcdir)/emulparams/hppa64linux.sh \ 1706 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1707 ${GENSCRIPTS} hppa64linux "$(tdir_hppa64linux)" 1708ei386aout.c: $(srcdir)/emulparams/i386aout.sh \ 1709 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1710 ${GENSCRIPTS} i386aout "$(tdir_i386aout)" 1711ei386beos.c: $(srcdir)/emulparams/i386beos.sh \ 1712 $(srcdir)/emultempl/beos.em $(srcdir)/scripttempl/i386beos.sc ${GEN_DEPENDS} 1713 ${GENSCRIPTS} i386beos "$(tdir_i386beos)" 1714ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \ 1715 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1716 ${GENSCRIPTS} i386bsd "$(tdir_i386bsd)" 1717ei386coff.c: $(srcdir)/emulparams/i386coff.sh \ 1718 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS} 1719 ${GENSCRIPTS} i386coff "$(tdir_i386coff)" 1720ei386go32.c: $(srcdir)/emulparams/i386go32.sh \ 1721 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS} 1722 ${GENSCRIPTS} i386go32 "$(tdir_i386go32)" 1723ei386linux.c: $(srcdir)/emulparams/i386linux.sh \ 1724 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1725 ${GENSCRIPTS} i386linux "$(tdir_i386linux)" 1726ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \ 1727 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386lynx.sc ${GEN_DEPENDS} 1728 ${GENSCRIPTS} i386lynx "$(tdir_i386lynx)" 1729ei386mach.c: $(srcdir)/emulparams/i386mach.sh \ 1730 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1731 ${GENSCRIPTS} i386mach "$(tdir_i386mach)" 1732ei386moss.c: $(srcdir)/emulparams/i386moss.sh \ 1733 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1734 ${GENSCRIPTS} i386moss "$(tdir_i386moss)" 1735ei386msdos.c: $(srcdir)/emulparams/i386msdos.sh \ 1736 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386msdos.sc ${GEN_DEPENDS} 1737 ${GENSCRIPTS} i386msdos "$(tdir_i386msdos)" 1738ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \ 1739 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1740 ${GENSCRIPTS} i386nbsd "$(tdir_i386nbsd)" 1741ei386nto.c: $(srcdir)/emulparams/i386nto.sh \ 1742 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1743 ${GENSCRIPTS} i386nto "$(tdir_i386nto)" 1744ei386nw.c: $(srcdir)/emulparams/i386nw.sh \ 1745 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS} 1746 ${GENSCRIPTS} i386nw "$(tdir_i386nw)" 1747ei386obsd.c: $(srcdir)/emulparams/i386obsd.sh \ 1748 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1749 ${GENSCRIPTS} i386obsd "$(tdir_i386obsd)" 1750ei386pe.c: $(srcdir)/emulparams/i386pe.sh \ 1751 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} 1752 ${GENSCRIPTS} i386pe "$(tdir_i386pe)" 1753ei386pe_posix.c: $(srcdir)/emulparams/i386pe_posix.sh \ 1754 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} 1755 ${GENSCRIPTS} i386pe_posix "$(tdir_i386pe_posix)" 1756elnk960.c: $(srcdir)/emulparams/lnk960.sh \ 1757 $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS} 1758 ${GENSCRIPTS} lnk960 "$(tdir_lnk960)" 1759em68hc11elf.c: $(srcdir)/emulparams/m68hc11elf.sh \ 1760 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \ 1761 $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS} 1762 ${GENSCRIPTS} m68hc11elf "$(tdir_m68hc11)" 1763em68hc11elfb.c: $(srcdir)/emulparams/m68hc11elfb.sh \ 1764 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \ 1765 $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS} 1766 ${GENSCRIPTS} m68hc11elfb "$(tdir_m68hc11b)" 1767em68hc12elf.c: $(srcdir)/emulparams/m68hc12elf.sh \ 1768 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \ 1769 $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS} 1770 ${GENSCRIPTS} m68hc12elf "$(tdir_m68hc12)" 1771em68hc12elfb.c: $(srcdir)/emulparams/m68hc12elfb.sh \ 1772 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \ 1773 $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS} 1774 ${GENSCRIPTS} m68hc12elfb "$(tdir_m68hc12b)" 1775em68k4knbsd.c: $(srcdir)/emulparams/m68k4knbsd.sh \ 1776 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1777 ${GENSCRIPTS} m68k4knbsd "$(tdir_m68k4knbsd)" 1778em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \ 1779 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1780 ${GENSCRIPTS} m68kaout "$(tdir_m68kaout)" 1781em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \ 1782 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS} 1783 ${GENSCRIPTS} m68kaux "$(tdir_m68kaux)" 1784em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \ 1785 $(srcdir)/emultempl/m68kcoff.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS} 1786 ${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)" 1787em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \ 1788 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/m68kelf.em \ 1789 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1790 ${GENSCRIPTS} m68kelf "$(tdir_m68kelf)" 1791em68kelfnbsd.c: $(srcdir)/emulparams/m68kelfnbsd.sh \ 1792 $(srcdir)/emulparams/m68kelf.sh \ 1793 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/m68kelf.em \ 1794 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1795 ${GENSCRIPTS} m68kelfnbsd "$(tdir_m68kelfnbsd)" 1796em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \ 1797 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1798 ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)" 1799em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \ 1800 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS} 1801 ${GENSCRIPTS} m68klynx "$(tdir_m68klynx)" 1802em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \ 1803 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1804 ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)" 1805em68kobsd.c: $(srcdir)/emulparams/m68kobsd.sh \ 1806 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 1807 ${GENSCRIPTS} m68kobsd "$(tdir_m68kobsd)" 1808em68kpsos.c: $(srcdir)/emulparams/m68kpsos.sh \ 1809 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/psos.sc ${GEN_DEPENDS} 1810 ${GENSCRIPTS} m68kpsos "$(tdir_m68kpsos)" 1811em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \ 1812 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS} 1813 ${GENSCRIPTS} m88kbcs "$(tdir_m88kbcs)" 1814emcorepe.c: $(srcdir)/emulparams/mcorepe.sh \ 1815 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} 1816 ${GENSCRIPTS} mcorepe "$(tdir_mcorepe)" 1817emipsbig.c: $(srcdir)/emulparams/mipsbig.sh \ 1818 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} 1819 ${GENSCRIPTS} mipsbig 1820emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \ 1821 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS} 1822 ${GENSCRIPTS} mipsbsd 1823emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \ 1824 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} 1825 ${GENSCRIPTS} mipsidt "$(tdir_mipsidt)" 1826emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \ 1827 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} 1828 ${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)" 1829emipslit.c: $(srcdir)/emulparams/mipslit.sh \ 1830 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} 1831 ${GENSCRIPTS} mipslit "$(tdir_mipslit)" 1832emipslnews.c: $(srcdir)/emulparams/mipslnews.sh \ 1833 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} 1834 ${GENSCRIPTS} mipslnews 1835emipspe.c: $(srcdir)/emulparams/mipspe.sh \ 1836 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} 1837 ${GENSCRIPTS} mipspe "$(tdir_mips)" 1838emn10300.c: $(srcdir)/emulparams/mn10300.sh \ 1839 $(srcdir)/emulparams/mn10200.sh \ 1840 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1841 ${GENSCRIPTS} mn10300 "$(tdir_mn10300)" 1842emn10200.c: $(srcdir)/emulparams/mn10200.sh \ 1843 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 1844 ${GENSCRIPTS} mn10200 "$(tdir_mn10200)" 1845emsp430x110.c: $(srcdir)/emulparams/msp430all.sh \ 1846 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1847 ${GEN_DEPENDS} 1848 ${GENSCRIPTS} msp430x110 "$(tdir_msp430x110)" msp430all 1849emsp430x112.c: $(srcdir)/emulparams/msp430all.sh \ 1850 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1851 ${GEN_DEPENDS} 1852 ${GENSCRIPTS} msp430x112 "$(tdir_msp430x112)" msp430all 1853emsp430x1101.c: $(srcdir)/emulparams/msp430all.sh \ 1854 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1855 ${GEN_DEPENDS} 1856 ${GENSCRIPTS} msp430x1101 "$(tdir_msp430x1101)" msp430all 1857emsp430x1111.c: $(srcdir)/emulparams/msp430all.sh \ 1858 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1859 ${GEN_DEPENDS} 1860 ${GENSCRIPTS} msp430x1111 "$(tdir_msp430x1111)" msp430all 1861emsp430x1121.c: $(srcdir)/emulparams/msp430all.sh \ 1862 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1863 ${GEN_DEPENDS} 1864 ${GENSCRIPTS} msp430x1121 "$(tdir_msp430x1121)" msp430all 1865emsp430x1122.c: $(srcdir)/emulparams/msp430all.sh \ 1866 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1867 ${GEN_DEPENDS} 1868 ${GENSCRIPTS} msp430x1122 "$(tdir_msp430x1122)" msp430all 1869emsp430x1132.c: $(srcdir)/emulparams/msp430all.sh \ 1870 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1871 ${GEN_DEPENDS} 1872 ${GENSCRIPTS} msp430x1132 "$(tdir_msp430x1132)" msp430all 1873emsp430x122.c: $(srcdir)/emulparams/msp430all.sh \ 1874 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1875 ${GEN_DEPENDS} 1876 ${GENSCRIPTS} msp430x122 "$(tdir_msp430x122)" msp430all 1877emsp430x123.c: $(srcdir)/emulparams/msp430all.sh \ 1878 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1879 ${GEN_DEPENDS} 1880 ${GENSCRIPTS} msp430x123 "$(tdir_msp430x123)" msp430all 1881emsp430x1222.c: $(srcdir)/emulparams/msp430all.sh \ 1882 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1883 ${GEN_DEPENDS} 1884 ${GENSCRIPTS} msp430x1222 "$(tdir_msp430x1222)" msp430all 1885emsp430x1232.c: $(srcdir)/emulparams/msp430all.sh \ 1886 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1887 ${GEN_DEPENDS} 1888 ${GENSCRIPTS} msp430x1232 "$(tdir_msp430x1232)" msp430all 1889emsp430x133.c: $(srcdir)/emulparams/msp430all.sh \ 1890 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1891 ${GEN_DEPENDS} 1892 ${GENSCRIPTS} msp430x133 "$(tdir_msp430x133)" msp430all 1893emsp430x135.c: $(srcdir)/emulparams/msp430all.sh \ 1894 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1895 ${GEN_DEPENDS} 1896 ${GENSCRIPTS} msp430x135 "$(tdir_msp430x135)" msp430all 1897emsp430x1331.c: $(srcdir)/emulparams/msp430all.sh \ 1898 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1899 ${GEN_DEPENDS} 1900 ${GENSCRIPTS} msp430x1331 "$(tdir_msp430x1331)" msp430all 1901emsp430x1351.c: $(srcdir)/emulparams/msp430all.sh \ 1902 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1903 ${GEN_DEPENDS} 1904 ${GENSCRIPTS} msp430x1351 "$(tdir_msp430x1351)" msp430all 1905emsp430x147.c: $(srcdir)/emulparams/msp430all.sh \ 1906 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1907 ${GEN_DEPENDS} 1908 ${GENSCRIPTS} msp430x147 "$(tdir_msp430x147)" msp430all 1909emsp430x148.c: $(srcdir)/emulparams/msp430all.sh \ 1910 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1911 ${GEN_DEPENDS} 1912 ${GENSCRIPTS} msp430x148 "$(tdir_msp430x148)" msp430all 1913emsp430x149.c: $(srcdir)/emulparams/msp430all.sh \ 1914 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1915 ${GEN_DEPENDS} 1916 ${GENSCRIPTS} msp430x149 "$(tdir_msp430x149)" msp430all 1917emsp430x155.c: $(srcdir)/emulparams/msp430all.sh \ 1918 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1919 ${GEN_DEPENDS} 1920 ${GENSCRIPTS} msp430x155 "$(tdir_msp430x155)" msp430all 1921emsp430x156.c: $(srcdir)/emulparams/msp430all.sh \ 1922 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1923 ${GEN_DEPENDS} 1924 ${GENSCRIPTS} msp430x156 "$(tdir_msp430x156)" msp430all 1925emsp430x157.c: $(srcdir)/emulparams/msp430all.sh \ 1926 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1927 ${GEN_DEPENDS} 1928 ${GENSCRIPTS} msp430x157 "$(tdir_msp430x157)" msp430all 1929emsp430x167.c: $(srcdir)/emulparams/msp430all.sh \ 1930 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1931 ${GEN_DEPENDS} 1932 ${GENSCRIPTS} msp430x167 "$(tdir_msp430x167)" msp430all 1933emsp430x168.c: $(srcdir)/emulparams/msp430all.sh \ 1934 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1935 ${GEN_DEPENDS} 1936 ${GENSCRIPTS} msp430x168 "$(tdir_msp430x168)" msp430all 1937emsp430x169.c: $(srcdir)/emulparams/msp430all.sh \ 1938 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1939 ${GEN_DEPENDS} 1940 ${GENSCRIPTS} msp430x169 "$(tdir_msp430x169)" msp430all 1941emsp430x311.c: $(srcdir)/emulparams/msp430all.sh \ 1942 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ 1943 ${GEN_DEPENDS} 1944 ${GENSCRIPTS} msp430x311 "$(tdir_msp430x311)" msp430all 1945emsp430x312.c: $(srcdir)/emulparams/msp430all.sh \ 1946 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ 1947 ${GEN_DEPENDS} 1948 ${GENSCRIPTS} msp430x312 "$(tdir_msp430x312)" msp430all 1949emsp430x313.c: $(srcdir)/emulparams/msp430all.sh \ 1950 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ 1951 ${GEN_DEPENDS} 1952 ${GENSCRIPTS} msp430x313 "$(tdir_msp430x313)" msp430all 1953emsp430x314.c: $(srcdir)/emulparams/msp430all.sh \ 1954 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ 1955 ${GEN_DEPENDS} 1956 ${GENSCRIPTS} msp430x314 "$(tdir_msp430x314)" msp430all 1957emsp430x315.c: $(srcdir)/emulparams/msp430all.sh \ 1958 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ 1959 ${GEN_DEPENDS} 1960 ${GENSCRIPTS} msp430x315 "$(tdir_msp430x315)" msp430all 1961emsp430x323.c: $(srcdir)/emulparams/msp430all.sh \ 1962 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ 1963 ${GEN_DEPENDS} 1964 ${GENSCRIPTS} msp430x323 "$(tdir_msp430x323)" msp430all 1965emsp430x325.c: $(srcdir)/emulparams/msp430all.sh \ 1966 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ 1967 ${GEN_DEPENDS} 1968 ${GENSCRIPTS} msp430x325 "$(tdir_msp430x325)" msp430all 1969emsp430x336.c: $(srcdir)/emulparams/msp430all.sh \ 1970 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ 1971 ${GEN_DEPENDS} 1972 ${GENSCRIPTS} msp430x336 "$(tdir_msp430x336)" msp430all 1973emsp430x337.c: $(srcdir)/emulparams/msp430all.sh \ 1974 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ 1975 ${GEN_DEPENDS} 1976 ${GENSCRIPTS} msp430x337 "$(tdir_msp430x337)" msp430all 1977emsp430x412.c: $(srcdir)/emulparams/msp430all.sh \ 1978 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1979 ${GEN_DEPENDS} 1980 ${GENSCRIPTS} msp430x412 "$(tdir_msp430x412)" msp430all 1981emsp430x413.c: $(srcdir)/emulparams/msp430all.sh \ 1982 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1983 ${GEN_DEPENDS} 1984 ${GENSCRIPTS} msp430x413 "$(tdir_msp430x413)" msp430all 1985emsp430xE423.c: $(srcdir)/emulparams/msp430all.sh \ 1986 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1987 ${GEN_DEPENDS} 1988 ${GENSCRIPTS} msp430xE423 "$(tdir_msp430xE423)" msp430all 1989emsp430xE425.c: $(srcdir)/emulparams/msp430all.sh \ 1990 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1991 ${GEN_DEPENDS} 1992 ${GENSCRIPTS} msp430xE425 "$(tdir_msp430xE425)" msp430all 1993emsp430xE427.c: $(srcdir)/emulparams/msp430all.sh \ 1994 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1995 ${GEN_DEPENDS} 1996 ${GENSCRIPTS} msp430xE427 "$(tdir_msp430xE427)" msp430all 1997emsp430xW423.c: $(srcdir)/emulparams/msp430all.sh \ 1998 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 1999 ${GEN_DEPENDS} 2000 ${GENSCRIPTS} msp430xW423 "$(tdir_msp430xW423)" msp430all 2001emsp430xW425.c: $(srcdir)/emulparams/msp430all.sh \ 2002 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 2003 ${GEN_DEPENDS} 2004 ${GENSCRIPTS} msp430xW425 "$(tdir_msp430xW425)" msp430all 2005emsp430xW427.c: $(srcdir)/emulparams/msp430all.sh \ 2006 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 2007 ${GEN_DEPENDS} 2008 ${GENSCRIPTS} msp430xW427 "$(tdir_msp430xW427)" msp430all 2009emsp430x435.c: $(srcdir)/emulparams/msp430all.sh \ 2010 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 2011 ${GEN_DEPENDS} 2012 ${GENSCRIPTS} msp430x435 "$(tdir_msp430x435)" msp430all 2013emsp430x436.c: $(srcdir)/emulparams/msp430all.sh \ 2014 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 2015 ${GEN_DEPENDS} 2016 ${GENSCRIPTS} msp430x436 "$(tdir_msp430x436)" msp430all 2017emsp430x437.c: $(srcdir)/emulparams/msp430all.sh \ 2018 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 2019 ${GEN_DEPENDS} 2020 ${GENSCRIPTS} msp430x437 "$(tdir_msp430x437)" msp430all 2021emsp430x447.c: $(srcdir)/emulparams/msp430all.sh \ 2022 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 2023 ${GEN_DEPENDS} 2024 ${GENSCRIPTS} msp430x447 "$(tdir_msp430x447)" msp430all 2025emsp430x448.c: $(srcdir)/emulparams/msp430all.sh \ 2026 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 2027 ${GEN_DEPENDS} 2028 ${GENSCRIPTS} msp430x448 "$(tdir_msp430x448)" msp430all 2029emsp430x449.c: $(srcdir)/emulparams/msp430all.sh \ 2030 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ 2031 ${GEN_DEPENDS} 2032 ${GENSCRIPTS} msp430x449 "$(tdir_msp430x449)" msp430all 2033enews.c: $(srcdir)/emulparams/news.sh \ 2034 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2035 ${GENSCRIPTS} news "$(tdir_news)" 2036ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \ 2037 $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/netbsd.em \ 2038 $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2039 ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)" 2040eor32.c: $(srcdir)/emulparams/or32.sh \ 2041 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/or32.sc ${GEN_DEPENDS} 2042 ${GENSCRIPTS} or32 "$(tdir_or32)" 2043eor32elf.c: $(srcdir)/emulparams/or32elf.sh \ 2044 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2045 ${GENSCRIPTS} or32elf "$(tdir_or32elf)" 2046epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \ 2047 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2048 ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)" 2049epdp11.c: $(srcdir)/emulparams/pdp11.sh \ 2050 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2051 ${GENSCRIPTS} pdp11 "$(tdir_pdp11)" 2052epjelf.c: $(srcdir)/emulparams/pjelf.sh \ 2053 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2054 ${GENSCRIPTS} pjelf "$(tdir_pjelf)" 2055epjlelf.c: $(srcdir)/emulparams/pjlelf.sh \ 2056 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2057 ${GENSCRIPTS} pjlelf "$(tdir_pjlelf)" 2058eppcmacos.c: $(srcdir)/emulparams/ppcmacos.sh \ 2059 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} 2060 ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)" 2061eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \ 2062 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS} 2063 ${GENSCRIPTS} ppcnw "$(tdir_ppcnw)" 2064eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \ 2065 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS} 2066 ${GENSCRIPTS} ppcpe "$(tdir_ppcpe)" 2067eriscix.c: $(srcdir)/emulparams/riscix.sh \ 2068 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2069 ${GENSCRIPTS} riscix "$(tdir_riscix)" 2070esa29200.c: $(srcdir)/emulparams/sa29200.sh \ 2071 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sa29200.sc ${GEN_DEPENDS} 2072 ${GENSCRIPTS} sa29200 "$(tdir_sa29200)" 2073esh.c: $(srcdir)/emulparams/sh.sh \ 2074 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS} 2075 ${GENSCRIPTS} sh "$(tdir_sh)" 2076eshelf.c: $(srcdir)/emulparams/shelf.sh \ 2077 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2078 ${GENSCRIPTS} shelf "$(tdir_shelf)" 2079eshelf32.c: $(srcdir)/emulparams/shelf32.sh \ 2080 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ 2081 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ 2082 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2083 ${GENSCRIPTS} shelf32 "$(tdir_shelf32)" 2084eshelf32_linux.c: $(srcdir)/emulparams/shelf32_linux.sh \ 2085 $(srcdir)/emulparams/shelf32.sh \ 2086 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ 2087 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ 2088 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2089 ${GENSCRIPTS} shelf32_linux "$(tdir_shelf32_linux)" 2090eshelf32_nbsd.c: $(srcdir)/emulparams/shelf32_nbsd.sh \ 2091 $(srcdir)/emulparams/shelf32.sh \ 2092 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ 2093 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ 2094 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2095 ${GENSCRIPTS} shelf32_nbsd "$(tdir_shelf32_nbsd)" 2096eshelf64.c: $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \ 2097 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2098 ${GENSCRIPTS} shelf64 "$(tdir_shelf64)" 2099eshelf64_nbsd.c: $(srcdir)/emulparams/shelf64_nbsd.sh \ 2100 $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \ 2101 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2102 ${GENSCRIPTS} shelf64_nbsd "$(tdir_shelf64_nbsd)" 2103eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \ 2104 $(srcdir)/emulparams/shlelf_linux.sh \ 2105 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2106 ${GENSCRIPTS} shelf_linux "$(tdir_shelf_linux)" 2107eshlelf_linux.c: $(srcdir)/emulparams/shlelf_linux.sh \ 2108 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2109 ${GENSCRIPTS} shlelf_linux "$(tdir_shlelf_linux)" 2110eshelf_nbsd.c: $(srcdir)/emulparams/shelf_nbsd.sh \ 2111 $(srcdir)/emulparams/shelf.sh \ 2112 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2113 ${GENSCRIPTS} shelf_nbsd "$(tdir_shelf_nbsd)" 2114eshelf_nto.c: $(srcdir)/emulparams/shelf_nto.sh \ 2115 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2116 ${GENSCRIPTS} shelf_nto "$(tdir_shelf_nto)" 2117eshlelf_nbsd.c: $(srcdir)/emulparams/shlelf_nbsd.sh \ 2118 $(srcdir)/emulparams/shelf_nbsd.sh \ 2119 $(srcdir)/emulparams/shelf.sh \ 2120 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2121 ${GENSCRIPTS} shlelf_nbsd "$(tdir_shlelf_nbsd)" 2122eshlelf_nto.c: $(srcdir)/emulparams/shlelf_nto.sh \ 2123 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2124 ${GENSCRIPTS} shlelf_nto "$(tdir_shlelf_nto)" 2125eshelf_obsd.c: $(srcdir)/emulparams/shelf_obsd.sh \ 2126 $(srcdir)/emulparams/shelf.sh \ 2127 $(srcdir)/emulparams/elf_obsd.sh \ 2128 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2129 ${GENSCRIPTS} shelf_obsd "$(tdir_shelf_obsd)" 2130eshlelf_obsd.c: $(srcdir)/emulparams/shlelf_obsd.sh \ 2131 $(srcdir)/emulparams/shelf_obsd.sh \ 2132 $(srcdir)/emulparams/shelf.sh \ 2133 $(srcdir)/emulparams/elf_obsd.sh \ 2134 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2135 ${GENSCRIPTS} shlelf_obsd "$(tdir_shlelf_obsd)" 2136eshlelf.c: $(srcdir)/emulparams/shlelf.sh \ 2137 $(srcdir)/emulparams/shelf.sh \ 2138 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2139 ${GENSCRIPTS} shlelf "$(tdir_shlelf)" 2140eshlelf32.c: $(srcdir)/emulparams/shlelf32.sh \ 2141 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h $(srcdir)/emulparams/shelf32.sh \ 2142 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ 2143 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2144 ${GENSCRIPTS} shlelf32 "$(tdir_shlelf32)" 2145eshlelf32_linux.c: $(srcdir)/emulparams/shlelf32_linux.sh \ 2146 $(srcdir)/emulparams/shelf32_linux.sh $(srcdir)/emulparams/shelf32.sh \ 2147 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ 2148 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ 2149 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2150 ${GENSCRIPTS} shlelf32_linux "$(tdir_shlelf32_linux)" 2151eshlelf32_nbsd.c: $(srcdir)/emulparams/shlelf32_nbsd.sh \ 2152 $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \ 2153 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ 2154 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ 2155 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2156 ${GENSCRIPTS} shlelf32_nbsd "$(tdir_shlelf32_nbsd)" 2157eshlelf64.c: $(srcdir)/emulparams/shlelf64.sh \ 2158 $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \ 2159 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2160 ${GENSCRIPTS} shlelf64 "$(tdir_shlelf64)" 2161eshlelf64_nbsd.c: $(srcdir)/emulparams/shlelf64_nbsd.sh \ 2162 $(srcdir)/emulparams/shelf64_nbsd.sh \ 2163 $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \ 2164 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2165 ${GENSCRIPTS} shlelf64_nbsd "$(tdir_shlelf64_nbsd)" 2166eshl.c: $(srcdir)/emulparams/shl.sh \ 2167 $(srcdir)/emulparams/sh.sh \ 2168 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS} 2169 ${GENSCRIPTS} shl "$(tdir_shl)" 2170eshpe.c: $(srcdir)/emulparams/shpe.sh \ 2171 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} 2172 ${GENSCRIPTS} shpe "$(tdir_shl)" 2173esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \ 2174 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2175 ${GENSCRIPTS} sparcaout "$(tdir_sparcaout)" 2176esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \ 2177 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2178 ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)" 2179esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \ 2180 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS} 2181 ${GENSCRIPTS} sparclynx "$(tdir_sparclynx)" 2182esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \ 2183 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2184 ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)" 2185esparcobsd.c: $(srcdir)/emulparams/sparcobsd.sh \ 2186 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2187 ${GENSCRIPTS} sparcobsd "$(tdir_sparcobsd)" 2188est2000.c: $(srcdir)/emulparams/st2000.sh \ 2189 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS} 2190 ${GENSCRIPTS} st2000 "$(tdir_st2000)" 2191esun3.c: $(srcdir)/emulparams/sun3.sh \ 2192 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2193 ${GENSCRIPTS} sun3 "$(tdir_sun3)" 2194esun4.c: $(srcdir)/emulparams/sun4.sh \ 2195 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2196 ${GENSCRIPTS} sun4 "$(tdir_sun4)" 2197etic30aout.c: $(srcdir)/emulparams/tic30aout.sh \ 2198 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30aout.sc ${GEN_DEPENDS} 2199 ${GENSCRIPTS} tic30aout "$(tdir_tic30aout)" 2200etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \ 2201 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS} 2202 ${GENSCRIPTS} tic30coff "$(tdir_tic30coff)" 2203etic3xcoff.c: $(srcdir)/emulparams/tic3xcoff.sh \ 2204 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} 2205 ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)" 2206etic3xcoff_onchip.c: $(srcdir)/emulparams/tic3xcoff_onchip.sh \ 2207 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} 2208 ${GENSCRIPTS} tic3xcoff_onchip "$(tdir_tic4xcoff)" 2209etic4xcoff.c: $(srcdir)/emulparams/tic4xcoff.sh \ 2210 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} 2211 ${GENSCRIPTS} tic4xcoff "$(tdir_tic4xcoff)" 2212etic54xcoff.c: $(srcdir)/emulparams/tic54xcoff.sh \ 2213 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic54xcoff.sc ${GEN_DEPENDS} 2214 ${GENSCRIPTS} tic54xcoff "$(tdir_tic54xcoff)" 2215etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \ 2216 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS} 2217 ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)" 2218evanilla.c: $(srcdir)/emulparams/vanilla.sh \ 2219 $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS} 2220 ${GENSCRIPTS} vanilla "$(tdir_vanilla)" 2221evax.c: $(srcdir)/emulparams/vax.sh \ 2222 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2223 ${GENSCRIPTS} vax "$(tdir_vax)" 2224evaxnbsd.c: $(srcdir)/emulparams/vaxnbsd.sh \ 2225 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2226 ${GENSCRIPTS} vaxnbsd "$(tdir_vaxnbsd)" 2227evsta.c: $(srcdir)/emulparams/vsta.sh \ 2228 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} 2229 ${GENSCRIPTS} vsta "$(tdir_vsta)" 2230ev850.c: $(srcdir)/emulparams/v850.sh \ 2231 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS} 2232 ${GENSCRIPTS} v850 "$(tdir_v850)" 2233ew65.c: $(srcdir)/emulparams/w65.sh \ 2234 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS} 2235 ${GENSCRIPTS} w65 "$(tdir_w65)" 2236ez8001.c: $(srcdir)/emulparams/z8001.sh \ 2237 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS} 2238 ${GENSCRIPTS} z8001 "$(tdir_z8001)" 2239ez8002.c: $(srcdir)/emulparams/z8002.sh \ 2240 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS} 2241 ${GENSCRIPTS} z8002 "$(tdir_z8002)" 2242eelf32frvfd.c: $(srcdir)/emulparams/elf32frvfd.sh \ 2243 $(srcdir)/emulparams/elf32frv.sh \ 2244 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 2245 ${GENSCRIPTS} elf32frvfd "$(tdir_frv)" 2246 2247# The generated emulation files mostly have the same dependencies. 2248$(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \ 2249 ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \ 2250 ldctor.h ldexp.h ldlang.h ldgram.h 2251 2252check-DEJAGNU: site.exp 2253 srcroot=`cd $(srcdir) && pwd`; export srcroot; \ 2254 r=`pwd`; export r; \ 2255 LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ 2256 EXPECT=$(EXPECT); export EXPECT; \ 2257 if [ -f $(top_builddir)/../expect/expect ]; then \ 2258 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ 2259 export TCL_LIBRARY; \ 2260 fi; \ 2261 runtest=$(RUNTEST); \ 2262 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ 2263 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \ 2264 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \ 2265 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \ 2266 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \ 2267 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \ 2268 LIBIBERTY="$(LIBIBERTY) $(INTLLIBS)" LIBS="$(LIBS)" \ 2269 $(RUNTESTFLAGS); \ 2270 else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 2271 fi 2272 2273# Rules for testing by relinking ld itself. 2274# A similar test is in the testsuite. This target is for ease of use 2275# when porting ld. 2276 2277ld-partial.o: ld-new$(EXEEXT) 2278 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld-partial.o -r $(OFILES) 2279ld1$(EXEEXT): ld-partial.o 2280 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.o $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS) 2281 2282ld1-full$(EXEEXT): ld-new 2283 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS) 2284 2285ld2$(EXEEXT): ld1$(EXEEXT) 2286 ./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS) 2287 2288ld3$(EXEEXT): ld2$(EXEEXT) 2289 ./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS) 2290 2291bootstrap: ld3$(EXEEXT) 2292 cmp ld2$(EXEEXT) ld3$(EXEEXT) 2293 2294.PHONY: bootstrap 2295 2296# A test program for C++ constructors and destructors. 2297# This test is now in the testsuite. 2298# 2299#cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new 2300# ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \ 2301# cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS) 2302# 2303#cdtest.out: cdtest 2304# ./cdtest > cdtest.tmp 2305# mv cdtest.tmp cdtest.out 2306# 2307#cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new 2308# ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \ 2309# cdtest-bar.o cdtest-foo.o 2310# 2311#cdtest-ur: cdtest-ur.o 2312# ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \ 2313# $(HOSTING_LIBS) 2314# 2315#cdtest-ur.out: cdtest-ur 2316# ./cdtest-ur > cdtest-ur.tmp 2317# mv cdtest-ur.tmp cdtest-ur.out 2318# 2319#check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp 2320# diff $(srcdir)/cdtest.exp cdtest.out 2321# diff $(srcdir)/cdtest.exp cdtest-ur.out 2322# 2323#.PHONY: check-cdtest 2324 2325# END OF CHECK TARGETS 2326 2327# DOCUMENTATION TARGETS 2328# Manual configuration file; not usually attached to normal configuration, 2329# because almost all configs use "gen" version of manual. 2330# Set DOCVER above to change. 2331configdoc.texi: ${DOCVER}-doc.texi 2332 ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \ 2333 || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \ 2334 || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi 2335 2336ldver.texi: Makefile 2337 rm -f $@ 2338 echo '@set VERSION $(VERSION)' > $@ 2339 2340ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi 2341 @rm -f $@ $@-[0-9] $@-[0-9][0-9] 2342 $(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo 2343 2344ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi 2345 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \ 2346 MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo 2347 2348# Build the man page from the texinfo file 2349# The sed command removes the no-adjust Nroff command so that 2350# the man output looks standard. 2351ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi 2352 touch $@ 2353 -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod 2354 -($(POD2MAN) ld.pod | \ 2355 sed -e '/^.if n .na/d' > $@.T$$$$ && \ 2356 mv -f $@.T$$$$ $@) || \ 2357 (rm -f $@.T$$$$ && exit 1) 2358 rm -f ld.pod 2359mostlyclean-local: 2360 -rm -rf tmpdir 2361 2362.PHONY: install-exec-local install-data-local 2363 2364install-exec-local: ld-new$(EXEEXT) 2365 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin 2366 @list='$(noinst_PROGRAMS)'; for p in $$list; do \ 2367 if test -f $$p; then \ 2368 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ 2369 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ 2370 else :; fi; \ 2371 done 2372 n=`echo ld | sed '$(transform)'`; \ 2373 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \ 2374 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \ 2375 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \ 2376 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \ 2377 fi 2378 2379install-data-local: 2380 $(mkinstalldirs) $(DESTDIR)$(scriptdir)/ldscripts 2381 for f in ldscripts/*; do \ 2382 $(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \ 2383 done 2384 2385# We want install to imply install-info as per GNU standards, despite the 2386# cygnus option. 2387install: install-info 2388diststuff: info $(EXTRA_DIST) 2389distclean-local: 2390 rm -rf ldscripts 2391 2392Makefile: $(BFDDIR)/configure.in 2393 2394# Targets to rebuild dependencies in this Makefile. 2395# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES). 2396DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h 2397 rm -f DEP1 2398 $(MAKE) MKDEP="$(MKDEP)" DEP1 2399 sed -f dep.sed < DEP1 > DEPA 2400 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA 2401 if grep ' /' DEPA > /dev/null 2> /dev/null; then \ 2402 echo 'make DEP failed!'; exit 1; \ 2403 else \ 2404 mv -f DEPA $@; \ 2405 fi 2406 2407DEP1: $(CFILES) $(GENERATED_CFILES) 2408 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 2409 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 2410 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2 2411 mv -f DEP2 $@ 2412 2413dep.sed: dep-in.sed config.status 2414 sed <$(srcdir)/dep-in.sed >dep.sed \ 2415 -e 's!@INCDIR@!$(INCDIR)!' \ 2416 -e 's!@BFDDIR@!$(BFDDIR)!' \ 2417 -e 's!@SRCDIR@!$(srcdir)!' \ 2418 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/ld$$,,`'!' 2419 2420dep: DEP 2421 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile 2422 cat DEP >> tmp-Makefile 2423 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile 2424 2425dep-in: DEP 2426 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in 2427 cat DEP >> tmp-Makefile.in 2428 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in 2429 2430dep-am: DEP 2431 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am 2432 cat DEP >> tmp-Makefile.am 2433 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am 2434 2435.PHONY: dep dep-in dep-am 2436 2437@MAINT@.PHONY: mpw 2438@MAINT@mpw: $(srcdir)/mpw-ei386go32.c $(srcdir)/mpw-elfmips.c \ 2439@MAINT@ $(srcdir)/mpw-em68kcoff.c $(srcdir)/mpw-eppcmac.c \ 2440@MAINT@ $(srcdir)/mpw-esh.c $(srcdir)/mpw-idtmips.c 2441@MAINT@ 2442@MAINT@$(srcdir)/mpw-ei386go32.c: ei386go32.c 2443@MAINT@ $(SHELL) $(srcdir)/../move-if-change $< $@ 2444@MAINT@ 2445@MAINT@$(srcdir)/mpw-elfmips.c: eelf32ebmip.c 2446@MAINT@ $(SHELL) $(srcdir)/../move-if-change $< $@ 2447@MAINT@ 2448@MAINT@$(srcdir)/mpw-em68kcoff.c: em68kcoff.c 2449@MAINT@ $(SHELL) $(srcdir)/../move-if-change $< $@ 2450@MAINT@ 2451@MAINT@$(srcdir)/mpw-eppcmac.c: eppcmacos.c 2452@MAINT@ $(SHELL) $(srcdir)/../move-if-change $< $@ 2453@MAINT@ 2454@MAINT@$(srcdir)/mpw-esh.c: esh.c 2455@MAINT@ $(SHELL) $(srcdir)/../move-if-change $< $@ 2456@MAINT@ 2457@MAINT@$(srcdir)/mpw-idtmips.c: emipsidt.c 2458@MAINT@ $(SHELL) $(srcdir)/../move-if-change $< $@ 2459 2460# What appears below is generated by a hacked mkdep using gcc -MM. 2461 2462# DO NOT DELETE THIS LINE -- mkdep uses it. 2463# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. 2464ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2465 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2466 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \ 2467 ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h 2468ldemul.o: ldemul.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2469 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2470 ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \ 2471 ldfile.h ldemul.h ldmain.h ldemul-list.h 2472ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2473 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2474 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \ 2475 ldmisc.h ldexp.h ldgram.h ldlang.h $(INCDIR)/libiberty.h \ 2476 $(INCDIR)/safe-ctype.h 2477ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2478 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2479 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \ 2480 ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \ 2481 ldlex.h ldemul.h $(INCDIR)/libiberty.h $(INCDIR)/filenames.h 2482ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2483 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2484 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \ 2485 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \ 2486 ldexp.h ldlang.h ldgram.h ldlex.h ldmisc.h ldctor.h \ 2487 ldfile.h ldemul.h $(INCDIR)/fnmatch.h $(INCDIR)/demangle.h \ 2488 $(INCDIR)/hashtab.h 2489ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2490 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2491 $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \ 2492 $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h ld.h $(INCDIR)/bin-bugs.h \ 2493 ldmain.h ldmisc.h ldwrite.h ldexp.h ldlang.h ldgram.h \ 2494 ldlex.h ldfile.h ldemul.h ldctor.h 2495ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2496 $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h sysdep.h config.h \ 2497 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \ 2498 ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \ 2499 ldgram.h ldlex.h ldmain.h ldfile.h 2500ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2501 $(INCDIR)/symcat.h ../bfd/bfdver.h sysdep.h config.h \ 2502 $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h ldver.h \ 2503 ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h 2504ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2505 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2506 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \ 2507 ld.h $(INCDIR)/bin-bugs.h ldexp.h ldlang.h ldwrite.h \ 2508 ldmisc.h ldgram.h ldmain.h 2509lexsup.o: lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2510 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2511 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \ 2512 ld.h $(INCDIR)/bin-bugs.h ldmain.h ldmisc.h ldexp.h \ 2513 ldlang.h ldgram.h ldlex.h ldfile.h ldver.h ldemul.h \ 2514 $(INCDIR)/demangle.h 2515mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ 2516 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \ 2517 ldexp.h ldlang.h ldmisc.h mri.h ldgram.h $(INCDIR)/libiberty.h 2518ldcref.o: ldcref.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2519 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2520 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h \ 2521 ldmain.h ldmisc.h ldexp.h ldlang.h 2522pe-dll.o: pe-dll.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2523 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2524 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \ 2525 ld.h $(INCDIR)/bin-bugs.h ldexp.h ldlang.h ldwrite.h \ 2526 ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \ 2527 $(BFDDIR)/libcoff.h deffile.h pe-dll.h 2528ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2529 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2530 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldexp.h \ 2531 ldver.h ldlang.h ldfile.h ldemul.h ldmisc.h ldmain.h \ 2532 mri.h ldctor.h ldlex.h 2533ldlex.o: ldlex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ 2534 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ 2535 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h \ 2536 ldmisc.h ldexp.h ldlang.h ldgram.h ldfile.h ldlex.h \ 2537 ldmain.h $(INCDIR)/libiberty.h 2538deffilep.o: deffilep.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ 2539 $(INCDIR)/safe-ctype.h ../bfd/bfd.h $(INCDIR)/symcat.h \ 2540 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \ 2541 ldmisc.h deffile.h 2542# IF YOU PUT ANYTHING HERE IT WILL GO AWAY 2543 2544# Tell versions [3.59,3.63) of GNU make to not export all variables. 2545# Otherwise a system limit (for SysV at least) may be exceeded. 2546.NOEXPORT: 2547