Mon Apr 6 12:06:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
[deliverable/binutils-gdb.git] / ld / Makefile.in
CommitLineData
51b9a79b 1# Makefile.in generated automatically by automake 1.2e from Makefile.am
ce4d59e2 2
51b9a79b 3# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
49c009b5 4# This Makefile.in is free software; the Free Software Foundation
51b9a79b
ILT
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
eb02fd64 12
eb02fd64 13
f5870264 14SHELL = @SHELL@
e06ba18d 15
49c009b5
ILT
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
d66c832b 20exec_prefix = @exec_prefix@
49c009b5 21
f14a5192 22bindir = @bindir@
49c009b5
ILT
23sbindir = @sbindir@
24libexecdir = @libexecdir@
f14a5192 25datadir = @datadir@
49c009b5
ILT
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
f14a5192 30infodir = @infodir@
49c009b5 31mandir = @mandir@
f14a5192 32includedir = @includedir@
49c009b5 33oldincludedir = /usr/include
f14a5192 34
49c009b5
ILT
35pkgdatadir = $(datadir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
e06ba18d 38
49c009b5
ILT
39top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
e06ba18d 45
ba69384d 46INSTALL = @INSTALL@
f14a5192
JM
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49c009b5
ILT
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50transform = @program_transform_name@
51
51b9a79b
ILT
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
49c009b5
ILT
58build_alias = @build_alias@
59build_triplet = @build@
60host_alias = @host_alias@
61host_triplet = @host@
62target_alias = @target_alias@
63target_triplet = @target@
d66c832b 64CC = @CC@
b9a5c27f 65EXEEXT = @EXEEXT@
49c009b5
ILT
66HDEFINES = @HDEFINES@
67LD = @LD@
68LIBTOOL = @LIBTOOL@
69LN_S = @LN_S@
70MAINT = @MAINT@
71MAKEINFO = @MAKEINFO@
72NATIVE_LIB_DIRS = @NATIVE_LIB_DIRS@
12e0afe5 73NM = @NM@
49c009b5
ILT
74PACKAGE = @PACKAGE@
75RANLIB = @RANLIB@
49c009b5
ILT
76VERSION = @VERSION@
77
51b9a79b 78AUTOMAKE_OPTIONS = cygnus dejagnu
49c009b5
ILT
79
80tooldir = $(exec_prefix)/$(target_alias)
81
82YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
83YFLAGS = -d
84LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
85
86# We put the scripts in the directory $(scriptdir)/ldscripts.
87# We can't put the scripts in $(datadir) because the SEARCH_DIR
88# directives need to be different for native and cross linkers.
89scriptdir = $(tooldir)/lib
8c32cf6e 90
d66c832b
ILT
91EMUL = @EMUL@
92EMULATION_OFILES = @EMULATION_OFILES@
93
efa6c497 94# Search path to override the default search path for -lfoo libraries.
ee17cac9 95# If LIB_PATH is empty, the ones in the script (if any) are left alone.
208bc89e 96# (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
917bffa7 97# a cross-linker, in which case the default is empty. See genscripts.sh.)
ee17cac9
PB
98# Otherwise, they are replaced with the ones given in LIB_PATH,
99# which may have the form: LIB_PATH=/lib:/usr/local/lib
100LIB_PATH =
101
959eba20
JO
102BASEDIR = $(srcdir)/..
103BFDDIR = $(BASEDIR)/bfd
104INCDIR = $(BASEDIR)/include
4a6afc88 105DEP = mkdep
2ee11735 106
2412a768
RP
107# What version of the manual to build
108DOCVER = gen
109
5cdea2ac 110#stuff for self hosting (can be overridden in config file).
d66c832b
ILT
111HOSTING_CRT0 = @HOSTING_CRT0@
112HOSTING_LIBS = @HOSTING_LIBS@
74e6b793 113HOSTING_EMU = -m $(EMUL)
5cdea2ac 114
3a9149a7 115# Setup the testing framework, if you have one
32286e08
C
116EXPECT = `if [ -f $$r/../expect/expect ] ; \
117 then echo $$r/../expect/expect ; \
118 else echo expect ; fi`
119
120RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \
121 then echo $${srcroot}/../dejagnu/runtest ; \
122 else echo runtest ; fi`
099c286e 123
03372cf4 124RUNTESTFLAGS =
32286e08
C
125
126CC_FOR_TARGET = ` \
65d22248 127 if [ -f $$r/../gcc/xgcc ] ; then \
32286e08
C
128 if [ -f $$r/../newlib/Makefile ] ; then \
129 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
130 else \
131 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
132 fi; \
133 else \
dfc84b08 134 if [ "@host@" = "@target@" ] ; then \
32286e08
C
135 echo $(CC); \
136 else \
ca7f5c98 137 echo gcc | sed '$(transform)'; \
32286e08
C
138 fi; \
139 fi`
140
141CXX = gcc
142CXX_FOR_TARGET = ` \
65d22248 143 if [ -f $$r/../gcc/xgcc ] ; then \
32286e08
C
144 if [ -f $$r/../newlib/Makefile ] ; then \
145 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
146 else \
147 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
148 fi; \
149 else \
dfc84b08 150 if [ "@host@" = "@target@" ] ; then \
32286e08
C
151 echo $(CXX); \
152 else \
ca7f5c98 153 echo gcc | sed '$(transform)'; \
32286e08
C
154 fi; \
155 fi`
c97b9003 156
49c009b5
ILT
157noinst_PROGRAMS = ld-new
158info_TEXINFOS = ld.texinfo
159noinst_TEXINFOS = ldint.texinfo
160man_MANS = ld.1
565c93e9 161
49c009b5 162INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) $(HDEFINES) $(CFLAGS)
f78e2569 163
49c009b5 164BFDLIB = ../bfd/libbfd.la
959eba20 165LIBIBERTY = ../libiberty/libiberty.a
eb02fd64 166
efa6c497
ILT
167ALL_EMULATIONS = \
168 ea29k.o \
169 eaixppc.o \
170 eaixrs6.o \
171 ealpha.o \
0c0b16f9 172 earcelf.o \
efa6c497
ILT
173 earmaoutb.o \
174 earmaoutl.o \
175 earmcoff.o \
176 earmpe.o \
177 ecoff_sparc.o \
e48412a2
MM
178 ed10velf.o \
179 $(start-sanitize-d30v) \
180 ed30velf.o \
f5870264
DE
181 ed30v_e.o \
182 ed30v_o.o \
e48412a2 183 $(end-sanitize-d30v) \
efa6c497
ILT
184 edelta68.o \
185 eebmon29k.o \
186 eelf32_sparc.o \
187 eelf32b4300.o \
188 eelf32bmip.o \
719de0ea
ILT
189 eelf32ebmip.o \
190 eelf32elmip.o \
efa6c497 191 eelf32l4300.o \
bd8a4ea4
JL
192 $(start-sanitize-r5900) \
193 eelf32l5900.o \
194 $(end-sanitize-r5900) \
efa6c497
ILT
195 eelf32lmip.o \
196 eelf32lppc.o \
197 eelf32ppc.o \
efa6c497
ILT
198 eelf_i386.o \
199 egld960.o \
200 egld960coff.o \
201 ego32.o \
202 eh8300.o \
203 eh8300h.o \
f14a5192 204 eh8300s.o \
efa6c497
ILT
205 eh8500.o \
206 eh8500b.o \
207 eh8500c.o \
208 eh8500m.o \
209 eh8500s.o \
210 ehp300bsd.o \
211 ehp3hpux.o \
212 ehppaelf.o \
213 ei386aout.o \
214 ei386bsd.o \
215 ei386coff.o \
216 ei386go32.o \
217 ei386linux.o \
218 ei386lynx.o \
219 ei386mach.o \
220 ei386moss.o \
221 ei386msdos.o \
222 ei386nbsd.o \
223 ei386nw.o \
224 ei386pe.o \
225 elnk960.o \
226 em68k4knbsd.o \
227 em68kaout.o \
228 em68kaux.o \
229 em68kcoff.o \
230 em68kelf.o \
231 em68klinux.o \
232 em68klynx.o \
233 em68knbsd.o \
234 em68kpsos.o \
235 em88kbcs.o \
236 emipsbig.o \
237 emipsbsd.o \
238 emipsidt.o \
239 emipsidtl.o \
240 emipslit.o \
9ae9e582 241 emipslnews.o \
efa6c497
ILT
242 enews.o \
243 ens32knbsd.o \
1ab4cd57 244 epc532macha.o \
efa6c497
ILT
245 eppcmacos.o \
246 eppcnw.o \
247 eppcpe.o \
248 eriscix.o \
249 esa29200.o \
250 esh.o \
79e9dc20
DE
251 eshelf.o \
252 eshlelf.o \
efa6c497
ILT
253 eshl.o \
254 esparcaout.o \
ba69384d 255 esparclinux.o \
efa6c497
ILT
256 esparclynx.o \
257 esparcnbsd.o \
258 est2000.o \
259 esun3.o \
260 esun4.o \
cdf91fe4
ILT
261 etic30aout.o \
262 etic30coff.o \
e48412a2
MM
263 $(start-sanitize-tic80) \
264 etic80coff.o \
265 $(end-sanitize-tic80) \
efa6c497
ILT
266 evanilla.o \
267 evax.o \
268 evsta.o \
269 ew65.o \
270 ez8001.o \
271 ez8002.o
7e5c1057 272
30bddd33 273ALL_64_EMULATIONS = \
e48412a2 274 eelf64_sparc.o \
30bddd33
ILT
275 eelf64alpha.o
276
74e6b793 277CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
4a6afc88 278 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
3fac4887 279 mri.c ldcref.c
eb02fd64 280
74e6b793 281HFILES = config.h ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
4a6afc88 282 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
3fac4887 283 ldwrite.h mri.h
eb02fd64 284
74e6b793 285GENERATED_CFILES = ldgram.c ldlex.c
208bc89e 286GENERATED_HFILES = ldgram.h ldemul-list.h
eb02fd64 287
74e6b793 288OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \
4a6afc88 289 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \
3fac4887 290 ldfile.o ldcref.o ${EMULATION_OFILES}
eb02fd64 291
82ebe9a2 292STAGESTUFF = *.o ldscripts/* e*.c
e06ba18d 293
49c009b5
ILT
294# These all start with e so 'make clean' can find them.
295
296GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} @host@ @target@ @target_alias@ ${EMUL} "@NATIVE_LIB_DIRS@"
297GEN_DEPENDS = $(srcdir)/genscripts.sh $(srcdir)/emultempl/stringify.sed
298
299ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
300 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
24d2330e 301ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY)
ab1f47c0 302ld_new_LDADD = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY)
49c009b5
ILT
303
304# This is the real libbfd.a created by libtool.
305TESTBFDLIB = ../bfd/.libs/libbfd.a
306
36977730 307MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
193bbe85 308 ldemul-list.h crtbegin.o crtend.o ld.log ld.sum
0c0b16f9 309CLEANFILES = dep.sed .dep .dep1 bfdsumm.texi
51b9a79b
ILT
310
311# Stuff that should be included in a distribution. The diststuff
312# target is run by the taz target in ../Makefile.in.
313LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
314
193bbe85 315DISTCLEANFILES = tdirs site.exp site.bak
49c009b5
ILT
316ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
317mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
318CONFIG_HEADER = config.h
319CONFIG_CLEAN_FILES =
320noinst_PROGRAMS = ld-new$(EXEEXT)
321PROGRAMS = $(noinst_PROGRAMS)
322
323
324DEFS = @DEFS@ -I. -I$(srcdir) -I.
325CPPFLAGS = @CPPFLAGS@
326LDFLAGS = @LDFLAGS@
327LIBS = @LIBS@
328ld_new_OBJECTS = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o \
329ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o
330ld_new_LDFLAGS =
331LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
332LEXLIB = @LEXLIB@
333CFLAGS = @CFLAGS@
334COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
335LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
336LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
337TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
338TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
339INFO_DEPS = ld.info
340DVIS = ld.dvi
341TEXINFOS = ld.texinfo
342MANS = ld.1
343
344NROFF = nroff
345DIST_COMMON = README ChangeLog Makefile.am Makefile.in NEWS TODO \
346acconfig.h acinclude.m4 aclocal.m4 config.in configure configure.in \
347ldgram.c ldlex.c stamp-h.in
348
349
350DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
351
352TAR = tar
353GZIP = --best
354SOURCES = $(ld_new_SOURCES)
355OBJECTS = $(ld_new_OBJECTS)
356
357default: all
358
359.SUFFIXES:
51b9a79b 360.SUFFIXES: .S .c .dvi .info .l .lo .o .ps .s .texi .texinfo .y
49c009b5
ILT
361$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
362 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
363
364Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
365 cd $(top_builddir) \
366 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
367
368$(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
369 cd $(srcdir) && $(ACLOCAL)
370
371config.status: $(srcdir)/configure
372 $(SHELL) ./config.status --recheck
373$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
374 cd $(srcdir) && $(AUTOCONF)
375
51b9a79b
ILT
376config.h: stamp-h
377 @:
49c009b5
ILT
378stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
379 cd $(top_builddir) \
380 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
381 $(SHELL) ./config.status
382 @echo timestamp > stamp-h
383$(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
384$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
385 cd $(top_srcdir) && $(AUTOHEADER)
386 @echo timestamp > $(srcdir)/stamp-h.in
387
388mostlyclean-hdr:
389
390clean-hdr:
391
392distclean-hdr:
51b9a79b 393 -rm -f config.h
49c009b5
ILT
394
395maintainer-clean-hdr:
396
397mostlyclean-noinstPROGRAMS:
398
399clean-noinstPROGRAMS:
51b9a79b 400 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
49c009b5
ILT
401
402distclean-noinstPROGRAMS:
403
404maintainer-clean-noinstPROGRAMS:
405
51b9a79b 406.c.o:
f5870264
DE
407 $(COMPILE) -c $<
408
51b9a79b 409.s.o:
f5870264
DE
410 $(COMPILE) -c $<
411
51b9a79b 412.S.o:
49c009b5
ILT
413 $(COMPILE) -c $<
414
415mostlyclean-compile:
51b9a79b 416 -rm -f *.o core *.core
49c009b5
ILT
417
418clean-compile:
419
420distclean-compile:
51b9a79b 421 -rm -f *.tab.c
49c009b5
ILT
422
423maintainer-clean-compile:
424
425.c.lo:
426 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
427
f5870264
DE
428.s.lo:
429 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
430
431.S.lo:
432 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
433
49c009b5 434mostlyclean-libtool:
51b9a79b 435 -rm -f *.lo
49c009b5
ILT
436
437clean-libtool:
51b9a79b 438 -rm -rf .libs _libs
49c009b5
ILT
439
440distclean-libtool:
441
442maintainer-clean-libtool:
443
444ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
445 @rm -f ld-new$(EXEEXT)
446 $(LINK) $(ld_new_LDFLAGS) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
447.y.c:
51b9a79b 448 $(YACC) $(YFLAGS) $< && mv y.tab.c $*.c
49c009b5
ILT
449 if test -f y.tab.h; then \
450 if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
451 else :; fi
51b9a79b
ILT
452ldgram.h: ldgram.c
453
49c009b5
ILT
454.l.c:
455 $(LEX) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
456
457ld.info: ld.texinfo
458ld.dvi: ld.texinfo
459
460
461DVIPS = dvips
462
463.texi.info:
464 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
465 $(MAKEINFO) -I $(srcdir) $<
466
467.texi.dvi:
468 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
469 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
470
471.texi:
472 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
473 $(MAKEINFO) -I $(srcdir) $<
474
475.texinfo.info:
476 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
477 $(MAKEINFO) -I $(srcdir) $<
478
479.texinfo:
480 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
481 $(MAKEINFO) -I $(srcdir) $<
482
483.texinfo.dvi:
484 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
485 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
486.dvi.ps:
487 $(DVIPS) $< -o $@
488
489install-info-am: $(INFO_DEPS)
490 @$(NORMAL_INSTALL)
491 $(mkinstalldirs) $(infodir)
492 @for file in $(INFO_DEPS); do \
493 if test -f $$file; then d=.; else d=$(srcdir); fi; \
494 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
495 if test -f $$d/$$ifile; then \
496 echo " $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \
497 $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
498 else : ; fi; \
499 done; \
500 done
501 @$(POST_INSTALL)
502 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
503 for file in $(INFO_DEPS); do \
504 echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
505 install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
506 done; \
507 else : ; fi
508
509uninstall-info:
510 $(PRE_UNINSTALL)
511 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
512 ii=yes; \
513 else ii=; fi; \
514 for file in $(INFO_DEPS); do \
51b9a79b
ILT
515 test -z "$ii" \
516 || install-info --info-dir=$(infodir) --remove $$file; \
49c009b5
ILT
517 done
518 $(NORMAL_UNINSTALL)
519 for file in $(INFO_DEPS); do \
520 (cd $(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
521 done
522
523dist-info: $(INFO_DEPS)
524 for base in $(INFO_DEPS); do \
525 if test -f $$base; then d=.; else d=$(srcdir); fi; \
526 for file in `cd $$d && eval echo $$base*`; do \
527 test -f $(distdir)/$$file \
528 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
529 || cp -p $$d/$$file $(distdir)/$$file; \
530 done; \
531 done
532
533mostlyclean-aminfo:
51b9a79b
ILT
534 -rm -f ld.aux ld.cp ld.cps ld.dvi ld.fn ld.fns ld.ky ld.kys ld.ps \
535 ld.log ld.pg ld.toc ld.tp ld.tps ld.vr ld.vrs ld.op ld.tr \
536 ld.cv ld.cn
49c009b5
ILT
537
538clean-aminfo:
539
540distclean-aminfo:
541
542maintainer-clean-aminfo:
51b9a79b
ILT
543 for i in $(INFO_DEPS); do \
544 rm -f $$i; \
545 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
546 rm -f $$i-[0-9]*; \
547 fi; \
548 done
49c009b5
ILT
549clean-info: mostlyclean-aminfo
550install-man: $(MANS)
551 $(NORMAL_INSTALL)
552 $(mkinstalldirs) $(mandir)/man1
553 @sect=1; \
554 inst=`echo "ld" | sed '$(transform)'`.1; \
555 if test -f $(srcdir)/ld.1; then file=$(srcdir)/ld.1; \
556 else file=ld.1; fi; \
557 echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \
558 $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
559
560uninstall-man:
561 $(NORMAL_UNINSTALL)
51b9a79b 562 -inst=`echo "ld" | sed '$(transform)'`.1; \
49c009b5
ILT
563 rm -f $(mandir)/man1/$$inst
564
565
566tags: TAGS
567
51b9a79b
ILT
568ID: $(HEADERS) $(SOURCES) $(LISP)
569 here=`pwd` && cd $(srcdir) \
570 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
49c009b5 571
51b9a79b 572TAGS: $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
49c009b5
ILT
573 tags=; \
574 here=`pwd`; \
51b9a79b
ILT
575 list='$(SOURCES) $(HEADERS)'; \
576 unique=`for i in $$list; do echo $$i; done | \
577 awk ' { files[$$0] = 1; } \
578 END { for (i in files) print i; }'`; \
579 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
580 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
49c009b5
ILT
581
582mostlyclean-tags:
583
584clean-tags:
585
586distclean-tags:
51b9a79b 587 -rm -f TAGS ID
49c009b5
ILT
588
589maintainer-clean-tags:
590
591distdir = $(PACKAGE)-$(VERSION)
592top_distdir = $(distdir)
593
594# This target untars the dist file and tries a VPATH configuration. Then
595# it guarantees that the distribution is self-contained by making another
596# tarfile.
597distcheck: dist
51b9a79b 598 -rm -rf $(distdir)
49c009b5
ILT
599 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
600 mkdir $(distdir)/=build
601 mkdir $(distdir)/=inst
602 dc_install_base=`cd $(distdir)/=inst && pwd`; \
603 cd $(distdir)/=build \
604 && ../configure --srcdir=.. --prefix=$$dc_install_base \
605 && $(MAKE) \
606 && $(MAKE) dvi \
607 && $(MAKE) check \
608 && $(MAKE) install \
609 && $(MAKE) installcheck \
610 && $(MAKE) dist
51b9a79b 611 -rm -rf $(distdir)
49c009b5
ILT
612 @echo "========================"; \
613 echo "$(distdir).tar.gz is ready for distribution"; \
614 echo "========================"
615dist: distdir
616 -chmod -R a+r $(distdir)
617 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
51b9a79b 618 -rm -rf $(distdir)
49c009b5
ILT
619dist-all: distdir
620 -chmod -R a+r $(distdir)
621 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
51b9a79b 622 -rm -rf $(distdir)
49c009b5 623distdir: $(DISTFILES)
51b9a79b 624 -rm -rf $(distdir)
49c009b5
ILT
625 mkdir $(distdir)
626 -chmod 777 $(distdir)
627 @for file in $(DISTFILES); do \
628 if test -f $$file; then d=.; else d=$(srcdir); fi; \
629 test -f $(distdir)/$$file \
630 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
631 || cp -p $$d/$$file $(distdir)/$$file; \
632 done
633 $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
634
635DEJATOOL = $(PACKAGE)
51b9a79b
ILT
636
637RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
49c009b5
ILT
638site.exp: Makefile
639 @echo 'Making a new site.exp file...'
640 -@rm -f site.bak
641 @echo '## these variables are automatically generated by make ##' > $@-t
642 @echo '# Do not edit here. If you wish to override these values' >> $@-t
643 @echo '# edit the last section' >> $@-t
644 @echo 'set tool $(DEJATOOL)' >> $@-t
645 @echo 'set srcdir $(srcdir)' >> $@-t
646 @echo 'set objdir' `pwd` >> $@-t
647 @echo 'set host_alias $(host_alias)' >> $@-t
648 @echo 'set host_triplet $(host_triplet)' >> $@-t
649 @echo 'set target_alias $(target_alias)' >> $@-t
650 @echo 'set target_triplet $(target_triplet)' >> $@-t
651 @echo 'set build_alias $(build_alias)' >> $@-t
652 @echo 'set build_triplet $(build_triplet)' >> $@-t
653 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
654 -@sed '1,/^## All variables above are.*##/ d' site.bak >> $@-t
655 -@mv site.exp site.bak
656 @mv $@-t site.exp
657info: $(INFO_DEPS)
658dvi: $(DVIS)
51b9a79b 659check:
49c009b5
ILT
660 $(MAKE) check-DEJAGNU
661installcheck:
662install-info: install-info-am
663install-exec: install-exec-local
664 @$(NORMAL_INSTALL)
665
666install-data: install-man install-data-local
667 @$(NORMAL_INSTALL)
668
669install: install-exec install-data all
670 @:
671
672uninstall: uninstall-man
673
674all: Makefile $(PROGRAMS) $(MANS) config.h
675
676install-strip:
677 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
678installdirs:
679 $(mkinstalldirs) $(mandir)/man1
680
2ee11735 681
49c009b5 682mostlyclean-generic:
51b9a79b 683 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
49c009b5
ILT
684
685clean-generic:
51b9a79b 686 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
49c009b5
ILT
687
688distclean-generic:
51b9a79b
ILT
689 -rm -f Makefile $(DISTCLEANFILES)
690 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
691 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
49c009b5
ILT
692
693maintainer-clean-generic:
51b9a79b
ILT
694 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
695 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
49c009b5
ILT
696mostlyclean: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
697 mostlyclean-compile mostlyclean-libtool \
437a04cb
ILT
698 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic \
699 mostlyclean-local
49c009b5
ILT
700
701clean: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
702 clean-aminfo clean-tags clean-generic mostlyclean
703
704distclean: distclean-hdr distclean-noinstPROGRAMS distclean-compile \
705 distclean-libtool distclean-aminfo distclean-tags \
03abc2bd 706 distclean-generic clean distclean-local
51b9a79b
ILT
707 -rm -f config.status
708 -rm -f libtool
49c009b5
ILT
709
710maintainer-clean: maintainer-clean-hdr maintainer-clean-noinstPROGRAMS \
711 maintainer-clean-compile maintainer-clean-libtool \
712 maintainer-clean-aminfo maintainer-clean-tags \
713 maintainer-clean-generic distclean
714 @echo "This command is intended for maintainers to use;"
715 @echo "it deletes files that may require special tools to rebuild."
51b9a79b 716 -rm -f config.status
49c009b5
ILT
717
718.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
719maintainer-clean-hdr mostlyclean-noinstPROGRAMS \
720distclean-noinstPROGRAMS clean-noinstPROGRAMS \
721maintainer-clean-noinstPROGRAMS mostlyclean-compile distclean-compile \
722clean-compile maintainer-clean-compile mostlyclean-libtool \
723distclean-libtool clean-libtool maintainer-clean-libtool \
724install-info-am uninstall-info mostlyclean-aminfo distclean-aminfo \
725clean-aminfo maintainer-clean-aminfo install-man uninstall-man tags \
726mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
727distdir check-DEJAGNU info dvi installcheck install-info install-exec \
728install-data install uninstall all installdirs mostlyclean-generic \
729distclean-generic clean-generic maintainer-clean-generic clean \
730mostlyclean distclean maintainer-clean
cc964c6f 731
32286e08 732
4a6afc88 733ldmain.o: ldmain.c config.status
49c009b5 734 $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' -DSCRIPTDIR='"$(scriptdir)"' -DTARGET='"@target@"' $(srcdir)/ldmain.c
4a6afc88 735
82ebe9a2 736ldemul-list.h: Makefile
7e5c1057
PB
737 (echo "/* This file is automatically generated. DO NOT EDIT! */";\
738 for f in `echo " " ${EMULATION_OFILES} "" \
82ebe9a2 739 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
7e5c1057
PB
740 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
741 done;\
742 echo "";\
743 echo "#define EMULATION_LIST \\";\
744 for f in `echo " " ${EMULATION_OFILES} "" \
82ebe9a2 745 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
7e5c1057
PB
746 echo " &ld_$${f}_emulation, \\"; \
747 done;\
4a6afc88
ILT
748 echo " 0") >ldemul-tmp.h
749 mv ldemul-tmp.h ldemul-list.h
95d31c3c 750@TDIRS@
7e5c1057 751
efa6c497
ILT
752ea29k.c: $(srcdir)/emulparams/a29k.sh \
753 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS}
754 ${GENSCRIPTS} a29k "$(tdir_a29k)"
755eaixppc.c: $(srcdir)/emulparams/aixppc.sh \
756 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
757 ${GENSCRIPTS} aixppc "$(tdir_aixppc)"
758eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \
759 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
760 ${GENSCRIPTS} aixrs6 "$(tdir_aixrs6)"
761ealpha.c: $(srcdir)/emulparams/alpha.sh \
762 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS}
763 ${GENSCRIPTS} alpha "$(tdir_alpha)"
efa6c497
ILT
764earcelf.c: $(srcdir)/emulparams/arcelf.sh \
765 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
766 ${GENSCRIPTS} arcelf "$(tdir_arcelf)"
efa6c497
ILT
767earmaoutb.c: $(srcdir)/emulparams/armaoutb.sh \
768 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
769 ${GENSCRIPTS} armaoutb "$(tdir_armaoutb)"
770earmaoutl.c: $(srcdir)/emulparams/armaoutl.sh \
771 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
772 ${GENSCRIPTS} armaoutl "$(tdir_armaoutl)"
773earmcoff.c: $(srcdir)/emulparams/armcoff.sh \
774 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armcoff.sc ${GEN_DEPENDS}
775 ${GENSCRIPTS} armcoff "$(tdir_armcoff)"
28d0c3ce 776earmpe.c: $(srcdir)/emulparams/armpe.sh \
d66c832b 777 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
95d31c3c 778 ${GENSCRIPTS} armpe "$(tdir_armpe)"
efa6c497
ILT
779ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
780 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
781 ${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)"
e9525d96 782ed10velf.c: $(srcdir)/emulparams/d10velf.sh \
10e31c75 783 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd10v.sc ${GEN_DEPENDS}
04c17a75 784 ${GENSCRIPTS} d10velf "$(tdir_d10v)"
49c009b5 785start-sanitize-d30v:
9ae9e582
ILT
786ed30velf.c: $(srcdir)/emulparams/d30velf.sh \
787 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
788 ${GENSCRIPTS} d30velf "$(tdir_d30v)"
f5870264
DE
789ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \
790 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
791 ${GENSCRIPTS} d30v_o "$(tdir_d30v)"
792ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \
793 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
794 ${GENSCRIPTS} d30v_e "$(tdir_d30v)"
49c009b5 795end-sanitize-d30v:
efa6c497
ILT
796edelta68.c: $(srcdir)/emulparams/delta68.sh \
797 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS}
798 ${GENSCRIPTS} delta68 "$(tdir_delta68)"
799eebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \
800 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS}
801 ${GENSCRIPTS} ebmon29k "$(tdir_ebmon29k)"
79e9dc20
DE
802em32relf.c: $(srcdir)/emulparams/m32relf.sh \
803 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
804 ${GENSCRIPTS} m32relf "$(tdir_m32r)"
efa6c497
ILT
805eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
806 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
807 ${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"
808eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
809 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
810 ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)"
811eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
b9a5c27f 812 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
efa6c497 813 ${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)"
532fe3e5
ILT
814eelf32bsmip.c: $(srcdir)/emulparams/elf32bsmip.sh \
815 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
816 ${GENSCRIPTS} elf32bsmip "$(tdir_elf32bsmip)"
719de0ea 817eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \
b9a5c27f 818 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
719de0ea
ILT
819 ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
820eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \
b9a5c27f 821 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
719de0ea 822 ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)"
efa6c497
ILT
823eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \
824 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
825 ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)"
bd8a4ea4
JL
826start-sanitize-r5900:
827eelf32l5900.c: $(srcdir)/emulparams/elf32l5900.sh \
828 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
829 ${GENSCRIPTS} elf32l5900 "$(tdir_elf32l5900)"
830end-sanitize-r5900:
efa6c497 831eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \
b9a5c27f 832 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
efa6c497
ILT
833 ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)"
834eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \
835 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
836 ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)"
532fe3e5
ILT
837eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \
838 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
839 ${GENSCRIPTS} elf32lsmip "$(tdir_elf32lsmip)"
efa6c497
ILT
840eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
841 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
842 ${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)"
f14a5192
JM
843eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
844 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
845 ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)"
efa6c497 846eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \
e48412a2 847 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
efa6c497
ILT
848 ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)"
849eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
850 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
851 ${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)"
852egld960.c: $(srcdir)/emulparams/gld960.sh \
853 $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
854 ${GENSCRIPTS} gld960 "$(tdir_gld960)"
855egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
856 $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
857 ${GENSCRIPTS} gld960coff "$(tdir_gld960coff)"
82ebe9a2 858ego32.c: $(srcdir)/emulparams/go32.sh \
8ddef552 859 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
95d31c3c 860 ${GENSCRIPTS} go32 "$(tdir_go32)"
efa6c497
ILT
861eh8300.c: $(srcdir)/emulparams/h8300.sh \
862 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
863 ${GENSCRIPTS} h8300 "$(tdir_h8300)"
864eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
865 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
866 ${GENSCRIPTS} h8300h "$(tdir_h8300h)"
f14a5192
JM
867eh8300s.c: $(srcdir)/emulparams/h8300s.sh \
868 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS}
869 ${GENSCRIPTS} h8300s "$(tdir_h8300s)"
efa6c497
ILT
870eh8500.c: $(srcdir)/emulparams/h8500.sh \
871 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
872 ${GENSCRIPTS} h8500 "$(tdir_h8500)"
873eh8500b.c: $(srcdir)/emulparams/h8500b.sh \
874 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS}
875 ${GENSCRIPTS} h8500b "$(tdir_h8500b)"
876eh8500c.c: $(srcdir)/emulparams/h8500c.sh \
877 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS}
878 ${GENSCRIPTS} h8500c "$(tdir_h8500c)"
879eh8500m.c: $(srcdir)/emulparams/h8500m.sh \
880 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS}
881 ${GENSCRIPTS} h8500m "$(tdir_h8500m)"
882eh8500s.c: $(srcdir)/emulparams/h8500s.sh \
883 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS}
884 ${GENSCRIPTS} h8500s "$(tdir_h8500s)"
82ebe9a2 885ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \
8ddef552 886 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
95d31c3c 887 ${GENSCRIPTS} hp300bsd "$(tdir_hp300bsd)"
82ebe9a2 888ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \
8ddef552 889 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
95d31c3c 890 ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)"
82ebe9a2 891ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
db0a7149 892 $(srcdir)/emultempl/hppaelf.em $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS}
95d31c3c 893 ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)"
82ebe9a2 894ei386aout.c: $(srcdir)/emulparams/i386aout.sh \
8ddef552 895 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
95d31c3c 896 ${GENSCRIPTS} i386aout "$(tdir_i386aout)"
efa6c497
ILT
897ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \
898 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
899 ${GENSCRIPTS} i386bsd "$(tdir_i386bsd)"
900ei386coff.c: $(srcdir)/emulparams/i386coff.sh \
901 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS}
902 ${GENSCRIPTS} i386coff "$(tdir_i386coff)"
82ebe9a2 903ei386go32.c: $(srcdir)/emulparams/i386go32.sh \
6c86b9ff 904 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS}
95d31c3c 905 ${GENSCRIPTS} i386go32 "$(tdir_i386go32)"
efa6c497
ILT
906ei386linux.c: $(srcdir)/emulparams/i386linux.sh \
907 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
908 ${GENSCRIPTS} i386linux "$(tdir_i386linux)"
909ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \
910 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386lynx.sc ${GEN_DEPENDS}
911 ${GENSCRIPTS} i386lynx "$(tdir_i386lynx)"
82ebe9a2 912ei386mach.c: $(srcdir)/emulparams/i386mach.sh \
3c1af24d 913 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
95d31c3c 914 ${GENSCRIPTS} i386mach "$(tdir_i386mach)"
943fbd5b
KR
915ei386moss.c: $(srcdir)/emulparams/i386moss.sh \
916 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
95d31c3c 917 ${GENSCRIPTS} i386moss "$(tdir_i386moss)"
943fbd5b
KR
918ei386msdos.c: $(srcdir)/emulparams/i386msdos.sh \
919 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386msdos.sc ${GEN_DEPENDS}
95d31c3c 920 ${GENSCRIPTS} i386msdos "$(tdir_i386msdos)"
efa6c497
ILT
921ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \
922 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
923 ${GENSCRIPTS} i386nbsd "$(tdir_i386nbsd)"
924ei386nw.c: $(srcdir)/emulparams/i386nw.sh \
925 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
926 ${GENSCRIPTS} i386nw "$(tdir_i386nw)"
927ei386pe.c: $(srcdir)/emulparams/i386pe.sh \
928 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
929 ${GENSCRIPTS} i386pe "$(tdir_i386pe)"
82ebe9a2 930elnk960.c: $(srcdir)/emulparams/lnk960.sh \
8ddef552 931 $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
95d31c3c 932 ${GENSCRIPTS} lnk960 "$(tdir_lnk960)"
efa6c497
ILT
933em68k4knbsd.c: $(srcdir)/emulparams/m68k4knbsd.sh \
934 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
935 ${GENSCRIPTS} m68k4knbsd "$(tdir_m68k4knbsd)"
936em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \
937 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
938 ${GENSCRIPTS} m68kaout "$(tdir_m68kaout)"
2e598345
ILT
939em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \
940 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS}
95d31c3c 941 ${GENSCRIPTS} m68kaux "$(tdir_m68kaux)"
82ebe9a2 942em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \
8ddef552 943 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
95d31c3c 944 ${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)"
417ced0d
MM
945em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \
946 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
95d31c3c 947 ${GENSCRIPTS} m68kelf "$(tdir_m68kelf)"
efa6c497
ILT
948em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \
949 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
950 ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)"
82ebe9a2 951em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \
028f8872 952 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS}
95d31c3c 953 ${GENSCRIPTS} m68klynx "$(tdir_m68klynx)"
efa6c497 954em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \
8ddef552 955 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
efa6c497
ILT
956 ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)"
957em68kpsos.c: $(srcdir)/emulparams/m68kpsos.sh \
958 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/psos.sc ${GEN_DEPENDS}
959 ${GENSCRIPTS} m68kpsos "$(tdir_m68kpsos)"
960em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \
9ae9e582 961 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS}
efa6c497 962 ${GENSCRIPTS} m88kbcs "$(tdir_m88kbcs)"
82ebe9a2 963emipsbig.c: $(srcdir)/emulparams/mipsbig.sh \
8ddef552 964 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
efa6c497 965 ${GENSCRIPTS} mipsbig
82ebe9a2
KR
966emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
967 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
efa6c497 968 ${GENSCRIPTS} mipsbsd
82ebe9a2 969emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
417ced0d 970 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
95d31c3c 971 ${GENSCRIPTS} mipsidt "$(tdir_mipsidt)"
82ebe9a2 972emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
417ced0d 973 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
95d31c3c 974 ${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)"
efa6c497
ILT
975emipslit.c: $(srcdir)/emulparams/mipslit.sh \
976 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
977 ${GENSCRIPTS} mipslit "$(tdir_mipslit)"
9ae9e582
ILT
978emipslnews.c: $(srcdir)/emulparams/mipslnews.sh \
979 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
980 ${GENSCRIPTS} mipslnews
10e31c75
JL
981emn10300.c: $(srcdir)/emulparams/mn10300.sh \
982 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
983 ${GENSCRIPTS} mn10300 "$(tdir_mn10300)"
984emn10200.c: $(srcdir)/emulparams/mn10200.sh \
985 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
986 ${GENSCRIPTS} mn10200 "$(tdir_mn10200)"
efa6c497 987enews.c: $(srcdir)/emulparams/news.sh \
dd37f215 988 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
efa6c497
ILT
989 ${GENSCRIPTS} news "$(tdir_news)"
990ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \
82ebe9a2 991 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
efa6c497 992 ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)"
1ab4cd57 993epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \
cdf71377 994 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1ab4cd57 995 ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)"
4fe13b2b
MM
996eppcmacos.c: $(srcdir)/emulparams/ppcmacos.sh \
997 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
95d31c3c 998 ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)"
32286e08
C
999eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \
1000 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
95d31c3c 1001 ${GENSCRIPTS} ppcnw "$(tdir_ppcnw)"
efa6c497
ILT
1002eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \
1003 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS}
1004 ${GENSCRIPTS} ppcpe "$(tdir_ppcpe)"
efa6c497 1005eriscix.c: $(srcdir)/emulparams/riscix.sh \
e93e87cb 1006 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
efa6c497
ILT
1007 ${GENSCRIPTS} riscix "$(tdir_riscix)"
1008esa29200.c: $(srcdir)/emulparams/sa29200.sh \
1009 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sa29200.sc ${GEN_DEPENDS}
1010 ${GENSCRIPTS} sa29200 "$(tdir_sa29200)"
1011esh.c: $(srcdir)/emulparams/sh.sh \
1012 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
1013 ${GENSCRIPTS} sh "$(tdir_sh)"
79e9dc20
DE
1014eshelf.c: $(srcdir)/emulparams/shelf.sh \
1015 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1016 ${GENSCRIPTS} shelf "$(tdir_shelf)"
1017eshlelf.c: $(srcdir)/emulparams/shlelf.sh \
1018 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1019 ${GENSCRIPTS} shlelf "$(tdir_shlelf)"
efa6c497
ILT
1020eshl.c: $(srcdir)/emulparams/shl.sh \
1021 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
1022 ${GENSCRIPTS} shl "$(tdir_shl)"
1023esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \
e93e87cb 1024 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
efa6c497 1025 ${GENSCRIPTS} sparcaout "$(tdir_sparcaout)"
ba69384d
ILT
1026esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \
1027 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1028 ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)"
efa6c497
ILT
1029esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \
1030 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS}
1031 ${GENSCRIPTS} sparclynx "$(tdir_sparclynx)"
32286e08 1032esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \
e93e87cb 1033 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
95d31c3c 1034 ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"
efa6c497
ILT
1035est2000.c: $(srcdir)/emulparams/st2000.sh \
1036 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS}
1037 ${GENSCRIPTS} st2000 "$(tdir_st2000)"
1038esun3.c: $(srcdir)/emulparams/sun3.sh \
1039 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1040 ${GENSCRIPTS} sun3 "$(tdir_sun3)"
1041esun4.c: $(srcdir)/emulparams/sun4.sh \
1042 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1043 ${GENSCRIPTS} sun4 "$(tdir_sun4)"
cdf91fe4
ILT
1044etic30aout.c: $(srcdir)/emulparams/tic30aout.sh \
1045 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30aout.sc ${GEN_DEPENDS}
1046 ${GENSCRIPTS} tic30aout "$(tdir_tic30aout)"
1047etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \
1048 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS}
1049 ${GENSCRIPTS} tic30coff "$(tdir_tic30coff)"
49c009b5 1050start-sanitize-tic80:
c6c7035c
MM
1051etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \
1052 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS}
1053 ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)"
49c009b5 1054end-sanitize-tic80:
efa6c497
ILT
1055evanilla.c: $(srcdir)/emulparams/vanilla.sh \
1056 $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS}
1057 ${GENSCRIPTS} vanilla "$(tdir_vanilla)"
1058evax.c: $(srcdir)/emulparams/vax.sh \
1059 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1060 ${GENSCRIPTS} vax "$(tdir_vax)"
1061evsta.c: $(srcdir)/emulparams/vsta.sh \
1062 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1063 ${GENSCRIPTS} vsta "$(tdir_vsta)"
04c17a75 1064ev850.c: $(srcdir)/emulparams/v850.sh \
d27d34c3 1065 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS}
04c17a75 1066 ${GENSCRIPTS} v850 "$(tdir_v850)"
efa6c497
ILT
1067ew65.c: $(srcdir)/emulparams/w65.sh \
1068 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS}
1069 ${GENSCRIPTS} w65 "$(tdir_w65)"
65d22248
C
1070ez8001.c: $(srcdir)/emulparams/z8001.sh \
1071 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
95d31c3c 1072 ${GENSCRIPTS} z8001 "$(tdir_z8001)"
65d22248
C
1073ez8002.c: $(srcdir)/emulparams/z8002.sh \
1074 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
95d31c3c 1075 ${GENSCRIPTS} z8002 "$(tdir_z8002)"
eb02fd64 1076
d17eb3db 1077# The generated emulation files mostly have the same dependencies.
d66c832b
ILT
1078$(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \
1079 ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \
2a80ec10 1080 ldctor.h ldexp.h ldlang.h ldgram.h
4a6afc88 1081
49c009b5
ILT
1082check-DEJAGNU: site.exp
1083 srcroot=`cd $(srcdir) && pwd`; export srcroot; \
32286e08 1084 r=`pwd`; export r; \
49c009b5
ILT
1085 EXPECT=$(EXPECT); export EXPECT; \
1086 if [ -f $(top_builddir)/../expect/expect ]; then \
1087 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
1088 export TCL_LIBRARY; \
1089 fi; \
1090 runtest=$(RUNTEST); \
1091 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1092 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
1093 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \
1094 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \
1095 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \
1096 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \
1097 LIBIBERTY="$(LIBIBERTY)" HOSTING_EMU="$(HOSTING_EMU)" \
1098 HOSTING_CRT0="$(HOSTING_CRT0)" HOSTING_LIBS="$(HOSTING_LIBS)" \
1099 $(RUNTESTFLAGS); \
1100 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1101 fi
e7921bd4 1102
7e5c1057 1103# Rules for testing by relinking ld itself.
32286e08
C
1104# A similar test is in the testsuite. This target is for ease of use
1105# when porting ld.
eb02fd64 1106
49c009b5
ILT
1107ld-partial.o: ld-new$(EXEEXT)
1108 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld-partial.o -r $(OFILES)
1109ld1$(EXEEXT): ld-partial.o
1110 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.o $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
eb02fd64 1111
49c009b5
ILT
1112ld1-full$(EXEEXT): ld-new
1113 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
eb02fd64 1114
49c009b5
ILT
1115ld2$(EXEEXT): ld1$(EXEEXT)
1116 ./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
60048a2c 1117
49c009b5
ILT
1118ld3$(EXEEXT): ld2$(EXEEXT)
1119 ./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
eb02fd64 1120
49c009b5
ILT
1121bootstrap: ld3$(EXEEXT)
1122 cmp ld2$(EXEEXT) ld3$(EXEEXT)
d20fb445 1123
4a6afc88
ILT
1124.PHONY: bootstrap
1125
8ddef552 1126# A test program for C++ constructors and destructors.
32286e08
C
1127# This test is now in the testsuite.
1128#
1129#cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1130# ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \
1131# cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS)
1132#
1133#cdtest.out: cdtest
1134# ./cdtest > cdtest.tmp
1135# mv cdtest.tmp cdtest.out
1136#
1137#cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1138# ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \
1139# cdtest-bar.o cdtest-foo.o
1140#
1141#cdtest-ur: cdtest-ur.o
1142# ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \
1143# $(HOSTING_LIBS)
1144#
1145#cdtest-ur.out: cdtest-ur
1146# ./cdtest-ur > cdtest-ur.tmp
1147# mv cdtest-ur.tmp cdtest-ur.out
1148#
1149#check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
1150# diff $(srcdir)/cdtest.exp cdtest.out
1151# diff $(srcdir)/cdtest.exp cdtest-ur.out
1152#
1153#.PHONY: check-cdtest
4a6afc88 1154
d301e438 1155# END OF CHECK TARGETS
917bffa7 1156
8073190b 1157# DOCUMENTATION TARGETS
2412a768
RP
1158# Manual configuration file; not usually attached to normal configuration,
1159# because almost all configs use "gen" version of manual.
1160# Set DOCVER above to change.
1161configdoc.texi: ${DOCVER}-doc.texi
49c009b5
ILT
1162 ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
1163 || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
1164 || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
2412a768 1165
0c0b16f9
DE
1166ld.info: $(srcdir)/ld.texinfo configdoc.texi bfdsumm.texi
1167ld.dvi: $(srcdir)/ld.texinfo configdoc.texi bfdsumm.texi
1168
1169# We want to include a file from the BFD documentation. automake
1170# doesn't give us a way to set the include directories for makeinfo,
1171# so we just create a file locally to include it.
1172bfdsumm.texi: Makefile
1173 echo @include $(BFDDIR)/doc/bfdsumm.texi > bfdsumm.texi
2412a768 1174
51b9a79b
ILT
1175# We want to reconfigure if configure.host or configure.tgt changes.
1176Makefile: configure.host configure.tgt
437a04cb
ILT
1177mostlyclean-local:
1178 -rm -rf tmpdir
51b9a79b 1179
49c009b5 1180.PHONY: install-exec-local install-data-local
8d317d2a 1181
49c009b5
ILT
1182install-exec-local: ld-new$(EXEEXT)
1183 $(mkinstalldirs) $(bindir) $(tooldir)/bin
1184 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1185 if test -f $$p; then \
1186 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`"; \
1187 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`; \
1188 else :; fi; \
d360d135 1189 done
49c009b5
ILT
1190 rm -f $(tooldir)/bin/ld$(EXEEXT)
1191 n=`echo ld | sed '$(transform)'`; \
51b9a79b
ILT
1192 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \
1193 ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1194 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT); \
1195 fi
ba69384d 1196
49c009b5
ILT
1197install-data-local:
1198 $(mkinstalldirs) $(scriptdir)
1199 for f in ldscripts/*; do \
1200 $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
afe3aa73 1201 done
51b9a79b 1202diststuff: $(LDDISTSTUFF) info
03abc2bd
ILT
1203distclean-local:
1204 rm -rf ldscripts
afe3aa73 1205
4a6afc88
ILT
1206# Targets to rebuild dependencies in this Makefile.
1207# Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
208bc89e 1208.dep: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
4a6afc88
ILT
1209 rm -f .dep1
1210 $(MAKE) DEP=$(DEP) .dep1
1211 sed -f dep.sed <.dep1 >.dep
eb02fd64 1212
4a6afc88
ILT
1213# This rule really wants a mkdep that runs "gcc -MM".
1214.dep1: $(CFILES) $(GENERATED_CFILES)
1215 rm -f .dep2
1216 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
49c009b5 1217 $(DEP) -f .dep2 $(INCLUDES) $?
4a6afc88 1218 $(srcdir)/../move-if-change .dep2 .dep1
eb02fd64 1219
4a6afc88
ILT
1220dep.sed: dep-in.sed config.status
1221 sed <$(srcdir)/dep-in.sed >dep.sed \
1222 -e 's!@INCDIR@!$(INCDIR)!' \
d66c832b 1223 -e 's!@SRCDIR@!$(srcdir)!'
eb02fd64 1224
4a6afc88
ILT
1225dep: .dep
1226 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1227 cat .dep >> tmp-Makefile
1228 $(srcdir)/../move-if-change tmp-Makefile Makefile
239d28f3 1229
4a6afc88
ILT
1230dep-in: .dep
1231 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1232 cat .dep >> tmp-Makefile.in
1233 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1234
49c009b5
ILT
1235dep-am: .dep
1236 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1237 cat .dep >> tmp-Makefile.am
1238 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
eb02fd64 1239
49c009b5 1240.PHONY: dep dep-in dep-am
eb02fd64 1241
4a6afc88
ILT
1242# What appears below is generated by a hacked mkdep using gcc -MM.
1243
1244# DO NOT DELETE THIS LINE -- mkdep uses it.
1245# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1246
dd37f215 1247ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1248 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1249 ld.h ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h
dd37f215 1250ldemul.o: ldemul.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1251 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h ldemul.h \
1252 ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldemul-list.h
dd37f215 1253ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1254 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1255 ld.h ldmain.h ldmisc.h ldexp.h ldgram.h ldlang.h
dd37f215 1256ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1257 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1258 ld.h ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \
1259 ldlex.h ldemul.h
dd37f215 1260ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1261 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
1262 $(INCDIR)/obstack.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
4725fb48 1263 ldgram.h ldexp.h ldlang.h ldemul.h ldlex.h ldmisc.h \
3fac4887 1264 ldctor.h ldfile.h $(INCDIR)/fnmatch.h
dd37f215 1265ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1266 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
1267 $(INCDIR)/progress.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
1268 ldmisc.h ldwrite.h ldgram.h ldexp.h ldlang.h ldemul.h \
1269 ldlex.h ldfile.h ldctor.h
dd37f215 1270ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1271 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
1272 $(INCDIR)/demangle.h ld.h ldmisc.h ldexp.h ldlang.h \
1273 ldgram.h ldlex.h ldmain.h ldfile.h
dd37f215 1274ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1275 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h ldver.h \
1276 ldemul.h ldmain.h
dd37f215 1277ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1278 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1279 $(INCDIR)/libiberty.h ld.h ldexp.h ldlang.h ldwrite.h \
1280 ldmisc.h ldgram.h ldmain.h
dd37f215 1281lexsup.o: lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1282 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
1283 $(INCDIR)/getopt.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
1284 ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h ldfile.h \
1285 ldver.h ldemul.h
1286mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h sysdep.h \
1287 config.h $(INCDIR)/fopen-same.h ld.h ldexp.h ldlang.h \
1288 ldmisc.h mri.h ldgram.h $(INCDIR)/libiberty.h
f14a5192 1289ldcref.o: ldcref.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1290 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1291 $(INCDIR)/libiberty.h ld.h ldmain.h ldmisc.h ldexp.h \
1292 ldlang.h
dd37f215 1293ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ba69384d
ILT
1294 sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1295 ld.h ldexp.h ldver.h ldlang.h ldemul.h ldfile.h ldmisc.h \
1296 ldmain.h mri.h ldlex.h
1297ldlex.o: ldlex.c ../bfd/bfd.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1298 ld.h ldgram.h ldmisc.h ldexp.h ldlang.h ldfile.h ldlex.h \
1299 ldmain.h
239d28f3
SC
1300
1301# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
49c009b5
ILT
1302
1303# Tell versions [3.59,3.63) of GNU make to not export all variables.
1304# Otherwise a system limit (for SysV at least) may be exceeded.
1305.NOEXPORT:
This page took 0.300234 seconds and 4 git commands to generate.