* Better long-filename handling. Reads SOM ABI compliant extended
[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
18# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
99a42820 19
a10d26a1 20srcdir = .
84396dcf 21
d8e89b6b
RP
22prefix = /usr/local
23
3790af1d 24program_transform_name =
d8e89b6b
RP
25exec_prefix = $(prefix)
26bindir = $(exec_prefix)/bin
27libdir = $(exec_prefix)/lib
f6dddd4e 28tooldir = $(exec_prefix)/$(target_alias)
d8e89b6b
RP
29
30datadir = $(prefix)/lib
31mandir = $(prefix)/man
32man1dir = $(mandir)/man1
33man2dir = $(mandir)/man2
34man3dir = $(mandir)/man3
35man4dir = $(mandir)/man4
36man5dir = $(mandir)/man5
37man6dir = $(mandir)/man6
38man7dir = $(mandir)/man7
39man8dir = $(mandir)/man8
40man9dir = $(mandir)/man9
41infodir = $(prefix)/info
42includedir = $(prefix)/include
43docdir = $(datadir)/doc
84396dcf
RP
44
45SHELL = /bin/sh
d8e89b6b 46
5ebaf24b 47INSTALL = `cd $(srcdir)/..;pwd`/install.sh -c
d8e89b6b
RP
48INSTALL_PROGRAM = $(INSTALL)
49INSTALL_DATA = $(INSTALL)
29078b29 50INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
238aa238 51INSTALL_XFORM1 = $(INSTALL_XFORM) -b=.1
d8e89b6b
RP
52
53AR = ar
54AR_FLAGS = qv
55CFLAGS = -g
d8e89b6b 56MAKEINFO = makeinfo
c921e2aa 57TEXI2DVI = texi2dvi
d8e89b6b 58RANLIB = ranlib
9752f9fd 59BISONFLAGS = -d
c83497f5 60TEXI2ROFF=texi2roff
29078b29 61MAKEOVERRIDES=
b5132a6b 62
f50af42b
KR
63NM_FOR_TARGET = nm
64NM = $(NM_FOR_TARGET)
8d5d0e11
PB
65SYMLINK = ln -s
66
e52e2acd 67BISON = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
45212e5e
PB
68# Comment these out if using lex.
69LEX_OPTIONS = -I -Cem
e2fe2df4 70LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
45212e5e 71
8539db10 72# Distribution version
94333f27 73VERSION=cygnus-2.3.1
8539db10 74# Distribution name
d8e89b6b 75DIST_NAME=binutils-${VERSION}
8539db10 76
d8e89b6b 77version=`./../gcc/gcc -dumpversion`
b5132a6b 78
6b583720 79# Where to find texinfo.tex to format docn with TeX
94333f27 80TEXIDIR = $(srcdir)/../texinfo
b7a11ec2 81
37853673 82MANPAGES= ar nm objdump ranlib size strings strip c++filt objcopy nlmconv
84396dcf 83
a10d26a1 84#CC=gcc -Wall
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.
df14d957 101DEMANGLER_PROG=c++filt
c921e2aa 102
29078b29
ILT
103NLMCONV_PROG=nlmconv
104
e52e2acd
SC
105SRCONV_PROG=srconv sysdump coffdump
106
107PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) $(BUILD_NLMCONV) $(BUILD_SRCONV)
a01bf1fb 108STAGESTUFF = $(PROGS) *.o
8d5d0e11 109# Files that can be generated, but should be in the distribution.
94333f27 110DISTSTUFF=arparse.c arlex.c nlmheader.c info
99a42820 111
40773f7f 112BASEDIR = $(srcdir)/..
bba04d93
DM
113BFDDIR = $(BASEDIR)/bfd
114INCDIR = $(BASEDIR)/include
115INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR)
a10d26a1 116
a10d26a1
RP
117#### host and target dependant Makefile fragments come in here.
118###
119
37853673
SS
120ALL_CFLAGS = $(INCLUDES) $(HDEFINES) $(TDEFINES) $(CFLAGS)
121
d8e89b6b 122.c.o:
37853673 123 $(CC) -c $(ALL_CFLAGS) $<
99a42820 124
99a42820
RP
125#\f
126## Random definitions
127# Hopefully all these may be flushed once we get configuration down pat.
128
129# alloca only needed for systems which don't have it and when cc != gcc.
130# ALLOCA = alloca.o
131
132# nm tries to malloc enough space for the string table. The old GNU malloc
133# rounds this up to a power of two (e.g. 5M becomes 8M), and so it might
134# fail unnecessarily. I've also seen some Unix malloc's fail, even when
135# there is enough memory. So use the new GNU malloc.
136# MALLOC = gmalloc.o
37853673
SS
137# Use this if the system malloc is good enough.
138MALLOC =
99a42820
RP
139
140# Use the GNU getopt unless you have problems with it.
141# The IRIS version could probably benefit from being assembled with
142# libmalloc rather than the ordinary malloc.
bba04d93 143LIBIBERTY = ../libiberty/libiberty.a
99a42820
RP
144
145# Code shared by all the binutils.
a10d26a1 146BULIBS = bucomm.o version.o filemode.o
99a42820 147
5a070355 148ADDL_LIBS = $(MALLOC) $(BULIBS) $(BFD) $(LIBIBERTY)
99a42820 149
bba04d93
DM
150BFD = ../bfd/libbfd.a
151OPCODES = ../opcodes/libopcodes.a
f6dddd4e 152
df14d957 153RUNTEST = runtest
03372cf4 154RUNTESTFLAGS =
f6dddd4e 155FLAGS_TO_PASS = \
4447efa2
ILT
156 "CC=$(CC)" \
157 "CFLAGS=$(CFLAGS)" \
df14d957 158 "RUNTEST=$(RUNTEST)" \
e52e2acd 159 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
f6dddd4e 160
99a42820
RP
161#\f
162## The rules
163
f6dddd4e 164all: $(ADDL_LIBS) $(PROGS)
4f8b1219
MW
165
166testsuite:
238aa238
DZ
167 if [ -f testsuite/Makefile.in ]; then \
168 (rootme=`pwd`/ ; export rootme ; \
169 rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
170 cd testsuite; $(MAKE) FLAGS_TO_PASS=$(FLAGS_TO_PASS)); \
3048fb38 171 else true ; fi
c83497f5 172
f6dddd4e
PB
173check: force
174 rootme=`pwd`; export rootme; cd testsuite ; \
175 $(MAKE) check $(FLAGS_TO_PASS)
d8e89b6b 176
f7ed13c7 177installcheck:
7d6cc102
RP
178 /bin/sh $(srcdir)/sanity.sh $(bindir)
179
d8e89b6b 180info: binutils.info
a10d26a1 181
c921e2aa
FF
182dvi: binutils.dvi
183
a10d26a1 184$(SIZE_PROG): $(ADDL_LIBS) size.o $(BFD)
94333f27 185 $(CC) $(CFLAGS) $(LDFLAGS) -o $(SIZE_PROG) size.o $(ADDL_LIBS) $(EXTRALIBS)
99a42820 186
df14d957 187$(OBJCOPY_PROG): $(ADDL_LIBS) objcopy.o not-strip.o $(BFD)
94333f27 188 $(CC) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o not-strip.o $(ADDL_LIBS) $(EXTRALIBS)
d8e89b6b 189
4f15fb27 190$(STRINGS_PROG): $(ADDL_LIBS) strings.o $(BFD)
94333f27 191 $(CC) $(CFLAGS) $(LDFLAGS) -o $(STRINGS_PROG) strings.o $(ADDL_LIBS) $(EXTRALIBS)
4f15fb27 192
df14d957 193$(STRIP_PROG): $(ADDL_LIBS) objcopy.o is-strip.o $(BFD)
94333f27 194 $(CC) $(CFLAGS) $(LDFLAGS) -o $(STRIP_PROG) objcopy.o is-strip.o $(ADDL_LIBS) $(EXTRALIBS)
99a42820 195
d6a4c375 196$(NM_PROG): $(ADDL_LIBS) nm.o demangle.o $(BFD)
94333f27 197 $(CC) $(CFLAGS) $(LDFLAGS) -o $(NM_PROG) nm.o demangle.o $(ADDL_LIBS) $(EXTRALIBS)
99a42820 198
29078b29 199$(OBJDUMP_PROG): $(ADDL_LIBS) objdump.o $(BFD) $(OPCODES)
94333f27 200 $(CC) $(CFLAGS) $(LDFLAGS) -o $(OBJDUMP_PROG) objdump.o $(OPCODES) $(ADDL_LIBS) $(EXTRALIBS)
bba04d93 201
f993f087 202objdump.o: objdump.c config.status
bba04d93 203 $(CC) -c $(INCLUDES) $(HDEFINES) $(TDEFINES) $(ARCHDEFS) $(CFLAGS) $(srcdir)/objdump.c
99a42820 204
f50af42b
KR
205underscore.c:
206 echo "int xxy_us_dummy;" >dummy.c
207 $(CC) -c dummy.c
f993f087 208 rm -f underscore.c
f50af42b 209 echo '/*WARNING: This file is automatically generated!*/' >underscore.c
d34c55c6 210 if [ "`$(NM) dummy.o | grep _xxy_us_dummy ; true`" != "" ]; then \
f50af42b
KR
211 echo "int prepends_underscore = 1;" >>underscore.c; \
212 else \
213 echo "int prepends_underscore = 0;" >>underscore.c; \
214 fi
215 -rm -f dummy.c dummy.o
216
bba04d93
DM
217version.o: version.c
218 $(CC) $(INCLUDES) $(HDEFINES) $(TDEFINES) -DVERSION='"$(VERSION)"' $(CFLAGS) -c $(srcdir)/version.c
219
d6a4c375
DM
220demangle.o: $(BASEDIR)/libiberty/cplus-dem.c
221 $(CC) -c $(INCLUDES) $(HDEFINES) $(TDEFINES) $(CFLAGS) $(BASEDIR)/libiberty/cplus-dem.c
222 mv cplus-dem.o demangle.o
223
224# For parallel compiling, depend on demangle.o so that one gets done first.
225cplus-dem.o: $(BASEDIR)/libiberty/cplus-dem.c $(INCDIR)/getopt.h demangle.o
bba04d93 226 $(CC) -c -DMAIN $(INCLUDES) $(HDEFINES) $(TDEFINES) $(CFLAGS) $(BASEDIR)/libiberty/cplus-dem.c
f50af42b 227
29078b29 228$(DEMANGLER_PROG): cplus-dem.o $(LIBIBERTY) underscore.o version.o
94333f27 229 $(CC) $(CFLAGS) $(LDFLAGS) -o $(DEMANGLER_PROG) cplus-dem.o $(LIBIBERTY) $(EXTRALIBS) underscore.o version.o
c921e2aa 230
37853673 231arparse.h arparse.c: arparse.y
9752f9fd
ME
232 $(BISON) $(BISONFLAGS) $(srcdir)/arparse.y
233 -mv y.tab.c arparse.c
234 -mv y.tab.h arparse.h
d8e89b6b 235
9752f9fd
ME
236arlex.c: arlex.l
237 $(LEX) $(LEX_OPTIONS) $(srcdir)/arlex.l
238 mv lex.yy.c arlex.c
d8e89b6b
RP
239
240$(AR_PROG): $(ADDL_LIBS) ar.o arparse.o arlex.o not-ranlib.o $(BFD) arsup.o
94333f27 241 $(CC) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o arparse.o arlex.o arsup.o not-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
d8e89b6b
RP
242
243$(RANLIB_PROG): $(ADDL_LIBS) ar.o is-ranlib.o arparse.o arlex.o arsup.o $(BFD)
94333f27 244 $(CC) $(CFLAGS) $(LDFLAGS) -o $(RANLIB_PROG) ar.o arparse.o arlex.o arsup.o is-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
06a97fbd
PB
245
246# This rule creates a single binary that switches between ar and ranlib
247# by looking at argv[0]. Use this kludge to save some disk space.
248# However, you have to install things by hand.
249# (That is after 'make install', replace the installed ranlib by a link to ar.)
250
251# Alternatively, you can install ranlib.sh as ranlib.
252
253ar_with_ranlib: $(ADDL_LIBS) ar.o maybe-ranlib.o $(BFD)
94333f27 254 $(CC) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
a10d26a1
RP
255 -rm -f $(RANLIB_PROG)
256 -ln $(AR_PROG) $(RANLIB_PROG)
99a42820 257
df14d957 258# objcopy and strip in one binary that uses argv[0] to decide its action.
d8e89b6b 259
df14d957 260objcopy_with_strip: $(ADDL_LIBS) objcopy.o maybe-strip.o $(BFD)
94333f27 261 $(CC) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS)
a10d26a1 262 -rm -f $(STRIP_PROG)
df14d957 263 -ln $(OBJCOPY_PROG) $(STRIP_PROG)
99a42820 264
e52e2acd
SC
265sysroff.c: sysinfo sysroff.info
266 ./sysinfo -c <$(srcdir)/sysroff.info >sysroff.c
267 ./sysinfo -i <$(srcdir)/sysroff.info >>sysroff.c
268 ./sysinfo -g <$(srcdir)/sysroff.info >>sysroff.c
06459c06 269 ./sysinfo -d <$(srcdir)/sysroff.info >sysroff.h
e52e2acd
SC
270
271sysinfo.c: sysinfo.y
272 $(BISON) -tvd $(srcdir)/sysinfo.y
273 rm -f sysinfo.c
274 -mv y.tab.c sysinfo.c
275
276syslex.c : syslex.l
277 $(LEX) $(LEX_OPTIONS) $(srcdir)/syslex.l
278 mv lex.yy.c syslex.c
279
280sysinfo: sysinfo.o syslex.o $(ADDL_LIBS)
281 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o $(ADDL_LIBS) $(EXTRALIBS)
282
06459c06 283srconv: sysroff.c srconv.o sysroff.c coffgrok.o $(ADDL_LIBS)
e52e2acd
SC
284 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ srconv.o coffgrok.o $(ADDL_LIBS) $(EXTRALIBS)
285
286coffdump: coffdump.o coffgrok.o $(ADDL_LIBS)
287 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ coffdump.o coffgrok.o $(ADDL_LIBS) $(EXTRALIBS)
288
06459c06 289sysdump: sysroff.c sysdump.o $(ADDL_LIBS)
e52e2acd
SC
290 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ sysdump.o $(ADDL_LIBS) $(EXTRALIBS)
291
29078b29 292nlmheader.c: nlmheader.y
bba04d93 293 $(BISON) $(srcdir)/nlmheader.y
29078b29 294 rm -f nlmheader.c
bba04d93 295 -mv y.tab.c nlmheader.c
29078b29 296
37853673
SS
297nlmconv.o: nlmconv.c
298 ldname=`t='$(program_transform_name)'; echo ld | sed -e "" $$t`; \
299 $(CC) -c -DLD_NAME="\"$${ldname}\"" $(INCLUDES) $(HDEFINES) $(TDEFINES) $(CFLAGS) $(srcdir)/nlmconv.c
300
29078b29 301$(NLMCONV_PROG): nlmconv.o nlmheader.o $(ADDL_LIBS) $(BFD)
94333f27 302 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ nlmconv.o nlmheader.o $(ADDL_LIBS) $(EXTRALIBS)
bba04d93
DM
303
304# This list of dependencies was generated by doing a make with gcc -MM
305# saving the output in a file and removing the gcc commands
306# changing "../../devo/binutils/../bfd" to "$(BFDDIR)"
307# removing "../../devo/binutils/"
308# changing "../include" to "$(INCDIR)"
309
310bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
311 $(INCDIR)/obstack.h ../bfd/sysdep.h $(BFDDIR)/hosts/std-host.h \
37853673 312 $(INCDIR)/fopen-same.h bucomm.h
bba04d93
DM
313filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
314 $(INCDIR)/obstack.h ../bfd/sysdep.h $(BFDDIR)/hosts/std-host.h \
315 $(INCDIR)/fopen-same.h
316size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
317 $(INCDIR)/obstack.h ../bfd/sysdep.h $(BFDDIR)/hosts/std-host.h \
318 $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h
319objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
320 $(INCDIR)/obstack.h ../bfd/sysdep.h $(BFDDIR)/hosts/std-host.h \
321 $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h \
322 $(INCDIR)/dis-asm.h $(INCDIR)/aout/aout64.h \
323 $(INCDIR)/elf/internal.h $(INCDIR)/aout/stab.def
324nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
325 $(INCDIR)/obstack.h ../bfd/sysdep.h $(BFDDIR)/hosts/std-host.h \
326 $(INCDIR)/fopen-same.h bucomm.h $(INCDIR)/getopt.h \
327 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
d6a4c375 328 $(INCDIR)/aout/ranlib.h $(INCDIR)/demangle.h
bba04d93
DM
329ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
330 $(INCDIR)/obstack.h ../bfd/sysdep.h $(BFDDIR)/hosts/std-host.h \
331 $(INCDIR)/fopen-same.h bucomm.h $(INCDIR)/aout/ar.h \
332 $(BFDDIR)/libbfd.h arsup.h
333arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
334 $(INCDIR)/obstack.h arsup.h
335arlex.o: arlex.c ./arparse.h
336not-ranlib.o: not-ranlib.c
337arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
338 $(INCDIR)/obstack.h arsup.h bucomm.h
339strings.o: strings.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
340 $(INCDIR)/obstack.h bucomm.h
341objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
342 $(INCDIR)/obstack.h ../bfd/sysdep.h $(BFDDIR)/hosts/std-host.h \
343 $(INCDIR)/fopen-same.h bucomm.h
344is-strip.o: is-strip.c
345is-ranlib.o: is-ranlib.c
346not-strip.o: not-strip.c
347nlmheader.o: nlmheader.c nlmconv.h $(INCDIR)/nlm/common.h \
348 $(INCDIR)/nlm/internal.h
37853673
SS
349nlmconv.o: $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
350 $(BFDDIR)/libnlm.h bucomm.h
29078b29 351
6a3958b2
RP
352stage1: force
353 - mkdir stage1
a01bf1fb 354 - mv -f $(STAGESTUFF) stage1
6a3958b2
RP
355
356stage2: force
357 - mkdir stage2
a01bf1fb 358 - mv -f $(STAGESTUFF) stage2
6a3958b2
RP
359
360stage3: force
361 - mkdir stage3
a01bf1fb
RP
362 - mv -f $(STAGESTUFF) stage3
363
364against=stage2
365
366comparison: force
367 for i in $(STAGESTUFF) ; do cmp $$i $(against)/$$i ; done
6a3958b2
RP
368
369de-stage1: force
370 - (cd stage1 ; mv -f * ..)
371 - rmdir stage1
372
373de-stage2: force
374 - (cd stage2 ; mv -f * ..)
375 - rmdir stage2
376
377de-stage3: force
378 - (cd stage3 ; mv -f * ..)
379 - rmdir stage3
380
6b583720
RP
381######################################################################
382# DOCUMENTATION TARGETS
383# TeX output
2226a090 384binutils.dvi: $(srcdir)/binutils.texi
94333f27 385 TEXINPUTS=$(TEXIDIR):$$TEXINPUTS $(TEXI2DVI) $(srcdir)/binutils.texi
b7a11ec2 386
6b583720 387# info file for online browsing
2226a090 388binutils.info: $(srcdir)/binutils.texi
6141fd50 389 $(MAKEINFO) -o binutils.info $(srcdir)/binutils.texi
b7a11ec2 390
0c10ff03 391# different targets for -ms, -mm, -me
c83497f5
RP
392# Try to use a recent texi2roff. v2 was put on prep in jan91.
393# If you want an index, see texi2roff doc for postprocessing
394# and add -i to texi2roff invocations below.
395# Workarounds for texi2roff-2 (probably fixed in later texi2roff's, delete
94333f27 396# corresponding -e lines when later texi2roff's are current)
c83497f5
RP
397# + @ifinfo's deleted explicitly due to texi2roff-2 bug w nested constructs.
398# + @c's deleted explicitly because texi2roff sees texinfo commands in them
399# + @ (that's at-BLANK) not recognized by texi2roff, turned into blank
400# + @alphaenumerate is ridiculously new, turned into @enumerate
401
0c10ff03 402# roff output (-ms)
2226a090 403binutils.ms: $(srcdir)/binutils.texi
6b583720
RP
404 sed -e '/\\input texinfo/d' \
405 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
c83497f5
RP
406 -e '/^@ifinfo/,/^@end ifinfo/d' \
407 -e '/^@c/d' \
2226a090 408 -e 's/{.*,,/{/' \
c83497f5
RP
409 -e 's/@ / /g' \
410 -e 's/^@alphaenumerate/@enumerate/g' \
411 -e 's/^@end alphaenumerate/@end enumerate/g' \
2226a090 412 $(srcdir)/binutils.texi | \
d8e89b6b 413 $(TEXI2ROFF) -ms | \
c83497f5
RP
414 sed -e 's/---/\\(em/g' \
415 >binutils.ms
6b583720 416
0c10ff03 417# roff output (-mm)
c83497f5
RP
418# '@noindent's removed due to texi2roff-2 mm bug; if yours is newer,
419# try leaving them in
2226a090 420binutils.mm: $(srcdir)/binutils.texi
0c10ff03
RP
421 sed -e '/\\input texinfo/d' \
422 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
c83497f5
RP
423 -e '/^@ifinfo/,/^@end ifinfo/d' \
424 -e '/^@c/d' \
2226a090
RP
425 -e 's/{.*,,/{/' \
426 -e '/@noindent/d' \
c83497f5
RP
427 -e 's/@ / /g' \
428 -e 's/^@alphaenumerate/@enumerate/g' \
429 -e 's/^@end alphaenumerate/@end enumerate/g' \
2226a090 430 $(srcdir)/binutils.texi | \
d8e89b6b 431 $(TEXI2ROFF) -mm | \
2226a090
RP
432 sed -e 's/---/\\(em/g' \
433 >binutils.mm
0c10ff03
RP
434
435# roff output (-me)
2226a090 436binutils.me: $(srcdir)/binutils.texi
0c10ff03
RP
437 sed -e '/\\input texinfo/d' \
438 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
c83497f5
RP
439 -e '/^@ifinfo/,/^@end ifinfo/d' \
440 -e '/^@c/d' \
2226a090 441 -e 's/{.*,,/{/' \
c83497f5
RP
442 -e 's/@ / /g' \
443 -e 's/^@alphaenumerate/@enumerate/g' \
444 -e 's/^@end alphaenumerate/@end enumerate/g' \
2226a090 445 $(srcdir)/binutils.texi | \
d8e89b6b 446 $(TEXI2ROFF) -me | \
c83497f5
RP
447 sed -e 's/---/\\(em/g' \
448 >binutils.me
0c10ff03
RP
449
450
6b583720
RP
451######################################################################
452
8d5d0e11 453mostlyclean:
3f97524f 454 -rm -f *.o *~ \#* core binutils.?? binutils.???
8d5d0e11 455clean: mostlyclean
94333f27
ILT
456 @if [ -d testsuite ] ; then \
457 cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) clean ; \
458 else true; fi
f50af42b 459 -rm -f $(PROGS) underscore.c
94333f27
ILT
460distclean:
461 @if [ -d testsuite ] ; then \
462 cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) distclean ; \
463 else true; fi
464 -rm -f Makefile config.status sysdep.h *.o *~ \#* core \
465 binutils.?? binutils.??s binutils.aux binutils.log binutils.toc
466realclean: clean distclean
8d5d0e11 467 -rm -f $(DISTSTUFF) TAGS
99a42820
RP
468
469etags tags: TAGS
470
6a3958b2 471TAGS: force
bba04d93 472 etags $(INCDIR)/*.h $(srcdir)/*.[hc]
99a42820 473
c83497f5 474install: all
238aa238 475 for i in $(PROGS) ; do \
06459c06 476 $(INSTALL_XFORM) $$i $(bindir)/`echo $$i | sed -e 's/.new//'` ; \
99a42820 477 done
238aa238
DZ
478 for i in $(MANPAGES) ; do \
479 $(INSTALL_XFORM1) $(srcdir)/$$i.1 $(man1dir)/$$i.1 ; \
de53632c 480 done
3f97524f
DZ
481 -if [ -d $(tooldir) ]; then \
482 if [ -d $(tooldir)/bin ] ; then true ; else mkdir $(tooldir)/bin ; fi; \
06459c06 483 for i in nm.new strip.new ar ranlib; do \
3f97524f 484 rm -f $(tooldir)/bin/$$i; \
06459c06 485 ln $(bindir)/`t='$(program_transform_name)'; echo $$i | sed -e "s/.new//" $$t` $(tooldir)/bin/`echo $$i | sed -e 's/.new//'` \
3f97524f
DZ
486 || $(INSTALL_PROGRAM) $$i $(tooldir)/bin/$$i; \
487 done; \
488 else true; fi
c83497f5 489
94333f27
ILT
490# Use binutils.info as the target so that VPATH will DTRT.
491# (Use "$<*" in case the output is multiple files, though.)
492install-info: binutils.info
493 for i in $<* ; do \
d8e89b6b 494 $(INSTALL_DATA) $$i $(infodir)/$$i ; \
84396dcf 495 done
99a42820 496
d8e89b6b
RP
497clean-info:
498 -rm -rf *.info*
499
e2fe2df4 500# Making a dist:
ee948e4e
PB
501# cvs rtag binutils-x-yy ld+utils
502# cvs co -r binutils-x-yy ld+utils
e2fe2df4
PB
503# Sanitize
504# cd {HERE}; make dist [-f Makefile.in]
505
f50af42b 506dist: $(DIST_NAME).tar.z
8539db10 507
8d5d0e11
PB
508diststuff: $(DISTSTUFF)
509
f50af42b 510$(DIST_NAME).tar.z:
b27d2046 511 cd ../..; rm -f $(DIST_NAME); ln -s devo $(DIST_NAME)
8d5d0e11
PB
512 make diststuff -f Makefile.in
513 cd ../ld; make diststuff -f Makefile.in
3f97524f 514 cd ../gprof; make diststuff -f Makefile.in
7f7b0a77 515 cd ../texinfo; mv texinfo.tex ..; rm -rf *; mv ../texinfo.tex .
2e8adbd7
PB
516 # Take out texinfo from configurable dirs
517 mv ../configure.in tmp; \
518 sed -e '/^host_tools=/s/texinfo //' <tmp >../configure.in; rm tmp
519 cd ..; chmod og=u `find . -print`
f50af42b 520 cd ../..; tar chf - $(DIST_NAME) | gzip >$(DIST_NAME).tar.z
b27d2046 521 rm -rf ../../$(DIST_NAME)
8539db10 522
99a42820
RP
523#-----------------------------------------------------------------------------
524# 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
525#
526# 'VERSION' file must be present and contain a string of the form "x.y"
527#-----------------------------------------------------------------------------
528
529ver960.c: FORCE
530 rm -f ver960.c
531 echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
532
533
534# Dummy target to force execution of dependent targets.
535#
6a3958b2 536force:
99a42820
RP
537
538# Target to uncomment host-specific lines in this makefile. Such lines must
539# have the following string beginning in column 1: #__<hostname>__#
540# Original Makefile is backed up as 'Makefile.old'.
541#
542# Invoke with: make make HOST=xxx
543#
544make:
545 -@if test $(HOST)x = x ; then \
546 echo '\aSpecify "make make HOST=???"'; \
547 exit 1; \
548 fi ; \
549 grep -s "^#The next line was generated by 'make make'" Makefile; \
550 if test $$? = 0 ; then \
551 echo "\aMakefile has already been processed with 'make make'";\
552 exit 1; \
553 fi ; \
554 mv -f Makefile Makefile.old; \
555 echo "#The next line was generated by 'make make'" >Makefile ; \
556 echo "HOST=$(HOST)" >>Makefile ; \
557 echo >>Makefile ; \
558 sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile
559
f1eb48b6 560Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
a26878d1 561 $(SHELL) ./config.status
99a42820
RP
562
563### Local Variables: ***
564### mode:fundamental ***
565### page-delimiter: "^#\f" ***
566### End: ***
567### end of file
This page took 0.131279 seconds and 4 git commands to generate.