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