1 ## Process this file with automake to generate Makefile.in
3 ## FIXME: work around apparent automake bug.
6 AUTOMAKE_OPTIONS = cygnus dejagnu
10 tooldir = $(exec_prefix)/$(target_alias)
12 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
14 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
16 WARN_CFLAGS = @WARN_CFLAGS@
17 AM_CFLAGS = $(WARN_CFLAGS)
19 # We put the scripts in the directory $(scriptdir)/ldscripts.
20 # We can't put the scripts in $(datadir) because the SEARCH_DIR
21 # directives need to be different for native and cross linkers.
22 scriptdir = $(tooldir)/lib
25 EMULATION_OFILES = @EMULATION_OFILES@
26 EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@
28 # Search path to override the default search path for -lfoo libraries.
29 # If LIB_PATH is empty, the ones in the script (if any) are left alone.
30 # (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
31 # a cross-linker, in which case the default is empty. See genscripts.sh.)
32 # Otherwise, they are replaced with the ones given in LIB_PATH,
33 # which may have the form: LIB_PATH=/lib:/usr/local/lib
36 BASEDIR = $(srcdir)/..
37 BFDDIR = $(BASEDIR)/bfd
38 INCDIR = $(BASEDIR)/include
41 # What version of the manual to build
44 #stuff for self hosting (can be overridden in config file).
45 HOSTING_CRT0 = @HOSTING_CRT0@
46 HOSTING_LIBS = @HOSTING_LIBS@
47 HOSTING_EMU = -m $(EMUL)
49 # Setup the testing framework, if you have one
50 EXPECT = `if [ -f $$r/../expect/expect ] ; \
51 then echo $$r/../expect/expect ; \
52 else echo expect ; fi`
54 RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \
55 then echo $${srcroot}/../dejagnu/runtest ; \
56 else echo runtest ; fi`
61 if [ -f $$r/../gcc/xgcc ] ; then \
62 if [ -f $$r/../newlib/Makefile ] ; then \
63 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
65 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
68 if [ "@host@" = "@target@" ] ; then \
71 echo gcc | sed '$(transform)'; \
77 if [ -f $$r/../gcc/xgcc ] ; then \
78 if [ -f $$r/../newlib/Makefile ] ; then \
79 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
81 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
84 if [ "@host@" = "@target@" ] ; then \
87 echo gcc | sed '$(transform)'; \
91 noinst_PROGRAMS = ld-new
92 info_TEXINFOS = ld.texinfo
93 noinst_TEXINFOS = ldint.texinfo
96 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(prefix)/share/locale\""
98 BFDLIB = ../bfd/libbfd.la
99 LIBIBERTY = ../libiberty/libiberty.a
240 ALL_64_EMULATIONS = \
247 ALL_EMUL_EXTRA_OFILES = \
251 CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
252 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
253 mri.c ldcref.c pe-dll.c
255 HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
256 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
257 ldwrite.h mri.h deffile.h pe-dll.h
259 GENERATED_CFILES = ldgram.c ldlex.c deffilep.c
260 GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
262 OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \
263 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \
264 ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES}
266 STAGESTUFF = *.o ldscripts/* e*.c
268 # At the moment this is just a list of those emulation template files
269 # that contain internationalised strings.
270 EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
272 POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
274 po/POTFILES.in: @MAINT@ Makefile
275 for file in $(POTFILES); do echo $$file; done | sort > tmp \
276 && mv tmp $(srcdir)/po/POTFILES.in
278 ldmain.o: ldmain.c config.status
279 $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' -DSCRIPTDIR='"$(scriptdir)"' -DTARGET='"@target@"' $(srcdir)/ldmain.c
281 ldemul-list.h: Makefile
282 (echo "/* This file is automatically generated. DO NOT EDIT! */";\
283 for f in `echo " " ${EMULATION_OFILES} "" \
284 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
285 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
288 echo "#define EMULATION_LIST \\";\
289 for f in `echo " " ${EMULATION_OFILES} "" \
290 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
291 echo " &ld_$${f}_emulation, \\"; \
293 echo " 0") >ldemul-tmp.h
294 mv ldemul-tmp.h ldemul-list.h
296 stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
297 cp ${srcdir}/emultempl/$(STRINGIFY) stringify.sed
299 # These all start with e so 'make clean' can find them.
301 GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@"
302 GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
305 ea29k.c: $(srcdir)/emulparams/a29k.sh \
306 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS}
307 ${GENSCRIPTS} a29k "$(tdir_a29k)"
308 eaixppc.c: $(srcdir)/emulparams/aixppc.sh \
309 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
310 ${GENSCRIPTS} aixppc "$(tdir_aixppc)"
311 eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \
312 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
313 ${GENSCRIPTS} aixrs6 "$(tdir_aixrs6)"
314 ealpha.c: $(srcdir)/emulparams/alpha.sh \
315 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS}
316 ${GENSCRIPTS} alpha "$(tdir_alpha)"
317 earcelf.c: $(srcdir)/emulparams/arcelf.sh \
318 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
319 ${GENSCRIPTS} arcelf "$(tdir_arcelf)"
320 earmelf.c: $(srcdir)/emulparams/armelf.sh \
321 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
322 ${GENSCRIPTS} armelf "$(tdir_armelf)"
323 earmelf_oabi.c: $(srcdir)/emulparams/armelf_oabi.sh \
324 $(srcdir)/emultempl/armelf_oabi.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
325 ${GENSCRIPTS} armelf_oabi "$(tdir_armelf)"
326 earmelf_linux.c: $(srcdir)/emulparams/armelf_linux.sh \
327 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
328 ${GENSCRIPTS} armelf_linux "$(tdir_armelf_linux)"
329 earmelf_linux26.c: $(srcdir)/emulparams/armelf_linux26.sh \
330 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
331 ${GENSCRIPTS} armelf_linux26 "$(tdir_armelf_linux26)"
332 earmaoutb.c: $(srcdir)/emulparams/armaoutb.sh \
333 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
334 ${GENSCRIPTS} armaoutb "$(tdir_armaoutb)"
335 earmaoutl.c: $(srcdir)/emulparams/armaoutl.sh \
336 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
337 ${GENSCRIPTS} armaoutl "$(tdir_armaoutl)"
338 earmcoff.c: $(srcdir)/emulparams/armcoff.sh \
339 $(srcdir)/emultempl/armcoff.em $(srcdir)/scripttempl/armcoff.sc ${GEN_DEPENDS}
340 ${GENSCRIPTS} armcoff "$(tdir_armcoff)"
341 earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \
342 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
343 ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)"
344 earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \
345 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/epocpe.sc ${GEN_DEPENDS}
346 ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)"
347 earmpe.c: $(srcdir)/emulparams/armpe.sh \
348 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
349 ${GENSCRIPTS} armpe "$(tdir_armpe)"
350 eavr85xx.c: $(srcdir)/emulparams/avr85xx.sh \
351 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
353 ${GENSCRIPTS} avr85xx "$(tdir_avr85xx)"
354 eavr1200.c: $(srcdir)/emulparams/avr1200.sh \
355 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
357 ${GENSCRIPTS} avr1200 "$(tdir_avr85xx)"
358 eavr23xx.c: $(srcdir)/emulparams/avr23xx.sh \
359 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
361 ${GENSCRIPTS} avr23xx "$(tdir_avr85xx)"
362 eavr44x4.c: $(srcdir)/emulparams/avr44x4.sh \
363 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
365 ${GENSCRIPTS} avr44x4 "$(tdir_avr85xx)"
366 eavr4433.c: $(srcdir)/emulparams/avr4433.sh \
367 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
369 ${GENSCRIPTS} avr4433 "$(tdir_avr85xx)"
370 eavrmega603.c: $(srcdir)/emulparams/avrmega603.sh \
371 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
373 ${GENSCRIPTS} avrmega603 "$(tdir_avr85xx)"
374 eavrmega103.c: $(srcdir)/emulparams/avrmega103.sh \
375 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
377 ${GENSCRIPTS} avrmega103 "$(tdir_avr85xx)"
378 eavrmega161.c: $(srcdir)/emulparams/avrmega161.sh \
379 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
381 ${GENSCRIPTS} avrmega161 "$(tdir_avr85xx)"
382 ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
383 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
384 ${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)"
385 ecrisaout.c: $(srcdir)/emulparams/crisaout.sh \
386 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/crisaout.sc ${GEN_DEPENDS}
387 ${GENSCRIPTS} crisaout "$(tdir_cris)"
388 ecriself.c: $(srcdir)/emulparams/criself.sh \
389 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
390 ${GENSCRIPTS} criself "$(tdir_cris)"
391 ecrislinux.c: $(srcdir)/emulparams/crislinux.sh \
392 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
393 ${GENSCRIPTS} crislinux "$(tdir_cris)"
394 ed10velf.c: $(srcdir)/emulparams/d10velf.sh \
395 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd10v.sc ${GEN_DEPENDS}
396 ${GENSCRIPTS} d10velf "$(tdir_d10v)"
397 ed30velf.c: $(srcdir)/emulparams/d30velf.sh \
398 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
399 ${GENSCRIPTS} d30velf "$(tdir_d30v)"
400 ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \
401 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
402 ${GENSCRIPTS} d30v_o "$(tdir_d30v)"
403 ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \
404 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
405 ${GENSCRIPTS} d30v_e "$(tdir_d30v)"
406 edelta68.c: $(srcdir)/emulparams/delta68.sh \
407 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS}
408 ${GENSCRIPTS} delta68 "$(tdir_delta68)"
409 eebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \
410 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS}
411 ${GENSCRIPTS} ebmon29k "$(tdir_ebmon29k)"
412 eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \
413 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
414 ${GENSCRIPTS} elf32fr30 "$(tdir_fr30)"
415 eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \
416 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
417 ${GENSCRIPTS} elf32mcore "$(tdir_mcore)"
418 em32relf.c: $(srcdir)/emulparams/m32relf.sh \
419 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
420 ${GENSCRIPTS} m32relf "$(tdir_m32r)"
421 eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
422 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
423 ${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"
424 eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \
425 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
426 ${GENSCRIPTS} elf32_i860 "$(tdir_elf32_i860)"
427 eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \
428 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
429 ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)"
430 eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
431 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
432 ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)"
433 eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
434 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
435 ${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)"
436 eelf32bsmip.c: $(srcdir)/emulparams/elf32bsmip.sh \
437 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
438 ${GENSCRIPTS} elf32bsmip "$(tdir_elf32bsmip)"
439 eelf32btsmip.c: $(srcdir)/emulparams/elf32btsmip.sh \
440 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
441 ${GENSCRIPTS} elf32btsmip "$(tdir_elf32btsmip)"
442 eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \
443 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
444 ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
445 eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \
446 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
447 ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)"
448 eelf32bmipn32.c: $(srcdir)/emulparams/elf32bmipn32.sh \
449 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
450 ${GENSCRIPTS} elf32bmipn32 "$(tdir_elf32bmipn32)"
451 eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \
452 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
453 ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)"
454 eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \
455 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
456 ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)"
457 eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \
458 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
459 ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)"
460 eelf32lppcsim.c: $(srcdir)/emulparams/elf32lppcsim.sh \
461 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
462 ${GENSCRIPTS} elf32lppcsim "$(tdir_elf32lppcsim)"
463 eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \
464 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
465 ${GENSCRIPTS} elf32lsmip "$(tdir_elf32lsmip)"
466 eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
467 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
468 ${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)"
469 eelf32ppcsim.c: $(srcdir)/emulparams/elf32ppcsim.sh \
470 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
471 ${GENSCRIPTS} elf32ppcsim "$(tdir_elf32ppcsim)"
472 eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \
473 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
474 ${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)"
475 eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \
476 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfi370.sc ${GEN_DEPENDS}
477 ${GENSCRIPTS} elf32i370 "$(tdir_elf32i370)"
478 eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
479 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
480 ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)"
481 eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \
482 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
483 ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)"
484 eelf64_ia64.c: $(srcdir)/emulparams/elf64_ia64.sh \
485 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
486 ${GENSCRIPTS} elf64_ia64 "$(tdir_elf64_ia64)"
487 eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \
488 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
489 ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)"
490 eelf64bmip.c: $(srcdir)/emulparams/elf64bmip.sh \
491 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
492 ${GENSCRIPTS} elf64bmip "$(tdir_elf64bmip)"
493 eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
494 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
495 ${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)"
496 eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \
497 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
498 ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)"
499 egld960.c: $(srcdir)/emulparams/gld960.sh \
500 $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
501 ${GENSCRIPTS} gld960 "$(tdir_gld960)"
502 egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
503 $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
504 ${GENSCRIPTS} gld960coff "$(tdir_gld960coff)"
505 eh8300.c: $(srcdir)/emulparams/h8300.sh \
506 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
507 ${GENSCRIPTS} h8300 "$(tdir_h8300)"
508 eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
509 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
510 ${GENSCRIPTS} h8300h "$(tdir_h8300h)"
511 eh8300s.c: $(srcdir)/emulparams/h8300s.sh \
512 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS}
513 ${GENSCRIPTS} h8300s "$(tdir_h8300s)"
514 eh8500.c: $(srcdir)/emulparams/h8500.sh \
515 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
516 ${GENSCRIPTS} h8500 "$(tdir_h8500)"
517 eh8500b.c: $(srcdir)/emulparams/h8500b.sh \
518 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS}
519 ${GENSCRIPTS} h8500b "$(tdir_h8500b)"
520 eh8500c.c: $(srcdir)/emulparams/h8500c.sh \
521 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS}
522 ${GENSCRIPTS} h8500c "$(tdir_h8500c)"
523 eh8500m.c: $(srcdir)/emulparams/h8500m.sh \
524 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS}
525 ${GENSCRIPTS} h8500m "$(tdir_h8500m)"
526 eh8500s.c: $(srcdir)/emulparams/h8500s.sh \
527 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS}
528 ${GENSCRIPTS} h8500s "$(tdir_h8500s)"
529 ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \
530 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
531 ${GENSCRIPTS} hp300bsd "$(tdir_hp300bsd)"
532 ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \
533 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
534 ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)"
535 ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
536 $(srcdir)/emultempl/hppaelf.em $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS}
537 ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)"
538 ehppalinux.c: $(srcdir)/emulparams/hppalinux.sh \
539 $(srcdir)/emultempl/hppaelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
540 ${GENSCRIPTS} hppalinux "$(tdir_hppalinux)"
541 ei386aout.c: $(srcdir)/emulparams/i386aout.sh \
542 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
543 ${GENSCRIPTS} i386aout "$(tdir_i386aout)"
544 ei386beos.c: $(srcdir)/emulparams/i386beos.sh \
545 $(srcdir)/emultempl/beos.em $(srcdir)/scripttempl/i386beos.sc ${GEN_DEPENDS}
546 ${GENSCRIPTS} i386beos "$(tdir_i386beos)"
547 ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \
548 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
549 ${GENSCRIPTS} i386bsd "$(tdir_i386bsd)"
550 ei386coff.c: $(srcdir)/emulparams/i386coff.sh \
551 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS}
552 ${GENSCRIPTS} i386coff "$(tdir_i386coff)"
553 ei386go32.c: $(srcdir)/emulparams/i386go32.sh \
554 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS}
555 ${GENSCRIPTS} i386go32 "$(tdir_i386go32)"
556 ei386linux.c: $(srcdir)/emulparams/i386linux.sh \
557 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
558 ${GENSCRIPTS} i386linux "$(tdir_i386linux)"
559 ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \
560 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386lynx.sc ${GEN_DEPENDS}
561 ${GENSCRIPTS} i386lynx "$(tdir_i386lynx)"
562 ei386mach.c: $(srcdir)/emulparams/i386mach.sh \
563 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
564 ${GENSCRIPTS} i386mach "$(tdir_i386mach)"
565 ei386moss.c: $(srcdir)/emulparams/i386moss.sh \
566 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
567 ${GENSCRIPTS} i386moss "$(tdir_i386moss)"
568 ei386msdos.c: $(srcdir)/emulparams/i386msdos.sh \
569 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386msdos.sc ${GEN_DEPENDS}
570 ${GENSCRIPTS} i386msdos "$(tdir_i386msdos)"
571 ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \
572 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
573 ${GENSCRIPTS} i386nbsd "$(tdir_i386nbsd)"
574 ei386nw.c: $(srcdir)/emulparams/i386nw.sh \
575 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
576 ${GENSCRIPTS} i386nw "$(tdir_i386nw)"
577 ei386pe.c: $(srcdir)/emulparams/i386pe.sh \
578 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
579 ${GENSCRIPTS} i386pe "$(tdir_i386pe)"
580 ei386pe_posix.c: $(srcdir)/emulparams/i386pe_posix.sh \
581 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
582 ${GENSCRIPTS} i386pe_posix "$(tdir_i386pe_posix)"
583 elnk960.c: $(srcdir)/emulparams/lnk960.sh \
584 $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
585 ${GENSCRIPTS} lnk960 "$(tdir_lnk960)"
586 em68hc11elf.c: $(srcdir)/emulparams/m68hc11elf.sh \
587 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS}
588 ${GENSCRIPTS} m68hc11elf "$(tdir_m68hc11)"
589 em68hc11elfb.c: $(srcdir)/emulparams/m68hc11elfb.sh \
590 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS}
591 ${GENSCRIPTS} m68hc11elfb "$(tdir_m68hc11b)"
592 em68hc12elf.c: $(srcdir)/emulparams/m68hc12elf.sh \
593 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS}
594 ${GENSCRIPTS} m68hc12elf "$(tdir_m68hc12)"
595 em68hc12elfb.c: $(srcdir)/emulparams/m68hc12elfb.sh \
596 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS}
597 ${GENSCRIPTS} m68hc12elfb "$(tdir_m68hc12b)"
598 em68k4knbsd.c: $(srcdir)/emulparams/m68k4knbsd.sh \
599 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
600 ${GENSCRIPTS} m68k4knbsd "$(tdir_m68k4knbsd)"
601 em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \
602 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
603 ${GENSCRIPTS} m68kaout "$(tdir_m68kaout)"
604 em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \
605 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS}
606 ${GENSCRIPTS} m68kaux "$(tdir_m68kaux)"
607 em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \
608 $(srcdir)/emultempl/m68kcoff.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
609 ${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)"
610 em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \
611 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
612 ${GENSCRIPTS} m68kelf "$(tdir_m68kelf)"
613 em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \
614 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
615 ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)"
616 em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \
617 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS}
618 ${GENSCRIPTS} m68klynx "$(tdir_m68klynx)"
619 em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \
620 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
621 ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)"
622 em68kpsos.c: $(srcdir)/emulparams/m68kpsos.sh \
623 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/psos.sc ${GEN_DEPENDS}
624 ${GENSCRIPTS} m68kpsos "$(tdir_m68kpsos)"
625 em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \
626 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS}
627 ${GENSCRIPTS} m88kbcs "$(tdir_m88kbcs)"
628 emcorepe.c: $(srcdir)/emulparams/mcorepe.sh \
629 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
630 ${GENSCRIPTS} mcorepe "$(tdir_mcorepe)"
631 emipsbig.c: $(srcdir)/emulparams/mipsbig.sh \
632 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
633 ${GENSCRIPTS} mipsbig
634 emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
635 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
636 ${GENSCRIPTS} mipsbsd
637 emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
638 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
639 ${GENSCRIPTS} mipsidt "$(tdir_mipsidt)"
640 emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
641 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
642 ${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)"
643 emipslit.c: $(srcdir)/emulparams/mipslit.sh \
644 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
645 ${GENSCRIPTS} mipslit "$(tdir_mipslit)"
646 emipslnews.c: $(srcdir)/emulparams/mipslnews.sh \
647 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
648 ${GENSCRIPTS} mipslnews
649 emipspe.c: $(srcdir)/emulparams/mipspe.sh \
650 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
651 ${GENSCRIPTS} mipspe "$(tdir_mips)"
652 emn10300.c: $(srcdir)/emulparams/mn10300.sh \
653 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
654 ${GENSCRIPTS} mn10300 "$(tdir_mn10300)"
655 emn10200.c: $(srcdir)/emulparams/mn10200.sh \
656 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
657 ${GENSCRIPTS} mn10200 "$(tdir_mn10200)"
658 enews.c: $(srcdir)/emulparams/news.sh \
659 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
660 ${GENSCRIPTS} news "$(tdir_news)"
661 ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \
662 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
663 ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)"
664 epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \
665 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
666 ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)"
667 epjelf.c: $(srcdir)/emulparams/pjelf.sh \
668 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
669 ${GENSCRIPTS} pjelf "$(tdir_pjelf)"
670 epjlelf.c: $(srcdir)/emulparams/pjlelf.sh \
671 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
672 ${GENSCRIPTS} pjlelf "$(tdir_pjlelf)"
673 eppcmacos.c: $(srcdir)/emulparams/ppcmacos.sh \
674 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
675 ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)"
676 eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \
677 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
678 ${GENSCRIPTS} ppcnw "$(tdir_ppcnw)"
679 eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \
680 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS}
681 ${GENSCRIPTS} ppcpe "$(tdir_ppcpe)"
682 eriscix.c: $(srcdir)/emulparams/riscix.sh \
683 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
684 ${GENSCRIPTS} riscix "$(tdir_riscix)"
685 esa29200.c: $(srcdir)/emulparams/sa29200.sh \
686 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sa29200.sc ${GEN_DEPENDS}
687 ${GENSCRIPTS} sa29200 "$(tdir_sa29200)"
688 esh.c: $(srcdir)/emulparams/sh.sh \
689 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
690 ${GENSCRIPTS} sh "$(tdir_sh)"
691 eshelf.c: $(srcdir)/emulparams/shelf.sh \
692 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
693 ${GENSCRIPTS} shelf "$(tdir_shelf)"
694 eshlelf.c: $(srcdir)/emulparams/shlelf.sh \
695 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
696 ${GENSCRIPTS} shlelf "$(tdir_shlelf)"
697 eshl.c: $(srcdir)/emulparams/shl.sh \
698 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
699 ${GENSCRIPTS} shl "$(tdir_shl)"
700 eshpe.c: $(srcdir)/emulparams/shpe.sh \
701 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
702 ${GENSCRIPTS} shpe "$(tdir_shl)"
703 esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \
704 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
705 ${GENSCRIPTS} sparcaout "$(tdir_sparcaout)"
706 esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \
707 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
708 ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)"
709 esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \
710 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS}
711 ${GENSCRIPTS} sparclynx "$(tdir_sparclynx)"
712 esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \
713 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
714 ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"
715 est2000.c: $(srcdir)/emulparams/st2000.sh \
716 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS}
717 ${GENSCRIPTS} st2000 "$(tdir_st2000)"
718 esun3.c: $(srcdir)/emulparams/sun3.sh \
719 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
720 ${GENSCRIPTS} sun3 "$(tdir_sun3)"
721 esun4.c: $(srcdir)/emulparams/sun4.sh \
722 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
723 ${GENSCRIPTS} sun4 "$(tdir_sun4)"
724 etic30aout.c: $(srcdir)/emulparams/tic30aout.sh \
725 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30aout.sc ${GEN_DEPENDS}
726 ${GENSCRIPTS} tic30aout "$(tdir_tic30aout)"
727 etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \
728 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS}
729 ${GENSCRIPTS} tic30coff "$(tdir_tic30coff)"
730 etic54xcoff.c: $(srcdir)/emulparams/tic54xcoff.sh \
731 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic54xcoff.sc ${GEN_DEPENDS}
732 ${GENSCRIPTS} tic54xcoff "$(tdir_tic54xcoff)"
733 etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \
734 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS}
735 ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)"
736 evanilla.c: $(srcdir)/emulparams/vanilla.sh \
737 $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS}
738 ${GENSCRIPTS} vanilla "$(tdir_vanilla)"
739 evax.c: $(srcdir)/emulparams/vax.sh \
740 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
741 ${GENSCRIPTS} vax "$(tdir_vax)"
742 evsta.c: $(srcdir)/emulparams/vsta.sh \
743 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
744 ${GENSCRIPTS} vsta "$(tdir_vsta)"
745 ev850.c: $(srcdir)/emulparams/v850.sh \
746 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS}
747 ${GENSCRIPTS} v850 "$(tdir_v850)"
748 ew65.c: $(srcdir)/emulparams/w65.sh \
749 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS}
750 ${GENSCRIPTS} w65 "$(tdir_w65)"
751 ez8001.c: $(srcdir)/emulparams/z8001.sh \
752 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
753 ${GENSCRIPTS} z8001 "$(tdir_z8001)"
754 ez8002.c: $(srcdir)/emulparams/z8002.sh \
755 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
756 ${GENSCRIPTS} z8002 "$(tdir_z8002)"
758 # We need this for automake to use YLWRAP.
759 EXTRA_ld_new_SOURCES = deffilep.y
761 ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
762 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
763 ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLDEPS)
764 ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
766 # The generated emulation files mostly have the same dependencies.
767 $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \
768 ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \
769 ldctor.h ldexp.h ldlang.h ldgram.h
771 # This is the real libbfd.a created by libtool.
772 TESTBFDLIB = @TESTBFDLIB@
774 check-DEJAGNU: site.exp
775 srcroot=`cd $(srcdir) && pwd`; export srcroot; \
777 LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
778 EXPECT=$(EXPECT); export EXPECT; \
779 if [ -f $(top_builddir)/../expect/expect ]; then \
780 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
781 export TCL_LIBRARY; \
783 runtest=$(RUNTEST); \
784 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
785 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
786 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \
787 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \
788 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \
789 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \
790 LIBIBERTY="$(LIBIBERTY) $(INTLLIBS)" LIBS="$(LIBS)" \
792 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
795 # Rules for testing by relinking ld itself.
796 # A similar test is in the testsuite. This target is for ease of use
799 ld-partial.o: ld-new$(EXEEXT)
800 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld-partial.o -r $(OFILES)
801 ld1$(EXEEXT): ld-partial.o
802 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.o $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
804 ld1-full$(EXEEXT): ld-new
805 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
807 ld2$(EXEEXT): ld1$(EXEEXT)
808 ./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
810 ld3$(EXEEXT): ld2$(EXEEXT)
811 ./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
813 bootstrap: ld3$(EXEEXT)
814 cmp ld2$(EXEEXT) ld3$(EXEEXT)
818 # A test program for C++ constructors and destructors.
819 # This test is now in the testsuite.
821 #cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
822 # ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \
823 # cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS)
826 # ./cdtest > cdtest.tmp
827 # mv cdtest.tmp cdtest.out
829 #cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
830 # ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \
831 # cdtest-bar.o cdtest-foo.o
833 #cdtest-ur: cdtest-ur.o
834 # ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \
837 #cdtest-ur.out: cdtest-ur
838 # ./cdtest-ur > cdtest-ur.tmp
839 # mv cdtest-ur.tmp cdtest-ur.out
841 #check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
842 # diff $(srcdir)/cdtest.exp cdtest.out
843 # diff $(srcdir)/cdtest.exp cdtest-ur.out
845 #.PHONY: check-cdtest
847 # END OF CHECK TARGETS
849 # DOCUMENTATION TARGETS
850 # Manual configuration file; not usually attached to normal configuration,
851 # because almost all configs use "gen" version of manual.
852 # Set DOCVER above to change.
853 configdoc.texi: ${DOCVER}-doc.texi
854 ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
855 || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
856 || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
860 echo '@set VERSION $(VERSION)' > $@
862 ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
863 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
864 $(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
866 ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
867 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
868 MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) $(srcdir)/ld.texinfo
870 MAINTAINERCLEANFILES = ldver.texi
872 # We want to reconfigure if configure.host or configure.tgt changes.
873 config.status: $(srcdir)/configure $(srcdir)/configure.host $(srcdir)/configure.tgt
874 $(SHELL) ./config.status --recheck
876 MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
877 ldemul-list.h crtbegin.o crtend.o ld.log ld.sum
880 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
882 .PHONY: install-exec-local install-data-local
884 install-exec-local: ld-new$(EXEEXT)
885 $(mkinstalldirs) $(bindir) $(tooldir)/bin
886 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
887 if test -f $$p; then \
888 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
889 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
892 n=`echo ld | sed '$(transform)'`; \
893 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \
894 rm -f $(tooldir)/bin/ld$(EXEEXT); \
895 ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
896 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT); \
900 $(mkinstalldirs) $(scriptdir)/ldscripts
901 for f in ldscripts/*; do \
902 $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
905 # Stuff that should be included in a distribution. The diststuff
906 # target is run by the taz target in ../Makefile.in.
907 LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
908 diststuff: $(LDDISTSTUFF) info
910 DISTCLEANFILES = tdirs site.exp site.bak
914 # Targets to rebuild dependencies in this Makefile.
915 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
916 DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
918 $(MAKE) MKDEP="$(MKDEP)" DEP1
919 sed -f dep.sed < DEP1 > DEPA
920 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
921 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
922 echo 'make DEP failed!'; exit 1; \
927 DEP1: $(CFILES) $(GENERATED_CFILES)
928 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
929 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
930 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
933 dep.sed: dep-in.sed config.status
934 sed <$(srcdir)/dep-in.sed >dep.sed \
935 -e 's!@INCDIR@!$(INCDIR)!' \
936 -e 's!@SRCDIR@!$(srcdir)!'
939 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
940 cat DEP >> tmp-Makefile
941 $(srcdir)/../move-if-change tmp-Makefile Makefile
944 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
945 cat DEP >> tmp-Makefile.in
946 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
949 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
950 cat DEP >> tmp-Makefile.am
951 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
953 .PHONY: dep dep-in dep-am
955 # What appears below is generated by a hacked mkdep using gcc -MM.
957 # DO NOT DELETE THIS LINE -- mkdep uses it.
958 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
959 ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
960 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
961 ld.h $(INCDIR)/bin-bugs.h ldexp.h ldlang.h ldmisc.h \
962 ldgram.h ldmain.h ldctor.h
963 ldemul.o: ldemul.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
964 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \
965 ldmisc.h ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h \
967 ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
968 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
969 ld.h $(INCDIR)/bin-bugs.h ldmain.h ldmisc.h ldexp.h \
971 ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
972 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
973 ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \
974 ldfile.h ldmain.h ldgram.h ldlex.h ldemul.h
975 ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
976 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
977 $(INCDIR)/obstack.h $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h \
978 ldmain.h ldgram.h ldexp.h ldlang.h ldlex.h ldmisc.h \
979 ldctor.h ldfile.h ldemul.h $(INCDIR)/fnmatch.h $(INCDIR)/demangle.h
980 ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
981 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
982 $(INCDIR)/progress.h $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
983 ld.h $(INCDIR)/bin-bugs.h ldmain.h ldmisc.h ldwrite.h \
984 ldgram.h ldexp.h ldlang.h ldlex.h ldfile.h ldemul.h \
986 ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
987 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
988 $(INCDIR)/demangle.h ld.h $(INCDIR)/bin-bugs.h ldmisc.h \
989 ldexp.h ldlang.h ldgram.h ldlex.h ldmain.h ldfile.h
990 ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
991 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \
992 ldver.h ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h
993 ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
994 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
995 $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h ldexp.h \
996 ldlang.h ldwrite.h ldmisc.h ldgram.h ldmain.h
997 lexsup.o: lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
998 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
999 $(INCDIR)/getopt.h $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h \
1000 ldmain.h ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h \
1001 ldfile.h ldver.h ldemul.h
1002 mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h sysdep.h \
1003 config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \
1004 ldexp.h ldlang.h ldmisc.h mri.h ldgram.h $(INCDIR)/libiberty.h
1005 ldcref.o: ldcref.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1006 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1007 $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \
1008 ldmisc.h ldexp.h ldlang.h
1009 pe-dll.o: pe-dll.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1010 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1011 $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h ldexp.h \
1012 ldlang.h ldwrite.h ldmisc.h ldgram.h ldmain.h ldfile.h \
1013 ldemul.h $(INCDIR)/coff/internal.h ../bfd/libcoff.h \
1015 ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1016 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1017 ld.h $(INCDIR)/bin-bugs.h ldexp.h ldver.h ldlang.h \
1018 ldfile.h ldemul.h ldmisc.h ldmain.h mri.h ldctor.h \
1020 ldlex.o: ldlex.c ../bfd/bfd.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1021 ld.h $(INCDIR)/bin-bugs.h ldgram.h ldmisc.h ldexp.h \
1022 ldlang.h ldfile.h ldlex.h ldmain.h
1023 deffilep.o: deffilep.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1024 ../bfd/bfd.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1025 ld.h $(INCDIR)/bin-bugs.h ldmisc.h deffile.h
1026 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY