* scripttempl/hppaelf.sc: Remove .PARISC.unwind section from text
[deliverable/binutils-gdb.git] / ld / Makefile.in
CommitLineData
ce4d59e2 1# Makefile for the GNU linker ld (version 2)
74e6b793 2# Copyright (C) 1989, 90, 91, 92, 93, 1994 Free Software Foundation, Inc.
ce4d59e2 3
d4e5e3c3 4# This file is part of GNU ld.
ce4d59e2
SC
5
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
eb02fd64
RP
20
21srcdir = .
3a9149a7 22objdir = .
eb02fd64 23
e06ba18d
PB
24prefix = /usr/local
25
0bb95ac8 26program_transform_name =
12fa72d4
SC
27exec_prefix = $(prefix)
28bindir = $(exec_prefix)/bin
29libdir = $(exec_prefix)/lib
034351e3 30tooldir = $(exec_prefix)/$(target_alias)
e06ba18d 31datadir = $(prefix)/lib
12fa72d4 32mandir = $(prefix)/man
e06ba18d
PB
33man1dir = $(mandir)/man1
34man2dir = $(mandir)/man2
35man3dir = $(mandir)/man3
36man4dir = $(mandir)/man4
37man5dir = $(mandir)/man5
38man6dir = $(mandir)/man6
39man7dir = $(mandir)/man7
40man8dir = $(mandir)/man8
41man9dir = $(mandir)/man9
12fa72d4 42infodir = $(prefix)/info
e06ba18d
PB
43includedir = $(prefix)/include
44docdir = $(datadir)/doc
173a0c3d 45# We put the scripts in the directory $(scriptdir)/ldscripts.
559d7baf
RP
46# We can't put the scripts in $(datadir) because the SEARCH_DIR
47# directives need to be different for native and cross linkers.
173a0c3d 48scriptdir = $(tooldir)/lib
e06ba18d
PB
49
50SHELL = /bin/sh
51
e0d005f2 52INSTALL = `cd $(srcdir); pwd`/../install.sh -c
e06ba18d
PB
53INSTALL_PROGRAM = $(INSTALL)
54INSTALL_DATA = $(INSTALL)
5ebaf24b 55INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
c97b9003
DZ
56INSTALL_XFORM1 = $(INSTALL_XFORM) -b=.1
57
e06ba18d
PB
58AR = ar
59AR_FLAGS = qv
32286e08 60CC = cc
77b19d3d 61CFLAGS = -g
e06ba18d 62MAKEINFO = makeinfo
2412a768 63TEXI2DVI = texi2dvi
e06ba18d 64RANLIB = ranlib
2412a768 65CC_FOR_BUILD=$(CC)
bf3acf44 66BISON = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
2df68136 67LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
8c32cf6e 68
ee17cac9
PB
69# Seach path to override the default search path for -lfoo libraries.
70# If LIB_PATH is empty, the ones in the script (if any) are left alone.
917bffa7
PB
71# (The default is usually /lib:usr/lib:/usr/local/lib, unless building
72# a cross-linker, in which case the default is empty. See genscripts.sh.)
ee17cac9
PB
73# Otherwise, they are replaced with the ones given in LIB_PATH,
74# which may have the form: LIB_PATH=/lib:/usr/local/lib
75LIB_PATH =
76
d17eb3db
ILT
77# Additional libraries which are used when ld is built native. This
78# is set by some host makefile fragments.
79NATIVE_LIB_DIRS =
80
959eba20
JO
81BASEDIR = $(srcdir)/..
82BFDDIR = $(BASEDIR)/bfd
83INCDIR = $(BASEDIR)/include
84INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR)
4a6afc88 85DEP = mkdep
2ee11735 86
2412a768
RP
87# What version of the manual to build
88DOCVER = gen
89
8073190b 90# Where to find texinfo.tex to format docn with TeX
d17eb3db 91TEXIDIR = $(srcdir)/../texinfo
8d317d2a 92
959eba20
JO
93# Where to find other docs needed to format with TeX
94TEXINPUTS = $(TEXIDIR):$(BFDDIR)/doc:$(srcdir)
95
10a69a37 96# Whether to get roff to put indexing entries on stderr
954ac2ea
RP
97TEXI2OPT =
98# You neeed this to generate ld-index.ms (or .mm or .me)
99# TEXI2OPT = -i
8073190b 100
e06ba18d
PB
101TEXI2ROFF=texi2roff
102
8073190b
RP
103# Which roff program to use to generate index for texi2roff'd doc
104ROFF = groff
105
5cdea2ac 106#stuff for self hosting (can be overridden in config file).
74e6b793
SS
107HOSTING_CRT0 = /lib/crt0.o
108HOSTING_LIBS = `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else gcc -print-libgcc-file-name; fi` -lc
109HOSTING_EMU = -m $(EMUL)
5cdea2ac 110
32286e08
C
111# These were used by `make check-cdtest'
112#
113#CXX = `if [ -f ../gcc/xgcc ] ; then \
114# echo ../gcc/xgcc -B../gcc/; \
115# else echo gcc; \
116# fi`
117#CXXFLAGS = -fgnu-linker
118#
8a6665ae 119# FIX_ME: using ../gcc/xgcc breaks the cdtest.
32286e08 120#CXX = g++
8a6665ae 121
3a9149a7 122# Setup the testing framework, if you have one
32286e08
C
123EXPECT = `if [ -f $$r/../expect/expect ] ; \
124 then echo $$r/../expect/expect ; \
125 else echo expect ; fi`
126
127RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \
128 then echo $${srcroot}/../dejagnu/runtest ; \
129 else echo runtest ; fi`
099c286e 130
03372cf4 131RUNTESTFLAGS =
32286e08
C
132
133CC_FOR_TARGET = ` \
134 if [ -f $$r/../gcc/Makefile ] ; then \
135 if [ -f $$r/../newlib/Makefile ] ; then \
136 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
137 else \
138 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
139 fi; \
140 else \
141 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
142 echo $(CC); \
143 else \
144 t='$(program_transform_name)'; echo gcc | sed -e 's/brokensed/brokensed/' $$t; \
145 fi; \
146 fi`
147
148CXX = gcc
149CXX_FOR_TARGET = ` \
150 if [ -f $$r/../gcc/Makefile ] ; then \
151 if [ -f $$r/../newlib/Makefile ] ; then \
152 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
153 else \
154 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
155 fi; \
156 else \
157 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
158 echo $(CXX); \
159 else \
160 t='$(program_transform_name)'; echo gcc | sed -e 's/brokensed/brokensed/' $$t; \
161 fi; \
162 fi`
c97b9003 163
4a6afc88
ILT
164# go directly to ld.new in case this ld isn't capable of
165# linking native object on this host. It can be renamed on
166# install.
167LD_PROG = ld.new
168
169all: $(LD_PROG)
170.PHONY: all
58bf66f9 171
7e5c1057 172### Host, target, and site specific Makefile fragments come in here.
63545898 173####
2ee11735 174
74e6b793 175LINTFLAGS = $(INCLUDES) $(EXTRA_DEF)
2ee11735 176
32286e08 177# The .cc suffix was used by `make check-cdtest'.
565c93e9
DM
178
179.SUFFIXES: .y $(SUFFIXES) .cc
180
173a0c3d
DM
181# Suppress smart makes who think they know how to automake Yacc files
182.y.c:
183
32286e08
C
184# This rule was used for the check-cdtest target.
185#.cc.o:
186# $(CXX) -c -I$(srcdir) $(CXXFLAGS) $(CFLAGS) $<
565c93e9 187
74e6b793 188ALL_CFLAGS = $(INCLUDES) $(HDEFINES) $(TDEFINES) $(CDEFINES) $(CFLAGS)
77b19d3d 189.c.o:
4a6afc88 190 $(CC) -c $(ALL_CFLAGS) $<
f78e2569 191
eb02fd64 192# for self hosting
959eba20
JO
193BFDLIB = ../bfd/libbfd.a
194LIBIBERTY = ../libiberty/libiberty.a
eb02fd64 195
e93e87cb 196
32286e08 197ALL_EMULATIONS = ea29k.o ealpha.o ecoff_sparc.o eebmon29k.o \
417ced0d 198 eelf32_sparc.o eelf32bmip.o eelf32lmip.o eelf32ppc.o eelf32ppcle.o \
32286e08
C
199 eelf64_sparc.o eelf_i386.o egld960.o ego32.o eh8300.o \
200 eh8300h.o eh8500.o eh8500b.o eh8500c.o eh8500m.o eh8500s.o \
201 ehp300bsd.o ehp3hpux.o ehppaelf.o ei386aout.o ei386bsd.o \
202 ei386coff.o ei386go32.o ei386linux.o ei386lynx.o ei386mach.o \
417ced0d 203 ei386nbsd.o ei386nw.o elnk960.o em68kaout.o em68kcoff.o em68kelf.o \
e574ddd4
C
204 em68klynx.o em68knbsd.o em88kbcs.o emipsbig.o emipsbsd.o \
205 emipsidt.o emipsidtl.o emipslit.o enews.o ens32knbsd.o eppcnw.o \
e93e87cb 206 eriscix.o esa29200.o eshl.o esh.o esparclynx.o esparcnbsd.o \
32286e08
C
207 est2000.o esun3.o esun4.o evanilla.o evax.o evsta.o \
208 ez8ksim.o
7e5c1057 209
74e6b793 210CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
4a6afc88
ILT
211 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
212 mri.c
eb02fd64 213
74e6b793 214HFILES = config.h ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
4a6afc88
ILT
215 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
216 ldwrite.h mri.h
eb02fd64 217
74e6b793
SS
218GENERATED_CFILES = ldgram.c ldlex.c
219GENERATED_HFILES = ldgram.h ldemul-list.h
eb02fd64 220
74e6b793 221OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \
4a6afc88
ILT
222 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \
223 ldfile.o ${EMULATION_OFILES}
eb02fd64 224
82ebe9a2 225LINTSOURCES = $(CFILES) $(GENERATED_CFILES) e*.c
eb02fd64 226
82ebe9a2 227STAGESTUFF = *.o ldscripts/* e*.c
e06ba18d
PB
228
229info: ld.info
4a6afc88 230.PHONY: info
2ee11735 231
32286e08 232ldgram.c: ldgram.y
5ff21fa5 233 $(BISON) $(BISONFLAGS) -d $(srcdir)/ldgram.y
31e54f5d
RP
234 mv -f y.tab.c ldgram.c
235 mv -f y.tab.h ldgram.h
cc964c6f 236
32286e08
C
237# Separate from ldgram.c so that a parallel make doesn't try to build
238# both ldgram.c and ldgram.h simultaneously.
239ldgram.h: ldgram.c
240
a6152e39 241# EMUL is the name of a file in the emulparams subdir, without the .sh.
4a6afc88
ILT
242ldmain.o: ldmain.c config.status
243 if [ -z "$(EMUL)" ] ; then \
244 echo "you must set a default emulation" 1>&2 ; \
245 exit 1 ; \
246 else \
247 $(CC) -c $(INCLUDES) $(HDEFINES) $(TDEFINES) $(CDEFINES) -DDEFAULT_EMULATION='"$(EMUL)"' -DSCRIPTDIR='"$(scriptdir)"' $(CFLAGS) $< ; \
248 fi
249
82ebe9a2 250ldemul-list.h: Makefile
7e5c1057
PB
251 (echo "/* This file is automatically generated. DO NOT EDIT! */";\
252 for f in `echo " " ${EMULATION_OFILES} "" \
82ebe9a2 253 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
7e5c1057
PB
254 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
255 done;\
256 echo "";\
257 echo "#define EMULATION_LIST \\";\
258 for f in `echo " " ${EMULATION_OFILES} "" \
82ebe9a2 259 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
7e5c1057
PB
260 echo " &ld_$${f}_emulation, \\"; \
261 done;\
4a6afc88
ILT
262 echo " 0") >ldemul-tmp.h
263 mv ldemul-tmp.h ldemul-list.h
7e5c1057 264
4a6afc88 265ldlex.c: ldlex.l
5ff21fa5 266 $(LEX) -I -Cem $(srcdir)/ldlex.l
4a6afc88
ILT
267 -sed -e '/^int.*free();/d' \
268 -e '/^char.*malloc();/d' \
0b2f8d2e 269 -e 's/malloc/xmalloc/g' \
4a6afc88
ILT
270 < lex.yy.c > ldlex.c.new
271 -rm lex.yy.c
272 mv ldlex.c.new ./ldlex.c
19b03b7a 273
82ebe9a2 274# These all start with e so 'make clean' can find them.
c61b4184 275
74e6b793 276GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} ${host_alias} ${target_alias} ${EMUL} "$(NATIVE_LIB_DIRS)"
c06e55d9 277GEN_DEPENDS = $(srcdir)/genscripts.sh $(srcdir)/emultempl/stringify.sed
7e5c1057 278
82ebe9a2 279esun4.c: $(srcdir)/emulparams/sun4.sh \
ed601bea 280 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
a6152e39 281 ${GENSCRIPTS} sun4
82ebe9a2 282esun3.c: $(srcdir)/emulparams/sun3.sh \
f7e66391 283 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
a6152e39 284 ${GENSCRIPTS} sun3
82ebe9a2 285evsta.c: $(srcdir)/emulparams/vsta.sh \
8a432746
ILT
286 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
287 ${GENSCRIPTS} vsta
82ebe9a2 288ego32.c: $(srcdir)/emulparams/go32.sh \
8ddef552 289 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
a6152e39 290 ${GENSCRIPTS} go32
82ebe9a2 291enews.c: $(srcdir)/emulparams/news.sh \
8ddef552 292 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
a6152e39 293 ${GENSCRIPTS} news
82ebe9a2 294evax.c: $(srcdir)/emulparams/vax.sh \
8ddef552 295 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
a6152e39 296 ${GENSCRIPTS} vax
82ebe9a2 297ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \
8ddef552 298 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
a6152e39 299 ${GENSCRIPTS} hp300bsd
82ebe9a2 300ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \
8ddef552 301 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
a6152e39 302 ${GENSCRIPTS} hp3hpux
82ebe9a2 303ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
db0a7149
KR
304 $(srcdir)/emultempl/hppaelf.em $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS}
305 ${GENSCRIPTS} hppaelf
82ebe9a2 306ei386aout.c: $(srcdir)/emulparams/i386aout.sh \
8ddef552 307 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
a6152e39 308 ${GENSCRIPTS} i386aout
82ebe9a2 309ei386go32.c: $(srcdir)/emulparams/i386go32.sh \
6c86b9ff
SC
310 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS}
311 ${GENSCRIPTS} i386go32
82ebe9a2 312ei386mach.c: $(srcdir)/emulparams/i386mach.sh \
3c1af24d
KR
313 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
314 ${GENSCRIPTS} i386mach
82ebe9a2 315eebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \
8ddef552 316 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS}
a6152e39 317 ${GENSCRIPTS} ebmon29k
82ebe9a2 318esa29200.c: $(srcdir)/emulparams/sa29200.sh \
8ddef552 319 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sa29200.sc ${GEN_DEPENDS}
a6152e39 320 ${GENSCRIPTS} sa29200
82ebe9a2 321ea29k.c: $(srcdir)/emulparams/a29k.sh \
8ddef552 322 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS}
a6152e39 323 ${GENSCRIPTS} a29k
82ebe9a2 324em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \
d301e438 325 $(srcdir)/emultempl/m88kbcs.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS}
a6152e39 326 ${GENSCRIPTS} m88kbcs
82ebe9a2 327eh8300.c: $(srcdir)/emulparams/h8300.sh \
8ddef552 328 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
a6152e39 329 ${GENSCRIPTS} h8300
82ebe9a2 330eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
4ab3a31f 331 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
a6152e39 332 ${GENSCRIPTS} h8300h
82ebe9a2 333eh8500.c: $(srcdir)/emulparams/h8500.sh \
8ddef552 334 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
a6152e39 335 ${GENSCRIPTS} h8500
82ebe9a2 336eh8500b.c: $(srcdir)/emulparams/h8500b.sh \
9e0f78c8
SC
337 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS}
338 ${GENSCRIPTS} h8500b
82ebe9a2 339eh8500c.c: $(srcdir)/emulparams/h8500c.sh \
9e0f78c8
SC
340 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS}
341 ${GENSCRIPTS} h8500c
82ebe9a2 342eh8500m.c: $(srcdir)/emulparams/h8500m.sh \
9e0f78c8
SC
343 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS}
344 ${GENSCRIPTS} h8500m
82ebe9a2 345eh8500s.c: $(srcdir)/emulparams/h8500s.sh \
9e0f78c8
SC
346 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS}
347 ${GENSCRIPTS} h8500s
82ebe9a2 348esh.c: $(srcdir)/emulparams/sh.sh \
8ddef552 349 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
a6152e39 350 ${GENSCRIPTS} sh
e93e87cb
SC
351eshl.c: $(srcdir)/emulparams/shl.sh \
352 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
353 ${GENSCRIPTS} shl
82ebe9a2 354est2000.c: $(srcdir)/emulparams/st2000.sh \
8ddef552 355 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS}
a6152e39 356 ${GENSCRIPTS} st2000
82ebe9a2 357ez8ksim.c: $(srcdir)/emulparams/z8ksim.sh \
8ddef552 358 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8ksim.sc ${GEN_DEPENDS}
a6152e39 359 ${GENSCRIPTS} z8ksim
82ebe9a2 360evanilla.c: $(srcdir)/emulparams/vanilla.sh \
8ddef552 361 $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS}
a6152e39 362 ${GENSCRIPTS} vanilla
82ebe9a2 363elnk960.c: $(srcdir)/emulparams/lnk960.sh \
8ddef552 364 $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
a6152e39 365 ${GENSCRIPTS} lnk960
82ebe9a2 366egld960.c: $(srcdir)/emulparams/gld960.sh \
8ddef552 367 $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
a6152e39 368 ${GENSCRIPTS} gld960
82ebe9a2
KR
369egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
370 $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
371 ${GENSCRIPTS} gld960coff
372em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \
8ddef552 373 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
a6152e39 374 ${GENSCRIPTS} m68kcoff
417ced0d
MM
375em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \
376 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
377 ${GENSCRIPTS} m68kelf
82ebe9a2 378em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \
028f8872 379 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS}
d17eb3db 380 ${GENSCRIPTS} m68klynx
82ebe9a2 381ei386coff.c: $(srcdir)/emulparams/i386coff.sh \
8ddef552 382 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS}
a6152e39 383 ${GENSCRIPTS} i386coff
82ebe9a2 384ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \
028f8872 385 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386lynx.sc ${GEN_DEPENDS}
d17eb3db 386 ${GENSCRIPTS} i386lynx
82ebe9a2 387emipslit.c: $(srcdir)/emulparams/mipslit.sh \
8ddef552 388 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
a6152e39 389 ${GENSCRIPTS} mipslit
82ebe9a2 390ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \
8ddef552 391 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
a6152e39 392 ${GENSCRIPTS} i386bsd
82ebe9a2 393emipsbig.c: $(srcdir)/emulparams/mipsbig.sh \
8ddef552 394 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
a6152e39 395 ${GENSCRIPTS} mipsbig
82ebe9a2
KR
396emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
397 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
a6152e39 398 ${GENSCRIPTS} mipsbsd
82ebe9a2 399emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
417ced0d 400 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
a6152e39 401 ${GENSCRIPTS} mipsidt
82ebe9a2 402emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
417ced0d 403 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
a6152e39 404 ${GENSCRIPTS} mipsidtl
82ebe9a2 405eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
2a9fa50c 406 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
d17eb3db 407 ${GENSCRIPTS} elf_i386
32286e08 408eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
dd37f215 409 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
32286e08
C
410 ${GENSCRIPTS} elf32bmip
411eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \
5ccef180 412 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
32286e08 413 ${GENSCRIPTS} elf32lmip
82ebe9a2 414ealpha.c: $(srcdir)/emulparams/alpha.sh \
d17eb3db
ILT
415 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS}
416 ${GENSCRIPTS} alpha
82ebe9a2 417ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
4a6afc88
ILT
418 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
419 ${GENSCRIPTS} coff_sparc
82ebe9a2 420esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \
028f8872
SS
421 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS}
422 ${GENSCRIPTS} sparclynx
82ebe9a2 423eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
099c286e 424 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
c361ce46 425 ${GENSCRIPTS} elf32ppc
417ced0d
MM
426eelf32ppcle.c: $(srcdir)/emulparams/elf32ppcle.sh \
427 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
428 ${GENSCRIPTS} elf32ppcle
dd37f215
ILT
429eriscix.c: $(srcdir)/emulparams/riscix.sh \
430 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
431 ${GENSCRIPTS} riscix
82ebe9a2
KR
432em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \
433 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
434 ${GENSCRIPTS} m68kaout
cdf71377
KR
435ei386linux.c: $(srcdir)/emulparams/i386linux.sh \
436 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
437 ${GENSCRIPTS} i386linux
438eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
439 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
440 ${GENSCRIPTS} elf32_sparc
441eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \
442 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
443 ${GENSCRIPTS} elf64_sparc
444
445epc532machaout.c: $(srcdir)/emulparams/pc532machaout.sh \
446 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
447 ${GENSCRIPTS} pc532machaout
448
417ced0d
MM
449ew65.c: $(srcdir)/emulparams/w65.sh \
450 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS}
451 ${GENSCRIPTS} w65
452
32286e08
C
453ei386nw.c: $(srcdir)/emulparams/i386nw.sh \
454 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
455 ${GENSCRIPTS} i386nw
456eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \
457 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
458 ${GENSCRIPTS} ppcnw
459
460ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \
e93e87cb 461 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
32286e08 462 ${GENSCRIPTS} i386nbsd
e574ddd4 463em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \
e93e87cb 464 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
e574ddd4 465 ${GENSCRIPTS} m68knbsd
32286e08 466ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \
e93e87cb 467 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
32286e08
C
468 ${GENSCRIPTS} ns32knbsd
469esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \
e93e87cb 470 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
32286e08 471 ${GENSCRIPTS} sparcnbsd
417ced0d
MM
472
473# start-sanitize-arc
474earcelf.c: $(srcdir)/emulparams/arcelf.sh \
475 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
476 ${GENSCRIPTS} arcelf
477# end-sanitize-arc
478# start-sanitize-rce
fb14975b
MT
479erce.c: $(srcdir)/emulparams/rce.sh \
480 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/rce.sc ${GEN_DEPENDS}
481 ${GENSCRIPTS} rce
417ced0d 482# end-sanitize-rce
eb02fd64 483
e77463a1 484$(LD_PROG): $(OFILES) $(BFDLIB) $(LIBIBERTY)
74e6b793 485 $(CC) $(CFLAGS) $(LDFLAGS) -o $(LD_PROG) $(OFILES) $(BFDLIB) $(LIBIBERTY) $(EXTRALIBS)
d17eb3db
ILT
486
487# The generated emulation files mostly have the same dependencies.
4a6afc88 488$(EMULATION_OFILES): ../bfd/bfd.h ../bfd/sysdep.h $(INCDIR)/bfdlink.h \
c361ce46
ILT
489 ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h config.h \
490 ldctor.h ldexp.h ldlang.h
4a6afc88 491
3a9149a7
JW
492# These targets are for the dejagnu testsuites. The file site.exp
493# contains global variables that all the testsuites will use.
3a9149a7 494
d301e438
JW
495site.exp: ./config.status Makefile
496 @echo "Making a new config file..."
3a9149a7 497 @rm -f ./tmp?
d301e438 498 @touch site.exp
3a9149a7 499 @mv site.exp site.bak
d301e438
JW
500 @echo "## variables are automatically generated by make ##" > ./tmp0
501 @echo "# Do not edit here. If you wish to override these" >> ./tmp0
502 @echo "# values, add them to the last section" >> ./tmp0
3a9149a7
JW
503 @echo "# HOST AND TARGET INFO" >> ./tmp0
504 @echo "set host_os $(host_os)" >> ./tmp0
505 @echo "set host_alias $(host_alias)" >> ./tmp0
506 @echo "set host_cpu $(host_cpu)" >> ./tmp0
507 @echo "set host_vendor $(host_vendor)" >> ./tmp0
508 @echo "set target_os $(target_os)" >> ./tmp0
509 @echo "set target_alias $(target_alias)" >> ./tmp0
510 @echo "set target_cpu $(target_cpu)" >> ./tmp0
511 @echo "set target_vendor $(target_vendor)" >> ./tmp0
512 @echo "set host_triplet $(host_canonical)" >> ./tmp0
513 @echo "set target_triplet $(target_canonical)" >> ./tmp0
514 @echo "# DIRECTORY INFO" >> ./tmp0
d301e438 515 @echo "set objdir `pwd`" >> ./tmp0
d301e438 516 @echo "" >> ./tmp0
32286e08 517 @echo "# LD DEPENDENCIES" >> ./tmp0
3a9149a7
JW
518 @echo "set OFILES \"$(OFILES)\"" >> ./tmp0
519 @echo "set BFDLIB \"$(BFDLIB)\"" >> ./tmp0
520 @echo "set LIBIBERTY \"$(LIBIBERTY)\"" >> ./tmp0
521 @echo "set HOSTING_EMU \"$(HOSTING_EMU)\"" >> ./tmp0
522 @echo "set HOSTING_CRT0 \"$(HOSTING_CRT0)\"" >> ./tmp0
523 @echo "set HOSTING_LIBS \"$(HOSTING_LIBS)\"" >> ./tmp0
d301e438
JW
524 @echo "" >> ./tmp0
525 @echo "## Variables generated by configure. Do Not Edit ##" >> ./tmp0
526 @cat ./tmp0 > site.exp
527 @cat site.bak | sed \
528 -e '1,/^## Variables generated by.*##/ d' >> site.exp
529 -@rm -f ./tmp?
8ddef552 530
64bb143c 531check: site.exp
32286e08
C
532 r=`pwd`; export r; \
533 srcroot=`cd ${srcdir}; pwd` ; export srcroot ; \
534 EXPECT=${EXPECT} ; export EXPECT ; \
535 if [ -f $$r/../expect/expect ] ; then \
536 TCL_LIBRARY=$${srcroot}/../tcl/library ; \
0128cbae
KR
537 export TCL_LIBRARY ; \
538 else true ; fi ; \
32286e08
C
539 $(RUNTEST) --tool ld --srcdir $(srcdir)/testsuite $(RUNTESTFLAGS) \
540 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \
417ced0d
MM
541 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \
542 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)"
d301e438 543
8ddef552 544installcheck:
4a6afc88 545.PHONY: check installcheck
e7921bd4 546
7e5c1057 547# Rules for testing by relinking ld itself.
32286e08
C
548# A similar test is in the testsuite. This target is for ease of use
549# when porting ld.
eb02fd64 550
7e5c1057 551ld-partial.o: ld.new
a04f1d00 552 ./ld.new $(HOSTING_EMU) -o ld-partial.o -r $(OFILES)
7e5c1057 553ld1: ld-partial.o
a04f1d00 554 ./ld.new $(HOSTING_EMU) -o ld1 $(HOSTING_CRT0) ld-partial.o $(BFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
eb02fd64 555
7e5c1057 556ld1-full: ld.new
a04f1d00 557 ./ld.new $(HOSTING_EMU) -o ld1-full $(HOSTING_CRT0) $(OFILES) $(BFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
eb02fd64 558
d20fb445 559ld2: ld1
a04f1d00 560 ./ld1 $(HOSTING_EMU) -o ld2 $(HOSTING_CRT0) $(OFILES) $(BFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
60048a2c 561
eb02fd64 562ld3: ld2
a04f1d00 563 ./ld2 $(HOSTING_EMU) -o ld3 $(HOSTING_CRT0) $(OFILES) $(BFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
eb02fd64 564
d20fb445
SC
565bootstrap: ld3
566 cmp ld2 ld3
567
4a6afc88
ILT
568.PHONY: bootstrap
569
8ddef552 570# A test program for C++ constructors and destructors.
32286e08
C
571# This test is now in the testsuite.
572#
573#cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
574# ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \
575# cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS)
576#
577#cdtest.out: cdtest
578# ./cdtest > cdtest.tmp
579# mv cdtest.tmp cdtest.out
580#
581#cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
582# ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \
583# cdtest-bar.o cdtest-foo.o
584#
585#cdtest-ur: cdtest-ur.o
586# ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \
587# $(HOSTING_LIBS)
588#
589#cdtest-ur.out: cdtest-ur
590# ./cdtest-ur > cdtest-ur.tmp
591# mv cdtest-ur.tmp cdtest-ur.out
592#
593#check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
594# diff $(srcdir)/cdtest.exp cdtest.out
595# diff $(srcdir)/cdtest.exp cdtest-ur.out
596#
597#.PHONY: check-cdtest
4a6afc88 598
d301e438 599# END OF CHECK TARGETS
917bffa7 600
8073190b 601# DOCUMENTATION TARGETS
2412a768
RP
602# Manual configuration file; not usually attached to normal configuration,
603# because almost all configs use "gen" version of manual.
604# Set DOCVER above to change.
605configdoc.texi: ${DOCVER}-doc.texi
034351e3
PB
606 ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi || \
607 ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi || \
608 cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
2412a768 609
8073190b 610# TeX output
2412a768 611dvi: ld.dvi
d4e5e3c3 612ld.dvi: $(srcdir)/ld.texinfo configdoc.texi $(BFDDIR)/doc/bfdsumm.texi
4a6afc88 613 TEXINPUTS=$(BFDDIR)/doc:$$TEXINPUTS $(TEXI2DVI) $(srcdir)/ld.texinfo
2412a768 614
4b91c519 615ldint.dvi: $(srcdir)/ldint.texinfo
2412a768 616 $(TEXI2DVI) $(srcdir)/ldint.texinfo
8d317d2a 617
8073190b 618# info file for online browsing
4ecfad79 619ld.info: $(srcdir)/ld.texinfo configdoc.texi $(BFDDIR)/doc/bfdsumm.texi
959eba20 620 $(MAKEINFO) -I$(BFDDIR)/doc -o ld.info $(srcdir)/ld.texinfo
eb02fd64 621
4b91c519
PB
622ldint.info: $(srcdir)/ldint.texinfo
623 $(MAKEINFO) -o ldint.info $(srcdir)/ldint.texinfo
624
4a6afc88
ILT
625.PHONY: dvi
626
954ac2ea 627#separate targets for "ms", "me", and "mm" forms of roff doc
e06ba18d
PB
628# Try to use a recent texi2roff. v2 was put on prep in jan91.
629# If you want an index, see texi2roff doc for postprocessing
630# and add -i to texi2roff invocations below.
631# Workarounds for texi2roff-2 (probably fixed in later texi2roff's, delete
632# correspondint -e lines when later texi2roff's are current)
633# + @ifinfo's deleted explicitly due to texi2roff-2 bug w nested constructs.
634# + @c's deleted explicitly because texi2roff sees texinfo commands in them
635# + @ (that's at-BLANK) not recognized by texi2roff, turned into blank
636# + @alphaenumerate is ridiculously new, turned into @enumerate
637
9c7810d6 638ld.ms: $(srcdir)/ld.texinfo
8073190b
RP
639 sed -e '/\\input texinfo/d' \
640 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
e06ba18d
PB
641 -e '/^@ifinfo/,/^@end ifinfo/d' \
642 -e '/^@c/d' \
643 -e 's/{.*,,/{/' \
644 -e 's/@ / /g' \
645 -e 's/^@alphaenumerate/@enumerate/g' \
646 -e 's/^@end alphaenumerate/@end enumerate/g' \
9c7810d6 647 $(srcdir)/ld.texinfo | \
e06ba18d
PB
648 $(TEXI2ROFF) $(TEXI2OPT) -ms | \
649 sed -e 's/---/\\(em/g' \
650 >>ld.ms
8073190b
RP
651
652# index for roff output
653ld-index.ms: ld.ms
654 $(ROFF) -ms ld.ms 2>&1 1>/dev/null | \
655 sed -e '/: warning:/d' | \
656 texi2index >ld-index.ms
657
954ac2ea 658# roff output (-mm)
9c7810d6 659ld.mm: $(srcdir)/ld.texinfo
954ac2ea
RP
660 sed -e '/\\input texinfo/d' \
661 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
e06ba18d
PB
662 -e '/^@ifinfo/,/^@end ifinfo/d' \
663 -e '/^@c/d' \
9c7810d6
RP
664 -e 's/{.*,,/{/' \
665 -e '/@noindent/d' \
e06ba18d
PB
666 -e 's/@ / /g' \
667 -e 's/^@alphaenumerate/@enumerate/g' \
668 -e 's/^@end alphaenumerate/@end enumerate/g' \
9c7810d6 669 $(srcdir)/ld.texinfo | \
e06ba18d 670 $(TEXI2ROFF) $(TEXI2OPT) -mm | \
9c7810d6
RP
671 sed -e 's/---/\\(em/g' \
672 >ld.mm
954ac2ea
RP
673
674# index for roff output
675ld-index.mm: ld.mm
676 $(ROFF) -mm ld.mm 2>&1 1>/dev/null | \
677 sed -e '/: warning:/d' | \
678 texi2index >ld-index.mm
679
680# roff output (-me)
9c7810d6 681ld.me: $(srcdir)/ld.texinfo
954ac2ea
RP
682 sed -e '/\\input texinfo/d' \
683 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
e06ba18d
PB
684 -e '/^@ifinfo/,/^@end ifinfo/d' \
685 -e '/^@c/d' \
686 -e 's/{.*,,/{/' \
687 -e 's/@ / /g' \
688 -e 's/^@alphaenumerate/@enumerate/g' \
689 -e 's/^@end alphaenumerate/@end enumerate/g' \
9c7810d6 690 $(srcdir)/ld.texinfo | \
e06ba18d
PB
691 $(TEXI2ROFF) $(TEXI2OPT) -me | \
692 sed -e 's/---/\\(em/g' \
693 >>ld.me
954ac2ea
RP
694
695# index for roff output
696ld-index.me: ld.me
697 $(ROFF) -me ld.me 2>&1 1>/dev/null | \
698 sed -e '/: warning:/d' | \
699 texi2index >ld-index.me
700
e7921bd4 701stage1: force
e06ba18d 702 -mkdir stage1
ab57b174 703 -mv -f $(STAGESTUFF) $(LD_PROG) stage1
e06ba18d 704 -(cd stage1 ; ln -s $(LD_PROG) ld)
f78e2569 705
e7921bd4 706stage2: force
e06ba18d 707 -mkdir stage2
ab57b174 708 -mv -f $(STAGESTUFF) $(LD_PROG) stage2
e06ba18d 709 -(cd stage2 ; ln -s $(LD_PROG) ld)
f78e2569 710
e7921bd4 711stage3: force
e06ba18d 712 -mkdir stage3
ab57b174 713 -mv -f $(STAGESTUFF) $(LD_PROG) stage3
e06ba18d 714 -(cd stage3 ; ln -s $(LD_PROG) ld)
eb02fd64 715
74e6b793 716against = stage2
e46cdcdd
RP
717
718comparison: force
ab57b174 719 for i in $(STAGESTUFF) $(LD_PROG) ; do cmp $$i $(against)/$$i ; done
e46cdcdd 720
e7921bd4 721de-stage1: force
e06ba18d
PB
722 -(cd stage1 ; mv -f * ..)
723 -rm ld
724 -rmdir stage1
e7921bd4
RP
725
726de-stage2: force
e06ba18d
PB
727 -(cd stage2 ; mv -f * ..)
728 -rm ld
729 -rmdir stage2
e7921bd4
RP
730
731de-stage3: force
e06ba18d
PB
732 -(cd stage3 ; mv -f * ..)
733 -rm ld
734 -rmdir stage3
e7921bd4 735
4a6afc88
ILT
736.PHONY: stage1 stage2 stage3 comparison de-stage1 de-stage2 de-stage3
737
ab57b174 738# Stuff that should be included in a distribution:
74e6b793 739LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
ab57b174
ILT
740diststuff: $(LDDISTSTUFF)
741
742mostlyclean:
743 -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp]
083038a7
ILT
744 -rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out cdtest.tmp
745 -rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp
82ebe9a2
KR
746 -rm -f $(GENERATED_CFILES) $(GENERATED_HFILES)
747 -rm -fr tmpdir
ab57b174 748clean: mostlyclean
1e45c4c3 749 -rm -f $(LD_PROG) configdoc.texi
417ced0d
MM
750distclean: clean
751 -rm -rf Makefile config.status TAGS ldscripts site.exp site.bak
3c1af24d 752realclean: clean distclean
ab57b174 753 -rm -f $(LDDISTSTUFF)
eb02fd64 754
4a6afc88
ILT
755.PHONY: diststuff mostlyclean clean distclean realclean
756
757lintlog:$(LINTSOURCES) Makefile
2ee11735 758 $(LINT) -abhxzn $(LINTFLAGS) $(LINTSOURCES) \
eb02fd64
RP
759| grep -v "pointer casts may be troublesome" \
760| grep -v "possible pointer alignment problem" \
761| grep -v "ignore" \
762| grep -v "conversion from long may lose accuracy" \
763| grep -v "warning: constant argument to NOT" \
764| grep -v "enumeration type clash, operator CAST" \
765| grep -v "warning: constant in conditional context"\
766| grep -v "archive\.c"
767
768
cbb5c2d1
DM
769TAGS:
770 etags -t $(srcdir)/*.[chly] *.[chly]
eb02fd64 771
eb02fd64 772
91b3a2b6 773install:
8ddef552
DM
774 $(INSTALL_XFORM) ld.new $(bindir)/ld
775 $(INSTALL_XFORM1) $(srcdir)/ld.1 $(man1dir)/ld.1
173a0c3d
DM
776 for f in ldscripts/*; do \
777 $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
d360d135 778 done
9cd039e7 779 -n=`t='$(program_transform_name)'; echo ld | sed -e "" $$t`; \
56409445 780 rm -f $(tooldir)/bin/ld; \
188ce705 781 ln $(bindir)/$$n $(tooldir)/bin/ld >/dev/null 2>/dev/null \
e357065c 782 || $(INSTALL_PROGRAM) ld.new $(tooldir)/bin/ld
e06ba18d 783
db0a7149 784install-info: ld.info
82ebe9a2
KR
785 if [ -r ld.info ]; then \
786 dir=. ; \
787 else \
788 dir=$(srcdir) ; \
789 fi ; \
790 for i in `cd $$dir ; echo ld.info*` ; do \
791 $(INSTALL_DATA) $$dir/$$i $(infodir)/$$i ; \
afe3aa73
RP
792 done
793
12fa72d4
SC
794clean-info:
795 -rm -rf *.info*
796
4a6afc88 797.PHONY: install install-info clean-info
eb02fd64 798
4a6afc88
ILT
799# Targets to rebuild dependencies in this Makefile.
800# Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
801.dep: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES)
802 rm -f .dep1
803 $(MAKE) DEP=$(DEP) .dep1
804 sed -f dep.sed <.dep1 >.dep
eb02fd64 805
4a6afc88
ILT
806# This rule really wants a mkdep that runs "gcc -MM".
807.dep1: $(CFILES) $(GENERATED_CFILES)
808 rm -f .dep2
809 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
810 $(DEP) -f .dep2 $(ALL_CFLAGS) $?
811 $(srcdir)/../move-if-change .dep2 .dep1
eb02fd64 812
4a6afc88
ILT
813dep.sed: dep-in.sed config.status
814 sed <$(srcdir)/dep-in.sed >dep.sed \
815 -e 's!@INCDIR@!$(INCDIR)!' \
816 -e 's!@srcdir@!$(srcdir)!'
eb02fd64 817
4a6afc88
ILT
818dep: .dep
819 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
820 cat .dep >> tmp-Makefile
821 $(srcdir)/../move-if-change tmp-Makefile Makefile
239d28f3 822
4a6afc88
ILT
823dep-in: .dep
824 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
825 cat .dep >> tmp-Makefile.in
826 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
827
828.PHONY: dep dep-in
239d28f3 829
eb02fd64
RP
830# Dummy target to force execution of dependent targets.
831#
e7921bd4 832force:
eb02fd64 833
4a6afc88 834.PHONY: force
eb02fd64 835
f1eb48b6 836Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
a26878d1 837 $(SHELL) ./config.status
eb02fd64 838
4a6afc88
ILT
839# What appears below is generated by a hacked mkdep using gcc -MM.
840
841# DO NOT DELETE THIS LINE -- mkdep uses it.
842# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
843
dd37f215 844ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88
ILT
845 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
846 $(INCDIR)/bfdlink.h ld.h ldexp.h ldlang.h ldmisc.h \
fb5b11ee 847 ldgram.h ldmain.h ldctor.h
dd37f215 848ldemul.o: ldemul.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88 849 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
cdf71377
KR
850 config.h ld.h ldemul.h ldmisc.h ldexp.h ldlang.h ldfile.h \
851 ldmain.h ldemul-list.h
dd37f215 852ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88
ILT
853 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
854 $(INCDIR)/bfdlink.h ld.h ldmain.h ldmisc.h ldexp.h \
855 ldgram.h ldlang.h
dd37f215 856ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88 857 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
4725fb48 858 ld.h ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \
cdf71377 859 ldlex.h ldemul.h
dd37f215 860ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88 861 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
4725fb48
ILT
862 $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
863 ldgram.h ldexp.h ldlang.h ldemul.h ldlex.h ldmisc.h \
864 ldctor.h ldfile.h
dd37f215 865ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88 866 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
4725fb48
ILT
867 $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h config.h \
868 ld.h ldmain.h ldmisc.h ldwrite.h ldgram.h ldexp.h ldlang.h \
869 ldemul.h ldlex.h ldfile.h ldctor.h
dd37f215 870ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88 871 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
4725fb48
ILT
872 ld.h ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h ldmain.h \
873 ldfile.h
dd37f215 874ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88
ILT
875 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
876 ld.h ldver.h ldemul.h ldmain.h
dd37f215 877ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88
ILT
878 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
879 $(INCDIR)/bfdlink.h ld.h ldexp.h ldlang.h ldwrite.h \
880 ldmisc.h ldgram.h ldmain.h
dd37f215 881lexsup.o: lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88 882 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
4725fb48
ILT
883 $(INCDIR)/getopt.h $(INCDIR)/bfdlink.h config.h ld.h \
884 ldmain.h ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h \
885 ldfile.h ldver.h
dd37f215 886mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/obstack.h \
4a6afc88
ILT
887 ../bfd/sysdep.h $(INCDIR)/fopen-same.h ld.h ldexp.h \
888 ldlang.h ldmisc.h mri.h ldgram.h
dd37f215 889ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
4a6afc88
ILT
890 $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
891 $(INCDIR)/bfdlink.h ld.h ldexp.h ldver.h ldlang.h ldemul.h \
892 ldfile.h ldmisc.h ldmain.h mri.h ldlex.h
dd37f215
ILT
893ldlex.o: ldlex.c ../bfd/bfd.h $(INCDIR)/obstack.h ../bfd/sysdep.h \
894 $(INCDIR)/fopen-same.h ld.h ldgram.h ldmisc.h ldexp.h \
895 ldlang.h ldfile.h ldlex.h ldmain.h
239d28f3
SC
896
897# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.2073 seconds and 4 git commands to generate.