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