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