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