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