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