Tue Nov 30 23:02:01 1999 Jeffrey A Law (law@cygnus.com)
[deliverable/binutils-gdb.git] / ld / Makefile.am
CommitLineData
252b5132
RH
1## Process this file with automake to generate Makefile.in
2
3## FIXME: work around apparent automake bug.
4INTLLIBS = @INTLLIBS@
5
6AUTOMAKE_OPTIONS = cygnus dejagnu
7
8SUBDIRS = po
9
10tooldir = $(exec_prefix)/$(target_alias)
11
a7e78dae 12YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
252b5132 13YFLAGS = -d
a7e78dae 14LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
252b5132
RH
15
16# We put the scripts in the directory $(scriptdir)/ldscripts.
17# We can't put the scripts in $(datadir) because the SEARCH_DIR
18# directives need to be different for native and cross linkers.
19scriptdir = $(tooldir)/lib
20
21EMUL = @EMUL@
22EMULATION_OFILES = @EMULATION_OFILES@
23EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@
24
25# Search path to override the default search path for -lfoo libraries.
26# If LIB_PATH is empty, the ones in the script (if any) are left alone.
27# (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
28# a cross-linker, in which case the default is empty. See genscripts.sh.)
29# Otherwise, they are replaced with the ones given in LIB_PATH,
30# which may have the form: LIB_PATH=/lib:/usr/local/lib
31LIB_PATH =
32
33BASEDIR = $(srcdir)/..
34BFDDIR = $(BASEDIR)/bfd
35INCDIR = $(BASEDIR)/include
f4162f5c 36MKDEP = mkdep
252b5132
RH
37
38# What version of the manual to build
39DOCVER = gen
40
41#stuff for self hosting (can be overridden in config file).
42HOSTING_CRT0 = @HOSTING_CRT0@
43HOSTING_LIBS = @HOSTING_LIBS@
44HOSTING_EMU = -m $(EMUL)
45
46# Setup the testing framework, if you have one
47EXPECT = `if [ -f $$r/../expect/expect ] ; \
48 then echo $$r/../expect/expect ; \
49 else echo expect ; fi`
50
51RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \
52 then echo $${srcroot}/../dejagnu/runtest ; \
53 else echo runtest ; fi`
54
55RUNTESTFLAGS =
56
57CC_FOR_TARGET = ` \
58 if [ -f $$r/../gcc/xgcc ] ; then \
59 if [ -f $$r/../newlib/Makefile ] ; then \
60 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
61 else \
62 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
63 fi; \
64 else \
65 if [ "@host@" = "@target@" ] ; then \
66 echo $(CC); \
67 else \
68 echo gcc | sed '$(transform)'; \
69 fi; \
70 fi`
71
72CXX = gcc
73CXX_FOR_TARGET = ` \
74 if [ -f $$r/../gcc/xgcc ] ; then \
75 if [ -f $$r/../newlib/Makefile ] ; then \
76 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
77 else \
78 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
79 fi; \
80 else \
81 if [ "@host@" = "@target@" ] ; then \
82 echo $(CXX); \
83 else \
84 echo gcc | sed '$(transform)'; \
85 fi; \
86 fi`
87
88noinst_PROGRAMS = ld-new
89info_TEXINFOS = ld.texinfo
90noinst_TEXINFOS = ldint.texinfo
91man_MANS = ld.1
92
93INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(prefix)/share/locale\""
94
95BFDLIB = ../bfd/libbfd.la
96LIBIBERTY = ../libiberty/libiberty.a
97
98ALL_EMULATIONS = \
99 ea29k.o \
100 eaixppc.o \
101 eaixrs6.o \
102 ealpha.o \
103 earcelf.o \
104 earmelf.o \
105 earmelf_oabi.o \
3699964a
AS
106 earmelf_linux.o \
107 earmelf_linux26.o \
252b5132
RH
108 earmaoutb.o \
109 earmaoutl.o \
110 earmcoff.o \
8959586a 111 earmnbsd.o \
252b5132 112 earmpe.o \
be2153ad 113 earm_epoc_pe.o \
252b5132
RH
114 ecoff_sparc.o \
115 ed10velf.o \
116 ed30velf.o \
117 ed30v_e.o \
118 ed30v_o.o \
119 edelta68.o \
120 eebmon29k.o \
121 eelf32_sparc.o \
0ccf812a 122 eelf32_i960.o \
252b5132
RH
123 eelf32b4300.o \
124 eelf32bmip.o \
125 eelf32ebmip.o \
126 eelf32elmip.o \
dc831978 127 eelf32bmipn32.o \
252b5132
RH
128 eelf32l4300.o \
129 eelf32lmip.o \
130 eelf32lppc.o \
131 eelf32ppc.o \
ec2f040d 132 eelf32ppclinux.o \
252b5132
RH
133 eelf_i386.o \
134 eelf_i386_be.o \
135 egld960.o \
136 egld960coff.o \
137 eelf32fr30.o \
71acc4e8 138 eelf32mcore.o \
252b5132
RH
139 eh8300.o \
140 eh8300h.o \
141 eh8300s.o \
142 eh8500.o \
143 eh8500b.o \
144 eh8500c.o \
145 eh8500m.o \
146 eh8500s.o \
147 ehp300bsd.o \
148 ehp3hpux.o \
149 ehppaelf.o \
150 ei386aout.o \
151 ei386beos.o \
152 ei386bsd.o \
153 ei386coff.o \
154 ei386go32.o \
155 ei386linux.o \
156 ei386lynx.o \
157 ei386mach.o \
158 ei386moss.o \
159 ei386msdos.o \
160 ei386nbsd.o \
161 ei386nw.o \
162 ei386pe.o \
a7e78dae 163 ei386pe_posix.o \
252b5132
RH
164 elnk960.o \
165 em68k4knbsd.o \
166 em68kaout.o \
167 em68kaux.o \
168 em68kcoff.o \
169 em68kelf.o \
170 em68klinux.o \
171 em68klynx.o \
172 em68knbsd.o \
173 em68kpsos.o \
174 em88kbcs.o \
71acc4e8 175 emcorepe.o \
252b5132
RH
176 emipsbig.o \
177 emipsbsd.o \
178 emipsidt.o \
179 emipsidtl.o \
180 emipslit.o \
181 emipslnews.o \
182 enews.o \
c6c8c6dc
ILT
183 epjelf.o \
184 epjlelf.o \
252b5132
RH
185 ens32knbsd.o \
186 epc532macha.o \
187 eppcmacos.o \
188 eppcnw.o \
189 eppcpe.o \
190 eriscix.o \
191 esa29200.o \
192 esh.o \
193 eshelf.o \
194 eshlelf.o \
195 eshl.o \
196 esparcaout.o \
197 esparclinux.o \
198 esparclynx.o \
199 esparcnbsd.o \
200 est2000.o \
201 esun3.o \
202 esun4.o \
203 etic30aout.o \
204 etic30coff.o \
205 etic80coff.o \
206 evanilla.o \
207 evax.o \
208 evsta.o \
209 ew65.o \
210 ez8001.o \
211 ez8002.o
212
213ALL_64_EMULATIONS = \
214 eelf64_sparc.o \
22c675a7 215 eelf64alpha.o \
f6e143a1
JL
216 eelf64bmip.o \
217 eelf64hppa.o
252b5132
RH
218
219ALL_EMUL_EXTRA_OFILES = \
220 pe-dll.o \
221 deffilep.o
222
223CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
224 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
225 mri.c ldcref.c pe-dll.c
226
227HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
228 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
1069dd8d 229 ldwrite.h mri.h deffile.h pe-dll.h
252b5132
RH
230
231GENERATED_CFILES = ldgram.c ldlex.c deffilep.c
232GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
233
234OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \
235 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \
236 ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES}
237
238STAGESTUFF = *.o ldscripts/* e*.c
239
240# At the moment this is just a list of those emulation template files
241# that contain internationalised strings.
242EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
243
244POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
245
246po/POTFILES.in: @MAINT@ Makefile
247 for file in $(POTFILES); do echo $$file; done | sort > tmp \
248 && mv tmp $(srcdir)/po/POTFILES.in
249
250ldmain.o: ldmain.c config.status
251 $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' -DSCRIPTDIR='"$(scriptdir)"' -DTARGET='"@target@"' $(srcdir)/ldmain.c
252
253ldemul-list.h: Makefile
254 (echo "/* This file is automatically generated. DO NOT EDIT! */";\
255 for f in `echo " " ${EMULATION_OFILES} "" \
256 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
257 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
258 done;\
259 echo "";\
260 echo "#define EMULATION_LIST \\";\
261 for f in `echo " " ${EMULATION_OFILES} "" \
262 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
263 echo " &ld_$${f}_emulation, \\"; \
264 done;\
265 echo " 0") >ldemul-tmp.h
266 mv ldemul-tmp.h ldemul-list.h
267
597e2591
ILT
268stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
269 cp ${srcdir}/emultempl/$(STRINGIFY) stringify.sed
270
252b5132
RH
271# These all start with e so 'make clean' can find them.
272
3336653a 273GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@"
597e2591 274GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
252b5132
RH
275@TDIRS@
276
277ea29k.c: $(srcdir)/emulparams/a29k.sh \
278 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS}
279 ${GENSCRIPTS} a29k "$(tdir_a29k)"
280eaixppc.c: $(srcdir)/emulparams/aixppc.sh \
281 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
282 ${GENSCRIPTS} aixppc "$(tdir_aixppc)"
283eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \
284 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
285 ${GENSCRIPTS} aixrs6 "$(tdir_aixrs6)"
286ealpha.c: $(srcdir)/emulparams/alpha.sh \
287 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS}
288 ${GENSCRIPTS} alpha "$(tdir_alpha)"
289earcelf.c: $(srcdir)/emulparams/arcelf.sh \
290 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
291 ${GENSCRIPTS} arcelf "$(tdir_arcelf)"
292earmelf.c: $(srcdir)/emulparams/armelf.sh \
293 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
294 ${GENSCRIPTS} armelf "$(tdir_armelf)"
295earmelf_oabi.c: $(srcdir)/emulparams/armelf_oabi.sh \
296 $(srcdir)/emultempl/armelf_oabi.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
297 ${GENSCRIPTS} armelf_oabi "$(tdir_armelf)"
298earmelf_linux.c: $(srcdir)/emulparams/armelf_linux.sh \
299 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
300 ${GENSCRIPTS} armelf_linux "$(tdir_armelf_linux)"
301earmelf_linux26.c: $(srcdir)/emulparams/armelf_linux26.sh \
302 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
303 ${GENSCRIPTS} armelf_linux26 "$(tdir_armelf_linux26)"
304earmaoutb.c: $(srcdir)/emulparams/armaoutb.sh \
305 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
306 ${GENSCRIPTS} armaoutb "$(tdir_armaoutb)"
307earmaoutl.c: $(srcdir)/emulparams/armaoutl.sh \
308 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
309 ${GENSCRIPTS} armaoutl "$(tdir_armaoutl)"
310earmcoff.c: $(srcdir)/emulparams/armcoff.sh \
311 $(srcdir)/emultempl/armcoff.em $(srcdir)/scripttempl/armcoff.sc ${GEN_DEPENDS}
312 ${GENSCRIPTS} armcoff "$(tdir_armcoff)"
8959586a
NC
313earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \
314 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
315 ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)"
be2153ad
NC
316earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \
317 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
318 ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)"
252b5132
RH
319earmpe.c: $(srcdir)/emulparams/armpe.sh \
320 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
321 ${GENSCRIPTS} armpe "$(tdir_armpe)"
322ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
323 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
324 ${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)"
325ed10velf.c: $(srcdir)/emulparams/d10velf.sh \
326 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd10v.sc ${GEN_DEPENDS}
327 ${GENSCRIPTS} d10velf "$(tdir_d10v)"
328ed30velf.c: $(srcdir)/emulparams/d30velf.sh \
329 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
330 ${GENSCRIPTS} d30velf "$(tdir_d30v)"
331ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \
332 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
333 ${GENSCRIPTS} d30v_o "$(tdir_d30v)"
334ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \
335 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
336 ${GENSCRIPTS} d30v_e "$(tdir_d30v)"
337edelta68.c: $(srcdir)/emulparams/delta68.sh \
338 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS}
339 ${GENSCRIPTS} delta68 "$(tdir_delta68)"
340eebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \
341 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS}
342 ${GENSCRIPTS} ebmon29k "$(tdir_ebmon29k)"
343eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \
344 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
345 ${GENSCRIPTS} elf32fr30 "$(tdir_fr30)"
71acc4e8
NC
346eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \
347 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
348 ${GENSCRIPTS} elf32mcore "$(tdir_mcore)"
252b5132
RH
349em32relf.c: $(srcdir)/emulparams/m32relf.sh \
350 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
351 ${GENSCRIPTS} m32relf "$(tdir_m32r)"
352eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
353 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
354 ${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"
0ccf812a
ILT
355eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \
356 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
357 ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)"
252b5132
RH
358eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
359 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
360 ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)"
361eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
362 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
363 ${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)"
364eelf32bsmip.c: $(srcdir)/emulparams/elf32bsmip.sh \
365 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
366 ${GENSCRIPTS} elf32bsmip "$(tdir_elf32bsmip)"
367eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \
368 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
369 ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
370eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \
371 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
372 ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)"
dc831978
MM
373eelf32bmipn32.c: $(srcdir)/emulparams/elf32bmipn32.sh \
374 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
375 ${GENSCRIPTS} elf32bmipn32 "$(tdir_elf32bmipn32)"
252b5132
RH
376eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \
377 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
378 ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)"
379eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \
380 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
381 ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)"
382eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \
383 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
384 ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)"
385eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \
386 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
387 ${GENSCRIPTS} elf32lsmip "$(tdir_elf32lsmip)"
388eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
389 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
390 ${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)"
ec2f040d
RH
391eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \
392 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
393 ${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)"
252b5132
RH
394eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
395 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
396 ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)"
f6e143a1
JL
397eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \
398 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
399 ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)"
252b5132
RH
400eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \
401 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
402 ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)"
22c675a7
MM
403eelf64bmip.c: $(srcdir)/emulparams/elf64bmip.sh \
404 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
405 ${GENSCRIPTS} elf64bmip "$(tdir_elf64bmip)"
252b5132
RH
406eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
407 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
408 ${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)"
409eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \
410 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
411 ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)"
412egld960.c: $(srcdir)/emulparams/gld960.sh \
413 $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
414 ${GENSCRIPTS} gld960 "$(tdir_gld960)"
415egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
416 $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
417 ${GENSCRIPTS} gld960coff "$(tdir_gld960coff)"
252b5132
RH
418eh8300.c: $(srcdir)/emulparams/h8300.sh \
419 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
420 ${GENSCRIPTS} h8300 "$(tdir_h8300)"
421eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
422 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
423 ${GENSCRIPTS} h8300h "$(tdir_h8300h)"
424eh8300s.c: $(srcdir)/emulparams/h8300s.sh \
425 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS}
426 ${GENSCRIPTS} h8300s "$(tdir_h8300s)"
427eh8500.c: $(srcdir)/emulparams/h8500.sh \
428 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
429 ${GENSCRIPTS} h8500 "$(tdir_h8500)"
430eh8500b.c: $(srcdir)/emulparams/h8500b.sh \
431 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS}
432 ${GENSCRIPTS} h8500b "$(tdir_h8500b)"
433eh8500c.c: $(srcdir)/emulparams/h8500c.sh \
434 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS}
435 ${GENSCRIPTS} h8500c "$(tdir_h8500c)"
436eh8500m.c: $(srcdir)/emulparams/h8500m.sh \
437 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS}
438 ${GENSCRIPTS} h8500m "$(tdir_h8500m)"
439eh8500s.c: $(srcdir)/emulparams/h8500s.sh \
440 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS}
441 ${GENSCRIPTS} h8500s "$(tdir_h8500s)"
442ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \
443 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
444 ${GENSCRIPTS} hp300bsd "$(tdir_hp300bsd)"
445ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \
446 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
447 ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)"
448ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
449 $(srcdir)/emultempl/hppaelf.em $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS}
450 ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)"
451ei386aout.c: $(srcdir)/emulparams/i386aout.sh \
452 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
453 ${GENSCRIPTS} i386aout "$(tdir_i386aout)"
454ei386beos.c: $(srcdir)/emulparams/i386beos.sh \
455 $(srcdir)/emultempl/beos.em $(srcdir)/scripttempl/i386beos.sc ${GEN_DEPENDS}
456 ${GENSCRIPTS} i386beos "$(tdir_i386beos)"
457ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \
458 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
459 ${GENSCRIPTS} i386bsd "$(tdir_i386bsd)"
460ei386coff.c: $(srcdir)/emulparams/i386coff.sh \
461 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS}
462 ${GENSCRIPTS} i386coff "$(tdir_i386coff)"
463ei386go32.c: $(srcdir)/emulparams/i386go32.sh \
464 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS}
465 ${GENSCRIPTS} i386go32 "$(tdir_i386go32)"
466ei386linux.c: $(srcdir)/emulparams/i386linux.sh \
467 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
468 ${GENSCRIPTS} i386linux "$(tdir_i386linux)"
469ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \
470 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386lynx.sc ${GEN_DEPENDS}
471 ${GENSCRIPTS} i386lynx "$(tdir_i386lynx)"
472ei386mach.c: $(srcdir)/emulparams/i386mach.sh \
473 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
474 ${GENSCRIPTS} i386mach "$(tdir_i386mach)"
475ei386moss.c: $(srcdir)/emulparams/i386moss.sh \
476 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
477 ${GENSCRIPTS} i386moss "$(tdir_i386moss)"
478ei386msdos.c: $(srcdir)/emulparams/i386msdos.sh \
479 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386msdos.sc ${GEN_DEPENDS}
480 ${GENSCRIPTS} i386msdos "$(tdir_i386msdos)"
481ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \
482 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
483 ${GENSCRIPTS} i386nbsd "$(tdir_i386nbsd)"
484ei386nw.c: $(srcdir)/emulparams/i386nw.sh \
485 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
486 ${GENSCRIPTS} i386nw "$(tdir_i386nw)"
487ei386pe.c: $(srcdir)/emulparams/i386pe.sh \
488 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
489 ${GENSCRIPTS} i386pe "$(tdir_i386pe)"
a7e78dae
ILT
490ei386pe_posix.c: $(srcdir)/emulparams/i386pe_posix.sh \
491 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
492 ${GENSCRIPTS} i386pe_posix "$(tdir_i386pe_posix)"
252b5132
RH
493elnk960.c: $(srcdir)/emulparams/lnk960.sh \
494 $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
495 ${GENSCRIPTS} lnk960 "$(tdir_lnk960)"
496em68k4knbsd.c: $(srcdir)/emulparams/m68k4knbsd.sh \
497 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
498 ${GENSCRIPTS} m68k4knbsd "$(tdir_m68k4knbsd)"
499em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \
500 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
501 ${GENSCRIPTS} m68kaout "$(tdir_m68kaout)"
502em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \
503 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS}
504 ${GENSCRIPTS} m68kaux "$(tdir_m68kaux)"
505em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \
506 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
507 ${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)"
508em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \
509 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
510 ${GENSCRIPTS} m68kelf "$(tdir_m68kelf)"
511em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \
512 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
513 ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)"
514em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \
515 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS}
516 ${GENSCRIPTS} m68klynx "$(tdir_m68klynx)"
517em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \
518 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
519 ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)"
520em68kpsos.c: $(srcdir)/emulparams/m68kpsos.sh \
521 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/psos.sc ${GEN_DEPENDS}
522 ${GENSCRIPTS} m68kpsos "$(tdir_m68kpsos)"
523em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \
524 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS}
525 ${GENSCRIPTS} m88kbcs "$(tdir_m88kbcs)"
71acc4e8
NC
526emcorepe.c: $(srcdir)/emulparams/mcorepe.sh \
527 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
528 ${GENSCRIPTS} mcorepe "$(tdir_mcorepe)"
252b5132
RH
529emipsbig.c: $(srcdir)/emulparams/mipsbig.sh \
530 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
531 ${GENSCRIPTS} mipsbig
532emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
533 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
534 ${GENSCRIPTS} mipsbsd
535emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
536 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
537 ${GENSCRIPTS} mipsidt "$(tdir_mipsidt)"
538emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
539 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
540 ${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)"
541emipslit.c: $(srcdir)/emulparams/mipslit.sh \
542 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
543 ${GENSCRIPTS} mipslit "$(tdir_mipslit)"
544emipslnews.c: $(srcdir)/emulparams/mipslnews.sh \
545 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
546 ${GENSCRIPTS} mipslnews
547emn10300.c: $(srcdir)/emulparams/mn10300.sh \
548 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
549 ${GENSCRIPTS} mn10300 "$(tdir_mn10300)"
550emn10200.c: $(srcdir)/emulparams/mn10200.sh \
551 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
552 ${GENSCRIPTS} mn10200 "$(tdir_mn10200)"
553enews.c: $(srcdir)/emulparams/news.sh \
554 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
555 ${GENSCRIPTS} news "$(tdir_news)"
556ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \
557 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
558 ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)"
559epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \
560 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
561 ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)"
c6c8c6dc
ILT
562epjelf.c: $(srcdir)/emulparams/pjelf.sh \
563 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
564 ${GENSCRIPTS} pjelf "$(tdir_pjelf)"
565epjlelf.c: $(srcdir)/emulparams/pjlelf.sh \
566 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
567 ${GENSCRIPTS} pjlelf "$(tdir_pjlelf)"
252b5132
RH
568eppcmacos.c: $(srcdir)/emulparams/ppcmacos.sh \
569 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
570 ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)"
571eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \
572 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
573 ${GENSCRIPTS} ppcnw "$(tdir_ppcnw)"
574eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \
575 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS}
576 ${GENSCRIPTS} ppcpe "$(tdir_ppcpe)"
577eriscix.c: $(srcdir)/emulparams/riscix.sh \
578 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
579 ${GENSCRIPTS} riscix "$(tdir_riscix)"
580esa29200.c: $(srcdir)/emulparams/sa29200.sh \
581 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sa29200.sc ${GEN_DEPENDS}
582 ${GENSCRIPTS} sa29200 "$(tdir_sa29200)"
583esh.c: $(srcdir)/emulparams/sh.sh \
584 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
585 ${GENSCRIPTS} sh "$(tdir_sh)"
586eshelf.c: $(srcdir)/emulparams/shelf.sh \
587 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
588 ${GENSCRIPTS} shelf "$(tdir_shelf)"
589eshlelf.c: $(srcdir)/emulparams/shlelf.sh \
590 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
591 ${GENSCRIPTS} shlelf "$(tdir_shlelf)"
592eshl.c: $(srcdir)/emulparams/shl.sh \
593 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
594 ${GENSCRIPTS} shl "$(tdir_shl)"
595esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \
596 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
597 ${GENSCRIPTS} sparcaout "$(tdir_sparcaout)"
598esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \
599 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
600 ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)"
601esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \
602 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS}
603 ${GENSCRIPTS} sparclynx "$(tdir_sparclynx)"
604esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \
605 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
606 ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"
607est2000.c: $(srcdir)/emulparams/st2000.sh \
608 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS}
609 ${GENSCRIPTS} st2000 "$(tdir_st2000)"
610esun3.c: $(srcdir)/emulparams/sun3.sh \
611 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
612 ${GENSCRIPTS} sun3 "$(tdir_sun3)"
613esun4.c: $(srcdir)/emulparams/sun4.sh \
614 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
615 ${GENSCRIPTS} sun4 "$(tdir_sun4)"
616etic30aout.c: $(srcdir)/emulparams/tic30aout.sh \
617 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30aout.sc ${GEN_DEPENDS}
618 ${GENSCRIPTS} tic30aout "$(tdir_tic30aout)"
619etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \
620 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS}
621 ${GENSCRIPTS} tic30coff "$(tdir_tic30coff)"
622etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \
623 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS}
624 ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)"
625evanilla.c: $(srcdir)/emulparams/vanilla.sh \
626 $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS}
627 ${GENSCRIPTS} vanilla "$(tdir_vanilla)"
628evax.c: $(srcdir)/emulparams/vax.sh \
629 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
630 ${GENSCRIPTS} vax "$(tdir_vax)"
631evsta.c: $(srcdir)/emulparams/vsta.sh \
632 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
633 ${GENSCRIPTS} vsta "$(tdir_vsta)"
634ev850.c: $(srcdir)/emulparams/v850.sh \
635 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS}
636 ${GENSCRIPTS} v850 "$(tdir_v850)"
637ew65.c: $(srcdir)/emulparams/w65.sh \
638 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS}
639 ${GENSCRIPTS} w65 "$(tdir_w65)"
640ez8001.c: $(srcdir)/emulparams/z8001.sh \
641 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
642 ${GENSCRIPTS} z8001 "$(tdir_z8001)"
643ez8002.c: $(srcdir)/emulparams/z8002.sh \
644 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
645 ${GENSCRIPTS} z8002 "$(tdir_z8002)"
646
647ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
648 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
649ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLDEPS)
650ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
651
652# The generated emulation files mostly have the same dependencies.
653$(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \
654 ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \
655 ldctor.h ldexp.h ldlang.h ldgram.h
656
657# This is the real libbfd.a created by libtool.
658TESTBFDLIB = @TESTBFDLIB@
659
660check-DEJAGNU: site.exp
661 srcroot=`cd $(srcdir) && pwd`; export srcroot; \
662 r=`pwd`; export r; \
663 EXPECT=$(EXPECT); export EXPECT; \
664 if [ -f $(top_builddir)/../expect/expect ]; then \
665 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
666 export TCL_LIBRARY; \
667 fi; \
668 runtest=$(RUNTEST); \
669 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
670 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
671 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \
672 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \
673 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \
674 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \
675 LIBIBERTY="$(LIBIBERTY) $(INTLLIBS)" \
676 $(RUNTESTFLAGS); \
677 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
678 fi
679
680# Rules for testing by relinking ld itself.
681# A similar test is in the testsuite. This target is for ease of use
682# when porting ld.
683
684ld-partial.o: ld-new$(EXEEXT)
685 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld-partial.o -r $(OFILES)
686ld1$(EXEEXT): ld-partial.o
687 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.o $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
688
689ld1-full$(EXEEXT): ld-new
690 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
691
692ld2$(EXEEXT): ld1$(EXEEXT)
693 ./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
694
695ld3$(EXEEXT): ld2$(EXEEXT)
696 ./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
697
698bootstrap: ld3$(EXEEXT)
699 cmp ld2$(EXEEXT) ld3$(EXEEXT)
700
701.PHONY: bootstrap
702
703# A test program for C++ constructors and destructors.
704# This test is now in the testsuite.
705#
706#cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
707# ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \
708# cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS)
709#
710#cdtest.out: cdtest
711# ./cdtest > cdtest.tmp
712# mv cdtest.tmp cdtest.out
713#
714#cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
715# ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \
716# cdtest-bar.o cdtest-foo.o
717#
718#cdtest-ur: cdtest-ur.o
719# ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \
720# $(HOSTING_LIBS)
721#
722#cdtest-ur.out: cdtest-ur
723# ./cdtest-ur > cdtest-ur.tmp
724# mv cdtest-ur.tmp cdtest-ur.out
725#
726#check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
727# diff $(srcdir)/cdtest.exp cdtest.out
728# diff $(srcdir)/cdtest.exp cdtest-ur.out
729#
730#.PHONY: check-cdtest
731
732# END OF CHECK TARGETS
733
734# DOCUMENTATION TARGETS
735# Manual configuration file; not usually attached to normal configuration,
736# because almost all configs use "gen" version of manual.
737# Set DOCVER above to change.
738configdoc.texi: ${DOCVER}-doc.texi
739 ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
740 || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
741 || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
742
743ldver.texi: Makefile
744 rm -f $@
745 echo '@set VERSION $(VERSION)' > $@
746
747ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
748 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
749 $(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
750
751ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
752 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
753 MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) $(srcdir)/ld.texinfo
754
755MAINTAINERCLEANFILES = ldver.texi
756
757# We want to reconfigure if configure.host or configure.tgt changes.
758config.status: $(srcdir)/configure $(srcdir)/configure.host $(srcdir)/configure.tgt
759 $(SHELL) ./config.status --recheck
760
761MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
762 ldemul-list.h crtbegin.o crtend.o ld.log ld.sum
763mostlyclean-local:
764 -rm -rf tmpdir
f4162f5c 765CLEANFILES = dep.sed DEP DEP1
252b5132
RH
766
767.PHONY: install-exec-local install-data-local
768
769install-exec-local: ld-new$(EXEEXT)
770 $(mkinstalldirs) $(bindir) $(tooldir)/bin
771 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
772 if test -f $$p; then \
773 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
774 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
775 else :; fi; \
776 done
777 n=`echo ld | sed '$(transform)'`; \
778 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \
779 rm -f $(tooldir)/bin/ld$(EXEEXT); \
780 ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
781 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT); \
782 fi
783
784install-data-local:
785 $(mkinstalldirs) $(scriptdir)/ldscripts
786 for f in ldscripts/*; do \
787 $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
788 done
789
790# Stuff that should be included in a distribution. The diststuff
791# target is run by the taz target in ../Makefile.in.
792LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
793diststuff: $(LDDISTSTUFF) info
794
795DISTCLEANFILES = tdirs site.exp site.bak
796distclean-local:
797 rm -rf ldscripts
798
799# Targets to rebuild dependencies in this Makefile.
f4162f5c
ILT
800# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
801DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
802 rm -f DEP1
803 $(MAKE) MKDEP=$(MKDEP) DEP1
804 sed -f dep.sed <DEP1 >DEP
252b5132
RH
805
806# This rule really wants a mkdep that runs "gcc -MM".
f4162f5c
ILT
807DEP1: $(CFILES) $(GENERATED_CFILES)
808 rm -f DEP2
809 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
810 $(MKDEP) -f DEP2 $(INCLUDES) $?
811 $(srcdir)/../move-if-change DEP2 DEP1
252b5132
RH
812
813dep.sed: dep-in.sed config.status
814 sed <$(srcdir)/dep-in.sed >dep.sed \
815 -e 's!@INCDIR@!$(INCDIR)!' \
816 -e 's!@SRCDIR@!$(srcdir)!'
817
f4162f5c 818dep: DEP
252b5132 819 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
f4162f5c 820 cat DEP >> tmp-Makefile
252b5132
RH
821 $(srcdir)/../move-if-change tmp-Makefile Makefile
822
f4162f5c 823dep-in: DEP
252b5132 824 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
f4162f5c 825 cat DEP >> tmp-Makefile.in
252b5132
RH
826 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
827
f4162f5c 828dep-am: DEP
252b5132 829 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
f4162f5c 830 cat DEP >> tmp-Makefile.am
252b5132
RH
831 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
832
833.PHONY: dep dep-in dep-am
834
835# What appears below is generated by a hacked mkdep using gcc -MM.
836
837# DO NOT DELETE THIS LINE -- mkdep uses it.
838# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
839
840ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
841 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
842 ld.h ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h
843ldemul.o: ldemul.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
844 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h ldemul.h \
845 ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldemul-list.h
846ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
847 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
848 ld.h ldmain.h ldmisc.h ldexp.h ldgram.h ldlang.h
849ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
850 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
851 ld.h ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \
852 ldlex.h ldemul.h
853ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
854 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
855 $(INCDIR)/obstack.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
856 ldgram.h ldexp.h ldlang.h ldemul.h ldlex.h ldmisc.h \
f4162f5c 857 ldctor.h ldfile.h $(INCDIR)/fnmatch.h $(INCDIR)/demangle.h
252b5132
RH
858ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
859 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
860 $(INCDIR)/progress.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
861 ldmisc.h ldwrite.h ldgram.h ldexp.h ldlang.h ldemul.h \
862 ldlex.h ldfile.h ldctor.h
863ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
864 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
865 $(INCDIR)/demangle.h ld.h ldmisc.h ldexp.h ldlang.h \
866 ldgram.h ldlex.h ldmain.h ldfile.h
867ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
868 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h ldver.h \
869 ldemul.h ldmain.h
870ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
871 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
872 $(INCDIR)/libiberty.h ld.h ldexp.h ldlang.h ldwrite.h \
873 ldmisc.h ldgram.h ldmain.h
874lexsup.o: lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
875 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
876 $(INCDIR)/getopt.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
877 ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h ldfile.h \
878 ldver.h ldemul.h
879mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h sysdep.h \
880 config.h $(INCDIR)/fopen-same.h ld.h ldexp.h ldlang.h \
881 ldmisc.h mri.h ldgram.h $(INCDIR)/libiberty.h
882ldcref.o: ldcref.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
883 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
884 $(INCDIR)/libiberty.h ld.h ldmain.h ldmisc.h ldexp.h \
885 ldlang.h
886pe-dll.o: pe-dll.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
887 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
888 $(INCDIR)/libiberty.h ld.h ldexp.h ldlang.h ldwrite.h \
889 ldmisc.h ldgram.h ldmain.h ldemul.h $(INCDIR)/coff/internal.h \
1069dd8d 890 ../bfd/libcoff.h deffile.h pe-dll.h
252b5132
RH
891ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
892 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
893 ld.h ldexp.h ldver.h ldlang.h ldemul.h ldfile.h ldmisc.h \
894 ldmain.h mri.h ldctor.h ldlex.h
895ldlex.o: ldlex.c ../bfd/bfd.h sysdep.h config.h $(INCDIR)/fopen-same.h \
896 ld.h ldgram.h ldmisc.h ldexp.h ldlang.h ldfile.h ldlex.h \
897 ldmain.h
898deffilep.o: deffilep.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
899 ../bfd/bfd.h sysdep.h config.h $(INCDIR)/fopen-same.h \
900 ld.h ldmisc.h deffile.h
901
902# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.091357 seconds and 4 git commands to generate.