]>
Commit | Line | Data |
---|---|---|
252b5132 RH |
1 | ## Process this file with automake to generate Makefile.in |
2 | ||
3 | ## FIXME: work around apparent automake bug. | |
4 | INTLLIBS = @INTLLIBS@ | |
5 | ||
6 | AUTOMAKE_OPTIONS = cygnus dejagnu | |
7 | ||
8 | SUBDIRS = po | |
9 | ||
10 | tooldir = $(exec_prefix)/$(target_alias) | |
11 | ||
a7e78dae | 12 | YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi` |
252b5132 | 13 | YFLAGS = -d |
a7e78dae | 14 | LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` |
252b5132 | 15 | |
a2d91340 AC |
16 | WARN_CFLAGS = @WARN_CFLAGS@ |
17 | AM_CFLAGS = $(WARN_CFLAGS) | |
18 | ||
252b5132 RH |
19 | # We put the scripts in the directory $(scriptdir)/ldscripts. |
20 | # We can't put the scripts in $(datadir) because the SEARCH_DIR | |
21 | # directives need to be different for native and cross linkers. | |
22 | scriptdir = $(tooldir)/lib | |
23 | ||
24 | EMUL = @EMUL@ | |
25 | EMULATION_OFILES = @EMULATION_OFILES@ | |
26 | EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@ | |
27 | ||
28 | # Search path to override the default search path for -lfoo libraries. | |
29 | # If LIB_PATH is empty, the ones in the script (if any) are left alone. | |
30 | # (The default is usually /lib:/usr/lib:/usr/local/lib, unless building | |
31 | # a cross-linker, in which case the default is empty. See genscripts.sh.) | |
32 | # Otherwise, they are replaced with the ones given in LIB_PATH, | |
8e523c23 NC |
33 | # which may have the form: LIB_PATH=/lib:/usr/local/lib. This can be set |
34 | # when the linker is configured via the --with-lib-path configure switch. | |
35 | LIB_PATH = @LIB_PATH@ | |
252b5132 RH |
36 | |
37 | BASEDIR = $(srcdir)/.. | |
38 | BFDDIR = $(BASEDIR)/bfd | |
39 | INCDIR = $(BASEDIR)/include | |
41b49281 | 40 | MKDEP = gcc -MM |
252b5132 RH |
41 | |
42 | # What version of the manual to build | |
43 | DOCVER = gen | |
44 | ||
0285c67d NC |
45 | # Options to extract the man page from ld.texinfo |
46 | MANCONF = -Dman | |
47 | ||
48 | TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl | |
49 | ||
ff5dcc92 SC |
50 | POD2MAN = pod2man --center="GNU Development Tools" \ |
51 | --release="binutils-$(VERSION)" --section=1 | |
0285c67d | 52 | |
252b5132 RH |
53 | #stuff for self hosting (can be overridden in config file). |
54 | HOSTING_CRT0 = @HOSTING_CRT0@ | |
55 | HOSTING_LIBS = @HOSTING_LIBS@ | |
56 | HOSTING_EMU = -m $(EMUL) | |
57 | ||
58 | # Setup the testing framework, if you have one | |
59 | EXPECT = `if [ -f $$r/../expect/expect ] ; \ | |
60 | then echo $$r/../expect/expect ; \ | |
61 | else echo expect ; fi` | |
62 | ||
63 | RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \ | |
64 | then echo $${srcroot}/../dejagnu/runtest ; \ | |
65 | else echo runtest ; fi` | |
66 | ||
67 | RUNTESTFLAGS = | |
68 | ||
69 | CC_FOR_TARGET = ` \ | |
70 | if [ -f $$r/../gcc/xgcc ] ; then \ | |
71 | if [ -f $$r/../newlib/Makefile ] ; then \ | |
72 | echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ | |
73 | else \ | |
74 | echo $$r/../gcc/xgcc -B$$r/../gcc/; \ | |
75 | fi; \ | |
76 | else \ | |
77 | if [ "@host@" = "@target@" ] ; then \ | |
78 | echo $(CC); \ | |
79 | else \ | |
80 | echo gcc | sed '$(transform)'; \ | |
81 | fi; \ | |
82 | fi` | |
83 | ||
84 | CXX = gcc | |
85 | CXX_FOR_TARGET = ` \ | |
86 | if [ -f $$r/../gcc/xgcc ] ; then \ | |
87 | if [ -f $$r/../newlib/Makefile ] ; then \ | |
88 | echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ | |
89 | else \ | |
90 | echo $$r/../gcc/xgcc -B$$r/../gcc/; \ | |
91 | fi; \ | |
92 | else \ | |
93 | if [ "@host@" = "@target@" ] ; then \ | |
94 | echo $(CXX); \ | |
95 | else \ | |
96 | echo gcc | sed '$(transform)'; \ | |
97 | fi; \ | |
98 | fi` | |
99 | ||
100 | noinst_PROGRAMS = ld-new | |
101 | info_TEXINFOS = ld.texinfo | |
102 | noinst_TEXINFOS = ldint.texinfo | |
103 | man_MANS = ld.1 | |
104 | ||
105 | INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(prefix)/share/locale\"" | |
106 | ||
107 | BFDLIB = ../bfd/libbfd.la | |
108 | LIBIBERTY = ../libiberty/libiberty.a | |
109 | ||
110 | ALL_EMULATIONS = \ | |
111 | ea29k.o \ | |
112 | eaixppc.o \ | |
113 | eaixrs6.o \ | |
114 | ealpha.o \ | |
115 | earcelf.o \ | |
4900fc06 | 116 | earm_epoc_pe.o \ |
252b5132 RH |
117 | earmaoutb.o \ |
118 | earmaoutl.o \ | |
119 | earmcoff.o \ | |
4900fc06 | 120 | earmelf.o \ |
d2012d17 | 121 | earmelfb.o \ |
28912fd9 | 122 | earmelf_fbsd.o \ |
4900fc06 | 123 | earmelf_linux.o \ |
d2012d17 | 124 | earmelfb_linux.o \ |
3695c299 | 125 | earmelf_nbsd.o \ |
658f2588 | 126 | earmelfb_nbsd.o \ |
4900fc06 | 127 | earmelf_oabi.o \ |
7e392df6 | 128 | earmnto.o \ |
8959586a | 129 | earmnbsd.o \ |
252b5132 | 130 | earmpe.o \ |
adde6300 AM |
131 | eavr1200.o \ |
132 | eavr23xx.o \ | |
adde6300 | 133 | eavr4433.o \ |
4900fc06 | 134 | eavr44x4.o \ |
adde6300 | 135 | eavr85xx.o \ |
adde6300 AM |
136 | eavrmega103.o \ |
137 | eavrmega161.o \ | |
4900fc06 | 138 | eavrmega603.o \ |
fae1e84f MM |
139 | eavr1.o \ |
140 | eavr2.o \ | |
141 | eavr3.o \ | |
142 | eavr4.o \ | |
143 | eavr5.o \ | |
9d7e2ba5 | 144 | ecoff_i860.o \ |
252b5132 | 145 | ecoff_sparc.o \ |
9d06555c HPN |
146 | ecrisaout.o \ |
147 | ecriself.o \ | |
148 | ecrislinux.o \ | |
252b5132 | 149 | ed10velf.o \ |
252b5132 RH |
150 | ed30v_e.o \ |
151 | ed30v_o.o \ | |
4900fc06 | 152 | ed30velf.o \ |
252b5132 | 153 | edelta68.o \ |
d172d4ba | 154 | eelf32_dlx.o \ |
252b5132 | 155 | eebmon29k.o \ |
0ccf812a | 156 | eelf32_i960.o \ |
165589e4 | 157 | eelf32_i860.o \ |
4900fc06 | 158 | eelf32_sparc.o \ |
252b5132 RH |
159 | eelf32b4300.o \ |
160 | eelf32bmip.o \ | |
dc831978 | 161 | eelf32bmipn32.o \ |
3548145d | 162 | eelf32btsmip.o \ |
7808a785 | 163 | eelf32btsmipn32.o \ |
fdec3cfc | 164 | eelf32ltsmip.o \ |
7808a785 | 165 | eelf32ltsmipn32.o \ |
4900fc06 AM |
166 | eelf32ebmip.o \ |
167 | eelf32elmip.o \ | |
168 | eelf32fr30.o \ | |
7d553a40 | 169 | eelf32frv.o \ |
5b93d8bb | 170 | eelf32i370.o \ |
cf88bb9f | 171 | eelf32ip2k.o \ |
e09a7106 SC |
172 | eelf32iq2000.o \ |
173 | eelf32iq10.o \ | |
252b5132 RH |
174 | eelf32l4300.o \ |
175 | eelf32lmip.o \ | |
176 | eelf32lppc.o \ | |
59bc061d | 177 | eelf32lppcnto.o \ |
bdbe5705 | 178 | eelf32lppcsim.o \ |
4900fc06 | 179 | eelf32mcore.o \ |
c7e40348 | 180 | eelf32openrisc.o \ |
252b5132 | 181 | eelf32ppc.o \ |
28912fd9 | 182 | eelf32ppc_fbsd.o \ |
ec2f040d | 183 | eelf32ppclinux.o \ |
59bc061d | 184 | eelf32ppcnto.o \ |
4900fc06 | 185 | eelf32ppcsim.o \ |
94349e12 | 186 | eelf32ppcwindiss.o \ |
ab68f3e0 | 187 | eelf32vax.o \ |
93fbbb04 | 188 | eelf32xstormy16.o \ |
e0001a05 | 189 | eelf32xtensa.o \ |
252b5132 RH |
190 | eelf_i386.o \ |
191 | eelf_i386_be.o \ | |
dca7760f | 192 | eelf_i386_chaos.o \ |
28912fd9 | 193 | eelf_i386_fbsd.o \ |
506eee22 | 194 | eelf_i386_ldso.o \ |
a85d7ed0 | 195 | eelf_s390.o \ |
252b5132 RH |
196 | egld960.o \ |
197 | egld960coff.o \ | |
252b5132 RH |
198 | eh8300.o \ |
199 | eh8300h.o \ | |
200 | eh8300s.o \ | |
8af6dd41 | 201 | eh8300elf.o \ |
8d9cd6b1 NC |
202 | eh8300hn.o \ |
203 | eh8300sn.o \ | |
65982ba6 | 204 | eh8300sx.o \ |
8af6dd41 JR |
205 | eh8300helf.o \ |
206 | eh8300self.o \ | |
8d9cd6b1 NC |
207 | eh8300hnelf.o \ |
208 | eh8300snelf.o \ | |
65982ba6 | 209 | eh8300sxelf.o \ |
f4984206 RS |
210 | eh8300sxn.o \ |
211 | eh8300sxnelf.o \ | |
252b5132 RH |
212 | eh8500.o \ |
213 | eh8500b.o \ | |
214 | eh8500c.o \ | |
215 | eh8500m.o \ | |
216 | eh8500s.o \ | |
217 | ehp300bsd.o \ | |
218 | ehp3hpux.o \ | |
4900fc06 AM |
219 | ehppaelf.o \ |
220 | ehppalinux.o \ | |
006336b8 | 221 | ehppanbsd.o \ |
c29ef4b5 | 222 | ehppaobsd.o \ |
252b5132 RH |
223 | ei386aout.o \ |
224 | ei386beos.o \ | |
225 | ei386bsd.o \ | |
226 | ei386coff.o \ | |
227 | ei386go32.o \ | |
228 | ei386linux.o \ | |
229 | ei386lynx.o \ | |
230 | ei386mach.o \ | |
231 | ei386moss.o \ | |
232 | ei386msdos.o \ | |
233 | ei386nbsd.o \ | |
a0cb91c6 | 234 | ei386nto.o \ |
252b5132 RH |
235 | ei386nw.o \ |
236 | ei386pe.o \ | |
a7e78dae | 237 | ei386pe_posix.o \ |
252b5132 | 238 | elnk960.o \ |
cfa1ac0c | 239 | em32relf.o \ |
60bcf0fa NC |
240 | em68hc11elf.o \ |
241 | em68hc11elfb.o \ | |
242 | em68hc12elf.o \ | |
243 | em68hc12elfb.o \ | |
252b5132 RH |
244 | em68k4knbsd.o \ |
245 | em68kaout.o \ | |
246 | em68kaux.o \ | |
247 | em68kcoff.o \ | |
248 | em68kelf.o \ | |
0b69cd08 | 249 | em68kelfnbsd.o \ |
252b5132 RH |
250 | em68klinux.o \ |
251 | em68klynx.o \ | |
252 | em68knbsd.o \ | |
253 | em68kpsos.o \ | |
254 | em88kbcs.o \ | |
71acc4e8 | 255 | emcorepe.o \ |
252b5132 RH |
256 | emipsbig.o \ |
257 | emipsbsd.o \ | |
258 | emipsidt.o \ | |
259 | emipsidtl.o \ | |
260 | emipslit.o \ | |
261 | emipslnews.o \ | |
344a211f | 262 | emipspe.o \ |
3b260895 NC |
263 | emsp430x110.o \ |
264 | emsp430x112.o \ | |
2469cfa2 NC |
265 | emsp430x1101.o \ |
266 | emsp430x1111.o \ | |
267 | emsp430x1121.o \ | |
b4275f43 NC |
268 | emsp430x1122.o \ |
269 | emsp430x1132.o \ | |
2469cfa2 | 270 | emsp430x122.o \ |
2469cfa2 | 271 | emsp430x123.o \ |
3b260895 | 272 | emsp430x1222.o \ |
2469cfa2 | 273 | emsp430x1232.o \ |
3b260895 NC |
274 | emsp430x133.o \ |
275 | emsp430x135.o \ | |
276 | emsp430x1331.o \ | |
277 | emsp430x1351.o \ | |
278 | emsp430x147.o \ | |
279 | emsp430x148.o \ | |
280 | emsp430x149.o \ | |
281 | emsp430x155.o \ | |
282 | emsp430x156.o \ | |
283 | emsp430x157.o \ | |
284 | emsp430x167.o \ | |
285 | emsp430x168.o \ | |
286 | emsp430x169.o \ | |
2469cfa2 NC |
287 | emsp430x311.o \ |
288 | emsp430x312.o \ | |
289 | emsp430x313.o \ | |
290 | emsp430x314.o \ | |
291 | emsp430x315.o \ | |
292 | emsp430x323.o \ | |
293 | emsp430x325.o \ | |
294 | emsp430x336.o \ | |
295 | emsp430x337.o \ | |
3b260895 NC |
296 | emsp430x412.o \ |
297 | emsp430x413.o \ | |
298 | emsp430xE423.o \ | |
299 | emsp430xE425.o \ | |
300 | emsp430xE427.o \ | |
301 | emsp430xW423.o \ | |
302 | emsp430xW425.o \ | |
303 | emsp430xW427.o \ | |
2469cfa2 NC |
304 | emsp430x435.o \ |
305 | emsp430x436.o \ | |
3b260895 | 306 | emsp430x437.o \ |
2469cfa2 NC |
307 | emsp430x447.o \ |
308 | emsp430x448.o \ | |
309 | emsp430x449.o \ | |
252b5132 RH |
310 | enews.o \ |
311 | ens32knbsd.o \ | |
3b16e843 NC |
312 | eor32.o \ |
313 | eor32elf.o \ | |
252b5132 | 314 | epc532macha.o \ |
e135f41b | 315 | epdp11.o \ |
4900fc06 AM |
316 | epjelf.o \ |
317 | epjlelf.o \ | |
252b5132 RH |
318 | eppcmacos.o \ |
319 | eppcnw.o \ | |
320 | eppcpe.o \ | |
321 | eriscix.o \ | |
322 | esa29200.o \ | |
323 | esh.o \ | |
2d92cb7d AO |
324 | eshelf32.o \ |
325 | eshlelf32.o \ | |
a2b3c630 SC |
326 | eshelf32_linux.o \ |
327 | eshlelf32_linux.o \ | |
5b0e55b6 JT |
328 | eshelf32_nbsd.o \ |
329 | eshlelf32_nbsd.o \ | |
252b5132 | 330 | eshelf.o \ |
4a428502 AO |
331 | eshelf_linux.o \ |
332 | eshlelf_linux.o \ | |
8d05742f JT |
333 | eshelf_nbsd.o \ |
334 | eshlelf_nbsd.o \ | |
ed71e111 NC |
335 | eshelf_nto.o \ |
336 | eshlelf_nto.o \ | |
252b5132 | 337 | eshl.o \ |
4900fc06 | 338 | eshlelf.o \ |
344a211f | 339 | eshpe.o \ |
252b5132 RH |
340 | esparcaout.o \ |
341 | esparclinux.o \ | |
342 | esparclynx.o \ | |
343 | esparcnbsd.o \ | |
344 | est2000.o \ | |
345 | esun3.o \ | |
346 | esun4.o \ | |
347 | etic30aout.o \ | |
348 | etic30coff.o \ | |
0da35f8b SS |
349 | etic3xcoff.o \ |
350 | etic3xcoff_onchip.o \ | |
026df7c5 | 351 | etic4xcoff.o \ |
74459f0e | 352 | etic54xcoff.o \ |
252b5132 RH |
353 | etic80coff.o \ |
354 | evanilla.o \ | |
355 | evax.o \ | |
ab68f3e0 | 356 | evaxnbsd.o \ |
252b5132 RH |
357 | evsta.o \ |
358 | ew65.o \ | |
359 | ez8001.o \ | |
360 | ez8002.o | |
361 | ||
362 | ALL_64_EMULATIONS = \ | |
41c49998 | 363 | eelf64_aix.o \ |
800eeca4 | 364 | eelf64_ia64.o \ |
28912fd9 | 365 | eelf64_ia64_fbsd.o \ |
2d92cb7d AO |
366 | eshelf64.o \ |
367 | eshlelf64.o \ | |
5b0e55b6 JT |
368 | eshelf64_nbsd.o \ |
369 | eshlelf64_nbsd.o \ | |
2be3aa03 | 370 | eelf_x86_64.o \ |
28912fd9 | 371 | eelf_x86_64_fbsd.o \ |
a85d7ed0 | 372 | eelf64_s390.o \ |
252b5132 | 373 | eelf64_sparc.o \ |
28912fd9 | 374 | eelf64_sparc_fbsd.o \ |
22c675a7 | 375 | eelf64alpha.o \ |
28912fd9 | 376 | eelf64alpha_fbsd.o \ |
fc18a3f3 | 377 | eelf64alpha_nbsd.o \ |
4900fc06 | 378 | eelf64bmip.o \ |
fdec3cfc L |
379 | eelf64btsmip.o \ |
380 | eelf64ltsmip.o \ | |
3b1b01cf | 381 | eelf64hppa.o \ |
3c3bdf30 NC |
382 | eelf64mmix.o \ |
383 | emmo.o \ | |
a7d792bb L |
384 | eelf64ppc.o \ |
385 | eelf64lppc.o \ | |
9f22353f | 386 | ehppa64linux.o |
252b5132 RH |
387 | |
388 | ALL_EMUL_EXTRA_OFILES = \ | |
4900fc06 AM |
389 | deffilep.o \ |
390 | pe-dll.o | |
252b5132 RH |
391 | |
392 | CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ | |
393 | ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ | |
394 | mri.c ldcref.c pe-dll.c | |
395 | ||
396 | HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \ | |
397 | ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \ | |
1069dd8d | 398 | ldwrite.h mri.h deffile.h pe-dll.h |
252b5132 RH |
399 | |
400 | GENERATED_CFILES = ldgram.c ldlex.c deffilep.c | |
401 | GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h | |
402 | ||
403 | OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \ | |
404 | ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \ | |
405 | ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} | |
406 | ||
407 | STAGESTUFF = *.o ldscripts/* e*.c | |
408 | ||
409 | # At the moment this is just a list of those emulation template files | |
410 | # that contain internationalised strings. | |
411 | EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em | |
412 | ||
413 | POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES) | |
414 | ||
415 | po/POTFILES.in: @MAINT@ Makefile | |
68cdbb4a | 416 | for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ |
252b5132 RH |
417 | && mv tmp $(srcdir)/po/POTFILES.in |
418 | ||
419 | ldmain.o: ldmain.c config.status | |
9c8ebd6a DJ |
420 | $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' \ |
421 | -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' \ | |
0125cdf2 | 422 | -DTOOLBINDIR='"$(tooldir)/bin"' \ |
9c8ebd6a DJ |
423 | -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \ |
424 | $(srcdir)/ldmain.c | |
252b5132 RH |
425 | |
426 | ldemul-list.h: Makefile | |
427 | (echo "/* This file is automatically generated. DO NOT EDIT! */";\ | |
428 | for f in `echo " " ${EMULATION_OFILES} "" \ | |
429 | | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ | |
430 | echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \ | |
431 | done;\ | |
432 | echo "";\ | |
433 | echo "#define EMULATION_LIST \\";\ | |
434 | for f in `echo " " ${EMULATION_OFILES} "" \ | |
435 | | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ | |
436 | echo " &ld_$${f}_emulation, \\"; \ | |
437 | done;\ | |
438 | echo " 0") >ldemul-tmp.h | |
439 | mv ldemul-tmp.h ldemul-list.h | |
440 | ||
597e2591 ILT |
441 | stringify.sed: ${srcdir}/emultempl/$(STRINGIFY) |
442 | cp ${srcdir}/emultempl/$(STRINGIFY) stringify.sed | |
443 | ||
252b5132 RH |
444 | # These all start with e so 'make clean' can find them. |
445 | ||
9c8ebd6a | 446 | GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@ |
597e2591 | 447 | GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed |
252b5132 RH |
448 | @TDIRS@ |
449 | ||
450 | ea29k.c: $(srcdir)/emulparams/a29k.sh \ | |
451 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS} | |
452 | ${GENSCRIPTS} a29k "$(tdir_a29k)" | |
eb1e0e80 NC |
453 | eaix5ppc.c: $(srcdir)/emulparams/aix5ppc.sh \ |
454 | $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} | |
455 | ${GENSCRIPTS} aix5ppc "$(tdir_aixppc)" | |
456 | eaix5rs6.c: $(srcdir)/emulparams/aix5rs6.sh \ | |
457 | $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} | |
458 | ${GENSCRIPTS} aix5rs6 "$(tdir_aixrs6)" | |
252b5132 RH |
459 | eaixppc.c: $(srcdir)/emulparams/aixppc.sh \ |
460 | $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} | |
461 | ${GENSCRIPTS} aixppc "$(tdir_aixppc)" | |
462 | eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \ | |
463 | $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} | |
464 | ${GENSCRIPTS} aixrs6 "$(tdir_aixrs6)" | |
465 | ealpha.c: $(srcdir)/emulparams/alpha.sh \ | |
466 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS} | |
467 | ${GENSCRIPTS} alpha "$(tdir_alpha)" | |
468 | earcelf.c: $(srcdir)/emulparams/arcelf.sh \ | |
469 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
470 | ${GENSCRIPTS} arcelf "$(tdir_arcelf)" | |
471 | earmelf.c: $(srcdir)/emulparams/armelf.sh \ | |
5f992e62 AM |
472 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ |
473 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
252b5132 | 474 | ${GENSCRIPTS} armelf "$(tdir_armelf)" |
d2012d17 DJ |
475 | earmelfb.c: $(srcdir)/emulparams/armelfb.sh $(srcdir)/emulparams/armelf.sh \ |
476 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ | |
477 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
478 | ${GENSCRIPTS} armelfb "$(tdir_armelfb)" | |
252b5132 RH |
479 | earmelf_oabi.c: $(srcdir)/emulparams/armelf_oabi.sh \ |
480 | $(srcdir)/emultempl/armelf_oabi.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
481 | ${GENSCRIPTS} armelf_oabi "$(tdir_armelf)" | |
28912fd9 DB |
482 | earmelf_fbsd.c: $(srcdir)/emulparams/armelf_fbsd.sh \ |
483 | $(srcdir)/emulparams/armelf.sh \ | |
484 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ | |
485 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
486 | ${GENSCRIPTS} armelf_fbsd "$(tdir_armelf_fbsd)" | |
252b5132 | 487 | earmelf_linux.c: $(srcdir)/emulparams/armelf_linux.sh \ |
5f992e62 AM |
488 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ |
489 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
252b5132 | 490 | ${GENSCRIPTS} armelf_linux "$(tdir_armelf_linux)" |
d2012d17 DJ |
491 | earmelfb_linux.c: $(srcdir)/emulparams/armelfb_linux.sh \ |
492 | $(srcdir)/emulparams/armelf_linux.sh \ | |
493 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ | |
494 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
495 | ${GENSCRIPTS} armelfb_linux "$(tdir_armelfb_linux)" | |
3695c299 AM |
496 | earmelf_nbsd.c: $(srcdir)/emulparams/armelf_nbsd.sh \ |
497 | $(srcdir)/emulparams/armelf.sh \ | |
498 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ | |
499 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
500 | ${GENSCRIPTS} armelf_nbsd "$(tdir_armelf_nbsd)" | |
658f2588 JT |
501 | earmelfb_nbsd.c: $(srcdir)/emulparams/armelfb_nbsd.sh \ |
502 | $(srcdir)/emulparams/armelf_nbsd.sh \ | |
503 | $(srcdir)/emulparams/armelf.sh \ | |
504 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ | |
505 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
506 | ${GENSCRIPTS} armelfb_nbsd "$(tdir_armelfb_nbsd)" | |
252b5132 RH |
507 | earmaoutb.c: $(srcdir)/emulparams/armaoutb.sh \ |
508 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS} | |
509 | ${GENSCRIPTS} armaoutb "$(tdir_armaoutb)" | |
510 | earmaoutl.c: $(srcdir)/emulparams/armaoutl.sh \ | |
511 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS} | |
512 | ${GENSCRIPTS} armaoutl "$(tdir_armaoutl)" | |
513 | earmcoff.c: $(srcdir)/emulparams/armcoff.sh \ | |
514 | $(srcdir)/emultempl/armcoff.em $(srcdir)/scripttempl/armcoff.sc ${GEN_DEPENDS} | |
515 | ${GENSCRIPTS} armcoff "$(tdir_armcoff)" | |
8959586a NC |
516 | earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \ |
517 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
518 | ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)" | |
7e392df6 NC |
519 | earmnto.c: $(srcdir)/emulparams/armnto.sh \ |
520 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ | |
521 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
522 | ${GENSCRIPTS} armnto "$(tdir_armnto)" | |
be2153ad | 523 | earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \ |
e6869249 | 524 | $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/epocpe.sc ${GEN_DEPENDS} |
be2153ad | 525 | ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)" |
252b5132 RH |
526 | earmpe.c: $(srcdir)/emulparams/armpe.sh \ |
527 | $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} | |
528 | ${GENSCRIPTS} armpe "$(tdir_armpe)" | |
adde6300 AM |
529 | eavr85xx.c: $(srcdir)/emulparams/avr85xx.sh \ |
530 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \ | |
531 | ${GEN_DEPENDS} | |
532 | ${GENSCRIPTS} avr85xx "$(tdir_avr85xx)" | |
533 | eavr1200.c: $(srcdir)/emulparams/avr1200.sh \ | |
534 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \ | |
535 | ${GEN_DEPENDS} | |
536 | ${GENSCRIPTS} avr1200 "$(tdir_avr85xx)" | |
537 | eavr23xx.c: $(srcdir)/emulparams/avr23xx.sh \ | |
538 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \ | |
539 | ${GEN_DEPENDS} | |
540 | ${GENSCRIPTS} avr23xx "$(tdir_avr85xx)" | |
541 | eavr44x4.c: $(srcdir)/emulparams/avr44x4.sh \ | |
542 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \ | |
543 | ${GEN_DEPENDS} | |
544 | ${GENSCRIPTS} avr44x4 "$(tdir_avr85xx)" | |
545 | eavr4433.c: $(srcdir)/emulparams/avr4433.sh \ | |
546 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \ | |
547 | ${GEN_DEPENDS} | |
548 | ${GENSCRIPTS} avr4433 "$(tdir_avr85xx)" | |
549 | eavrmega603.c: $(srcdir)/emulparams/avrmega603.sh \ | |
550 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \ | |
551 | ${GEN_DEPENDS} | |
552 | ${GENSCRIPTS} avrmega603 "$(tdir_avr85xx)" | |
553 | eavrmega103.c: $(srcdir)/emulparams/avrmega103.sh \ | |
554 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \ | |
555 | ${GEN_DEPENDS} | |
556 | ${GENSCRIPTS} avrmega103 "$(tdir_avr85xx)" | |
557 | eavrmega161.c: $(srcdir)/emulparams/avrmega161.sh \ | |
558 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \ | |
559 | ${GEN_DEPENDS} | |
560 | ${GENSCRIPTS} avrmega161 "$(tdir_avr85xx)" | |
fae1e84f MM |
561 | eavr1.c: $(srcdir)/emulparams/avr1.sh \ |
562 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ | |
563 | ${GEN_DEPENDS} | |
564 | ${GENSCRIPTS} avr1 "$(tdir_avr85xx)" | |
565 | eavr2.c: $(srcdir)/emulparams/avr2.sh \ | |
566 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ | |
567 | ${GEN_DEPENDS} | |
568 | ${GENSCRIPTS} avr2 "$(tdir_avr85xx)" | |
569 | eavr3.c: $(srcdir)/emulparams/avr3.sh \ | |
570 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ | |
571 | ${GEN_DEPENDS} | |
572 | ${GENSCRIPTS} avr3 "$(tdir_avr85xx)" | |
573 | eavr4.c: $(srcdir)/emulparams/avr4.sh \ | |
574 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ | |
575 | ${GEN_DEPENDS} | |
576 | ${GENSCRIPTS} avr4 "$(tdir_avr85xx)" | |
577 | eavr5.c: $(srcdir)/emulparams/avr5.sh \ | |
578 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \ | |
579 | ${GEN_DEPENDS} | |
580 | ${GENSCRIPTS} avr5 "$(tdir_avr85xx)" | |
9d7e2ba5 JE |
581 | ecoff_i860.c: $(srcdir)/emulparams/coff_i860.sh \ |
582 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i860coff.sc ${GEN_DEPENDS} | |
583 | ${GENSCRIPTS} coff_i860 "$(tdir_coff_i860)" | |
252b5132 RH |
584 | ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \ |
585 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS} | |
586 | ${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)" | |
9d06555c HPN |
587 | ecrisaout.c: $(srcdir)/emulparams/crisaout.sh \ |
588 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/crisaout.sc ${GEN_DEPENDS} | |
589 | ${GENSCRIPTS} crisaout "$(tdir_cris)" | |
590 | ecriself.c: $(srcdir)/emulparams/criself.sh \ | |
6caa99ab | 591 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
9d06555c HPN |
592 | ${GENSCRIPTS} criself "$(tdir_cris)" |
593 | ecrislinux.c: $(srcdir)/emulparams/crislinux.sh \ | |
594 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
595 | ${GENSCRIPTS} crislinux "$(tdir_cris)" | |
252b5132 | 596 | ed10velf.c: $(srcdir)/emulparams/d10velf.sh \ |
6caa99ab | 597 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfd10v.sc ${GEN_DEPENDS} |
252b5132 RH |
598 | ${GENSCRIPTS} d10velf "$(tdir_d10v)" |
599 | ed30velf.c: $(srcdir)/emulparams/d30velf.sh \ | |
600 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS} | |
601 | ${GENSCRIPTS} d30velf "$(tdir_d30v)" | |
602 | ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \ | |
603 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS} | |
604 | ${GENSCRIPTS} d30v_o "$(tdir_d30v)" | |
605 | ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \ | |
606 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS} | |
607 | ${GENSCRIPTS} d30v_e "$(tdir_d30v)" | |
608 | edelta68.c: $(srcdir)/emulparams/delta68.sh \ | |
609 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS} | |
610 | ${GENSCRIPTS} delta68 "$(tdir_delta68)" | |
d172d4ba NC |
611 | eelf32_dlx.c: $(srcdir)/emulparams/elf32_dlx.sh \ |
612 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/dlx.sc ${GEN_DEPENDS} | |
613 | ${GENSCRIPTS} elf32_dlx "$(tdir_elf32_dlx)" | |
252b5132 RH |
614 | eebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \ |
615 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS} | |
616 | ${GENSCRIPTS} ebmon29k "$(tdir_ebmon29k)" | |
93fbbb04 GK |
617 | eelf32xstormy16.c: $(srcdir)/emulparams/elf32xstormy16.sh \ |
618 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \ | |
619 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
620 | ${GENSCRIPTS} elf32xstormy16 "$(tdir_xstormy16)" | |
4a096548 AO |
621 | eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \ |
622 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
623 | ${GENSCRIPTS} elf32am33lin "$(tdir_mn10300)" | |
ab68f3e0 JT |
624 | eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \ |
625 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
626 | ${GENSCRIPTS} elf32vax "$(tdir_elf32vax)" | |
e0001a05 NC |
627 | eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh \ |
628 | $(srcdir)/emulparams/xtensa-config.sh \ | |
629 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/xtensaelf.em \ | |
630 | $(srcdir)/scripttempl/elfxtensa.sc ${GEN_DEPENDS} | |
631 | ${GENSCRIPTS} elf32xtensa "$(tdir_elf32xtensa)" | |
252b5132 RH |
632 | eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \ |
633 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
634 | ${GENSCRIPTS} elf32fr30 "$(tdir_fr30)" | |
7d553a40 DB |
635 | eelf32frv.c: $(srcdir)/emulparams/elf32frv.sh \ |
636 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
637 | ${GENSCRIPTS} elf32frv "$(tdir_frv)" | |
71acc4e8 NC |
638 | eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \ |
639 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
640 | ${GENSCRIPTS} elf32mcore "$(tdir_mcore)" | |
252b5132 | 641 | em32relf.c: $(srcdir)/emulparams/m32relf.sh \ |
18c7a9a5 | 642 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
252b5132 RH |
643 | ${GENSCRIPTS} m32relf "$(tdir_m32r)" |
644 | eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \ | |
645 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
646 | ${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)" | |
165589e4 JE |
647 | eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \ |
648 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
649 | ${GENSCRIPTS} elf32_i860 "$(tdir_elf32_i860)" | |
0ccf812a ILT |
650 | eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \ |
651 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
652 | ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)" | |
252b5132 | 653 | eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \ |
0c7a8e5a | 654 | $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ |
252b5132 RH |
655 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
656 | ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)" | |
657 | eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \ | |
0c7a8e5a | 658 | $(srcdir)/emultempl/mipself.em \ |
252b5132 RH |
659 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
660 | ${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)" | |
661 | eelf32bsmip.c: $(srcdir)/emulparams/elf32bsmip.sh \ | |
0c7a8e5a | 662 | $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ |
252b5132 RH |
663 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
664 | ${GENSCRIPTS} elf32bsmip "$(tdir_elf32bsmip)" | |
3548145d | 665 | eelf32btsmip.c: $(srcdir)/emulparams/elf32btsmip.sh \ |
0c7a8e5a | 666 | $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ |
3548145d UC |
667 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
668 | ${GENSCRIPTS} elf32btsmip "$(tdir_elf32btsmip)" | |
7808a785 | 669 | eelf32btsmipn32.c: $(srcdir)/emulparams/elf32btsmipn32.sh \ |
0c7a8e5a | 670 | $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ |
7808a785 TS |
671 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
672 | ${GENSCRIPTS} elf32btsmipn32 "$(tdir_elf32btsmipn32)" | |
fdec3cfc | 673 | eelf32ltsmip.c: $(srcdir)/emulparams/elf32ltsmip.sh \ |
465bc359 | 674 | $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \ |
0c7a8e5a | 675 | $(srcdir)/emultempl/mipself.em \ |
fdec3cfc L |
676 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
677 | ${GENSCRIPTS} elf32ltsmip "$(tdir_elf32ltsmip)" | |
7808a785 TS |
678 | eelf32ltsmipn32.c: $(srcdir)/emulparams/elf32ltsmipn32.sh \ |
679 | $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \ | |
0c7a8e5a | 680 | $(srcdir)/emultempl/mipself.em \ |
7808a785 TS |
681 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
682 | ${GENSCRIPTS} elf32ltsmipn32 "$(tdir_elf32ltsmipn32)" | |
252b5132 | 683 | eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \ |
0c7a8e5a | 684 | $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ |
252b5132 RH |
685 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
686 | ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)" | |
687 | eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \ | |
465bc359 | 688 | $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \ |
0c7a8e5a | 689 | $(srcdir)/emultempl/mipself.em \ |
252b5132 RH |
690 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
691 | ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)" | |
dc831978 MM |
692 | eelf32bmipn32.c: $(srcdir)/emulparams/elf32bmipn32.sh \ |
693 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
694 | ${GENSCRIPTS} elf32bmipn32 "$(tdir_elf32bmipn32)" | |
252b5132 | 695 | eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \ |
465bc359 | 696 | $(srcdir)/emulparams/elf32b4300.sh $(srcdir)/emulparams/elf32bmip.sh \ |
0c7a8e5a | 697 | $(srcdir)/emultempl/mipself.em \ |
252b5132 RH |
698 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
699 | ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)" | |
700 | eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \ | |
0c7a8e5a | 701 | $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ |
252b5132 RH |
702 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
703 | ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)" | |
704 | eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \ | |
f9e6bfa8 | 705 | $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ |
bdbe5705 | 706 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
252b5132 | 707 | ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)" |
59bc061d | 708 | eelf32lppcnto.c: $(srcdir)/emulparams/elf32lppcnto.sh \ |
f9e6bfa8 | 709 | $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ |
59bc061d NC |
710 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
711 | ${GENSCRIPTS} elf32lppcnto "$(tdir_elf32lppcnto)" | |
bdbe5705 | 712 | eelf32lppcsim.c: $(srcdir)/emulparams/elf32lppcsim.sh \ |
465bc359 | 713 | $(srcdir)/emulparams/elf32lppc.sh $(srcdir)/emulparams/elf32ppc.sh \ |
f9e6bfa8 | 714 | $(srcdir)/emultempl/ppc32elf.em \ |
bdbe5705 GK |
715 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
716 | ${GENSCRIPTS} elf32lppcsim "$(tdir_elf32lppcsim)" | |
59bc061d | 717 | eelf32ppcnto.c: $(srcdir)/emulparams/elf32ppcnto.sh \ |
f9e6bfa8 | 718 | $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ |
59bc061d NC |
719 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
720 | ${GENSCRIPTS} elf32ppcnto "$(tdir_elf32ppcnto)" | |
4a1359d7 AM |
721 | eelf32ppcwindiss.c: $(srcdir)/emulparams/elf32ppcwindiss.sh \ |
722 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
94349e12 | 723 | ${GENSCRIPTS} elf32ppcwindiss "$(tdir_elf32ppcwindiss)" |
252b5132 | 724 | eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \ |
465bc359 | 725 | $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \ |
0c7a8e5a | 726 | $(srcdir)/emultempl/mipself.em \ |
252b5132 RH |
727 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
728 | ${GENSCRIPTS} elf32lsmip "$(tdir_elf32lsmip)" | |
c7e40348 NC |
729 | eelf32openrisc.c: $(srcdir)/emulparams/elf32openrisc.sh \ |
730 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
731 | ${GENSCRIPTS} elf32openrisc "$(tdir_openrisc)" | |
f9e6bfa8 | 732 | eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ |
bdbe5705 | 733 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
252b5132 | 734 | ${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)" |
28912fd9 | 735 | eelf32ppc_fbsd.c: $(srcdir)/emulparams/elf32ppc_fbsd.sh \ |
f9e6bfa8 | 736 | $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ |
28912fd9 DB |
737 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
738 | ${GENSCRIPTS} elf32ppc_fbsd "$(tdir_elf32ppc_fbsd)" | |
bdbe5705 | 739 | eelf32ppcsim.c: $(srcdir)/emulparams/elf32ppcsim.sh \ |
f9e6bfa8 | 740 | $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ |
bdbe5705 GK |
741 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
742 | ${GENSCRIPTS} elf32ppcsim "$(tdir_elf32ppcsim)" | |
ec2f040d | 743 | eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \ |
f9e6bfa8 | 744 | $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ |
bdbe5705 | 745 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
ec2f040d | 746 | ${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)" |
1f808cd5 | 747 | eelf64ppc.c: $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \ |
5c67d4bb AM |
748 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
749 | ${GENSCRIPTS} elf64ppc "$(tdir_elf64ppc)" | |
750 | eelf64lppc.c: $(srcdir)/emulparams/elf64lppc.sh \ | |
1f808cd5 | 751 | $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \ |
5c67d4bb AM |
752 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
753 | ${GENSCRIPTS} elf64lppc "$(tdir_elf64lppc)" | |
5b93d8bb AM |
754 | eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \ |
755 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfi370.sc ${GEN_DEPENDS} | |
756 | ${GENSCRIPTS} elf32i370 "$(tdir_elf32i370)" | |
cf88bb9f NC |
757 | eelf32ip2k.c: $(srcdir)/emulparams/elf32ip2k.sh \ |
758 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/ip2k.sc ${GEN_DEPENDS} | |
759 | ${GENSCRIPTS} elf32ip2k "$(tdir_ip2k)" | |
e09a7106 SC |
760 | eelf32iq2000.c: $(srcdir)/emulparams/elf32iq2000.sh \ |
761 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/iq2000.sc ${GEN_DEPENDS} | |
762 | ${GENSCRIPTS} elf32iq2000 "$(tdir_iq2000)" | |
763 | eelf32iq10.c: $(srcdir)/emulparams/elf32iq10.sh \ | |
764 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/iq2000.sc ${GEN_DEPENDS} | |
9c8ebd6a | 765 | ${GENSCRIPTS} elf32iq10 "$(tdir_iq10)" |
252b5132 RH |
766 | eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \ |
767 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
768 | ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)" | |
28912fd9 DB |
769 | eelf64alpha_fbsd.c: $(srcdir)/emulparams/elf64alpha_fbsd.sh \ |
770 | $(srcdir)/emulparams/elf64alpha.sh \ | |
771 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
772 | ${GENSCRIPTS} elf64alpha_fbsd "$(tdir_elf64alpha_fbsd)" | |
fc18a3f3 RH |
773 | eelf64alpha_nbsd.c: $(srcdir)/emulparams/elf64alpha_nbsd.sh \ |
774 | $(srcdir)/emulparams/elf64alpha.sh \ | |
775 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
776 | ${GENSCRIPTS} elf64alpha_nbsd "$(tdir_elf64alpha_nbsd)" | |
730a39a0 | 777 | eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \ |
465bc359 | 778 | $(srcdir)/emulparams/hppa64linux.sh \ |
730a39a0 JL |
779 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
780 | ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)" | |
41c49998 TW |
781 | eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \ |
782 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
783 | ${GENSCRIPTS} elf64_aix "$(tdir_elf64_aix)" | |
800eeca4 | 784 | eelf64_ia64.c: $(srcdir)/emulparams/elf64_ia64.sh \ |
908d20b3 RH |
785 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \ |
786 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
800eeca4 | 787 | ${GENSCRIPTS} elf64_ia64 "$(tdir_elf64_ia64)" |
28912fd9 DB |
788 | eelf64_ia64_fbsd.c: $(srcdir)/emulparams/elf64_ia64_fbsd.sh \ |
789 | $(srcdir)/emulparams/elf64_ia64.sh \ | |
790 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \ | |
791 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
792 | ${GENSCRIPTS} elf64_ia64_fbsd "$(tdir_elf64_ia64_fbsd)" | |
a85d7ed0 NC |
793 | eelf64_s390.c: $(srcdir)/emulparams/elf64_s390.sh \ |
794 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
795 | ${GENSCRIPTS} elf64_s390 "$(tdir_elf64_s390)" | |
252b5132 RH |
796 | eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \ |
797 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
798 | ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)" | |
28912fd9 DB |
799 | eelf64_sparc_fbsd.c: $(srcdir)/emulparams/elf64_sparc_fbsd.sh \ |
800 | $(srcdir)/emulparams/elf64_sparc.sh \ | |
801 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
802 | ${GENSCRIPTS} elf64_sparc_fbsd "$(tdir_elf64_sparc_fbsd)" | |
22c675a7 | 803 | eelf64bmip.c: $(srcdir)/emulparams/elf64bmip.sh \ |
465bc359 | 804 | $(srcdir)/emulparams/elf32bmipn32.sh \ |
22c675a7 MM |
805 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
806 | ${GENSCRIPTS} elf64bmip "$(tdir_elf64bmip)" | |
3c3bdf30 NC |
807 | eelf64mmix.c: $(srcdir)/emulparams/elf64mmix.sh \ |
808 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/mmix-elfnmmo.em \ | |
809 | $(srcdir)/emultempl/mmixelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
810 | ${GENSCRIPTS} elf64mmix "$(tdir_elf64mmix)" | |
811 | emmo.c: $(srcdir)/emulparams/mmo.sh $(srcdir)/emultempl/mmix-elfnmmo.em \ | |
812 | $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/mmo.em \ | |
813 | $(srcdir)/scripttempl/mmo.sc ${GEN_DEPENDS} | |
814 | ${GENSCRIPTS} mmo "$(tdir_mmo)" | |
fdec3cfc | 815 | eelf64btsmip.c: $(srcdir)/emulparams/elf64btsmip.sh \ |
465bc359 | 816 | $(srcdir)/emulparams/elf32bmipn32.sh \ |
fdec3cfc L |
817 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
818 | ${GENSCRIPTS} elf64btsmip "$(tdir_elf64btsmip)" | |
819 | eelf64ltsmip.c: $(srcdir)/emulparams/elf64ltsmip.sh \ | |
465bc359 | 820 | $(srcdir)/emulparams/elf64btsmip.sh $(srcdir)/emulparams/elf32bmipn32.sh \ |
fdec3cfc L |
821 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
822 | ${GENSCRIPTS} elf64ltsmip "$(tdir_elf64ltsmip)" | |
252b5132 RH |
823 | eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \ |
824 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
825 | ${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)" | |
2be3aa03 NC |
826 | eelf_x86_64.c: $(srcdir)/emulparams/elf_x86_64.sh \ |
827 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
828 | ${GENSCRIPTS} elf_x86_64 "$(tdir_elf_x86_64)" | |
28912fd9 DB |
829 | eelf_x86_64_fbsd.c: $(srcdir)/emulparams/elf_x86_64_fbsd.sh \ |
830 | $(srcdir)/emulparams/elf_x86_64.sh \ | |
831 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
832 | ${GENSCRIPTS} elf_x86_64_fbsd "$(tdir_elf_x86_64_fbsd)" | |
252b5132 RH |
833 | eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \ |
834 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
835 | ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)" | |
dca7760f | 836 | eelf_i386_chaos.c: $(srcdir)/emulparams/elf_i386_chaos.sh \ |
b4477fa8 | 837 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf_chaos.sc ${GEN_DEPENDS} |
dca7760f | 838 | ${GENSCRIPTS} elf_i386_chaos "$(tdir_elf_i386_chaos)" |
28912fd9 DB |
839 | eelf_i386_fbsd.c: $(srcdir)/emulparams/elf_i386_fbsd.sh \ |
840 | $(srcdir)/emulparams/elf_i386.sh \ | |
841 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
842 | ${GENSCRIPTS} elf_i386_fbsd "$(tdir_elf_i386_fbsd)" | |
506eee22 NC |
843 | eelf_i386_ldso.c: $(srcdir)/emulparams/elf_i386_ldso.sh \ |
844 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
845 | ${GENSCRIPTS} elf_i386_ldso "$(tdir_elf_i386_ldso)" | |
a85d7ed0 NC |
846 | eelf_s390.c: $(srcdir)/emulparams/elf_s390.sh \ |
847 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
848 | ${GENSCRIPTS} elf_s390 "$(tdir_elf_s390)" | |
252b5132 RH |
849 | egld960.c: $(srcdir)/emulparams/gld960.sh \ |
850 | $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS} | |
851 | ${GENSCRIPTS} gld960 "$(tdir_gld960)" | |
852 | egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \ | |
853 | $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS} | |
854 | ${GENSCRIPTS} gld960coff "$(tdir_gld960coff)" | |
252b5132 RH |
855 | eh8300.c: $(srcdir)/emulparams/h8300.sh \ |
856 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS} | |
857 | ${GENSCRIPTS} h8300 "$(tdir_h8300)" | |
858 | eh8300h.c: $(srcdir)/emulparams/h8300h.sh \ | |
859 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS} | |
860 | ${GENSCRIPTS} h8300h "$(tdir_h8300h)" | |
861 | eh8300s.c: $(srcdir)/emulparams/h8300s.sh \ | |
862 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS} | |
863 | ${GENSCRIPTS} h8300s "$(tdir_h8300s)" | |
8d9cd6b1 NC |
864 | eh8300hn.c: $(srcdir)/emulparams/h8300hn.sh \ |
865 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300hn.sc ${GEN_DEPENDS} | |
866 | ${GENSCRIPTS} h8300hn "$(tdir_h8300hn)" | |
867 | eh8300sn.c: $(srcdir)/emulparams/h8300sn.sh \ | |
868 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sn.sc ${GEN_DEPENDS} | |
869 | ${GENSCRIPTS} h8300sn "$(tdir_h8300sn)" | |
65982ba6 MS |
870 | eh8300sx.c: $(srcdir)/emulparams/h8300sx.sh \ |
871 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sx.sc ${GEN_DEPENDS} | |
872 | ${GENSCRIPTS} h8300sx "$(tdir_h8300sx)" | |
f4984206 RS |
873 | eh8300sxn.c: $(srcdir)/emulparams/h8300sxn.sh \ |
874 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sxn.sc ${GEN_DEPENDS} | |
875 | ${GENSCRIPTS} h8300sxn "$(tdir_h8300sxn)" | |
8af6dd41 JR |
876 | eh8300elf.c: $(srcdir)/emulparams/h8300elf.sh \ |
877 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
878 | ${GENSCRIPTS} h8300elf "$(tdir_h8300elf)" | |
879 | eh8300helf.c: $(srcdir)/emulparams/h8300helf.sh \ | |
465bc359 | 880 | $(srcdir)/emulparams/h8300elf.sh \ |
8af6dd41 JR |
881 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
882 | ${GENSCRIPTS} h8300helf "$(tdir_h8300helf)" | |
883 | eh8300self.c: $(srcdir)/emulparams/h8300self.sh \ | |
465bc359 | 884 | $(srcdir)/emulparams/h8300elf.sh \ |
8af6dd41 JR |
885 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
886 | ${GENSCRIPTS} h8300self "$(tdir_h8300self)" | |
8d9cd6b1 NC |
887 | eh8300hnelf.c: $(srcdir)/emulparams/h8300hnelf.sh \ |
888 | $(srcdir)/emulparams/h8300elf.sh \ | |
889 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
890 | ${GENSCRIPTS} h8300hnelf "$(tdir_h8300hnelf)" | |
891 | eh8300snelf.c: $(srcdir)/emulparams/h8300snelf.sh \ | |
892 | $(srcdir)/emulparams/h8300elf.sh \ | |
893 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
894 | ${GENSCRIPTS} h8300snelf "$(tdir_h8300snelf)" | |
65982ba6 MS |
895 | eh8300sxelf.c: $(srcdir)/emulparams/h8300sxelf.sh \ |
896 | $(srcdir)/emulparams/h8300elf.sh \ | |
897 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
898 | ${GENSCRIPTS} h8300sxelf "$(tdir_h8300sxelf)" | |
f4984206 RS |
899 | eh8300sxnelf.c: $(srcdir)/emulparams/h8300sxnelf.sh \ |
900 | $(srcdir)/emulparams/h8300elf.sh \ | |
901 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
902 | ${GENSCRIPTS} h8300sxnelf "$(tdir_h8300sxnelf)" | |
252b5132 RH |
903 | eh8500.c: $(srcdir)/emulparams/h8500.sh \ |
904 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS} | |
905 | ${GENSCRIPTS} h8500 "$(tdir_h8500)" | |
906 | eh8500b.c: $(srcdir)/emulparams/h8500b.sh \ | |
907 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS} | |
908 | ${GENSCRIPTS} h8500b "$(tdir_h8500b)" | |
909 | eh8500c.c: $(srcdir)/emulparams/h8500c.sh \ | |
910 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS} | |
911 | ${GENSCRIPTS} h8500c "$(tdir_h8500c)" | |
912 | eh8500m.c: $(srcdir)/emulparams/h8500m.sh \ | |
913 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS} | |
914 | ${GENSCRIPTS} h8500m "$(tdir_h8500m)" | |
915 | eh8500s.c: $(srcdir)/emulparams/h8500s.sh \ | |
916 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS} | |
917 | ${GENSCRIPTS} h8500s "$(tdir_h8500s)" | |
918 | ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \ | |
919 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
920 | ${GENSCRIPTS} hp300bsd "$(tdir_hp300bsd)" | |
921 | ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \ | |
922 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
923 | ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)" | |
730a39a0 | 924 | ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \ |
5f992e62 AM |
925 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \ |
926 | $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS} | |
730a39a0 | 927 | ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)" |
4900fc06 | 928 | ehppalinux.c: $(srcdir)/emulparams/hppalinux.sh \ |
5f992e62 AM |
929 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \ |
930 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
4900fc06 | 931 | ${GENSCRIPTS} hppalinux "$(tdir_hppalinux)" |
006336b8 JT |
932 | ehppanbsd.c: $(srcdir)/emulparams/hppanbsd.sh \ |
933 | $(srcdir)/emulparams/hppaelf.sh \ | |
934 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \ | |
935 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
936 | ${GENSCRIPTS} hppanbsd "$(tdir_hppanbsd)" | |
c29ef4b5 AM |
937 | ehppaobsd.c: $(srcdir)/emulparams/hppaobsd.sh \ |
938 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \ | |
939 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
940 | ${GENSCRIPTS} hppaobsd "$(tdir_hppaobsd)" | |
9f22353f AM |
941 | ehppa64linux.c: $(srcdir)/emulparams/hppa64linux.sh \ |
942 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
943 | ${GENSCRIPTS} hppa64linux "$(tdir_hppa64linux)" | |
252b5132 RH |
944 | ei386aout.c: $(srcdir)/emulparams/i386aout.sh \ |
945 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
946 | ${GENSCRIPTS} i386aout "$(tdir_i386aout)" | |
947 | ei386beos.c: $(srcdir)/emulparams/i386beos.sh \ | |
948 | $(srcdir)/emultempl/beos.em $(srcdir)/scripttempl/i386beos.sc ${GEN_DEPENDS} | |
949 | ${GENSCRIPTS} i386beos "$(tdir_i386beos)" | |
950 | ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \ | |
951 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
952 | ${GENSCRIPTS} i386bsd "$(tdir_i386bsd)" | |
953 | ei386coff.c: $(srcdir)/emulparams/i386coff.sh \ | |
954 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS} | |
955 | ${GENSCRIPTS} i386coff "$(tdir_i386coff)" | |
956 | ei386go32.c: $(srcdir)/emulparams/i386go32.sh \ | |
957 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS} | |
958 | ${GENSCRIPTS} i386go32 "$(tdir_i386go32)" | |
959 | ei386linux.c: $(srcdir)/emulparams/i386linux.sh \ | |
960 | $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
961 | ${GENSCRIPTS} i386linux "$(tdir_i386linux)" | |
962 | ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \ | |
963 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386lynx.sc ${GEN_DEPENDS} | |
964 | ${GENSCRIPTS} i386lynx "$(tdir_i386lynx)" | |
965 | ei386mach.c: $(srcdir)/emulparams/i386mach.sh \ | |
966 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
967 | ${GENSCRIPTS} i386mach "$(tdir_i386mach)" | |
968 | ei386moss.c: $(srcdir)/emulparams/i386moss.sh \ | |
6caa99ab | 969 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
252b5132 RH |
970 | ${GENSCRIPTS} i386moss "$(tdir_i386moss)" |
971 | ei386msdos.c: $(srcdir)/emulparams/i386msdos.sh \ | |
972 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386msdos.sc ${GEN_DEPENDS} | |
973 | ${GENSCRIPTS} i386msdos "$(tdir_i386msdos)" | |
974 | ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \ | |
975 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
976 | ${GENSCRIPTS} i386nbsd "$(tdir_i386nbsd)" | |
a0cb91c6 AM |
977 | ei386nto.c: $(srcdir)/emulparams/i386nto.sh \ |
978 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
979 | ${GENSCRIPTS} i386nto "$(tdir_i386nto)" | |
252b5132 RH |
980 | ei386nw.c: $(srcdir)/emulparams/i386nw.sh \ |
981 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS} | |
982 | ${GENSCRIPTS} i386nw "$(tdir_i386nw)" | |
983 | ei386pe.c: $(srcdir)/emulparams/i386pe.sh \ | |
984 | $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} | |
985 | ${GENSCRIPTS} i386pe "$(tdir_i386pe)" | |
a7e78dae ILT |
986 | ei386pe_posix.c: $(srcdir)/emulparams/i386pe_posix.sh \ |
987 | $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} | |
988 | ${GENSCRIPTS} i386pe_posix "$(tdir_i386pe_posix)" | |
252b5132 RH |
989 | elnk960.c: $(srcdir)/emulparams/lnk960.sh \ |
990 | $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS} | |
991 | ${GENSCRIPTS} lnk960 "$(tdir_lnk960)" | |
60bcf0fa | 992 | em68hc11elf.c: $(srcdir)/emulparams/m68hc11elf.sh \ |
0c7a8e5a AM |
993 | $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \ |
994 | $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS} | |
60bcf0fa NC |
995 | ${GENSCRIPTS} m68hc11elf "$(tdir_m68hc11)" |
996 | em68hc11elfb.c: $(srcdir)/emulparams/m68hc11elfb.sh \ | |
0c7a8e5a AM |
997 | $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \ |
998 | $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS} | |
60bcf0fa NC |
999 | ${GENSCRIPTS} m68hc11elfb "$(tdir_m68hc11b)" |
1000 | em68hc12elf.c: $(srcdir)/emulparams/m68hc12elf.sh \ | |
0c7a8e5a AM |
1001 | $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \ |
1002 | $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS} | |
60bcf0fa NC |
1003 | ${GENSCRIPTS} m68hc12elf "$(tdir_m68hc12)" |
1004 | em68hc12elfb.c: $(srcdir)/emulparams/m68hc12elfb.sh \ | |
0c7a8e5a AM |
1005 | $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \ |
1006 | $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS} | |
60bcf0fa | 1007 | ${GENSCRIPTS} m68hc12elfb "$(tdir_m68hc12b)" |
252b5132 RH |
1008 | em68k4knbsd.c: $(srcdir)/emulparams/m68k4knbsd.sh \ |
1009 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1010 | ${GENSCRIPTS} m68k4knbsd "$(tdir_m68k4knbsd)" | |
1011 | em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \ | |
1012 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1013 | ${GENSCRIPTS} m68kaout "$(tdir_m68kaout)" | |
1014 | em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \ | |
1015 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS} | |
1016 | ${GENSCRIPTS} m68kaux "$(tdir_m68kaux)" | |
1017 | em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \ | |
20bccb34 | 1018 | $(srcdir)/emultempl/m68kcoff.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS} |
252b5132 RH |
1019 | ${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)" |
1020 | em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \ | |
0752970e NC |
1021 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/m68kelf.em \ |
1022 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
252b5132 | 1023 | ${GENSCRIPTS} m68kelf "$(tdir_m68kelf)" |
0b69cd08 MG |
1024 | em68kelfnbsd.c: $(srcdir)/emulparams/m68kelfnbsd.sh \ |
1025 | $(srcdir)/emulparams/m68kelf.sh \ | |
1026 | $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/m68kelf.em \ | |
1027 | $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1028 | ${GENSCRIPTS} m68kelfnbsd "$(tdir_m68kelfnbsd)" | |
252b5132 RH |
1029 | em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \ |
1030 | $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1031 | ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)" | |
1032 | em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \ | |
1033 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS} | |
1034 | ${GENSCRIPTS} m68klynx "$(tdir_m68klynx)" | |
1035 | em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \ | |
1036 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1037 | ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)" | |
1038 | em68kpsos.c: $(srcdir)/emulparams/m68kpsos.sh \ | |
1039 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/psos.sc ${GEN_DEPENDS} | |
1040 | ${GENSCRIPTS} m68kpsos "$(tdir_m68kpsos)" | |
1041 | em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \ | |
1042 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS} | |
1043 | ${GENSCRIPTS} m88kbcs "$(tdir_m88kbcs)" | |
71acc4e8 NC |
1044 | emcorepe.c: $(srcdir)/emulparams/mcorepe.sh \ |
1045 | $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} | |
1046 | ${GENSCRIPTS} mcorepe "$(tdir_mcorepe)" | |
252b5132 RH |
1047 | emipsbig.c: $(srcdir)/emulparams/mipsbig.sh \ |
1048 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} | |
1049 | ${GENSCRIPTS} mipsbig | |
1050 | emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \ | |
1051 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS} | |
1052 | ${GENSCRIPTS} mipsbsd | |
1053 | emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \ | |
1054 | $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} | |
1055 | ${GENSCRIPTS} mipsidt "$(tdir_mipsidt)" | |
1056 | emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \ | |
1057 | $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} | |
1058 | ${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)" | |
1059 | emipslit.c: $(srcdir)/emulparams/mipslit.sh \ | |
1060 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} | |
1061 | ${GENSCRIPTS} mipslit "$(tdir_mipslit)" | |
1062 | emipslnews.c: $(srcdir)/emulparams/mipslnews.sh \ | |
1063 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS} | |
1064 | ${GENSCRIPTS} mipslnews | |
344a211f NC |
1065 | emipspe.c: $(srcdir)/emulparams/mipspe.sh \ |
1066 | $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} | |
1067 | ${GENSCRIPTS} mipspe "$(tdir_mips)" | |
252b5132 | 1068 | emn10300.c: $(srcdir)/emulparams/mn10300.sh \ |
465bc359 | 1069 | $(srcdir)/emulparams/mn10200.sh \ |
252b5132 RH |
1070 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
1071 | ${GENSCRIPTS} mn10300 "$(tdir_mn10300)" | |
1072 | emn10200.c: $(srcdir)/emulparams/mn10200.sh \ | |
1073 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1074 | ${GENSCRIPTS} mn10200 "$(tdir_mn10200)" | |
3b260895 NC |
1075 | emsp430x110.c: $(srcdir)/emulparams/msp430x110.sh \ |
1076 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1077 | ${GEN_DEPENDS} | |
1078 | ${GENSCRIPTS} msp430x110 "$(tdir_msp430x110)" | |
1079 | emsp430x112.c: $(srcdir)/emulparams/msp430x112.sh \ | |
1080 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1081 | ${GEN_DEPENDS} | |
1082 | ${GENSCRIPTS} msp430x112 "$(tdir_msp430x112)" | |
2469cfa2 NC |
1083 | emsp430x1101.c: $(srcdir)/emulparams/msp430x1101.sh \ |
1084 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1085 | ${GEN_DEPENDS} | |
1086 | ${GENSCRIPTS} msp430x1101 "$(tdir_msp430x1101)" | |
1087 | emsp430x1111.c: $(srcdir)/emulparams/msp430x1111.sh \ | |
1088 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1089 | ${GEN_DEPENDS} | |
1090 | ${GENSCRIPTS} msp430x1111 "$(tdir_msp430x1111)" | |
1091 | emsp430x1121.c: $(srcdir)/emulparams/msp430x1121.sh \ | |
1092 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1093 | ${GEN_DEPENDS} | |
1094 | ${GENSCRIPTS} msp430x1121 "$(tdir_msp430x1121)" | |
b4275f43 NC |
1095 | emsp430x1122.c: $(srcdir)/emulparams/msp430x1122.sh \ |
1096 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1097 | ${GEN_DEPENDS} | |
1098 | ${GENSCRIPTS} msp430x1122 "$(tdir_msp430x1122)" | |
1099 | emsp430x1132.c: $(srcdir)/emulparams/msp430x1132.sh \ | |
1100 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1101 | ${GEN_DEPENDS} | |
1102 | ${GENSCRIPTS} msp430x1132 "$(tdir_msp430x1132)" | |
3b260895 | 1103 | emsp430x122.c: $(srcdir)/emulparams/msp430x122.sh \ |
2469cfa2 NC |
1104 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1105 | ${GEN_DEPENDS} | |
3b260895 NC |
1106 | ${GENSCRIPTS} msp430x122 "$(tdir_msp430x122)" |
1107 | emsp430x123.c: $(srcdir)/emulparams/msp430x123.sh \ | |
2469cfa2 NC |
1108 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1109 | ${GEN_DEPENDS} | |
3b260895 NC |
1110 | ${GENSCRIPTS} msp430x123 "$(tdir_msp430x123)" |
1111 | emsp430x1222.c: $(srcdir)/emulparams/msp430x1222.sh \ | |
2469cfa2 NC |
1112 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1113 | ${GEN_DEPENDS} | |
3b260895 NC |
1114 | ${GENSCRIPTS} msp430x1222 "$(tdir_msp430x1222)" |
1115 | emsp430x1232.c: $(srcdir)/emulparams/msp430x1232.sh \ | |
2469cfa2 NC |
1116 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1117 | ${GEN_DEPENDS} | |
3b260895 NC |
1118 | ${GENSCRIPTS} msp430x1232 "$(tdir_msp430x1232)" |
1119 | emsp430x133.c: $(srcdir)/emulparams/msp430x133.sh \ | |
2469cfa2 NC |
1120 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1121 | ${GEN_DEPENDS} | |
3b260895 NC |
1122 | ${GENSCRIPTS} msp430x133 "$(tdir_msp430x133)" |
1123 | emsp430x135.c: $(srcdir)/emulparams/msp430x135.sh \ | |
2469cfa2 NC |
1124 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1125 | ${GEN_DEPENDS} | |
3b260895 NC |
1126 | ${GENSCRIPTS} msp430x135 "$(tdir_msp430x135)" |
1127 | emsp430x1331.c: $(srcdir)/emulparams/msp430x1331.sh \ | |
2469cfa2 NC |
1128 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1129 | ${GEN_DEPENDS} | |
3b260895 NC |
1130 | ${GENSCRIPTS} msp430x1331 "$(tdir_msp430x1331)" |
1131 | emsp430x1351.c: $(srcdir)/emulparams/msp430x1351.sh \ | |
2469cfa2 NC |
1132 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1133 | ${GEN_DEPENDS} | |
3b260895 | 1134 | ${GENSCRIPTS} msp430x1351 "$(tdir_msp430x1351)" |
2469cfa2 NC |
1135 | emsp430x147.c: $(srcdir)/emulparams/msp430x147.sh \ |
1136 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1137 | ${GEN_DEPENDS} | |
1138 | ${GENSCRIPTS} msp430x147 "$(tdir_msp430x147)" | |
3b260895 | 1139 | emsp430x148.c: $(srcdir)/emulparams/msp430x148.sh \ |
2469cfa2 NC |
1140 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1141 | ${GEN_DEPENDS} | |
3b260895 NC |
1142 | ${GENSCRIPTS} msp430x148 "$(tdir_msp430x148)" |
1143 | emsp430x149.c: $(srcdir)/emulparams/msp430x149.sh \ | |
2469cfa2 NC |
1144 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1145 | ${GEN_DEPENDS} | |
3b260895 NC |
1146 | ${GENSCRIPTS} msp430x149 "$(tdir_msp430x149)" |
1147 | emsp430x155.c: $(srcdir)/emulparams/msp430x155.sh \ | |
2469cfa2 NC |
1148 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1149 | ${GEN_DEPENDS} | |
3b260895 NC |
1150 | ${GENSCRIPTS} msp430x155 "$(tdir_msp430x155)" |
1151 | emsp430x156.c: $(srcdir)/emulparams/msp430x156.sh \ | |
2469cfa2 NC |
1152 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1153 | ${GEN_DEPENDS} | |
3b260895 NC |
1154 | ${GENSCRIPTS} msp430x156 "$(tdir_msp430x156)" |
1155 | emsp430x157.c: $(srcdir)/emulparams/msp430x157.sh \ | |
2469cfa2 NC |
1156 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1157 | ${GEN_DEPENDS} | |
3b260895 NC |
1158 | ${GENSCRIPTS} msp430x157 "$(tdir_msp430x157)" |
1159 | emsp430x167.c: $(srcdir)/emulparams/msp430x167.sh \ | |
2469cfa2 NC |
1160 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1161 | ${GEN_DEPENDS} | |
3b260895 NC |
1162 | ${GENSCRIPTS} msp430x167 "$(tdir_msp430x167)" |
1163 | emsp430x168.c: $(srcdir)/emulparams/msp430x167.sh \ | |
2469cfa2 NC |
1164 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1165 | ${GEN_DEPENDS} | |
3b260895 NC |
1166 | ${GENSCRIPTS} msp430x168 "$(tdir_msp430x168)" |
1167 | emsp430x169.c: $(srcdir)/emulparams/msp430x169.sh \ | |
2469cfa2 NC |
1168 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1169 | ${GEN_DEPENDS} | |
3b260895 | 1170 | ${GENSCRIPTS} msp430x169 "$(tdir_msp430x169)" |
2469cfa2 NC |
1171 | emsp430x311.c: $(srcdir)/emulparams/msp430x311.sh \ |
1172 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ | |
1173 | ${GEN_DEPENDS} | |
1174 | ${GENSCRIPTS} msp430x311 "$(tdir_msp430x311)" | |
1175 | emsp430x312.c: $(srcdir)/emulparams/msp430x312.sh \ | |
1176 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ | |
1177 | ${GEN_DEPENDS} | |
1178 | ${GENSCRIPTS} msp430x312 "$(tdir_msp430x312)" | |
1179 | emsp430x313.c: $(srcdir)/emulparams/msp430x313.sh \ | |
1180 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ | |
1181 | ${GEN_DEPENDS} | |
1182 | ${GENSCRIPTS} msp430x313 "$(tdir_msp430x313)" | |
1183 | emsp430x314.c: $(srcdir)/emulparams/msp430x314.sh \ | |
1184 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ | |
1185 | ${GEN_DEPENDS} | |
1186 | ${GENSCRIPTS} msp430x314 "$(tdir_msp430x314)" | |
1187 | emsp430x315.c: $(srcdir)/emulparams/msp430x315.sh \ | |
1188 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ | |
1189 | ${GEN_DEPENDS} | |
1190 | ${GENSCRIPTS} msp430x315 "$(tdir_msp430x315)" | |
1191 | emsp430x323.c: $(srcdir)/emulparams/msp430x323.sh \ | |
1192 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ | |
1193 | ${GEN_DEPENDS} | |
1194 | ${GENSCRIPTS} msp430x323 "$(tdir_msp430x323)" | |
1195 | emsp430x325.c: $(srcdir)/emulparams/msp430x325.sh \ | |
1196 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ | |
1197 | ${GEN_DEPENDS} | |
1198 | ${GENSCRIPTS} msp430x325 "$(tdir_msp430x325)" | |
1199 | emsp430x336.c: $(srcdir)/emulparams/msp430x336.sh \ | |
1200 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ | |
1201 | ${GEN_DEPENDS} | |
1202 | ${GENSCRIPTS} msp430x336 "$(tdir_msp430x336)" | |
1203 | emsp430x337.c: $(srcdir)/emulparams/msp430x337.sh \ | |
1204 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \ | |
1205 | ${GEN_DEPENDS} | |
1206 | ${GENSCRIPTS} msp430x337 "$(tdir_msp430x337)" | |
3b260895 | 1207 | emsp430x412.c: $(srcdir)/emulparams/msp430x412.sh \ |
2469cfa2 NC |
1208 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1209 | ${GEN_DEPENDS} | |
3b260895 NC |
1210 | ${GENSCRIPTS} msp430x412 "$(tdir_msp430x412)" |
1211 | emsp430x413.c: $(srcdir)/emulparams/msp430x413.sh \ | |
2469cfa2 NC |
1212 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1213 | ${GEN_DEPENDS} | |
3b260895 NC |
1214 | ${GENSCRIPTS} msp430x413 "$(tdir_msp430x413)" |
1215 | emsp430xE423.c: $(srcdir)/emulparams/msp430xE423.sh \ | |
2469cfa2 NC |
1216 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1217 | ${GEN_DEPENDS} | |
3b260895 NC |
1218 | ${GENSCRIPTS} msp430xE423 "$(tdir_msp430xE423)" |
1219 | emsp430xE425.c: $(srcdir)/emulparams/msp430xE425.sh \ | |
2469cfa2 NC |
1220 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1221 | ${GEN_DEPENDS} | |
3b260895 NC |
1222 | ${GENSCRIPTS} msp430xE425 "$(tdir_msp430xE425)" |
1223 | emsp430xE427.c: $(srcdir)/emulparams/msp430xE427.sh \ | |
2469cfa2 NC |
1224 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1225 | ${GEN_DEPENDS} | |
3b260895 NC |
1226 | ${GENSCRIPTS} msp430xE427 "$(tdir_msp430xE427)" |
1227 | emsp430xW423.c: $(srcdir)/emulparams/msp430xW423.sh \ | |
2469cfa2 NC |
1228 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1229 | ${GEN_DEPENDS} | |
3b260895 NC |
1230 | ${GENSCRIPTS} msp430xW423 "$(tdir_msp430xW423)" |
1231 | emsp430xW425.c: $(srcdir)/emulparams/msp430xW425.sh \ | |
2469cfa2 NC |
1232 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1233 | ${GEN_DEPENDS} | |
3b260895 NC |
1234 | ${GENSCRIPTS} msp430xW425 "$(tdir_msp430xW425)" |
1235 | emsp430xW427.c: $(srcdir)/emulparams/msp430xW427.sh \ | |
2469cfa2 NC |
1236 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1237 | ${GEN_DEPENDS} | |
3b260895 NC |
1238 | ${GENSCRIPTS} msp430xW427 "$(tdir_msp430xW427)" |
1239 | emsp430x435.c: $(srcdir)/emulparams/msp430x435.sh \ | |
2469cfa2 NC |
1240 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ |
1241 | ${GEN_DEPENDS} | |
3b260895 NC |
1242 | ${GENSCRIPTS} msp430x435 "$(tdir_msp430x435)" |
1243 | emsp430x436.c: $(srcdir)/emulparams/msp430x436.sh \ | |
1244 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1245 | ${GEN_DEPENDS} | |
1246 | ${GENSCRIPTS} msp430x436 "$(tdir_msp430x436)" | |
1247 | emsp430x437.c: $(srcdir)/emulparams/msp430x437.sh \ | |
1248 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1249 | ${GEN_DEPENDS} | |
1250 | ${GENSCRIPTS} msp430x437 "$(tdir_msp430x437)" | |
1251 | emsp430x447.c: $(srcdir)/emulparams/msp430x447.sh \ | |
1252 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1253 | ${GEN_DEPENDS} | |
1254 | ${GENSCRIPTS} msp430x447 "$(tdir_msp430x447)" | |
1255 | emsp430x448.c: $(srcdir)/emulparams/msp430x448.sh \ | |
1256 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1257 | ${GEN_DEPENDS} | |
1258 | ${GENSCRIPTS} msp430x448 "$(tdir_msp430x448)" | |
1259 | emsp430x449.c: $(srcdir)/emulparams/msp430x449.sh \ | |
1260 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \ | |
1261 | ${GEN_DEPENDS} | |
1262 | ${GENSCRIPTS} msp430x449 "$(tdir_msp430x449)" | |
252b5132 RH |
1263 | enews.c: $(srcdir)/emulparams/news.sh \ |
1264 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1265 | ${GENSCRIPTS} news "$(tdir_news)" | |
1266 | ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \ | |
1267 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1268 | ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)" | |
3b16e843 NC |
1269 | eor32.c: $(srcdir)/emulparams/or32.sh \ |
1270 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/or32.sc ${GEN_DEPENDS} | |
1271 | ${GENSCRIPTS} or32 "$(tdir_or32)" | |
1272 | eor32elf.c: $(srcdir)/emulparams/or32elf.sh \ | |
1273 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1274 | ${GENSCRIPTS} or32elf "$(tdir_or32elf)" | |
252b5132 RH |
1275 | epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \ |
1276 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1277 | ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)" | |
e135f41b NC |
1278 | epdp11.c: $(srcdir)/emulparams/pdp11.sh \ |
1279 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1280 | ${GENSCRIPTS} pdp11 "$(tdir_pdp11)" | |
c6c8c6dc ILT |
1281 | epjelf.c: $(srcdir)/emulparams/pjelf.sh \ |
1282 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1283 | ${GENSCRIPTS} pjelf "$(tdir_pjelf)" | |
1284 | epjlelf.c: $(srcdir)/emulparams/pjlelf.sh \ | |
1285 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1286 | ${GENSCRIPTS} pjlelf "$(tdir_pjlelf)" | |
252b5132 RH |
1287 | eppcmacos.c: $(srcdir)/emulparams/ppcmacos.sh \ |
1288 | $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} | |
1289 | ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)" | |
1290 | eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \ | |
1291 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS} | |
1292 | ${GENSCRIPTS} ppcnw "$(tdir_ppcnw)" | |
1293 | eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \ | |
1294 | $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS} | |
1295 | ${GENSCRIPTS} ppcpe "$(tdir_ppcpe)" | |
1296 | eriscix.c: $(srcdir)/emulparams/riscix.sh \ | |
1297 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1298 | ${GENSCRIPTS} riscix "$(tdir_riscix)" | |
1299 | esa29200.c: $(srcdir)/emulparams/sa29200.sh \ | |
1300 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sa29200.sc ${GEN_DEPENDS} | |
1301 | ${GENSCRIPTS} sa29200 "$(tdir_sa29200)" | |
1302 | esh.c: $(srcdir)/emulparams/sh.sh \ | |
1303 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS} | |
1304 | ${GENSCRIPTS} sh "$(tdir_sh)" | |
1305 | eshelf.c: $(srcdir)/emulparams/shelf.sh \ | |
1306 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1307 | ${GENSCRIPTS} shelf "$(tdir_shelf)" | |
2d92cb7d AO |
1308 | eshelf32.c: $(srcdir)/emulparams/shelf32.sh \ |
1309 | $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ | |
1310 | $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ | |
1311 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1312 | ${GENSCRIPTS} shelf32 "$(tdir_shelf32)" | |
a2b3c630 SC |
1313 | eshelf32_linux.c: $(srcdir)/emulparams/shelf32_linux.sh \ |
1314 | $(srcdir)/emulparams/shelf32.sh \ | |
1315 | $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ | |
1316 | $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ | |
1317 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1318 | ${GENSCRIPTS} shelf32_linux "$(tdir_shelf32_linux)" | |
5b0e55b6 JT |
1319 | eshelf32_nbsd.c: $(srcdir)/emulparams/shelf32_nbsd.sh \ |
1320 | $(srcdir)/emulparams/shelf32.sh \ | |
1321 | $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ | |
1322 | $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ | |
1323 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1324 | ${GENSCRIPTS} shelf32_nbsd "$(tdir_shelf32_nbsd)" | |
2d92cb7d AO |
1325 | eshelf64.c: $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \ |
1326 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1327 | ${GENSCRIPTS} shelf64 "$(tdir_shelf64)" | |
5b0e55b6 JT |
1328 | eshelf64_nbsd.c: $(srcdir)/emulparams/shelf64_nbsd.sh \ |
1329 | $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \ | |
1330 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1331 | ${GENSCRIPTS} shelf64_nbsd "$(tdir_shelf64_nbsd)" | |
4a428502 | 1332 | eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \ |
465bc359 | 1333 | $(srcdir)/emulparams/shlelf_linux.sh \ |
4a428502 AO |
1334 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
1335 | ${GENSCRIPTS} shelf_linux "$(tdir_shelf_linux)" | |
1336 | eshlelf_linux.c: $(srcdir)/emulparams/shlelf_linux.sh \ | |
1337 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1338 | ${GENSCRIPTS} shlelf_linux "$(tdir_shlelf_linux)" | |
8d05742f JT |
1339 | eshelf_nbsd.c: $(srcdir)/emulparams/shelf_nbsd.sh \ |
1340 | $(srcdir)/emulparams/shelf.sh \ | |
1341 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1342 | ${GENSCRIPTS} shelf_nbsd "$(tdir_shelf_nbsd)" | |
ed71e111 NC |
1343 | eshelf_nto.c: $(srcdir)/emulparams/shelf_nto.sh \ |
1344 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1345 | ${GENSCRIPTS} shelf_nto "$(tdir_shelf_nto)" | |
8d05742f JT |
1346 | eshlelf_nbsd.c: $(srcdir)/emulparams/shlelf_nbsd.sh \ |
1347 | $(srcdir)/emulparams/shelf_nbsd.sh \ | |
1348 | $(srcdir)/emulparams/shelf.sh \ | |
1349 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1350 | ${GENSCRIPTS} shlelf_nbsd "$(tdir_shlelf_nbsd)" | |
ed71e111 NC |
1351 | eshlelf_nto.c: $(srcdir)/emulparams/shlelf_nto.sh \ |
1352 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1353 | ${GENSCRIPTS} shlelf_nto "$(tdir_shlelf_nto)" | |
252b5132 | 1354 | eshlelf.c: $(srcdir)/emulparams/shlelf.sh \ |
465bc359 | 1355 | $(srcdir)/emulparams/shelf.sh \ |
252b5132 RH |
1356 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
1357 | ${GENSCRIPTS} shlelf "$(tdir_shlelf)" | |
2d92cb7d AO |
1358 | eshlelf32.c: $(srcdir)/emulparams/shlelf32.sh \ |
1359 | $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h $(srcdir)/emulparams/shelf32.sh \ | |
1360 | $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ | |
1361 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1362 | ${GENSCRIPTS} shlelf32 "$(tdir_shlelf32)" | |
a2b3c630 SC |
1363 | eshlelf32_linux.c: $(srcdir)/emulparams/shlelf32_linux.sh \ |
1364 | $(srcdir)/emulparams/shelf32_linux.sh $(srcdir)/emulparams/shelf32.sh \ | |
1365 | $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ | |
1366 | $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ | |
1367 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1368 | ${GENSCRIPTS} shlelf32_linux "$(tdir_shlelf32_linux)" | |
5b0e55b6 JT |
1369 | eshlelf32_nbsd.c: $(srcdir)/emulparams/shlelf32_nbsd.sh \ |
1370 | $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \ | |
1371 | $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \ | |
1372 | $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \ | |
1373 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1374 | ${GENSCRIPTS} shlelf32_nbsd "$(tdir_shlelf32_nbsd)" | |
2d92cb7d AO |
1375 | eshlelf64.c: $(srcdir)/emulparams/shlelf64.sh \ |
1376 | $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \ | |
1377 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1378 | ${GENSCRIPTS} shlelf64 "$(tdir_shlelf64)" | |
5b0e55b6 JT |
1379 | eshlelf64_nbsd.c: $(srcdir)/emulparams/shlelf64_nbsd.sh \ |
1380 | $(srcdir)/emulparams/shelf64_nbsd.sh \ | |
1381 | $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \ | |
1382 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} | |
1383 | ${GENSCRIPTS} shlelf64_nbsd "$(tdir_shlelf64_nbsd)" | |
252b5132 | 1384 | eshl.c: $(srcdir)/emulparams/shl.sh \ |
465bc359 | 1385 | $(srcdir)/emulparams/sh.sh \ |
252b5132 RH |
1386 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS} |
1387 | ${GENSCRIPTS} shl "$(tdir_shl)" | |
344a211f NC |
1388 | eshpe.c: $(srcdir)/emulparams/shpe.sh \ |
1389 | $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} | |
1390 | ${GENSCRIPTS} shpe "$(tdir_shl)" | |
252b5132 RH |
1391 | esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \ |
1392 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1393 | ${GENSCRIPTS} sparcaout "$(tdir_sparcaout)" | |
1394 | esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \ | |
1395 | $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1396 | ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)" | |
1397 | esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \ | |
1398 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS} | |
1399 | ${GENSCRIPTS} sparclynx "$(tdir_sparclynx)" | |
1400 | esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \ | |
1401 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1402 | ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)" | |
1403 | est2000.c: $(srcdir)/emulparams/st2000.sh \ | |
1404 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS} | |
1405 | ${GENSCRIPTS} st2000 "$(tdir_st2000)" | |
1406 | esun3.c: $(srcdir)/emulparams/sun3.sh \ | |
1407 | $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1408 | ${GENSCRIPTS} sun3 "$(tdir_sun3)" | |
1409 | esun4.c: $(srcdir)/emulparams/sun4.sh \ | |
1410 | $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1411 | ${GENSCRIPTS} sun4 "$(tdir_sun4)" | |
1412 | etic30aout.c: $(srcdir)/emulparams/tic30aout.sh \ | |
1413 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30aout.sc ${GEN_DEPENDS} | |
1414 | ${GENSCRIPTS} tic30aout "$(tdir_tic30aout)" | |
1415 | etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \ | |
1416 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS} | |
1417 | ${GENSCRIPTS} tic30coff "$(tdir_tic30coff)" | |
0da35f8b SS |
1418 | etic3xcoff.c: $(srcdir)/emulparams/tic3xcoff.sh \ |
1419 | $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} | |
1420 | ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)" | |
1421 | etic3xcoff_onchip.c: $(srcdir)/emulparams/tic3xcoff_onchip.sh \ | |
1422 | $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} | |
019ac0e3 | 1423 | ${GENSCRIPTS} tic3xcoff_onchip "$(tdir_tic4xcoff)" |
026df7c5 NC |
1424 | etic4xcoff.c: $(srcdir)/emulparams/tic4xcoff.sh \ |
1425 | $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} | |
1426 | ${GENSCRIPTS} tic4xcoff "$(tdir_tic4xcoff)" | |
74459f0e TW |
1427 | etic54xcoff.c: $(srcdir)/emulparams/tic54xcoff.sh \ |
1428 | $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic54xcoff.sc ${GEN_DEPENDS} | |
1429 | ${GENSCRIPTS} tic54xcoff "$(tdir_tic54xcoff)" | |
252b5132 RH |
1430 | etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \ |
1431 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS} | |
1432 | ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)" | |
1433 | evanilla.c: $(srcdir)/emulparams/vanilla.sh \ | |
1434 | $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS} | |
1435 | ${GENSCRIPTS} vanilla "$(tdir_vanilla)" | |
1436 | evax.c: $(srcdir)/emulparams/vax.sh \ | |
1437 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1438 | ${GENSCRIPTS} vax "$(tdir_vax)" | |
ab68f3e0 JT |
1439 | evaxnbsd.c: $(srcdir)/emulparams/vaxnbsd.sh \ |
1440 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1441 | ${GENSCRIPTS} vaxnbsd "$(tdir_vaxnbsd)" | |
252b5132 RH |
1442 | evsta.c: $(srcdir)/emulparams/vsta.sh \ |
1443 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} | |
1444 | ${GENSCRIPTS} vsta "$(tdir_vsta)" | |
1445 | ev850.c: $(srcdir)/emulparams/v850.sh \ | |
1446 | $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS} | |
1447 | ${GENSCRIPTS} v850 "$(tdir_v850)" | |
1448 | ew65.c: $(srcdir)/emulparams/w65.sh \ | |
1449 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS} | |
1450 | ${GENSCRIPTS} w65 "$(tdir_w65)" | |
1451 | ez8001.c: $(srcdir)/emulparams/z8001.sh \ | |
1452 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS} | |
1453 | ${GENSCRIPTS} z8001 "$(tdir_z8001)" | |
1454 | ez8002.c: $(srcdir)/emulparams/z8002.sh \ | |
1455 | $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS} | |
1456 | ${GENSCRIPTS} z8002 "$(tdir_z8002)" | |
1457 | ||
67798033 L |
1458 | # We need this for automake to use YLWRAP. |
1459 | EXTRA_ld_new_SOURCES = deffilep.y | |
1460 | ||
252b5132 RH |
1461 | ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \ |
1462 | ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c | |
1463 | ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLDEPS) | |
1464 | ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS) | |
1465 | ||
1466 | # The generated emulation files mostly have the same dependencies. | |
1467 | $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \ | |
1468 | ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \ | |
1469 | ldctor.h ldexp.h ldlang.h ldgram.h | |
1470 | ||
1471 | # This is the real libbfd.a created by libtool. | |
1472 | TESTBFDLIB = @TESTBFDLIB@ | |
1473 | ||
1474 | check-DEJAGNU: site.exp | |
1475 | srcroot=`cd $(srcdir) && pwd`; export srcroot; \ | |
1476 | r=`pwd`; export r; \ | |
9282ff41 | 1477 | LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ |
252b5132 RH |
1478 | EXPECT=$(EXPECT); export EXPECT; \ |
1479 | if [ -f $(top_builddir)/../expect/expect ]; then \ | |
1480 | TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ | |
1481 | export TCL_LIBRARY; \ | |
1482 | fi; \ | |
1483 | runtest=$(RUNTEST); \ | |
1484 | if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ | |
1485 | $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \ | |
1486 | CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \ | |
1487 | CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \ | |
1488 | CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \ | |
1489 | OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \ | |
af28fce3 | 1490 | LIBIBERTY="$(LIBIBERTY) $(INTLLIBS)" LIBS="$(LIBS)" \ |
252b5132 RH |
1491 | $(RUNTESTFLAGS); \ |
1492 | else echo "WARNING: could not find \`runtest'" 1>&2; :;\ | |
1493 | fi | |
1494 | ||
1495 | # Rules for testing by relinking ld itself. | |
1496 | # A similar test is in the testsuite. This target is for ease of use | |
1497 | # when porting ld. | |
1498 | ||
1499 | ld-partial.o: ld-new$(EXEEXT) | |
1500 | ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld-partial.o -r $(OFILES) | |
1501 | ld1$(EXEEXT): ld-partial.o | |
af28fce3 | 1502 | ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.o $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS) |
252b5132 RH |
1503 | |
1504 | ld1-full$(EXEEXT): ld-new | |
af28fce3 | 1505 | ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS) |
252b5132 RH |
1506 | |
1507 | ld2$(EXEEXT): ld1$(EXEEXT) | |
af28fce3 | 1508 | ./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS) |
252b5132 RH |
1509 | |
1510 | ld3$(EXEEXT): ld2$(EXEEXT) | |
af28fce3 | 1511 | ./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS) |
252b5132 RH |
1512 | |
1513 | bootstrap: ld3$(EXEEXT) | |
1514 | cmp ld2$(EXEEXT) ld3$(EXEEXT) | |
1515 | ||
1516 | .PHONY: bootstrap | |
1517 | ||
1518 | # A test program for C++ constructors and destructors. | |
1519 | # This test is now in the testsuite. | |
1520 | # | |
1521 | #cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new | |
1522 | # ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \ | |
1523 | # cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS) | |
1524 | # | |
1525 | #cdtest.out: cdtest | |
1526 | # ./cdtest > cdtest.tmp | |
1527 | # mv cdtest.tmp cdtest.out | |
1528 | # | |
1529 | #cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new | |
1530 | # ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \ | |
1531 | # cdtest-bar.o cdtest-foo.o | |
1532 | # | |
1533 | #cdtest-ur: cdtest-ur.o | |
1534 | # ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \ | |
1535 | # $(HOSTING_LIBS) | |
1536 | # | |
1537 | #cdtest-ur.out: cdtest-ur | |
1538 | # ./cdtest-ur > cdtest-ur.tmp | |
1539 | # mv cdtest-ur.tmp cdtest-ur.out | |
1540 | # | |
1541 | #check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp | |
1542 | # diff $(srcdir)/cdtest.exp cdtest.out | |
1543 | # diff $(srcdir)/cdtest.exp cdtest-ur.out | |
1544 | # | |
1545 | #.PHONY: check-cdtest | |
1546 | ||
1547 | # END OF CHECK TARGETS | |
1548 | ||
1549 | # DOCUMENTATION TARGETS | |
1550 | # Manual configuration file; not usually attached to normal configuration, | |
1551 | # because almost all configs use "gen" version of manual. | |
1552 | # Set DOCVER above to change. | |
1553 | configdoc.texi: ${DOCVER}-doc.texi | |
1554 | ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \ | |
1555 | || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \ | |
1556 | || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi | |
1557 | ||
1558 | ldver.texi: Makefile | |
1559 | rm -f $@ | |
1560 | echo '@set VERSION $(VERSION)' > $@ | |
1561 | ||
1562 | ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi | |
1563 | @rm -f $@ $@-[0-9] $@-[0-9][0-9] | |
1564 | $(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo | |
1565 | ||
1566 | ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi | |
1567 | TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \ | |
02649152 | 1568 | MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo |
252b5132 | 1569 | |
0285c67d NC |
1570 | # Build the man page from the texinfo file |
1571 | # The sed command removes the no-adjust Nroff command so that | |
1572 | # the man output looks standard. | |
980c112c | 1573 | ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi |
c45021f2 | 1574 | touch $@ |
0285c67d NC |
1575 | -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod |
1576 | -($(POD2MAN) ld.pod | \ | |
c45021f2 NC |
1577 | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
1578 | mv -f [email protected]$$$$ $@) || \ | |
1579 | (rm -f [email protected]$$$$ && exit 1) | |
1580 | rm -f ld.pod | |
0285c67d | 1581 | |
252b5132 RH |
1582 | MAINTAINERCLEANFILES = ldver.texi |
1583 | ||
1584 | # We want to reconfigure if configure.host or configure.tgt changes. | |
465bc359 | 1585 | CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host $(srcdir)/configure.tgt |
252b5132 RH |
1586 | |
1587 | MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \ | |
1588 | ldemul-list.h crtbegin.o crtend.o ld.log ld.sum | |
1589 | mostlyclean-local: | |
1590 | -rm -rf tmpdir | |
0bdaf48b | 1591 | CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 |
252b5132 RH |
1592 | |
1593 | .PHONY: install-exec-local install-data-local | |
1594 | ||
1595 | install-exec-local: ld-new$(EXEEXT) | |
d3d8a9ee | 1596 | $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin |
252b5132 RH |
1597 | @list='$(noinst_PROGRAMS)'; for p in $$list; do \ |
1598 | if test -f $$p; then \ | |
1599 | echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ | |
d3d8a9ee | 1600 | $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
252b5132 RH |
1601 | else :; fi; \ |
1602 | done | |
1603 | n=`echo ld | sed '$(transform)'`; \ | |
1604 | if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \ | |
d3d8a9ee NC |
1605 | rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \ |
1606 | ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \ | |
1607 | || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \ | |
252b5132 RH |
1608 | fi |
1609 | ||
1610 | install-data-local: | |
d3d8a9ee | 1611 | $(mkinstalldirs) $(DESTDIR)$(scriptdir)/ldscripts |
252b5132 | 1612 | for f in ldscripts/*; do \ |
d3d8a9ee | 1613 | $(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \ |
252b5132 RH |
1614 | done |
1615 | ||
cd8e197b HPN |
1616 | # We want install to imply install-info as per GNU standards, despite the |
1617 | # cygnus option. | |
1618 | install: install-info | |
1619 | ||
252b5132 RH |
1620 | # Stuff that should be included in a distribution. The diststuff |
1621 | # target is run by the taz target in ../Makefile.in. | |
c45021f2 NC |
1622 | EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS) |
1623 | diststuff: info $(EXTRA_DIST) | |
252b5132 | 1624 | |
dca7760f | 1625 | DISTCLEANFILES = tdirs site.exp site.bak stringify.sed |
252b5132 RH |
1626 | distclean-local: |
1627 | rm -rf ldscripts | |
1628 | ||
d32820f2 AM |
1629 | Makefile: $(BFDDIR)/configure.in |
1630 | ||
252b5132 | 1631 | # Targets to rebuild dependencies in this Makefile. |
f4162f5c ILT |
1632 | # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES). |
1633 | DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h | |
1634 | rm -f DEP1 | |
41b49281 | 1635 | $(MAKE) MKDEP="$(MKDEP)" DEP1 |
0bdaf48b AM |
1636 | sed -f dep.sed < DEP1 > DEPA |
1637 | echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA | |
1638 | if grep ' /' DEPA > /dev/null 2> /dev/null; then \ | |
1581f8c9 AM |
1639 | echo 'make DEP failed!'; exit 1; \ |
1640 | else \ | |
0bdaf48b | 1641 | mv -f DEPA $@; \ |
1581f8c9 | 1642 | fi |
252b5132 | 1643 | |
f4162f5c | 1644 | DEP1: $(CFILES) $(GENERATED_CFILES) |
f4162f5c | 1645 | echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 |
41b49281 AM |
1646 | echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 |
1647 | $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2 | |
1648 | mv -f DEP2 $@ | |
252b5132 RH |
1649 | |
1650 | dep.sed: dep-in.sed config.status | |
1651 | sed <$(srcdir)/dep-in.sed >dep.sed \ | |
1652 | -e 's!@INCDIR@!$(INCDIR)!' \ | |
61bef6f1 AM |
1653 | -e 's!@BFDDIR@!$(BFDDIR)!' \ |
1654 | -e 's!@SRCDIR@!$(srcdir)!' \ | |
1655 | -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/ld$$,,`'!' | |
252b5132 | 1656 | |
f4162f5c | 1657 | dep: DEP |
252b5132 | 1658 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile |
f4162f5c | 1659 | cat DEP >> tmp-Makefile |
252b5132 RH |
1660 | $(srcdir)/../move-if-change tmp-Makefile Makefile |
1661 | ||
f4162f5c | 1662 | dep-in: DEP |
252b5132 | 1663 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in |
f4162f5c | 1664 | cat DEP >> tmp-Makefile.in |
252b5132 RH |
1665 | $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in |
1666 | ||
f4162f5c | 1667 | dep-am: DEP |
252b5132 | 1668 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am |
f4162f5c | 1669 | cat DEP >> tmp-Makefile.am |
252b5132 RH |
1670 | $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am |
1671 | ||
1672 | .PHONY: dep dep-in dep-am | |
1673 | ||
596dafeb AM |
1674 | @[email protected]: mpw |
1675 | @MAINT@mpw: $(srcdir)/mpw-ei386go32.c $(srcdir)/mpw-elfmips.c \ | |
1676 | @MAINT@ $(srcdir)/mpw-em68kcoff.c $(srcdir)/mpw-eppcmac.c \ | |
1677 | @MAINT@ $(srcdir)/mpw-esh.c $(srcdir)/mpw-idtmips.c | |
1678 | @MAINT@ | |
1679 | @MAINT@$(srcdir)/mpw-ei386go32.c: ei386go32.c | |
1680 | @MAINT@ $(srcdir)/../move-if-change $< $@ | |
1681 | @MAINT@ | |
1682 | @MAINT@$(srcdir)/mpw-elfmips.c: eelf32ebmip.c | |
1683 | @MAINT@ $(srcdir)/../move-if-change $< $@ | |
1684 | @MAINT@ | |
1685 | @MAINT@$(srcdir)/mpw-em68kcoff.c: em68kcoff.c | |
1686 | @MAINT@ $(srcdir)/../move-if-change $< $@ | |
1687 | @MAINT@ | |
1688 | @MAINT@$(srcdir)/mpw-eppcmac.c: eppcmacos.c | |
1689 | @MAINT@ $(srcdir)/../move-if-change $< $@ | |
1690 | @MAINT@ | |
1691 | @MAINT@$(srcdir)/mpw-esh.c: esh.c | |
1692 | @MAINT@ $(srcdir)/../move-if-change $< $@ | |
1693 | @MAINT@ | |
1694 | @MAINT@$(srcdir)/mpw-idtmips.c: emipsidt.c | |
1695 | @MAINT@ $(srcdir)/../move-if-change $< $@ | |
1696 | ||
252b5132 RH |
1697 | # What appears below is generated by a hacked mkdep using gcc -MM. |
1698 | ||
1699 | # DO NOT DELETE THIS LINE -- mkdep uses it. | |
1700 | # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. | |
01580992 | 1701 | ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1702 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1703 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \ | |
1704 | ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h | |
01580992 | 1705 | ldemul.o: ldemul.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1706 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1707 | ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \ | |
1708 | ldfile.h ldemul.h ldmain.h ldemul-list.h | |
01580992 | 1709 | ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1710 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1711 | $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \ | |
1d3fdf38 AM |
1712 | ldmisc.h ldexp.h ldgram.h ldlang.h $(INCDIR)/libiberty.h \ |
1713 | $(INCDIR)/safe-ctype.h | |
01580992 | 1714 | ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1715 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1716 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \ | |
1717 | ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \ | |
3fe38064 | 1718 | ldlex.h ldemul.h $(INCDIR)/libiberty.h $(INCDIR)/filenames.h |
01580992 | 1719 | ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1720 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1721 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \ | |
1722 | $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \ | |
1d3fdf38 | 1723 | ldexp.h ldlang.h ldgram.h ldlex.h ldmisc.h ldctor.h \ |
d32820f2 | 1724 | ldfile.h ldemul.h $(INCDIR)/fnmatch.h $(INCDIR)/demangle.h |
01580992 | 1725 | ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1726 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1727 | $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \ | |
1728 | $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h ld.h $(INCDIR)/bin-bugs.h \ | |
1d3fdf38 | 1729 | ldmain.h ldmisc.h ldwrite.h ldexp.h ldlang.h ldgram.h \ |
d32820f2 | 1730 | ldlex.h ldfile.h ldemul.h ldctor.h |
01580992 | 1731 | ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6f6f27f8 L |
1732 | $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h sysdep.h config.h \ |
1733 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \ | |
1734 | ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \ | |
1735 | ldgram.h ldlex.h ldmain.h ldfile.h | |
01580992 | 1736 | ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
c6db2f05 AM |
1737 | $(INCDIR)/symcat.h ../bfd/bfdver.h sysdep.h config.h \ |
1738 | $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h ldver.h \ | |
1739 | ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h | |
01580992 | 1740 | ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1741 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1742 | $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h \ | |
1743 | ldexp.h ldlang.h ldwrite.h ldmisc.h ldgram.h ldmain.h | |
01580992 | 1744 | lexsup.o: lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1745 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1746 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \ | |
1747 | ld.h $(INCDIR)/bin-bugs.h ldmain.h ldmisc.h ldexp.h \ | |
1748 | ldlang.h ldgram.h ldlex.h ldfile.h ldver.h ldemul.h \ | |
1749 | $(INCDIR)/demangle.h | |
1750 | mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ | |
1751 | sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \ | |
01580992 L |
1752 | ldexp.h ldlang.h ldmisc.h mri.h ldgram.h $(INCDIR)/libiberty.h |
1753 | ldcref.o: ldcref.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
d32820f2 AM |
1754 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1755 | $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h \ | |
1756 | ldmain.h ldmisc.h ldexp.h ldlang.h | |
01580992 | 1757 | pe-dll.o: pe-dll.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1758 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1759 | $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \ | |
1760 | ld.h $(INCDIR)/bin-bugs.h ldexp.h ldlang.h ldwrite.h \ | |
1761 | ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \ | |
61bef6f1 | 1762 | $(BFDDIR)/libcoff.h deffile.h pe-dll.h |
01580992 | 1763 | ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1764 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
1765 | $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldexp.h \ | |
1766 | ldver.h ldlang.h ldfile.h ldemul.h ldmisc.h ldmain.h \ | |
1767 | mri.h ldctor.h ldlex.h | |
1579bae1 | 1768 | ldlex.o: ldlex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
61bef6f1 | 1769 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ |
ce4f7385 AM |
1770 | $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h \ |
1771 | ldmisc.h ldexp.h ldlang.h ldgram.h ldfile.h ldlex.h \ | |
1772 | ldmain.h $(INCDIR)/libiberty.h | |
01580992 | 1773 | deffilep.o: deffilep.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
d32820f2 AM |
1774 | $(INCDIR)/safe-ctype.h ../bfd/bfd.h $(INCDIR)/symcat.h \ |
1775 | sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \ | |
1776 | ldmisc.h deffile.h | |
252b5132 | 1777 | # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |