all-cygnus, build-cygnus: "fi else" needs to be "fi ; else"
[binutils-gdb.git] / build-all.mk
1 # Build all of the targets for any given host.....
2 #
3 # This file is going to be ugly. It will be VERY specific to the
4 # Cygnus environment and build-process.
5 #
6 #
7
8 TREE = devo
9 include $(TREE)/release-info
10
11 TEST_INSTALL_DISK = /tug
12
13 INSTALLDIR = $(TEST_INSTALL_DISK)/$(TREE)-test/$(RELEASE_TAG)
14
15 ifndef host
16 host := $(shell $(TREE)/config.guess)
17 endif
18
19 NATIVE = native
20
21 GCC = gcc -O
22 CFLAGS = -g
23 CXXFLAGS = -g -O
24 MAKEINFOFLAGS =
25
26 log = 1>$(canonhost)-build-log 2>&1
27 clog = 1>$(canonhost)-check-log 2>&1
28 cyglog = 1> $(canonhost)-x-$$i-cygnus-build-log 2>&1
29 latestlog = 1> $(canonhost)-x-$$i-latest-build-log 2>&1
30 natlog = 1> $(canonhost)-x-$$i-native-build-log 2>&1
31
32 canonhost := $(shell $(TREE)/config.sub $(host))
33
34 # Convert config.guess results to a simpler form.
35 ifeq ($(canonhost),sparc-sun-solaris2.1)
36 canonhost := sparc-sun-solaris2
37 endif
38 ifeq ($(canonhost),mips-dec-ultrix4.2)
39 canonhost := mips-dec-ultrix
40 endif
41 ifeq ($(canonhost),mips-sgi-irix4.0.1)
42 canonhost := mips-sgi-irix4
43 endif
44 ifeq ($(canonhost),rs6000-ibm-aix3.2)
45 canonhost := rs6000-ibm-aix
46 endif
47 ifeq ($(canonhost),i486-unknown-sco3.2v4.0)
48 canonhost := i386-sco3.2v4
49 endif
50 ifeq ($(canonhost),i386-unknown-sco3.2v4.0)
51 canonhost := i386-sco3.2v4
52 endif
53 ifeq ($(canonhost),i386-unknown-sco3.2v4)
54 canonhost := i386-sco3.2v4
55 endif
56 ifeq ($(canonhost),i386-unknown-go32)
57 canonhost := i386-go32
58 endif
59 ifeq ($(canonhost),i386-unknown-sysv4.2)
60 canonhost := i386-sysv4.2
61 endif
62 ifeq ($(canonhost),i386-lynx-lynxos)
63 canonhost := i386-lynxos
64 endif
65 ifeq ($(canonhost),m68k-lynx-lynxos)
66 canonhost := m68k-lynxos
67 endif
68
69 ifeq ($(canonhost),sparc-sun-sunos4.1.3)
70 TARGETS = $(NATIVE) \
71 i386-go32 \
72 a29k-amd-udi \
73 h8300-hms \
74 i386-aout \
75 i386-lynx \
76 i386-netware \
77 i960-vxworks i960-intel-nindy \
78 mips-idt-ecoff \
79 m68k-aout m68k-vxworks m68k-coff \
80 m68k-lynx \
81 sh-hms \
82 sparc-aout sparc-vxworks \
83 sparclite-aout sparclite-vxworks \
84 z8k-coff
85 GCC = gcc -O -pipe
86 all: all-cygnus
87 endif
88
89 ifeq ($(canonhost),m68k-sun-sunos4.1.1)
90 TARGETS = $(NATIVE) \
91 m68k-aout m68k-coff i960-intel-nindy
92 GCC = gcc -O -msoft-float
93 CC = cc -J
94 all: all-cygnus
95 endif
96
97 ifeq ($(canonhost),sparc-sun-solaris2)
98 TARGETS = $(NATIVE) \
99 a29k-amd-udi \
100 i386-aout \
101 i960-vxworks i960-intel-nindy \
102 m68k-aout m68k-coff m68k-vxworks \
103 m88k-coff \
104 mips-idt-ecoff mipsel-idt-ecoff \
105 sparc-aout sparc-vxworks sparclite-aout
106 CC = cc -Xs
107 GCC = gcc -O -pipe
108 all: all-cygnus
109 endif
110
111 ifeq ($(canonhost),mips-dec-ultrix)
112 TARGETS = $(NATIVE) m68k-aout
113 CC = cc -Wf,-XNg1000
114 all: all-cygnus
115 endif
116
117 ifeq ($(canonhost),mips-sgi-irix4)
118 TARGETS = $(NATIVE) \
119 mips-idt-ecoff sh-hms
120 CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500
121 all: all-cygnus
122 endif
123
124 ifeq ($(canonhost),rs6000-ibm-aix)
125 TARGETS = $(NATIVE) \
126 i960-vxworks i960-intel-nindy \
127 m68k-vxworks
128 all: all-cygnus
129 endif
130
131 ifeq ($(canonhost),m68k-hp-hpux)
132 TARGETS = $(NATIVE) m68k-aout
133 TMPDIR := $(shell mkdir $(canonhost)-tmpdir; cd $(canonhost)-tmpdir ; pwd)
134 CC = cc -Wp,-P
135 #CFLAGS = +O1000
136 CFLAGS =
137 all: all-cygnus
138 endif
139
140 ifeq ($(canonhost),hppa1.1-hp-hpux)
141 TARGETS = \
142 $(NATIVE) \
143 i960-vxworks \
144 m68k-aout m68k-vxworks
145 # sh-hms # doesn't work
146 CC = cc
147 #CFLAGS = +Obb2000
148 CFLAGS = -g
149 all: all-native
150 endif
151
152 ifeq ($(canonhost),i386-sco3.2v4)
153 TARGETS = $(NATIVE) i386-aout
154 all: all-cygnus
155 endif
156
157 ifeq ($(canonhost),i386-go32)
158 TARGETS = \
159 a29k-amd-udi \
160 h8300-hms \
161 i386-aout \
162 m68k-aout m68k-coff \
163 mips-idt-ecoff \
164 sh-hms \
165 sparclite-aout
166 CC = i386-go32-gcc
167 GCC = i386-go32-gcc -O
168 CFLAGS =
169 CXXFLAGS = -O
170 MAKEINFOFLAGS = --no-split
171 all: all-cross
172 endif
173
174 ifeq ($(canonhost),i386-sysv4.2)
175 TARGETS = $(NATIVE)
176 CC = cc
177 all: all-cygnus
178 endif
179
180 ifeq ($(canonhost),i386-lynxos)
181 TARGETS = $(NATIVE)
182 CC = /bin/gcc
183 all: all-cygnus
184 SHELL=/bin/bash
185 endif
186
187 ifeq ($(canonhost),m68k-lynxos)
188 TARGETS = $(NATIVE)
189 CC = /bin/gcc
190 all: all-cygnus
191 SHELL=/bin/bash
192 endif
193
194
195 FLAGS_TO_PASS := \
196 "GCC=$(GCC)" \
197 "CC=$(CC)" \
198 "CFLAGS=$(CFLAGS)" \
199 "CXXFLAGS=$(CXXFLAGS)" \
200 "host=$(canonhost)" \
201 "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
202 "RELEASE_TAG=$(RELEASE_TAG)" \
203 "SHELL=$(SHELL)"
204
205 all-emacs:
206 @echo build started at `date`
207 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
208 -rm -f $(ROOTING)/$(RELEASE_TAG)
209 ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
210 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do1 > $(canonhost)-emacs-native-log 2>&1
211 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do-latest > $(canonhost)-emacs-latest-log 2>&1
212 @echo done at `date`
213
214 all-cygnus:
215 @echo build started at `date`
216 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
217 -rm -f $(ROOTING)/$(RELEASE_TAG) && ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
218 @for i in $(TARGETS) ; do \
219 if [ "$$i" = "native" ] ; then \
220 if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \
221 echo "3staging $(canonhost) native" ; \
222 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
223 echo " completed successfully" ; \
224 else \
225 true ; \
226 fi ; \
227 else \
228 echo "building $(canonhost) cross to $$i" ; \
229 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i do-cygnus $(cyglog) && \
230 echo " completed successfully" ; \
231 fi ; \
232 done
233 @if [ ! -f $(canonhost)-stamp-3stage-checked ] ; then \
234 echo checking $(canonhost) native ; \
235 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-check-3stage $(clog) ; \
236 touch $(canonhost)-stamp-3stage-checked ; \
237 else \
238 true ; \
239 fi
240 @echo done at `date`
241
242 native:
243 @echo build started at `date`
244 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
245 rm -f $(ROOTING)/$(RELEASE_TAG)
246 ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
247 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log)
248 @echo done at `date`
249
250 build-cygnus:
251 @echo build started at `date`
252 @for i in $(TARGETS) ; do \
253 if [ "$$i" = "native" ] ; then \
254 if [ ! -f $(canonhost)-3stage-done ] ; then \
255 echo "3staging $(canonhost) native" ; \
256 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
257 echo " completed successfully" ; \
258 fi ; \
259 else \
260 echo "building $(canonhost) cross to $$i:" `date` ; \
261 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-cygnus $(cyglog) && \
262 echo " completed successfully" ; \
263 fi ; \
264 done
265 @echo done at `date`
266
267 build-latest:
268 @echo build started at `date`
269 @for i in $(TARGETS) ; do \
270 if [ "$$i" != "native" ] ; then \
271 echo "building $(canonhost) cross to $$i:" `date` ; \
272 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-latest $(latestlog) && \
273 echo " completed successfully" ; \
274 fi ; \
275 done
276 @echo done at `date`
277
278 all-native:
279 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
280 rm -f $(ROOTING)/$(RELEASE_TAG)
281 ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
282 @for i in $(TARGETS) ; do \
283 echo "building $(canonhost) cross to $$i" ; \
284 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i do-native $(natlog) && \
285 echo " completed successfully" ; \
286 done
287
288 all-cross:
289 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
290 rm -f $(ROOTING)/$(RELEASE_TAG)
291 ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
292 @for i in $(TARGETS) ; do \
293 echo "building $(canonhost) cross to $$i" ; \
294 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build=$(build) do-cygnus $(cyglog) && \
295 echo " completed successfully" ; \
296 done
297
298 config:
299 @for i in $(TARGETS) ; do \
300 if [ "$$i" = "native" ] ; then \
301 echo "config stage1 for $(canonhost)" ; \
302 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do1-config $(log) && \
303 echo " completed successfully" ; \
304 else \
305 echo "config $(canonhost) cross to $$i" ; \
306 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i do-native-config $(cyglog) && \
307 echo " completed successfully" ; \
308 fi ; \
309 done
310
311
312 build:
313 @for i in $(TARGETS) ; do \
314 if [ "$$i" = "native" ] ; then \
315 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do1-build $(log) && \
316 echo " completed successfully" ; \
317 else \
318 echo "building $(canonhost) cross to $$i" ; \
319 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-native $(natlog) && \
320 echo " completed successfully" ; \
321 fi ; \
322 done
323
324
325 3build:
326 @for i in $(TARGETS) ; do \
327 if [ "$$i" = "native" ] ; then \
328 echo "building 3stage for $(canonhost)" ; \
329 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) all $(log) && \
330 echo " completed successfully" ; \
331 else \
332 echo "building $(canonhost) cross to $$i" ; \
333 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-cygnus $(cyglog) && \
334 echo " completed successfully" ; \
335 fi ; \
336 done
337
338 build-all-latest:
339 @for i in $(TARGETS) ; do \
340 if [ "$$i" = "native" ] ; then \
341 echo "building 3stage for $(canonhost)" ; \
342 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
343 echo " completed successfully" ; \
344 else \
345 echo "building $(canonhost) cross to $$i" ; \
346 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-latest $(cyglog) && \
347 echo " completed successfully" ; \
348 fi ; \
349 done
350
351 ### Local Variables:
352 ### fill-column: 131
353 ### End: