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