* mipsread.c: Pass NULL name pointer to init_type, not 0.
[deliverable/binutils-gdb.git] / binutils / Makefile.dos
CommitLineData
154bf0e8
SC
1# This file was generated automatically by configure. Do not edit.
2target_makefile_frag =
3host_makefile_frag =
4CROSS=-DCROSS_COMPILE
5ALL=all.cross
6host_alias = sun4
7host_cpu = sparc
8host_vendor = sun
9host_os = sunos411
10version_path =
11target_alias = h8300hds
12target_cpu = h8300
13target_vendor = hitachi
14target_os = hds
15subdir =
16unsubdir = .
17VPATH = .
18# Makefile for GNU binary-file utilities
19# Copyright (C) 1989-1991 Free Software Foundation, Inc.
20
21# This file is part of GNU binutils.
22
23# This program is free software; you can redistribute it and/or modify
24# it under the terms of the GNU General Public License as published by
25# the Free Software Foundation; either version 2 of the License, or
26# (at your option) any later version.
27#
28# This program is distributed in the hope that it will be useful,
29# but WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31# GNU General Public License for more details.
32#
33# You should have received a copy of the GNU General Public License
34# along with this program; if not, write to the Free Software
35# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
36
37#$Id$
38
39srcdir = .
40
41prefix = /usr/local
42
43bindir = $(prefix)/bin
44datadir = $(prefix)/lib
45libdir = $(prefix)/lib
46mandir = $(datadir)/man
47man1dir = $(mandir)/man1
48man2dir = $(mandir)/man2
49man3dir = $(mandir)/man3
50man4dir = $(mandir)/man4
51man5dir = $(mandir)/man5
52man6dir = $(mandir)/man6
53man7dir = $(mandir)/man7
54man8dir = $(mandir)/man8
55man9dir = $(mandir)/man9
56infodir = $(datadir)/info
57includedir = $(prefix)/include
58docdir = $(datadir)/doc
59
60SHELL = /bin/sh
61
62INSTALL = install -c
63INSTALL_PROGRAM = $(INSTALL)
64INSTALL_DATA = $(INSTALL)
65
66AR = ar
67AR_FLAGS = qv
68BISON = bison
69MAKEINFO = makeinfo
70RANLIB = ranlib
71
72TEXI2ROFF=texi2roff
73
74# Distribution version
75VERSION=1.94
76# Distribution name
77DIST_NAME=binutils-beta-${VERSION}
78
79version=`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion`
80
81# Where to find texinfo.tex to format docn with TeX
82TEXIDIR = $(srcdir)/../texinfo/fsf
83
84MANPAGES= ar.1 nm.1 objdump.1 ranlib.1 size.1 strip.1
85
86#CC=gcc -Wall
87# these two are almost the same program
88AR_PROG=ar
89RANLIB_PROG=ranlib
90
91# copy and strip should be the same program
92COPY_PROG=copy
93STRIP_PROG=strip
94
95# These should all be the same program too.
96SIZE_PROG=size
97NM_PROG=nm
98OBJDUMP_PROG=objdump
99
100PROGS = $(SIZE_PROG) $(COPY_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRIP_PROG) $(RANLIB_PROG)
101STAGESTUFF = $(PROGS) *.o
102
103BASEDIR = $(srcdir)/..
104LIBDIR = $(unsubdir)/../bfd$(subdir)
105
106MINUS_G =
107#### host and target dependant Makefile fragments come in here.
108HDEFINES=-O -D__MSDOS__ -D__GO32__
109TDEFINES=
110MALLOC=
111###
112
113INCDIR = $(BASEDIR)/include
114
115CFLAGS = $(MINUS_G) -I. -I$(srcdir) -I$(INCDIR) $(HDEFINES) $(TDEFINES)
116
117# When adding .o files, to make VPATH work in Sun Make, you have to
118# also add a foo.o: foo.c line at the bottom of the file.
119DISASMS = m68k-pinsn.o i960-pinsn.o sparc-pinsn.o am29k-pinsn.o
120
121#
122## Random definitions
123# Hopefully all these may be flushed once we get configuration down pat.
124
125# alloca only needed for systems which don't have it and when cc != gcc.
126# ALLOCA = alloca.o
127
128# nm tries to malloc enough space for the string table. The old GNU malloc
129# rounds this up to a power of two (e.g. 5M becomes 8M), and so it might
130# fail unnecessarily. I've also seen some Unix malloc's fail, even when
131# there is enough memory. So use the new GNU malloc.
132# MALLOC = gmalloc.o
133
134# Use the GNU getopt unless you have problems with it.
135# The IRIS version could probably benefit from being assembled with
136# libmalloc rather than the ordinary malloc.
137LIBIBERTY = $(unsubdir)/../libiberty$(subdir)/libiberty.a
138
139# Code shared by all the binutils.
140BULIBS = bucomm.o version.o filemode.o
141
142ADDL_LIBS = $(MALLOC) $(BULIBS) $(BFD) $(LIBIBERTY)
143
144BFD = $(LIBDIR)/libbfd.a
145#
146## The rules
147
148all: $(ADDL_LIBS) $(PROGS)
149
150info: binutils.info
151
152#$(BFD):$(LIBDIR)/../common/*.c
153# (cd $(LIBDIR); make)
154
155$(SIZE_PROG): $(ADDL_LIBS) size.o $(BFD)
156 >bu.rf $(LDFLAGS) $(CFLAGS) -o $(SIZE_PROG) size.o $(ADDL_LIBS) $(LOADLIBES)
157 $(CC) @bu.rf
158
159$(COPY_PROG): $(ADDL_LIBS) copy.o not-strip.o $(BFD)
160 >bu.rf $(LDFLAGS) $(CFLAGS) -o $(COPY_PROG) copy.o not-strip.o $(ADDL_LIBS) $(LOADLIBES)
161 $(CC) @bu.rf
162
163$(STRIP_PROG): $(ADDL_LIBS) copy.o is-strip.o $(BFD)
164 >bu.rf $(LDFLAGS) $(CFLAGS) -o $(STRIP_PROG) copy.o is-strip.o $(ADDL_LIBS) $(LOADLIBES)
165 $(CC) @bu.rf
166
167$(NM_PROG): $(ADDL_LIBS) nm.o $(BFD)
168 >bu.rf $(LDFLAGS) $(CFLAGS) -o $(NM_PROG) nm.o $(ADDL_LIBS) $(LOADLIBES)
169 $(CC) @bu.rf
170
171$(OBJDUMP_PROG): $(ADDL_LIBS) size.o objdump.o $(DISASMS) $(BFD)
172 >bu.rf $(LDFLAGS) $(CFLAGS) -o $(OBJDUMP_PROG) objdump.o $(DISASMS) $(ADDL_LIBS) $(LOADLIBES)
173 $(CC) @bu.rf
174
175$(AR_PROG): $(ADDL_LIBS) ar.o not-ranlib.o $(BFD)
176 >bu.rf $(LDFLAGS) $(CFLAGS) -o $(AR_PROG) ar.o not-ranlib.o $(ADDL_LIBS) $(LOADLIBES)
177 $(CC) @bu.rf
178
179$(RANLIB_PROG): $(ADDL_LIBS) ar.o is-ranlib.o $(BFD)
180 >bu.rf $(LDFLAGS) $(CFLAGS) -o $(RANLIB_PROG) ar.o is-ranlib.o $(ADDL_LIBS) $(LOADLIBES)
181 $(CC) @bu.rf
182
183# This rule creates a single binary that switches between ar and ranlib
184# by looking at argv[0]. Use this kludge to save some disk space.
185# However, you have to install things by hand.
186# (That is after 'make install', replace the installed ranlib by a link to ar.)
187
188# Alternatively, you can install ranlib.sh as ranlib.
189
190ar_with_ranlib: $(ADDL_LIBS) ar.o maybe-ranlib.o $(BFD)
191 $(CC) $(LDFLAGS) $(CFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(LOADLIBES)
192 -rm -f $(RANLIB_PROG)
193 -ln $(AR_PROG) $(RANLIB_PROG)
194
195# copy and strip in one binary that uses argv[0] to decide its action.
196
197copy_with_strip: $(ADDL_LIBS) copy.o maybe-strip.o $(BFD)
198 $(CC) $(LDFLAGS) $(CFLAGS) -o $(COPY_PROG) copy.o maybe-strip.o $(ADDL_LIBS) $(LOADLIBES)
199 -rm -f $(STRIP_PROG)
200 -ln $(COPY_PROG) $(STRIP_PROG)
201
202stage1: force
203 - mkdir stage1
204 - mv -f $(STAGESTUFF) stage1
205
206stage2: force
207 - mkdir stage2
208 - mv -f $(STAGESTUFF) stage2
209
210stage3: force
211 - mkdir stage3
212 - mv -f $(STAGESTUFF) stage3
213
214against=stage2
215
216comparison: force
217 for i in $(STAGESTUFF) ; do cmp $$i $(against)/$$i ; done
218
219de-stage1: force
220 - (cd stage1 ; mv -f * ..)
221 - rmdir stage1
222
223de-stage2: force
224 - (cd stage2 ; mv -f * ..)
225 - rmdir stage2
226
227de-stage3: force
228 - (cd stage3 ; mv -f * ..)
229 - rmdir stage3
230
231######################################################################
232# DOCUMENTATION TARGETS
233# TeX output
234binutils.dvi: $(srcdir)/binutils.texi
235 TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex $(srcdir)/binutils.texi
236 texindex binutils.??
237 TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex $(srcdir)/binutils.texi
238
239# info file for online browsing
240binutils.info: $(srcdir)/binutils.texi
241 $(MAKEINFO) -o binutils.info $(srcdir)/binutils.texi
242
243# different targets for -ms, -mm, -me
244# Try to use a recent texi2roff. v2 was put on prep in jan91.
245# If you want an index, see texi2roff doc for postprocessing
246# and add -i to texi2roff invocations below.
247# Workarounds for texi2roff-2 (probably fixed in later texi2roff's, delete
248# correspondint -e lines when later texi2roff's are current)
249# + @ifinfo's deleted explicitly due to texi2roff-2 bug w nested constructs.
250# + @c's deleted explicitly because texi2roff sees texinfo commands in them
251# + @ (that's at-BLANK) not recognized by texi2roff, turned into blank
252# + @alphaenumerate is ridiculously new, turned into @enumerate
253
254# roff output (-ms)
255binutils.ms: $(srcdir)/binutils.texi
256 sed -e '/\\input texinfo/d' \
257 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
258 -e '/^@ifinfo/,/^@end ifinfo/d' \
259 -e '/^@c/d' \
260 -e 's/{.*,,/{/' \
261 -e 's/@ / /g' \
262 -e 's/^@alphaenumerate/@enumerate/g' \
263 -e 's/^@end alphaenumerate/@end enumerate/g' \
264 $(srcdir)/binutils.texi | \
265 $(TEXI2ROFF) -ms | \
266 sed -e 's/---/\\(em/g' \
267 >binutils.ms
268
269# roff output (-mm)
270# '@noindent's removed due to texi2roff-2 mm bug; if yours is newer,
271# try leaving them in
272binutils.mm: $(srcdir)/binutils.texi
273 sed -e '/\\input texinfo/d' \
274 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
275 -e '/^@ifinfo/,/^@end ifinfo/d' \
276 -e '/^@c/d' \
277 -e 's/{.*,,/{/' \
278 -e '/@noindent/d' \
279 -e 's/@ / /g' \
280 -e 's/^@alphaenumerate/@enumerate/g' \
281 -e 's/^@end alphaenumerate/@end enumerate/g' \
282 $(srcdir)/binutils.texi | \
283 $(TEXI2ROFF) -mm | \
284 sed -e 's/---/\\(em/g' \
285 >binutils.mm
286
287# roff output (-me)
288binutils.me: $(srcdir)/binutils.texi
289 sed -e '/\\input texinfo/d' \
290 -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
291 -e '/^@ifinfo/,/^@end ifinfo/d' \
292 -e '/^@c/d' \
293 -e 's/{.*,,/{/' \
294 -e 's/@ / /g' \
295 -e 's/^@alphaenumerate/@enumerate/g' \
296 -e 's/^@end alphaenumerate/@end enumerate/g' \
297 $(srcdir)/binutils.texi | \
298 $(TEXI2ROFF) -me | \
299 sed -e 's/---/\\(em/g' \
300 >binutils.me
301
302
303######################################################################
304
305clean:
306 -rm -f *.o *~ \#* core $(STAGESTUFF) TAGS binutils.?? binutils.???
307
308etags tags: TAGS
309
310TAGS: force
311 etags $(INCDIR)/*.h $(BFDSRC)/*.[hc] *.[hc]
312
313realclean: clean
314 -rm -f $(STAGESTUFF) TAGS
315
316install: all
317 for i in $(PROGS) ; do \
318 $(INSTALL_PROGRAM) $$i $(bindir)/$$i ; \
319 done
320 for i in $(MANPAGES) ; do \
321 $(INSTALL_DATA) $(srcdir)/$$i $(man1dir)/$$i ; \
322 done
323
324install-info: info
325 for i in *.info* ; do \
326 $(INSTALL_DATA) $$i $(infodir)/$$i ; \
327 done
328
329dist: $(DIST_NAME).tar.Z
330
331$(DIST_NAME).tar.Z:
332 cd ../..; rm -f $(DIST_NAME); ln -s devo $(DIST_NAME)
333 make binutils.mm -f Makefile.in
334 cd ../ld; make ld.mm -f Makefile.in
335 cd ../..; tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z
336 rm -rf ../../$(DIST_NAME)
337
338# These get around a bug in Sun Make in SunOS 4.1.1
339alloca.o: alloca.c
340am29k-pinsn.o: am29k-pinsn.c
341ar.o: ar.c
342bucomm.o: bucomm.c
343copy.o: copy.c
344cplus-dem.o: cplus-dem.c
345filemode.o: filemode.c
346getopt.o: getopt.c
347getopt1.o: getopt1.c
348gmalloc.o: gmalloc.c
349i960-pinsn.o: i960-pinsn.c
350is-ranlib.o: is-ranlib.c
351is-strip.o: is-strip.c
352m68k-pinsn.o: m68k-pinsn.c
353maybe-ranlib.o: maybe-ranlib.c
354maybe-strip.o: maybe-strip.c
355nm.o: nm.c
356not-ranlib.o: not-ranlib.c
357not-strip.o: not-strip.c
358objdump.o: objdump.c
359size.o: size.c
360sparc-pinsn.o: sparc-pinsn.c
361strip.o: strip.c
362version.o: $(srcdir)/version.c
363 $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -c $(srcdir)/version.c
364
365#-----------------------------------------------------------------------------
366# 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
367#
368# 'VERSION' file must be present and contain a string of the form "x.y"
369#-----------------------------------------------------------------------------
370
371ver960.c: FORCE
372 rm -f ver960.c
373 echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
374
375
376# Dummy target to force execution of dependent targets.
377#
378force:
379
380# Target to uncomment host-specific lines in this makefile. Such lines must
381# have the following string beginning in column 1: #__<hostname>__#
382# Original Makefile is backed up as 'Makefile.old'.
383#
384# Invoke with: make make HOST=xxx
385#
386make:
387 -@if test $(HOST)x = x ; then \
388 echo '\aSpecify "make make HOST=???"'; \
389 exit 1; \
390 fi ; \
391 grep -s "^#The next line was generated by 'make make'" Makefile; \
392 if test $$? = 0 ; then \
393 echo "\aMakefile has already been processed with 'make make'";\
394 exit 1; \
395 fi ; \
396 mv -f Makefile Makefile.old; \
397 echo "#The next line was generated by 'make make'" >Makefile ; \
398 echo "HOST=$(HOST)" >>Makefile ; \
399 echo >>Makefile ; \
400 sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile
401
402Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
403 $(SHELL) ./config.status
404
405### Local Variables: ***
406### mode:fundamental ***
407### page-delimiter: "^#" ***
408### End: ***
409### end of file
This page took 0.064011 seconds and 4 git commands to generate.