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