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