]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/binutils/binutils/Makefile.in
Initial import of GNU binutils version 2.8.1. Believe it or not,
[FreeBSD/FreeBSD.git] / contrib / binutils / binutils / Makefile.in
1 # Makefile for GNU binary-file utilities
2 # Copyright (C) 1992, 93, 94, 95, 96, 1997 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 = @bindir@
29 libdir = @libdir@
30 tooldir = $(exec_prefix)/$(target_alias)
31
32 datadir = @datadir@
33 mandir = @mandir@
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 = @infodir@
44 includedir = @includedir@
45
46 SHELL = /bin/sh
47
48 INSTALL = `cd $(srcdir)/..;pwd`/install.sh -c
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
52 INSTALL_XFORM1 = $(INSTALL_XFORM) -b=.1 -m 644
53
54 AR = ar
55 AR_FLAGS = rc
56 CC = @CC@
57 CFLAGS = @CFLAGS@
58 LDFLAGS = @LDFLAGS@
59 HLDFLAGS = @HLDFLAGS@
60 HLDENV = @HLDENV@
61 RPATH_ENVVAR = @RPATH_ENVVAR@
62 MAKEINFO = makeinfo
63 TEXI2DVI = texi2dvi
64 RANLIB = ranlib
65 BISONFLAGS = -d
66 TEXI2ROFF=texi2roff
67 MAKEOVERRIDES=
68 CC_FOR_BUILD = @CC_FOR_BUILD@
69 NM_FOR_TARGET = nm
70 NM = $(NM_FOR_TARGET)
71 SYMLINK = ln -s
72
73 BISON = bison -y
74 LEX_OPTIONS =
75 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
76
77 # Distribution version
78 VERSION=2.8.1
79 # Distribution name
80 DIST_NAME=binutils-${VERSION}
81
82 # Where to find texinfo.tex to format docn with TeX
83 TEXIDIR = $(srcdir)/../texinfo
84
85 # these two are almost the same program
86 AR_PROG=ar
87 RANLIB_PROG=ranlib
88
89 # objcopy and strip should be the same program
90 OBJCOPY_PROG=objcopy
91 STRIP_PROG=strip.new
92
93 STRINGS_PROG=strings
94
95 # These should all be the same program too.
96 SIZE_PROG=size
97 NM_PROG=nm.new
98 OBJDUMP_PROG=objdump
99
100 # This is the demangler, as a standalone program.
101 # Note: This one is used as the installed name too, unlike the above.
102 DEMANGLER_PROG=c++filt
103
104 ADDR2LINE_PROG=addr2line
105
106 NLMCONV_PROG=nlmconv
107 DLLTOOL_PROG=dlltool
108
109 SRCONV_PROG=srconv sysdump coffdump 
110
111 MANPAGES= ar nm objdump ranlib size strings strip objcopy addr2line nlmconv
112
113 PROGS = $(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@
114 STAGESTUFF = $(PROGS) *.o
115 # Files that can be generated, but should be in the distribution.
116 # Don't build $(DEMANGLER_PROG).1, since its name may vary with the
117 # configuration.
118 DISTSTUFF=arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
119         syslex.c deflex.c
120
121 # Stuff that goes in tooldir/ if appropriate
122 TOOL_PROGS = nm.new strip.new ar ranlib $(DLLTOOL_PROG)
123
124 BASEDIR = $(srcdir)/..
125 BFDDIR = $(BASEDIR)/bfd
126 INCDIR  = $(BASEDIR)/include
127 INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR)
128 DEP = mkdep
129
130 ALL_CFLAGS = -D_GNU_SOURCE $(INCLUDES) @HDEFINES@ $(CFLAGS)
131
132 HFILES = arsup.h bucomm.h budbg.h coffgrok.h debug.h nlmconv.h
133
134 GENERATED_HFILES = arparse.h sysroff.h sysinfo.h defparse.h
135
136 CFILES = 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 \
138         maybe-strip.c nlmconv.c nm.c not-ranlib.c not-strip.c \
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
141
142 GENERATED_CFILES = \
143         underscore.c arparse.c arlex.c sysroff.c sysinfo.c syslex.c \
144         defparse.c deflex.c nlmheader.c
145
146 .c.o:
147         $(CC) -c $(ALL_CFLAGS) $<
148
149 DEBUG_OBJS = rddbg.o debug.o stabs.o ieee.o rdcoff.o
150 WRITE_DEBUG_OBJS = $(DEBUG_OBJS) wrstabs.o
151
152 LIBIBERTY = ../libiberty/libiberty.a
153
154 # Code shared by all the binutils.
155 BULIBS = bucomm.o version.o filemode.o
156
157 BFDLIB_DEP = ../bfd/libbfd.a
158 BFDLIB = @BFDLIB@
159
160 OPCODES_DEP = ../opcodes/libopcodes.a
161 OPCODES = @OPCODES@
162
163 ADDL_DEPS = $(BULIBS) $(BFDLIB_DEP) $(LIBIBERTY)
164 ADDL_LIBS = $(BULIBS) $(BFDLIB) $(LIBIBERTY) 
165
166 EXPECT = `if [ -f $$r/../expect/expect ] ; then \
167           echo $$r/../expect/expect ; \
168           else echo expect ; fi`
169 RUNTEST = `if [ -f ${srcdir}/../dejagnu/runtest ] ; then \
170            echo ${srcdir}/../dejagnu/runtest ; \
171            else echo runtest ;  fi`
172 RUNTESTFLAGS =
173
174 CC_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 \
182     if [ "@host@" = "@target@" ] ; then \
183       echo $(CC); \
184     else \
185       echo gcc | sed '$(program_transform_name)'; \
186     fi; \
187   fi`
188
189 FLAGS_TO_PASS = \
190         "CC=$(CC)" \
191         "CFLAGS=$(CFLAGS)" \
192         "RUNTEST=$(RUNTEST)" \
193         "RUNTESTFLAGS=$(RUNTESTFLAGS)"
194 #\f
195 ## The rules
196
197 all: $(ADDL_DEPS) $(PROGS)
198
199 # These targets are for the dejagnu testsuites. The file site.exp 
200 # contains global variables that all the testsuites will use.
201
202 site.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
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
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
230 check: site.exp
231         r=`pwd`; export r ; \
232         srcroot=`cd ${srcdir}; pwd` ; export srcroot ; \
233         EXPECT=${EXPECT} ; export EXPECT ; \
234         $(RPATH_ENVVAR)=$$r/../bfd:$$r/../opcodes:$$$(RPATH_ENVVAR); \
235         export $(RPATH_ENVVAR); \
236         if [ -f $$r/../expect/expect ] ; then  \
237            TCL_LIBRARY=$${srcroot}/../tcl/library ; \
238            export TCL_LIBRARY ; else true; fi ; \
239         $(RUNTEST) --tool binutils --srcdir $(srcdir)/testsuite \
240           $(RUNTESTFLAGS) CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)"
241
242 installcheck:
243         /bin/sh $(srcdir)/sanity.sh $(bindir)
244
245 info: binutils.info
246
247 dvi: binutils.dvi
248
249 $(SIZE_PROG): $(ADDL_DEPS) size.o
250         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(SIZE_PROG) size.o $(ADDL_LIBS) $(EXTRALIBS)
251
252 $(OBJCOPY_PROG): $(ADDL_DEPS) objcopy.o not-strip.o $(WRITE_DEBUG_OBJS)
253         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o not-strip.o $(WRITE_DEBUG_OBJS) $(ADDL_LIBS) $(EXTRALIBS)
254
255 $(STRINGS_PROG): $(ADDL_DEPS) strings.o
256         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(STRINGS_PROG) strings.o $(ADDL_LIBS) $(EXTRALIBS)
257
258 $(STRIP_PROG): $(ADDL_DEPS) objcopy.o is-strip.o $(WRITE_DEBUG_OBJS)
259         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(STRIP_PROG) objcopy.o is-strip.o $(WRITE_DEBUG_OBJS) $(ADDL_LIBS) $(EXTRALIBS)
260
261 $(NM_PROG): $(ADDL_DEPS) nm.o
262         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(NM_PROG) nm.o $(ADDL_LIBS) $(EXTRALIBS)
263
264 $(OBJDUMP_PROG): $(ADDL_DEPS) objdump.o prdbg.o $(DEBUG_OBJS) $(OPCODES_DEP)
265         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJDUMP_PROG) objdump.o prdbg.o $(DEBUG_OBJS) $(OPCODES) $(ADDL_LIBS) $(EXTRALIBS)
266
267 underscore.c: stamp-under ; @true
268
269 stamp-under: Makefile
270         echo '/*WARNING: This file is automatically generated!*/' >underscore.t
271         echo "int prepends_underscore = @UNDERSCORE@;" >>underscore.t
272         $(SHELL) $(srcdir)/../move-if-change underscore.t underscore.c
273         touch stamp-under
274
275 version.o: version.c Makefile
276         $(CC) -DVERSION='"$(VERSION)"' $(ALL_CFLAGS) -c $(srcdir)/version.c
277
278 bucomm.o: bucomm.c Makefile
279         $(CC) -DTARGET='"@target@"' $(ALL_CFLAGS) -c $(srcdir)/bucomm.c
280
281 cplus-dem.o: $(BASEDIR)/libiberty/cplus-dem.c $(INCDIR)/getopt.h
282         $(CC) -c -DMAIN -DVERSION='"$(VERSION)"' $(ALL_CFLAGS) $(BASEDIR)/libiberty/cplus-dem.c
283
284 $(DEMANGLER_PROG): cplus-dem.o $(LIBIBERTY) underscore.o $(DEMANGLER_PROG).1
285         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(DEMANGLER_PROG) cplus-dem.o $(LIBIBERTY) $(EXTRALIBS) underscore.o
286
287 arparse.c: arparse.y
288         $(BISON) $(BISONFLAGS)  $(srcdir)/arparse.y
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.
294 arparse.h: arparse.c
295
296 arlex.c: arlex.l
297         $(LEX) $(LEX_OPTIONS) $(srcdir)/arlex.l
298         mv lex.yy.c arlex.c
299
300 $(AR_PROG): $(ADDL_DEPS) ar.o arparse.o arlex.o not-ranlib.o arsup.o
301         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o arparse.o arlex.o arsup.o not-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
302
303 $(RANLIB_PROG): $(ADDL_DEPS) ar.o is-ranlib.o arparse.o arlex.o arsup.o
304         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(RANLIB_PROG) ar.o arparse.o arlex.o arsup.o is-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
305
306 $(ADDR2LINE_PROG): $(ADDL_DEPS) addr2line.o
307         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(ADDR2LINE_PROG) addr2line.o $(ADDL_LIBS) $(EXTRALIBS)
308
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
316 ar_with_ranlib: $(ADDL_DEPS) ar.o maybe-ranlib.o
317         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
318         -rm -f $(RANLIB_PROG)
319         -ln $(AR_PROG) $(RANLIB_PROG)
320
321 # objcopy and strip in one binary that uses argv[0] to decide its action.
322
323 objcopy_with_strip: $(ADDL_DEPS) objcopy.o maybe-strip.o
324         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS)
325         -rm -f $(STRIP_PROG)
326         -ln $(OBJCOPY_PROG) $(STRIP_PROG)
327
328 sysroff.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
332
333 sysroff.h: sysinfo sysroff.info
334         ./sysinfo -d <$(srcdir)/sysroff.info >sysroff.h 
335
336 # Depend upon arparse.c to avoid building both arparse.c and sysinfo.c
337 # simultaneously.
338 sysinfo.c: sysinfo.y arparse.c
339         $(BISON) -tvd $(srcdir)/sysinfo.y
340         rm -f sysinfo.c
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.
346 sysinfo.h: sysinfo.c
347
348 syslex.c : syslex.l
349         $(LEX) $(LEX_OPTIONS) $(srcdir)/syslex.l
350         mv lex.yy.c syslex.c
351
352 sysinfo: sysinfo.o syslex.o
353         $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o 
354
355 syslex.o: syslex.c sysinfo.h
356         if [ -r syslex.c ]; then \
357           $(CC_FOR_BUILD) -c -I. $(CFLAGS)  syslex.c  ; \
358         else \
359           $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(CFLAGS) $(srcdir)/syslex.c ;\
360         fi
361
362 sysinfo.o: sysinfo.c
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
368
369 srconv: srconv.o coffgrok.o $(ADDL_DEPS)
370         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ srconv.o coffgrok.o $(ADDL_LIBS) $(EXTRALIBS)
371
372 dlltool: dlltool.o defparse.o deflex.o cplus-dem.o $(ADDL_DEPS)
373         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ dlltool.o defparse.o deflex.o $(ADDL_LIBS) $(EXTRALIBS)
374
375 defparse.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
380 defparse.h: defparse.c
381
382 deflex.c:deflex.l
383         $(LEX) $(LEX_OPTIONS) $(srcdir)/deflex.l
384         mv lex.yy.c deflex.c
385
386 dlltool.o:dlltool.c
387         $(CC) -c @DLLTOOL_DEFS@ $(ALL_CFLAGS) $(srcdir)/dlltool.c
388
389 coffdump: coffdump.o coffgrok.o $(ADDL_DEPS)
390         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $@  coffdump.o coffgrok.o $(ADDL_LIBS) $(EXTRALIBS)
391
392 sysdump: sysdump.o $(ADDL_DEPS)
393         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ sysdump.o $(ADDL_LIBS) $(EXTRALIBS)
394
395 # Depend upon sysinfo.c to avoid building both nlmheader.c and sysinfo.c
396 # simultaneously.
397 nlmheader.c: nlmheader.y sysinfo.c
398         $(BISON) $(srcdir)/nlmheader.y
399         rm -f nlmheader.c
400         mv -f y.tab.c nlmheader.c
401
402 # coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
403 # scripts, since they are only included conditionally.
404 nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
405         ldname=`echo ld | sed '$(program_transform_name)'`; \
406         $(CC) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(ALL_CFLAGS) $(srcdir)/nlmconv.c
407
408 $(NLMCONV_PROG): nlmconv.o nlmheader.o $(ADDL_DEPS)
409         $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ nlmconv.o nlmheader.o $(ADDL_LIBS) $(EXTRALIBS)
410
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         $(SHELL) $(srcdir)/../move-if-change .dep2 .dep1
424
425 dep.sed: dep-in.sed config.status
426         sed <$(srcdir)/dep-in.sed >dep.sed      \
427                 -e 's!@INCDIR@!$(INCDIR)!'      \
428                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
429                 -e 's!@SRCDIR@!$(srcdir)!'
430
431 dep: .dep
432         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
433         cat .dep >> tmp-Makefile
434         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
435
436 dep-in: .dep
437         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
438         cat .dep >> tmp-Makefile.in
439         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
440
441 .PHONY: dep dep-in
442
443 ###
444 # DOCUMENTATION TARGETS
445 config.texi: Makefile
446         rm -f config.texi
447         echo '@set VERSION $(VERSION)' > config.texi
448 # TeX output
449 binutils.dvi: $(srcdir)/binutils.texi config.texi
450         TEXINPUTS=$(TEXIDIR):$$TEXINPUTS $(TEXI2DVI) $(srcdir)/binutils.texi
451
452 # info file for online browsing
453 binutils.info: $(srcdir)/binutils.texi config.texi
454         $(MAKEINFO) -o binutils.info $(srcdir)/binutils.texi
455
456 $(DEMANGLER_PROG).1: cxxfilt.man Makefile
457         sed -e 's/@PROGRAM@/$(DEMANGLER_PROG)/' < $(srcdir)/cxxfilt.man \
458                 > $(DEMANGLER_PROG).1
459
460 #   different targets for -ms, -mm, -me
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
465 #    corresponding -e lines when later texi2roff's are current)
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
471 # roff output (-ms)
472 binutils.ms: $(srcdir)/binutils.texi
473         sed -e '/\\input texinfo/d' \
474                 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
475                 -e '/^@ifinfo/,/^@end ifinfo/d' \
476                 -e '/^@c/d' \
477                 -e 's/{.*,,/{/' \
478                 -e 's/@ / /g' \
479                 -e 's/^@alphaenumerate/@enumerate/g' \
480                 -e 's/^@end alphaenumerate/@end enumerate/g' \
481                 $(srcdir)/binutils.texi | \
482         $(TEXI2ROFF) -ms | \
483         sed -e 's/---/\\(em/g' \
484         >binutils.ms 
485
486 # roff output (-mm)
487 # '@noindent's removed due to texi2roff-2 mm bug; if yours is newer, 
488 #   try leaving them in
489 binutils.mm: $(srcdir)/binutils.texi
490         sed -e '/\\input texinfo/d' \
491                 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
492                 -e '/^@ifinfo/,/^@end ifinfo/d' \
493                 -e '/^@c/d' \
494                 -e 's/{.*,,/{/' \
495                 -e '/@noindent/d' \
496                 -e 's/@ / /g' \
497                 -e 's/^@alphaenumerate/@enumerate/g' \
498                 -e 's/^@end alphaenumerate/@end enumerate/g' \
499                 $(srcdir)/binutils.texi | \
500         $(TEXI2ROFF) -mm | \
501         sed -e 's/---/\\(em/g' \
502                 >binutils.mm
503
504 # roff output (-me)
505 binutils.me: $(srcdir)/binutils.texi
506         sed -e '/\\input texinfo/d' \
507                 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
508                 -e '/^@ifinfo/,/^@end ifinfo/d' \
509                 -e '/^@c/d' \
510                 -e 's/{.*,,/{/' \
511                 -e 's/@ / /g' \
512                 -e 's/^@alphaenumerate/@enumerate/g' \
513                 -e 's/^@end alphaenumerate/@end enumerate/g' \
514                 $(srcdir)/binutils.texi | \
515         $(TEXI2ROFF) -me | \
516         sed -e 's/---/\\(em/g' \
517         >binutils.me 
518
519
520 ###
521
522 mostlyclean:
523         -rm -f *.o *~ \#* core binutils.?? binutils.??? y.output
524         -rm -rf tmpdir
525 clean: mostlyclean
526         -rm -f $(PROGS) $(DEMANGLER_PROG).1 stamp-under
527         -rm -f underscore.c sysroff sysroff.c sysroff.h sysinfo dep.sed
528 distclean:
529         -rm -f Makefile config.status *.o *~ \#* core y.*
530         -rm -f binutils.?? binutils.??? binutils.aux binutils.log binutils.toc
531         -rm -f $(PROGS) underscore.c config.h stamp-h config.cache config.log
532         -rm -f dep.sed stamp-under $(DEMANGLER_PROG).1 site.bak site.exp
533         -rm -f sysroff sysroff.c sysroff.h sysinfo
534         -rm -rf tmpdir
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) binutils.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         test -d $(tooldir) || mkdir $(tooldir)
556         test -d $(tooldir)/bin || mkdir $(tooldir)/bin
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           else true; \
565           fi; \
566         done
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 # cd {HERE}; make dist [-f Makefile.in]
588
589 dist: $(DIST_NAME).tar.z
590
591 diststuff: $(DISTSTUFF) info
592
593 $(DIST_NAME).tar.z:
594         cd ../..; rm -f $(DIST_NAME); ln -s devo $(DIST_NAME)
595         make diststuff -f Makefile.in
596         cd ../ld; make diststuff -f Makefile.in
597         cd ../gprof; make diststuff -f Makefile.in
598         cd ../texinfo; mv texinfo.tex ..; rm -rf *; mv ../texinfo.tex .
599         # Take out texinfo from configurable dirs
600         mv ../configure.in tmp; \
601           sed -e '/^host_tools=/s/texinfo //' <tmp >../configure.in; rm tmp
602         cd ..; chmod og=u `find . -print`
603         cd ../..; tar chf - $(DIST_NAME) | gzip >$(DIST_NAME).tar.z
604         rm -rf ../../$(DIST_NAME)
605
606 #-----------------------------------------------------------------------------
607 #               'STANDARD' GNU/960 TARGETS BELOW THIS POINT
608 #
609 # 'VERSION' file must be present and contain a string of the form "x.y"
610 #-----------------------------------------------------------------------------
611
612 ver960.c: FORCE
613         rm -f ver960.c
614         echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
615
616
617 # Dummy target to force execution of dependent targets.
618 #
619 force:
620
621 # Target to uncomment host-specific lines in this makefile.  Such lines must
622 # have the following string beginning in column 1: #__<hostname>__#
623 # Original Makefile is backed up as 'Makefile.old'.
624 #
625 # Invoke with:  make make HOST=xxx
626 #
627 make:
628         -@if test $(HOST)x = x ; then \
629                 echo '\aSpecify "make make HOST=???"'; \
630                 exit 1; \
631         fi ; \
632         grep -s "^#The next line was generated by 'make make'" Makefile; \
633         if test $$? = 0 ; then  \
634                 echo "\aMakefile has already been processed with 'make make'";\
635                 exit 1; \
636         fi ; \
637         mv -f Makefile Makefile.old; \
638         echo "#The next line was generated by 'make make'"       >Makefile ; \
639         echo "HOST=$(HOST)"                                     >>Makefile ; \
640         echo                                                    >>Makefile ; \
641         sed "s/^#__$(HOST)__#//" < Makefile.old                 >>Makefile
642
643 Makefile: Makefile.in config.status
644         CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
645
646 config.h: stamp-h ; @true
647 stamp-h: config.in config.status
648         CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
649
650 config.status: configure $(srcdir)/../bfd/configure.host $(srcdir)/../bfd/config.bfd
651         $(SHELL) ./config.status --recheck
652
653 # What appears below is generated by a hacked mkdep using gcc -MM.
654
655 # DO NOT DELETE THIS LINE -- mkdep uses it.
656 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
657
658 addr2line.o: addr2line.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
659   $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
660   bucomm.h config.h $(INCDIR)/fopen-same.h
661 ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
662   $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/fopen-same.h \
663   $(INCDIR)/aout/ar.h $(BFDDIR)/libbfd.h arsup.h
664 arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
665   arsup.h $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/fopen-same.h
666 bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
667   $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/fopen-same.h
668 coffdump.o: coffdump.c coffgrok.h bucomm.h config.h \
669   $(INCDIR)/fopen-same.h
670 coffgrok.o: coffgrok.c bucomm.h config.h $(INCDIR)/fopen-same.h \
671   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
672   coffgrok.h
673 debug.o: debug.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
674   bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
675   debug.h
676 dlltool.o: dlltool.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
677   $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/fopen-same.h \
678   $(INCDIR)/getopt.h $(INCDIR)/demangle.h
679 filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
680   bucomm.h config.h $(INCDIR)/fopen-same.h
681 ieee.o: ieee.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/ieee.h \
682   bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
683   debug.h budbg.h
684 is-ranlib.o: is-ranlib.c
685 is-strip.o: is-strip.c
686 maybe-ranlib.o: maybe-ranlib.c
687 maybe-strip.o: maybe-strip.c
688 nlmconv.o: nlmconv.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
689   $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/fopen-same.h \
690   $(BFDDIR)/libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
691   $(INCDIR)/nlm/external.h nlmconv.h
692 nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/progress.h \
693   bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h \
694   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ranlib.h \
695   $(INCDIR)/demangle.h $(INCDIR)/libiberty.h
696 not-ranlib.o: not-ranlib.c
697 not-strip.o: not-strip.c
698 objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
699   $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/fopen-same.h \
700   $(INCDIR)/getopt.h $(INCDIR)/libiberty.h budbg.h
701 objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
702   $(INCDIR)/getopt.h $(INCDIR)/progress.h bucomm.h config.h \
703   $(INCDIR)/fopen-same.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \
704   $(INCDIR)/demangle.h debug.h budbg.h $(INCDIR)/aout/aout64.h
705 prdbg.o: prdbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
706   bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
707   debug.h budbg.h
708 rdcoff.o: rdcoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
709   $(INCDIR)/coff/internal.h bucomm.h config.h $(INCDIR)/fopen-same.h \
710   $(INCDIR)/libiberty.h $(INCDIR)/demangle.h debug.h \
711   budbg.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
712 rddbg.o: rddbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
713   bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
714   debug.h budbg.h
715 size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
716   bucomm.h config.h $(INCDIR)/fopen-same.h $(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 $(BFDDIR)/libcoff.h \
719   $(INCDIR)/bfdlink.h sysroff.c
720 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
721   bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
722   $(INCDIR)/demangle.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   bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h
726 sysdump.o: sysdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
727   bucomm.h config.h $(INCDIR)/fopen-same.h sysroff.h \
728   sysroff.c
729 version.o: version.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
730   bucomm.h config.h $(INCDIR)/fopen-same.h
731 wrstabs.o: wrstabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
732   bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
733   debug.h budbg.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
734   $(INCDIR)/aout/stab.def
735 underscore.o: underscore.c
736 arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
737   bucomm.h config.h $(INCDIR)/fopen-same.h arsup.h
738 arlex.o: arlex.c $(INCDIR)/libiberty.h arparse.h
739 sysroff.o: sysroff.c
740 sysinfo.o: sysinfo.c
741 syslex.o: syslex.c sysinfo.h
742 defparse.o: defparse.c
743 deflex.o: deflex.c defparse.h
744 nlmheader.o: nlmheader.c ../bfd/bfd.h bucomm.h config.h \
745   $(INCDIR)/fopen-same.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
746   nlmconv.h
747
748 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY