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