]> Git Repo - binutils.git/blob - Makefile.in
* tm-29k.h: Update BADMAG (though it should go away).
[binutils.git] / Makefile.in
1 #
2 # Makefile for directory with subdirs to build.
3 #   Copyright (C) 1990, 1991 Cygnus Support
4 #
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
18 #
19 # Last Mod Sun Aug 25 21:42:08 PDT 1991, by [email protected]
20 #
21 # $Id$
22
23 srcdir = .
24 destdir = /usr/local
25
26 SHELL=/bin/sh
27
28 #CC = gcc -b$(target) # -B$(srcdir)/../gas/Host-$(host)/Target-$(target)/
29 #CFLAGS = -g -nostdinc -nostdlib -I- -I/usr/local/lib/gcc/$(target)/1.92/include -I$(srcdir) -I$(srcdir)/../include -I$(OSINCLUDE)
30
31 RANLIB = ranlib
32 AR = ar
33 AR_FLAGS = cqv
34 BISONPATH = 
35
36 BISON = `if [ -d $(srcdir)/../bison\`if [ -d $(srcdir)/bison.$(target) ] ; then echo .$(target) ; fi\`$(subdir) ] ; then echo $(srcdir)/../bison\`if [ -d $(srcdir)/bison.$(target) ] ; then echo .$(target) ; fi\`$(subdir)/bison -L $(srcdir)/../bison\`if [ -d $(srcdir)/bison.$(target) ] ; then echo .$(target) ; fi\`/; else echo yacc ; fi`
37
38 SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib
39 OTHERS = 
40
41 #### host and target specific makefile fragments come in here.
42 ###
43
44 all:
45         $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS) $(OTHERS)"
46
47 subdir_do: force
48         for i in $(DODIRS); do \
49                 if [ -d $(srcdir)/$$i -o -d $(srcdir)/$$i.$(target) ] ; then \
50                         if (cd $(srcdir)/$$i`if [ -d $(srcdir)/$$i.$(target) ] ; \
51                                 then echo .$(target) ; fi`$(subdir); \
52                                 $(MAKE) \
53                                         "against=$(against)" \
54                                         "AR=$(AR)" \
55                                         "AR_FLAGS=$(AR_FLAGS)" \
56                                         "RANLIB=$(RANLIB)" \
57                                         "BISON=$(BISON)" $(DO)) ; then true ; \
58                         else exit 1 ; fi ; \
59                 else true ; fi ; \
60         done
61
62 bootstrap:
63         $(MAKE) all
64         $(MAKE) stage1
65         $(MAKE) pass "stagepass=stage1"
66         $(MAKE) stage2
67         $(MAKE) pass "stagepass=stage2"
68         $(MAKE) comparison
69
70 bootstrap2:
71         $(MAKE) pass "stagepass=stage1"
72         $(MAKE) stage2
73         $(MAKE) pass "stagepass=stage2"
74         $(MAKE) comparison
75
76 bootstrap3:
77         $(MAKE) pass "stagepass=stage2"
78         $(MAKE) comparison
79
80 pass:
81         cp $(srcdir)/gcc`if [ -d $(srcdir)/gcc.$(target) ] ; \
82                 then echo .$(target) ; fi`/gstdarg.h $(srcdir)/gas/stdarg.h
83         $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" \
84                 "CC=$(srcdir)/../gcc`if [ -d $(srcdir)/gcc.$(target) ] ; \
85                 then echo .$(target) ; fi`$(subdir)/$(stagepass)/gcc -O \
86                 -B$(srcdir)/../gcc`if [ -d $(srcdir)/gcc.$(target) ] ; \
87                 then echo .$(target) ; fi`$(subdir)/$(stagepass)/ \
88                 -B$(srcdir)/../gas`if [ -d $(srcdir)/gas.$(target) ] ; \
89                 then echo .$(target) ; fi`$(subdir)/$(stagepass)/" \
90                 "AR=$(srcdir)/../binutils`if [ -d $(srcdir)/binutils.$(target) ] ; \
91                 then echo .$(target) ; fi`$(subdir)/$(stagepass)/ar" \
92                 "RANLIB=$(srcdir)/../binutils`if [ -d $(srcdir)/binutils.$(target) ] ; \
93                 then echo .$(target) ; fi`$(subdir)/$(stagepass)/ranlib" \
94                 "LOADLIBES=$(srcdir)/../gnulib`if [ -d $(srcdir)/binutils.$(target) ] ; \
95                 then echo .$(target) ; fi`$(subdir)/$(stagepass)/gnulib.a /lib/libc.a" \
96                 "LDFLAGS=-nostdlib /lib/crt0.o \
97                 -L$(srcdir)/../gnulib`if [ -d $(srcdir)/gnulib.$(target) ] ; \
98                 then echo .$(target) ; fi`$(subdir)/$(stagepass)/ \
99                 -B$(srcdir)/../ld`if [ -d $(srcdir)/ld.$(target) ] ; \
100                 then echo .$(target) ; fi`$(subdir)/$(stagepass)/"
101
102
103 stage1:
104         $(MAKE) subdir_do DO=stage1 "DODIRS=$(SUBDIRS)"
105
106 stage2:
107         $(MAKE) subdir_do DO=stage2 "DODIRS=$(SUBDIRS)"
108
109 stage3:
110         $(MAKE) subdir_do DO=stage3 "DODIRS=$(SUBDIRS)"
111
112 stage4:
113         $(MAKE) subdir_do DO=stage4 "DODIRS=$(SUBDIRS)"
114
115 against=stage2
116
117 comparison:; $(MAKE) subdir_do DO=comparison against=$(against) "DODIRS=$(SUBDIRS)"
118
119 de-stage1:; $(MAKE) subdir_do DO=de-stage1 "DODIRS=$(SUBDIRS)"
120 de-stage2:; $(MAKE) subdir_do DO=de-stage2 "DODIRS=$(SUBDIRS)"
121 de-stage3:; $(MAKE) subdir_do DO=de-stage3 "DODIRS=$(SUBDIRS)"
122 de-stage4:; $(MAKE) subdir_do DO=de-stage4 "DODIRS=$(SUBDIRS)"
123
124 clean:
125         rm -rf *.a TEMP errs core *.o *~ \#* TAGS *.E
126         $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS) $(OTHERS)"
127
128 install: install-dirs install-fixed-includes
129         $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS) $(OTHERS)"
130
131 install-dirs: force
132         - mkdir $(destdir)
133         - mkdir $(destdir)/bin
134         - mkdir $(destdir)/lib
135         - mkdir $(destdir)/include
136         - mkdir $(destdir)/man
137         - mkdir $(destdir)/man/man1
138         if [ -d $(srcdir)/gcc`if [ -d $(srcdir)/gcc.$(target) ] ; \
139                 then echo .$(target) ; fi`$(subdir) ] ; then \
140                 (cd  $(srcdir)/gcc`if [ -d $(srcdir)/gcc.$(target) ] ; \
141                         then echo .$(target) ; fi`$(subdir) ; \
142                                 $(MAKE) install-dir) ; \
143         fi
144
145 install-fixed-includes: force
146         if [ -d $(srcdir)/gcc`if [ -d $(srcdir)/gcc.$(target) ] ; \
147                 then echo .$(target) ; fi`$(subdir) ] ; then \
148                 (cd  $(srcdir)/gcc`if [ -d $(srcdir)/gcc.$(target) ] ; \
149                         then echo .$(target) ; fi`$(subdir) ; \
150                                 $(MAKE) install-fixed-includes) ; \
151         fi
152
153 etags tags: TAGS
154
155 TAGS: FORCE
156         etags `$(MAKE) ls`
157
158 ls:
159         @echo Makefile
160         @for i in $(SUBDIRS); \
161         do \
162                 (cd $$i; \
163                         pwd=`pwd`; \
164                         wd=`basename $$pwd`; \
165                         for j in `$(MAKE) ls`; \
166                         do \
167                                 echo $$wd/$$j; \
168                         done) \
169         done
170
171 force:
172
173 # with the gnu make, this is done automatically.
174
175 Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
176         (cd $(srcdir) ; \
177                 ./configure +destdir=$(destdir) +norecurse \
178                  `if [ "$(srcdir)" != "." ] ; then echo +subdirs; fi` \
179                 $(host) +target=$(target))
180
181 #
182 # Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
183
184 DEVO_SUPPORT= README README.configure Makefile.in configure configure.in \
185         config.sub 
186 GDB_SUPPORT_DIRS= bfd include libiberty readline texinfo/fsf/texinfo.tex
187
188 bfd.ilrt.tar.Z: force_update
189         ./configure -template=./configure
190         ./configure sun4
191         make clean
192         ./configure -rm sun4
193         rm -f bfd.ilrt.tar.Z
194         chmod og=u `find $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) -print`
195         tar cf - $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) \
196                 | compress -v >bfd.ilrt.tar.Z
197
198 force_update:
199
200 #
201 # $Log$
202 # Revision 1.29  1991/08/26 04:45:57  rich
203 # Correcting install target when gcc not present.
204 #
205 # Revision 1.28  1991/08/25  23:40:22  rich
206 # rcs enters the soup.
207 #
208 # Revision 1.27  1991/08/23  07:15:56  gnu
209 # Make README stick...
210 #
211 # Revision 1.26  1991/08/22  09:20:07  gnu
212 # Build a top-level README for devo.
213 #
214 # Revision 1.25  1991/08/22  07:15:49  rich
215 # Three part names, etc.
216 #
217 # Revision 1.24  1991/08/20  01:57:31  rich
218 # Another try at passing gnulib's location.
219 #
220 # Revision 1.23  1991/08/16  21:47:41  rich
221 # Pass on BISON as bison only if bison is here.
222 #
223 # Revision 1.22  1991/08/07  19:15:26  rich
224 # +forcesubdirs -> +subdirs
225 #
226 # Revision 1.21  1991/07/31  18:07:59  gnu
227 # Set file permissions the same for everyone before making tar file.
228 #
229 # Revision 1.20  1991/07/31  02:47:14  gnu
230 # Add bfd.ilrt.tar.Z "make" rules.
231 #
232 # Revision 1.19  1991/07/27  07:46:34  rich
233 # Changes to accomodate using the freshly built bison in place.
234 #
235 # Revision 1.18  1991/07/16  00:01:40  gnu
236 # Add back gdb and readline.
237 #
238 # Revision 1.17  1991/06/18  15:30:55  rich
239 # added install-dirs target.
240 #
241 # Revision 1.16  1991/06/14  13:35:40  rich
242 # install fixed include files on install.
243 #
244 # Revision 1.15  1991/06/09  20:27:01  rich
245 # added support for binary comparisons.
246 #
247 # Revision 1.14  1991/05/31  12:34:55  gnu
248 # Avoid error stop from Make if a directory doesn't exist during subdir_do.
249 #
250 # Revision 1.13  1991/05/27  23:03:20  rich
251 # Put gcc/gstdarg.h where gas can find it; gas/stdarg.h.
252 #
253 # Revision 1.12  1991/05/19  00:36:44  rich
254 # Added gdb.
255 #
256 # Revision 1.11  1991/05/03  21:30:41  gnu
257 # Rename getopt to libiberty.
258 #
259 # Revision 1.10  1991/04/24  16:50:53  rich
260 # Three staging checkpoint.
261 #
262 # Revision 1.9  1991/04/17  01:34:36  rich
263 # Added getopt for binutils, fixed problem with host dependancies in
264 # configure.template.
265 #
266 # Revision 1.8  1991/04/15  23:43:45  rich
267 # Now handles multiple hosts and targets.
268 #
269 # Revision 1.7  1991/04/13  13:06:16  tiemann
270 # Don't depend `install' on `all'.  Actually, the way things work, all
271 # depends on things being incrementally installed, and install depends
272 # on everything happening in a topological fashion.
273 #
274 # This will need to be worked on further, but for now it's ok.
275 #
276 # Revision 1.6  1991/04/13  10:04:14  rich
277 # Now can build gas for a29k on a29k.
278 #
279 # Revision 1.5  1991/04/13  07:40:41  rich
280 # Fixed an ordering bug.  Now everything is built, and then installed.
281 #
282 # Revision 1.4  1991/04/13  02:11:09  rich
283 # Config cut 3.  We now almost install a29k.
284 #
285 # Revision 1.3  1991/04/11  02:41:53  rich
286 # Cut 2 config.  Subdirs.
287 #
288 #
289 #
290
291 # end of Makefile.in
This page took 0.040177 seconds and 4 git commands to generate.