* opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use something a
[deliverable/binutils-gdb.git] / binutils / Makefile.in
CommitLineData
d8474a9b 1# Makefile for GNU binary-file utilities
37853673 2# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
d8474a9b
PB
3
4# This file is part of GNU binutils.
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
125a4b58 18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
99a42820 19
5ab6ca68
ILT
20VPATH = @srcdir@
21srcdir = @srcdir@
84396dcf 22
5ab6ca68
ILT
23target_alias = @target_alias@
24prefix = @prefix@
d8e89b6b 25
5ab6ca68
ILT
26program_transform_name = @program_transform_name@
27exec_prefix = @exec_prefix@
d8e89b6b
RP
28bindir = $(exec_prefix)/bin
29libdir = $(exec_prefix)/lib
f6dddd4e 30tooldir = $(exec_prefix)/$(target_alias)
d8e89b6b
RP
31
32datadir = $(prefix)/lib
33mandir = $(prefix)/man
34man1dir = $(mandir)/man1
35man2dir = $(mandir)/man2
36man3dir = $(mandir)/man3
37man4dir = $(mandir)/man4
38man5dir = $(mandir)/man5
39man6dir = $(mandir)/man6
40man7dir = $(mandir)/man7
41man8dir = $(mandir)/man8
42man9dir = $(mandir)/man9
43infodir = $(prefix)/info
44includedir = $(prefix)/include
45docdir = $(datadir)/doc
84396dcf
RP
46
47SHELL = /bin/sh
d8e89b6b 48
5ebaf24b 49INSTALL = `cd $(srcdir)/..;pwd`/install.sh -c
d8e89b6b 50INSTALL_PROGRAM = $(INSTALL)
fca4042a 51INSTALL_DATA = $(INSTALL) -m 644
29078b29 52INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
fca4042a 53INSTALL_XFORM1 = $(INSTALL_XFORM) -b=.1 -m 644
d8e89b6b
RP
54
55AR = ar
109eb06c
ILT
56AR_FLAGS = rc
57CC = @CC@
58CFLAGS = @CFLAGS@
59LDFLAGS = @LDFLAGS@
d8e89b6b 60MAKEINFO = makeinfo
c921e2aa 61TEXI2DVI = texi2dvi
d8e89b6b 62RANLIB = ranlib
9752f9fd 63BISONFLAGS = -d
c83497f5 64TEXI2ROFF=texi2roff
29078b29 65MAKEOVERRIDES=
fca4042a 66CC_FOR_BUILD = @CC_FOR_BUILD@
f50af42b
KR
67NM_FOR_TARGET = nm
68NM = $(NM_FOR_TARGET)
8d5d0e11
PB
69SYMLINK = ln -s
70
e52e2acd 71BISON = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
45212e5e
PB
72# Comment these out if using lex.
73LEX_OPTIONS = -I -Cem
e2fe2df4 74LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
45212e5e 75
8539db10 76# Distribution version
125a4b58 77VERSION=cygnus-2.5.3
8539db10 78# Distribution name
d8e89b6b 79DIST_NAME=binutils-${VERSION}
8539db10 80
d8e89b6b 81version=`./../gcc/gcc -dumpversion`
b5132a6b 82
6b583720 83# Where to find texinfo.tex to format docn with TeX
94333f27 84TEXIDIR = $(srcdir)/../texinfo
b7a11ec2 85
a10d26a1 86#CC=gcc -Wall
c06e55d9 87CC=cc
06a97fbd 88# these two are almost the same program
a10d26a1
RP
89AR_PROG=ar
90RANLIB_PROG=ranlib
99a42820 91
df14d957
ILT
92# objcopy and strip should be the same program
93OBJCOPY_PROG=objcopy
06459c06 94STRIP_PROG=strip.new
99a42820 95
4f15fb27
DM
96STRINGS_PROG=strings
97
99a42820 98# These should all be the same program too.
a10d26a1 99SIZE_PROG=size
06459c06 100NM_PROG=nm.new
a10d26a1 101OBJDUMP_PROG=objdump
99a42820 102
c921e2aa 103# This is the demangler, as a standalone program.
c06e55d9 104# Note: This one is used as the installed name too, unlike the above.
df14d957 105DEMANGLER_PROG=c++filt
c921e2aa 106
29078b29 107NLMCONV_PROG=nlmconv
125a4b58 108DLLTOOL_PROG=dlltool
29078b29 109
c06e55d9
KR
110SRCONV_PROG=srconv sysdump coffdump
111
125a4b58
SC
112
113
1cf8bd3f 114MANPAGES= ar nm objdump ranlib size strings strip objcopy nlmconv
e52e2acd 115
5ab6ca68 116PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@
a01bf1fb 117STAGESTUFF = $(PROGS) *.o
8d5d0e11 118# Files that can be generated, but should be in the distribution.
125a4b58
SC
119# Don't build $(DEMANGLER_PROG).1, since its name may vary with the
120# configuration.
121DISTSTUFF=arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h syslex.c
99a42820 122
b5775df3 123# Stuff that goes in tooldir/ if appropriate
be92df36 124TOOL_PROGS = nm.new strip.new ar ranlib $(DLLTOOL_PROG)
b5775df3 125
40773f7f 126BASEDIR = $(srcdir)/..
bba04d93
DM
127BFDDIR = $(BASEDIR)/bfd
128INCDIR = $(BASEDIR)/include
129INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR)
a10d26a1 130
5ab6ca68 131@target_makefile_fragment@
a10d26a1 132
5ab6ca68 133ALL_CFLAGS = $(INCLUDES) @HDEFINES@ $(CFLAGS)
37853673 134
d8e89b6b 135.c.o:
37853673 136 $(CC) -c $(ALL_CFLAGS) $<
99a42820 137
99a42820
RP
138#\f
139## Random definitions
140# Hopefully all these may be flushed once we get configuration down pat.
141
142# alloca only needed for systems which don't have it and when cc != gcc.
143# ALLOCA = alloca.o
144
145# nm tries to malloc enough space for the string table. The old GNU malloc
146# rounds this up to a power of two (e.g. 5M becomes 8M), and so it might
147# fail unnecessarily. I've also seen some Unix malloc's fail, even when
148# there is enough memory. So use the new GNU malloc.
149# MALLOC = gmalloc.o
37853673
SS
150# Use this if the system malloc is good enough.
151MALLOC =
99a42820
RP
152
153# Use the GNU getopt unless you have problems with it.
154# The IRIS version could probably benefit from being assembled with
155# libmalloc rather than the ordinary malloc.
bba04d93 156LIBIBERTY = ../libiberty/libiberty.a
99a42820
RP
157
158# Code shared by all the binutils.
a10d26a1 159BULIBS = bucomm.o version.o filemode.o
99a42820 160
5a070355 161ADDL_LIBS = $(MALLOC) $(BULIBS) $(BFD) $(LIBIBERTY)
99a42820 162
bba04d93
DM
163BFD = ../bfd/libbfd.a
164OPCODES = ../opcodes/libopcodes.a
f6dddd4e 165
125a4b58
SC
166EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \
167 echo $${rootme}/../expect/expect ; \
168 else echo expect ; fi`
169RUNTEST = `if [ -f ${srcdir}/../dejagnu/runtest ] ; then \
170 echo ${srcdir}/../dejagnu/runtest ; \
171 else echo runtest ; fi`
172RUNTESTFLAGS =
173
f6dddd4e 174FLAGS_TO_PASS = \
4447efa2
ILT
175 "CC=$(CC)" \
176 "CFLAGS=$(CFLAGS)" \
df14d957 177 "RUNTEST=$(RUNTEST)" \
e52e2acd 178 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
99a42820
RP
179#\f
180## The rules
181
f6dddd4e 182all: $(ADDL_LIBS) $(PROGS)
4f8b1219 183
5903dfae
ILT
184# These targets are for the dejagnu testsuites. The file site.exp
185# contains global variables that all the testsuites will use.
186
187site.exp: ./config.status Makefile
188 @echo "Making a new config file..."
189 @rm -f ./tmp?
190 @touch site.exp
191 @mv site.exp site.bak
192 @echo "## variables are automatically generated by make ##" > ./tmp0
193 @echo "# Do not edit here. If you wish to override these" >> ./tmp0
194 @echo "# values, add them to the last section" >> ./tmp0
195 @echo "# HOST AND TARGET INFO" >> ./tmp0
5ab6ca68
ILT
196 @echo "set host_os @host_os@" >> ./tmp0
197 @echo "set host_alias @host_alias@" >> ./tmp0
198 @echo "set host_cpu @host_cpu@" >> ./tmp0
199 @echo "set host_vendor @host_vendor@" >> ./tmp0
200 @echo "set target_os @target_os@" >> ./tmp0
201 @echo "set target_alias @target_alias@" >> ./tmp0
202 @echo "set target_cpu @target_cpu@" >> ./tmp0
203 @echo "set target_vendor @target_vendor@" >> ./tmp0
204 @echo "set host_triplet @host@" >> ./tmp0
205 @echo "set target_triplet @target@" >> ./tmp0
5903dfae
ILT
206 @echo "# DIRECTORY INFO" >> ./tmp0
207 @echo "set objdir `pwd`" >> ./tmp0
208 @echo "" >> ./tmp0
209 @echo "## Variables generated by configure. Do Not Edit ##" >> ./tmp0
210 @cat ./tmp0 > site.exp
211 @cat site.bak | sed \
212 -e '1,/^## Variables generated by.*##/ d' >> site.exp
213 -@rm -f ./tmp?
214
215check: site.exp
125a4b58 216 rootme=`pwd`; export rootme ; \
5903dfae
ILT
217 srcroot=`cd ${srcdir}; pwd` ; export srcroot ; \
218 EXPECT=${EXPECT} ; export EXPECT ; \
125a4b58 219 if [ -f $$rootme/../expect/expect ] ; then \
5903dfae 220 TCL_LIBRARY=$${srcroot}/../tcl/library ; \
9b14c27a 221 export TCL_LIBRARY ; else true; fi ; \
5903dfae
ILT
222 $(RUNTEST) --tool binutils --srcdir $(srcdir)/testsuite \
223 $(RUNTESTFLAGS)
d8e89b6b 224
f7ed13c7 225installcheck:
7d6cc102
RP
226 /bin/sh $(srcdir)/sanity.sh $(bindir)
227
d8e89b6b 228info: binutils.info
a10d26a1 229
c921e2aa
FF
230dvi: binutils.dvi
231
a10d26a1 232$(SIZE_PROG): $(ADDL_LIBS) size.o $(BFD)
94333f27 233 $(CC) $(CFLAGS) $(LDFLAGS) -o $(SIZE_PROG) size.o $(ADDL_LIBS) $(EXTRALIBS)
99a42820 234
df14d957 235$(OBJCOPY_PROG): $(ADDL_LIBS) objcopy.o not-strip.o $(BFD)
94333f27 236 $(CC) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o not-strip.o $(ADDL_LIBS) $(EXTRALIBS)
d8e89b6b 237
4f15fb27 238$(STRINGS_PROG): $(ADDL_LIBS) strings.o $(BFD)
94333f27 239 $(CC) $(CFLAGS) $(LDFLAGS) -o $(STRINGS_PROG) strings.o $(ADDL_LIBS) $(EXTRALIBS)
4f15fb27 240
df14d957 241$(STRIP_PROG): $(ADDL_LIBS) objcopy.o is-strip.o $(BFD)
94333f27 242 $(CC) $(CFLAGS) $(LDFLAGS) -o $(STRIP_PROG) objcopy.o is-strip.o $(ADDL_LIBS) $(EXTRALIBS)
99a42820 243
6f88f031
ILT
244$(NM_PROG): $(ADDL_LIBS) nm.o $(BFD)
245 $(CC) $(CFLAGS) $(LDFLAGS) -o $(NM_PROG) nm.o $(ADDL_LIBS) $(EXTRALIBS)
99a42820 246
29078b29 247$(OBJDUMP_PROG): $(ADDL_LIBS) objdump.o $(BFD) $(OPCODES)
94333f27 248 $(CC) $(CFLAGS) $(LDFLAGS) -o $(OBJDUMP_PROG) objdump.o $(OPCODES) $(ADDL_LIBS) $(EXTRALIBS)
bba04d93 249
6f88f031 250underscore.c: Makefile
f993f087 251 rm -f underscore.c
6f88f031 252 echo '/*WARNING: This file is automatically generated!*/' >underscore.t
5ab6ca68 253 echo "int prepends_underscore = @UNDERSCORE@;" >>underscore.t
6f88f031 254 mv -f underscore.t underscore.c
f50af42b 255
3bbea7af 256version.o: version.c Makefile
5ab6ca68 257 $(CC) -DVERSION='"$(VERSION)"' $(ALL_CFLAGS) -c $(srcdir)/version.c
bba04d93 258
6f88f031 259cplus-dem.o: $(BASEDIR)/libiberty/cplus-dem.c $(INCDIR)/getopt.h
5ab6ca68 260 $(CC) -c -DMAIN -DVERSION='"$(VERSION)"' $(ALL_CFLAGS) $(BASEDIR)/libiberty/cplus-dem.c
f50af42b 261
125a4b58
SC
262$(DEMANGLER_PROG): cplus-dem.o $(LIBIBERTY) underscore.o
263 $(CC) $(CFLAGS) $(LDFLAGS) -o $(DEMANGLER_PROG) cplus-dem.o $(LIBIBERTY) $(EXTRALIBS) underscore.o
c921e2aa 264
3bbea7af 265arparse.c: arparse.y
9752f9fd 266 $(BISON) $(BISONFLAGS) $(srcdir)/arparse.y
3bbea7af
ILT
267 mv -f y.tab.c arparse.c
268 mv -f y.tab.h arparse.h
269
270# Separate from arparse.c so that a parallel make doesn't try to build
271# both arparse.c and arparse.h simultaneously.
272arparse.h: arparse.c
d8e89b6b 273
9752f9fd
ME
274arlex.c: arlex.l
275 $(LEX) $(LEX_OPTIONS) $(srcdir)/arlex.l
276 mv lex.yy.c arlex.c
d8e89b6b
RP
277
278$(AR_PROG): $(ADDL_LIBS) ar.o arparse.o arlex.o not-ranlib.o $(BFD) arsup.o
94333f27 279 $(CC) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o arparse.o arlex.o arsup.o not-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
d8e89b6b
RP
280
281$(RANLIB_PROG): $(ADDL_LIBS) ar.o is-ranlib.o arparse.o arlex.o arsup.o $(BFD)
94333f27 282 $(CC) $(CFLAGS) $(LDFLAGS) -o $(RANLIB_PROG) ar.o arparse.o arlex.o arsup.o is-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
06a97fbd
PB
283
284# This rule creates a single binary that switches between ar and ranlib
285# by looking at argv[0]. Use this kludge to save some disk space.
286# However, you have to install things by hand.
287# (That is after 'make install', replace the installed ranlib by a link to ar.)
288
289# Alternatively, you can install ranlib.sh as ranlib.
290
291ar_with_ranlib: $(ADDL_LIBS) ar.o maybe-ranlib.o $(BFD)
94333f27 292 $(CC) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
a10d26a1
RP
293 -rm -f $(RANLIB_PROG)
294 -ln $(AR_PROG) $(RANLIB_PROG)
99a42820 295
df14d957 296# objcopy and strip in one binary that uses argv[0] to decide its action.
d8e89b6b 297
df14d957 298objcopy_with_strip: $(ADDL_LIBS) objcopy.o maybe-strip.o $(BFD)
94333f27 299 $(CC) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS)
a10d26a1 300 -rm -f $(STRIP_PROG)
df14d957 301 -ln $(OBJCOPY_PROG) $(STRIP_PROG)
99a42820 302
e52e2acd
SC
303sysroff.c: sysinfo sysroff.info
304 ./sysinfo -c <$(srcdir)/sysroff.info >sysroff.c
305 ./sysinfo -i <$(srcdir)/sysroff.info >>sysroff.c
306 ./sysinfo -g <$(srcdir)/sysroff.info >>sysroff.c
f0eebb5f
JW
307
308sysroff.h: sysinfo sysroff.info
06459c06 309 ./sysinfo -d <$(srcdir)/sysroff.info >sysroff.h
e52e2acd 310
3bbea7af
ILT
311# Depend upon arparse.c to avoid building both arparse.c and sysinfo.c
312# simultaneously.
313sysinfo.c: sysinfo.y arparse.c
e52e2acd
SC
314 $(BISON) -tvd $(srcdir)/sysinfo.y
315 rm -f sysinfo.c
3bbea7af
ILT
316 mv -f y.tab.c sysinfo.c
317 mv -f y.tab.h sysinfo.h
318
319# Separate from sysinfo.c so that a parallel make doesn't try to build
320# both sysinfo.c and sysinfo.h simultaneously.
321sysinfo.h: sysinfo.c
e52e2acd
SC
322
323syslex.c : syslex.l
324 $(LEX) $(LEX_OPTIONS) $(srcdir)/syslex.l
325 mv lex.yy.c syslex.c
326
3bbea7af 327sysinfo: sysinfo.o syslex.o
7bf6856e
SC
328 $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o
329
c06e55d9 330syslex.o: syslex.c sysinfo.h
3bbea7af
ILT
331 if [ -r syslex.c ]; then \
332 $(CC_FOR_BUILD) -c -I. $(CFLAGS) syslex.c ; \
333 else \
334 $(CC_FOR_BUILD) -c -I. $(CFLAGS) $(srcdir)/syslex.c ;\
335 fi
7bf6856e
SC
336
337sysinfo.o: sysinfo.c
3bbea7af
ILT
338 if [ -r sysinfo.c ]; then \
339 $(CC_FOR_BUILD) -c -I. $(CFLAGS) sysinfo.c ; \
340 else \
341 $(CC_FOR_BUILD) -c -I. $(CFLAGS) $(srcdir)/sysinfo.c ; \
342 fi
e52e2acd 343
f0eebb5f 344srconv.o: srconv.c sysroff.h sysroff.c coffgrok.h $(INCDIR)/coff/internal.h \
5ab6ca68 345 ../bfd/libcoff.h config.h
f0eebb5f
JW
346
347srconv: srconv.o coffgrok.o $(ADDL_LIBS)
e52e2acd
SC
348 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ srconv.o coffgrok.o $(ADDL_LIBS) $(EXTRALIBS)
349
be92df36 350dlltool:dlltool.o defparse.o deflex.o cplus-dem.o
125a4b58
SC
351 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ dlltool.o defparse.o deflex.o $(ADDL_LIBS) $(EXTRALIBS)
352
353defparse.c:defparse.y
354 $(BISON) $(BISONFLAGS) $(srcdir)/defparse.y
355 mv -f y.tab.c defparse.c
356 mv -f y.tab.h defparse.h
357
358defparse.h: defparse.c
359
360deflex.c:deflex.l
361 $(LEX) $(LEX_OPTIONS) $(srcdir)/deflex.l
362 mv lex.yy.c deflex.c
363
364dlltool.o:dlltool.c
5ab6ca68 365 $(CC) -c @DLLTOOL_DEFS@ $(ALL_CFLAGS) $(srcdir)/dlltool.c
125a4b58 366
e52e2acd
SC
367coffdump: coffdump.o coffgrok.o $(ADDL_LIBS)
368 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ coffdump.o coffgrok.o $(ADDL_LIBS) $(EXTRALIBS)
369
5ab6ca68 370sysdump.o: sysdump.c sysroff.h sysroff.c bucomm.h config.h
f0eebb5f
JW
371
372sysdump: sysdump.o $(ADDL_LIBS)
e52e2acd
SC
373 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ sysdump.o $(ADDL_LIBS) $(EXTRALIBS)
374
3bbea7af
ILT
375# Depend upon sysinfo.c to avoid building both nlmheader.c and sysinfo.c
376# simultaneously.
377nlmheader.c: nlmheader.y sysinfo.c
bba04d93 378 $(BISON) $(srcdir)/nlmheader.y
29078b29 379 rm -f nlmheader.c
3bbea7af 380 mv -f y.tab.c nlmheader.c
29078b29 381
37853673 382nlmconv.o: nlmconv.c
5ab6ca68
ILT
383 ldname=`echo ld | sed '$(program_transform_name)'`; \
384 $(CC) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(ALL_CFLAGS) $(srcdir)/nlmconv.c
37853673 385
29078b29 386$(NLMCONV_PROG): nlmconv.o nlmheader.o $(ADDL_LIBS) $(BFD)
94333f27 387 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ nlmconv.o nlmheader.o $(ADDL_LIBS) $(EXTRALIBS)
bba04d93
DM
388
389# This list of dependencies was generated by doing a make with gcc -MM
390# saving the output in a file and removing the gcc commands
391# changing "../../devo/binutils/../bfd" to "$(BFDDIR)"
392# removing "../../devo/binutils/"
393# changing "../include" to "$(INCDIR)"
394
395bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
fca4042a 396 $(INCDIR)/obstack.h \
5ab6ca68 397 $(INCDIR)/fopen-same.h bucomm.h config.h
bba04d93 398filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
fca4042a 399 $(INCDIR)/obstack.h \
bba04d93
DM
400 $(INCDIR)/fopen-same.h
401size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
fca4042a 402 $(INCDIR)/obstack.h \
5ab6ca68 403 $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h config.h
bba04d93 404objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
fca4042a 405 $(INCDIR)/obstack.h \
bba04d93
DM
406 $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h \
407 $(INCDIR)/dis-asm.h $(INCDIR)/aout/aout64.h \
5ab6ca68 408 $(INCDIR)/elf/internal.h $(INCDIR)/aout/stab.def config.h
bba04d93 409nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
fca4042a 410 $(INCDIR)/obstack.h \
5ab6ca68 411 $(INCDIR)/fopen-same.h bucomm.h config.h $(INCDIR)/getopt.h \
bba04d93 412 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
d6a4c375 413 $(INCDIR)/aout/ranlib.h $(INCDIR)/demangle.h
bba04d93 414ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
fca4042a 415 $(INCDIR)/obstack.h \
5ab6ca68
ILT
416 $(INCDIR)/fopen-same.h bucomm.h config.h $(INCDIR)/aout/ar.h \
417 $(BFDDIR)/libbfd.h arsup.h
bba04d93
DM
418arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
419 $(INCDIR)/obstack.h arsup.h
420arlex.o: arlex.c ./arparse.h
421not-ranlib.o: not-ranlib.c
422arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
5ab6ca68 423 $(INCDIR)/obstack.h arsup.h bucomm.h config.h
bba04d93 424strings.o: strings.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
5ab6ca68 425 $(INCDIR)/obstack.h bucomm.h config.h
bba04d93 426objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
fca4042a 427 $(INCDIR)/obstack.h \
5ab6ca68 428 $(INCDIR)/fopen-same.h bucomm.h config.h
bba04d93
DM
429is-strip.o: is-strip.c
430is-ranlib.o: is-ranlib.c
431not-strip.o: not-strip.c
5ab6ca68 432nlmheader.o: nlmheader.c ../bfd/bfd.h \
fca4042a 433 $(INCDIR)/fopen-same.h bucomm.h config.h \
c59fa195 434 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h nlmconv.h
5ab6ca68 435nlmconv.o: nlmconv.c ../bfd/bfd.h $(INCDIR)/libiberty.h \
fca4042a 436 $(INCDIR)/fopen-same.h bucomm.h config.h \
c59fa195
ILT
437 $(BFDDIR)/libnlm.h $(INCDIR)/nlm/common.h \
438 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmconv.h \
439 $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
29078b29 440
6a3958b2
RP
441stage1: force
442 - mkdir stage1
a01bf1fb 443 - mv -f $(STAGESTUFF) stage1
6a3958b2
RP
444
445stage2: force
446 - mkdir stage2
a01bf1fb 447 - mv -f $(STAGESTUFF) stage2
6a3958b2
RP
448
449stage3: force
450 - mkdir stage3
a01bf1fb
RP
451 - mv -f $(STAGESTUFF) stage3
452
453against=stage2
454
455comparison: force
456 for i in $(STAGESTUFF) ; do cmp $$i $(against)/$$i ; done
6a3958b2
RP
457
458de-stage1: force
459 - (cd stage1 ; mv -f * ..)
460 - rmdir stage1
461
462de-stage2: force
463 - (cd stage2 ; mv -f * ..)
464 - rmdir stage2
465
466de-stage3: force
467 - (cd stage3 ; mv -f * ..)
468 - rmdir stage3
469
125a4b58 470###
6b583720 471# DOCUMENTATION TARGETS
125a4b58
SC
472config.texi: Makefile
473 rm -f config.texi
474 echo '@set VERSION $(VERSION)' > config.texi
6b583720 475# TeX output
125a4b58 476binutils.dvi: $(srcdir)/binutils.texi config.texi
94333f27 477 TEXINPUTS=$(TEXIDIR):$$TEXINPUTS $(TEXI2DVI) $(srcdir)/binutils.texi
b7a11ec2 478
6b583720 479# info file for online browsing
125a4b58 480binutils.info: $(srcdir)/binutils.texi config.texi
6141fd50 481 $(MAKEINFO) -o binutils.info $(srcdir)/binutils.texi
b7a11ec2 482
c06e55d9
KR
483$(DEMANGLER_PROG).1: cxxfilt.man Makefile
484 sed -e 's/@PROGRAM@/$(DEMANGLER_PROG)/' < $(srcdir)/cxxfilt.man \
485 > $(DEMANGLER_PROG).1
486
0c10ff03 487# different targets for -ms, -mm, -me
c83497f5
RP
488# Try to use a recent texi2roff. v2 was put on prep in jan91.
489# If you want an index, see texi2roff doc for postprocessing
490# and add -i to texi2roff invocations below.
491# Workarounds for texi2roff-2 (probably fixed in later texi2roff's, delete
94333f27 492# corresponding -e lines when later texi2roff's are current)
c83497f5
RP
493# + @ifinfo's deleted explicitly due to texi2roff-2 bug w nested constructs.
494# + @c's deleted explicitly because texi2roff sees texinfo commands in them
495# + @ (that's at-BLANK) not recognized by texi2roff, turned into blank
496# + @alphaenumerate is ridiculously new, turned into @enumerate
497
0c10ff03 498# roff output (-ms)
2226a090 499binutils.ms: $(srcdir)/binutils.texi
6b583720
RP
500 sed -e '/\\input texinfo/d' \
501 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
c83497f5
RP
502 -e '/^@ifinfo/,/^@end ifinfo/d' \
503 -e '/^@c/d' \
2226a090 504 -e 's/{.*,,/{/' \
c83497f5
RP
505 -e 's/@ / /g' \
506 -e 's/^@alphaenumerate/@enumerate/g' \
507 -e 's/^@end alphaenumerate/@end enumerate/g' \
2226a090 508 $(srcdir)/binutils.texi | \
d8e89b6b 509 $(TEXI2ROFF) -ms | \
c83497f5
RP
510 sed -e 's/---/\\(em/g' \
511 >binutils.ms
6b583720 512
0c10ff03 513# roff output (-mm)
c83497f5
RP
514# '@noindent's removed due to texi2roff-2 mm bug; if yours is newer,
515# try leaving them in
2226a090 516binutils.mm: $(srcdir)/binutils.texi
0c10ff03
RP
517 sed -e '/\\input texinfo/d' \
518 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
c83497f5
RP
519 -e '/^@ifinfo/,/^@end ifinfo/d' \
520 -e '/^@c/d' \
2226a090
RP
521 -e 's/{.*,,/{/' \
522 -e '/@noindent/d' \
c83497f5
RP
523 -e 's/@ / /g' \
524 -e 's/^@alphaenumerate/@enumerate/g' \
525 -e 's/^@end alphaenumerate/@end enumerate/g' \
2226a090 526 $(srcdir)/binutils.texi | \
d8e89b6b 527 $(TEXI2ROFF) -mm | \
2226a090
RP
528 sed -e 's/---/\\(em/g' \
529 >binutils.mm
0c10ff03
RP
530
531# roff output (-me)
2226a090 532binutils.me: $(srcdir)/binutils.texi
0c10ff03
RP
533 sed -e '/\\input texinfo/d' \
534 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
c83497f5
RP
535 -e '/^@ifinfo/,/^@end ifinfo/d' \
536 -e '/^@c/d' \
2226a090 537 -e 's/{.*,,/{/' \
c83497f5
RP
538 -e 's/@ / /g' \
539 -e 's/^@alphaenumerate/@enumerate/g' \
540 -e 's/^@end alphaenumerate/@end enumerate/g' \
2226a090 541 $(srcdir)/binutils.texi | \
d8e89b6b 542 $(TEXI2ROFF) -me | \
c83497f5
RP
543 sed -e 's/---/\\(em/g' \
544 >binutils.me
0c10ff03
RP
545
546
125a4b58 547###
6b583720 548
8d5d0e11 549mostlyclean:
fca4042a 550 -rm -f *.o *~ \#* core binutils.?? binutils.??? y.output config.log
69b60892 551 -rm -rf tmpdir
8d5d0e11 552clean: mostlyclean
125a4b58 553 -rm -f $(PROGS) underscore.c sysroff sysroff.c sysroff.h sysinfo
94333f27 554distclean:
5ab6ca68 555 -rm -f Makefile config.status *.o *~ \#* core y.* \
94333f27 556 binutils.?? binutils.??s binutils.aux binutils.log binutils.toc
d698bce4 557 -rm -f $(PROGS) underscore.c config.h stamp-h config.cache config.log
4977f3b4
ILT
558maintainer-clean realclean: clean distclean
559 @echo "This command is intended for maintainers to use;"
560 @echo "it deletes files that may require special tools to rebuild."
125a4b58 561 -rm -f $(DISTSTUFF) *.info TAGS
99a42820
RP
562
563etags tags: TAGS
564
6a3958b2 565TAGS: force
bba04d93 566 etags $(INCDIR)/*.h $(srcdir)/*.[hc]
99a42820 567
c06e55d9 568install: all $(DEMANGLER_PROG).1
238aa238 569 for i in $(PROGS) ; do \
06459c06 570 $(INSTALL_XFORM) $$i $(bindir)/`echo $$i | sed -e 's/.new//'` ; \
99a42820 571 done
238aa238
DZ
572 for i in $(MANPAGES) ; do \
573 $(INSTALL_XFORM1) $(srcdir)/$$i.1 $(man1dir)/$$i.1 ; \
de53632c 574 done
1cf8bd3f 575 $(INSTALL_XFORM1) $(DEMANGLER_PROG).1 $(man1dir)/$(DEMANGLER_PROG).1
3f97524f 576 -if [ -d $(tooldir) ]; then \
c063fc45 577 if [ -d $(tooldir)/bin ]; then true; else mkdir $(tooldir)/bin; fi; \
b5775df3 578 for i in $(TOOL_PROGS) ; do \
4444ae6e
MM
579 if [ -f $i ]; then \
580 j=`echo $$i | sed -e 's/.new//'`; \
581 rm -f $(tooldir)/bin/$$j; \
582 k=`echo $$j | sed '$(program_transform_name)'`; \
583 ln $(bindir)/$$k $(tooldir)/bin/$$j >/dev/null 2>/dev/null \
584 || $(INSTALL_PROGRAM) $$i $(tooldir)/bin/$$j; \
585 fi; \
c063fc45
KR
586 done; \
587 else true; fi
c83497f5 588
c59fa195
ILT
589# This little path search is required because in the FSF net releases,
590# the info files are included in the source tree, and that may not be
591# the same as the build directory.
94333f27 592install-info: binutils.info
c59fa195
ILT
593 if [ -r binutils.info ]; then \
594 dir=. ; \
595 else \
596 dir=$(srcdir) ; \
597 fi ; \
c06e55d9 598 for i in `cd $$dir; echo binutils.info*` ; do \
6f383ce5 599 $(INSTALL_DATA) $$dir/$$i $(infodir)/$$i ; \
84396dcf 600 done
99a42820 601
d8e89b6b
RP
602clean-info:
603 -rm -rf *.info*
604
e2fe2df4 605# Making a dist:
ee948e4e
PB
606# cvs rtag binutils-x-yy ld+utils
607# cvs co -r binutils-x-yy ld+utils
e2fe2df4
PB
608# Sanitize
609# cd {HERE}; make dist [-f Makefile.in]
610
f50af42b 611dist: $(DIST_NAME).tar.z
8539db10 612
125a4b58 613diststuff: $(DISTSTUFF) info
8d5d0e11 614
f50af42b 615$(DIST_NAME).tar.z:
b27d2046 616 cd ../..; rm -f $(DIST_NAME); ln -s devo $(DIST_NAME)
8d5d0e11
PB
617 make diststuff -f Makefile.in
618 cd ../ld; make diststuff -f Makefile.in
3f97524f 619 cd ../gprof; make diststuff -f Makefile.in
7f7b0a77 620 cd ../texinfo; mv texinfo.tex ..; rm -rf *; mv ../texinfo.tex .
2e8adbd7
PB
621 # Take out texinfo from configurable dirs
622 mv ../configure.in tmp; \
623 sed -e '/^host_tools=/s/texinfo //' <tmp >../configure.in; rm tmp
624 cd ..; chmod og=u `find . -print`
f50af42b 625 cd ../..; tar chf - $(DIST_NAME) | gzip >$(DIST_NAME).tar.z
b27d2046 626 rm -rf ../../$(DIST_NAME)
8539db10 627
99a42820
RP
628#-----------------------------------------------------------------------------
629# 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
630#
631# 'VERSION' file must be present and contain a string of the form "x.y"
632#-----------------------------------------------------------------------------
633
634ver960.c: FORCE
635 rm -f ver960.c
636 echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
637
638
639# Dummy target to force execution of dependent targets.
640#
6a3958b2 641force:
99a42820
RP
642
643# Target to uncomment host-specific lines in this makefile. Such lines must
644# have the following string beginning in column 1: #__<hostname>__#
645# Original Makefile is backed up as 'Makefile.old'.
646#
647# Invoke with: make make HOST=xxx
648#
649make:
650 -@if test $(HOST)x = x ; then \
651 echo '\aSpecify "make make HOST=???"'; \
652 exit 1; \
653 fi ; \
654 grep -s "^#The next line was generated by 'make make'" Makefile; \
655 if test $$? = 0 ; then \
656 echo "\aMakefile has already been processed with 'make make'";\
657 exit 1; \
658 fi ; \
659 mv -f Makefile Makefile.old; \
660 echo "#The next line was generated by 'make make'" >Makefile ; \
661 echo "HOST=$(HOST)" >>Makefile ; \
662 echo >>Makefile ; \
663 sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile
664
5ab6ca68
ILT
665Makefile: Makefile.in config.status
666 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
667
668config.h: stamp-h ; @true
320d4f29
ILT
669stamp-h: config.in config.status
670 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
5ab6ca68
ILT
671
672config.status: configure
673 $(SHELL) ./config.status --recheck
99a42820
RP
674
675### Local Variables: ***
676### mode:fundamental ***
677### page-delimiter: "^#\f" ***
678### End: ***
679### end of file
This page took 0.198824 seconds and 4 git commands to generate.