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