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