]> sourceware.org Git - newlib-cygwin.git/blame - Makefile.tpl
* sysv_shm.cc (kern_shmat): Add debug_printf's.
[newlib-cygwin.git] / Makefile.tpl
CommitLineData
52b809e4 1[+ AutoGen5 template -*- Mode: Makefile -*-
bba02726
NN
2in
3+]
4
5# Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
6#
7# Makefile for directory with subdirs to build.
8# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
a675b75a 9# 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation
bba02726
NN
10#
11# This file is free software; you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by
13# the Free Software Foundation; either version 2 of the License, or
14# (at your option) any later version.
15#
16# This program is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19# GNU General Public License for more details.
20#
21# You should have received a copy of the GNU General Public License
22# along with this program; if not, write to the Free Software
23# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24#
25
ff0592df
NN
26# -------------------------------
27# Standard Autoconf-set variables
28# -------------------------------
c002f9d3 29VPATH=@srcdir@
c002f9d3
NN
30
31build_alias=@build_alias@
7e9ae190 32build=@build@
c002f9d3 33host_alias=@host_alias@
7e9ae190 34host=@host@
c002f9d3 35target_alias=@target_alias@
7e9ae190 36target=@target@
c002f9d3 37
ff0592df 38program_transform_name = @program_transform_name@
1ae955ba
NN
39
40prefix = @prefix@
41exec_prefix = @exec_prefix@
42
ff0592df
NN
43srcdir = @srcdir@
44
1ae955ba
NN
45bindir = @bindir@
46sbindir = @sbindir@
47libexecdir = @libexecdir@
48datadir = @datadir@
49sysconfdir = @sysconfdir@
50sharedstatedir = @sharedstatedir@
51localstatedir = @localstatedir@
52libdir = @libdir@
53includedir = @includedir@
54oldincludedir = @oldincludedir@
55infodir = @infodir@
56mandir = @mandir@
bba02726
NN
57man1dir = $(mandir)/man1
58man2dir = $(mandir)/man2
59man3dir = $(mandir)/man3
60man4dir = $(mandir)/man4
61man5dir = $(mandir)/man5
62man6dir = $(mandir)/man6
63man7dir = $(mandir)/man7
64man8dir = $(mandir)/man8
65man9dir = $(mandir)/man9
bba02726 66
282c0e47
NN
67INSTALL = @INSTALL@
68INSTALL_PROGRAM = @INSTALL_PROGRAM@
69INSTALL_SCRIPT = @INSTALL_SCRIPT@
70INSTALL_DATA = @INSTALL_DATA@
21ff191e
PB
71LN = @LN@
72LN_S = @LN_S@
bba02726 73
ff0592df
NN
74# -------------------------------------------------
75# Miscellaneous non-standard autoconf-set variables
76# -------------------------------------------------
bba02726 77
ff0592df
NN
78# The file containing GCC's version number.
79gcc_version_trigger = @gcc_version_trigger@
80gcc_version = @gcc_version@
bba02726 81
ff0592df
NN
82# The gcc driver likes to know the arguments it was configured with.
83TOPLEVEL_CONFIGURE_ARGUMENTS=@TOPLEVEL_CONFIGURE_ARGUMENTS@
bba02726 84
ff0592df
NN
85gxx_include_dir = @gxx_include_dir@
86libstdcxx_incdir = @libstdcxx_incdir@
bba02726 87
ff0592df
NN
88tooldir = @tooldir@
89build_tooldir = @build_tooldir@
bba02726 90
ff0592df 91# Directory in which the compiler finds executables, libraries, etc.
2a33c5f1 92libsubdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)
ff0592df 93GDB_NLM_DEPS =
bba02726 94
ff0592df
NN
95# This is the name of the environment variable used for the path to
96# the libraries.
97RPATH_ENVVAR = @RPATH_ENVVAR@
bba02726 98
ff0592df
NN
99# This is set by configure to REALLY_SET_LIB_PATH if --enable-shared
100# was used.
101SET_LIB_PATH = @SET_LIB_PATH@
bba02726 102
ff0592df
NN
103# configure.in sets SET_LIB_PATH to this if --enable-shared was used.
104# Some platforms don't like blank entries, so we remove duplicate,
105# leading and trailing colons.
106REALLY_SET_LIB_PATH = \
107 $(RPATH_ENVVAR)=`echo "$(HOST_LIB_PATH):$(TARGET_LIB_PATH):$$$(RPATH_ENVVAR)" | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; export $(RPATH_ENVVAR);
bba02726 108
ff0592df 109# This is the list of directories to be built for the build system.
cb2333e8 110BUILD_CONFIGDIRS = libiberty libbanshee
ff0592df
NN
111# Build programs are put under this directory.
112BUILD_SUBDIR = @build_subdir@
113# This is set by the configure script to the arguments to use when configuring
114# directories built for the build system.
115BUILD_CONFIGARGS = @build_configargs@
2cb47d68
PB
116
117# This is the list of variables to export in the environment when
118# configuring any subdirectory. It must also be exported whenever
119# recursing into a build directory in case that directory's Makefile
120# re-runs configure.
121BASE_EXPORTS = \
122 FLEX="$(FLEX)"; export FLEX; \
123 LEX="$(LEX)"; export LEX; \
124 BISON="$(BISON)"; export BISON; \
125 YACC="$(YACC)"; export YACC; \
126 M4="$(M4)"; export M4; \
127 MAKEINFO="$(MAKEINFO)"; export MAKEINFO;
128
a675b75a 129# This is the list of variables to export in the environment when
2cb47d68 130# configuring subdirectories for the build system.
a675b75a 131BUILD_EXPORTS = \
2cb47d68 132 $(BASE_EXPORTS) \
a675b75a
DD
133 AR="$(AR_FOR_BUILD)"; export AR; \
134 AS="$(AS_FOR_BUILD)"; export AS; \
135 CC="$(CC_FOR_BUILD)"; export CC; \
136 CFLAGS="$(CFLAGS_FOR_BUILD)"; export CFLAGS; \
137 CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
138 CXX="$(CXX_FOR_BUILD)"; export CXX; \
139 CXXFLAGS="$(CXXFLAGS_FOR_BUILD)"; export CXXFLAGS; \
140 GCJ="$(GCJ_FOR_BUILD)"; export GCJ; \
141 GFORTRAN="$(GFORTRAN_FOR_BUILD)"; export GFORTRAN; \
142 DLLTOOL="$(DLLTOOL_FOR_BUILD)"; export DLLTOOL; \
143 LD="$(LD_FOR_BUILD)"; export LD; \
144 LDFLAGS="$(LDFLAGS_FOR_BUILD)"; export LDFLAGS; \
145 NM="$(NM_FOR_BUILD)"; export NM; \
146 RANLIB="$(RANLIB_FOR_BUILD)"; export RANLIB; \
147 WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES;
ff0592df
NN
148
149# This is the list of directories to built for the host system.
150SUBDIRS = @configdirs@
151# This is set by the configure script to the arguments to use when configuring
152# directories built for the host system.
153HOST_CONFIGARGS = @host_configargs@
a675b75a 154# This is the list of variables to export in the environment when
2cb47d68 155# configuring subdirectories for the host system.
a675b75a 156HOST_EXPORTS = \
2cb47d68 157 $(BASE_EXPORTS) \
a675b75a
DD
158 CC="$(CC)"; export CC; \
159 CFLAGS="$(CFLAGS)"; export CFLAGS; \
160 CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
161 CXX="$(CXX)"; export CXX; \
162 CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \
163 AR="$(AR)"; export AR; \
164 AS="$(AS)"; export AS; \
165 CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
166 DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
167 LD="$(LD)"; export LD; \
168 LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
169 NM="$(NM)"; export NM; \
170 RANLIB="$(RANLIB)"; export RANLIB; \
171 WINDRES="$(WINDRES)"; export WINDRES; \
172 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
ead1b9ae 173 OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \
a675b75a
DD
174 TOPLEVEL_CONFIGURE_ARGUMENTS="$(TOPLEVEL_CONFIGURE_ARGUMENTS)"; export TOPLEVEL_CONFIGURE_ARGUMENTS; \
175 GMPLIBS="$(HOST_GMPLIBS)"; export GMPLIBS; \
176 GMPINC="$(HOST_GMPINC)"; export GMPINC;
177
178# Similar, for later GCC stages.
179STAGE_HOST_EXPORTS = \
63673a5b 180 $(HOST_EXPORTS) \
a675b75a
DD
181 CC="$(STAGE_CC_WRAPPER) $$r/prev-gcc/xgcc$(exeext) -B$$r/prev-gcc/ -B$(build_tooldir)/bin/"; export CC; \
182 CC_FOR_BUILD="$(STAGE_CC_WRAPPER) $$r/prev-gcc/xgcc$(exeext) -B$$r/prev-gcc/ -B$(build_tooldir)/bin/"; export CC_FOR_BUILD;
ff0592df
NN
183
184# This is set by the configure script to the list of directories which
185# should be built using the target tools.
186TARGET_CONFIGDIRS = @target_configdirs@
187# Target libraries are put under this directory:
188TARGET_SUBDIR = @target_subdir@
189# This is set by the configure script to the arguments to use when configuring
190# directories built for the target.
191TARGET_CONFIGARGS = @target_configargs@
a675b75a 192# This is the list of variables to export in the environment when
2cb47d68 193# configuring subdirectories for the host system.
a675b75a 194BASE_TARGET_EXPORTS = \
2cb47d68 195 $(BASE_EXPORTS) \
a675b75a
DD
196 AR="$(AR_FOR_TARGET)"; export AR; \
197 AS="$(AS_FOR_TARGET)"; export AS; \
198 CC="$(CC_FOR_TARGET)"; export CC; \
199 CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
200 CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
201 CPPFLAGS="$(CFLAGS_FOR_TARGET)"; export CPPFLAGS; \
202 CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
203 GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
204 GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
205 DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
206 LD="$(LD_FOR_TARGET)"; export LD; \
207 LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
208 NM="$(NM_FOR_TARGET)"; export NM; \
209 RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
210 WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES;
211
212RAW_CXX_TARGET_EXPORTS = \
213 $(BASE_TARGET_EXPORTS) \
214 CXX_FOR_TARGET="$(RAW_CXX_FOR_TARGET)"; export CXX_FOR_TARGET; \
215 CXX="$(RAW_CXX_FOR_TARGET)"; export CXX;
216
217NORMAL_TARGET_EXPORTS = \
218 $(BASE_TARGET_EXPORTS) \
219 CXX="$(CXX_FOR_TARGET)"; export CXX;
ff0592df 220
cb2333e8
DD
221# Where to find GMP
222HOST_GMPLIBS = @gmplibs@
223HOST_GMPINC = @gmpinc@
224
ff0592df
NN
225# ----------------------------------------------
226# Programs producing files for the BUILD machine
227# ----------------------------------------------
228
229SHELL = @config_shell@
230
231# pwd command to use. Allow user to override default by setting PWDCMD in
232# the environment to account for automounters. The make variable must not
233# be called PWDCMD, otherwise the value set here is passed to make
234# subprocesses and overrides the setting from the user's environment.
5230d454
L
235# Don't use PWD since it is a common shell environment variable and we
236# don't want to corrupt it.
237PWD_COMMAND = $${PWDCMD-pwd}
ff0592df
NN
238
239# compilers to use to create programs which must be run in the build
240# environment.
241CC_FOR_BUILD = @CC_FOR_BUILD@
e9ea9dec 242CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
ff0592df
NN
243
244CXX_FOR_BUILD = $(CXX)
245
246# Special variables passed down in EXTRA_GCC_FLAGS. They are defined
247# here so that they can be overridden by Makefile fragments.
ff0592df
NN
248BUILD_PREFIX = @BUILD_PREFIX@
249BUILD_PREFIX_1 = @BUILD_PREFIX_1@
bba02726 250
2cb47d68 251CONFIGURED_BISON = @CONFIGURED_BISON@
6a19fd82
PB
252BISON = `if [ -f $$r/$(BUILD_SUBDIR)/bison/tests/bison ] ; then \
253 echo $$r/$(BUILD_SUBDIR)/bison/tests/bison ; \
bba02726 254 else \
2cb47d68 255 echo ${CONFIGURED_BISON} ; \
bba02726
NN
256 fi`
257
2cb47d68 258CONFIGURED_YACC = @CONFIGURED_YACC@
6a19fd82
PB
259YACC = `if [ -f $$r/$(BUILD_SUBDIR)/bison/tests/bison ] ; then \
260 echo $$r/$(BUILD_SUBDIR)/bison/tests/bison -y ; \
261 elif [ -f $$r/$(BUILD_SUBDIR)/byacc/byacc ] ; then \
262 echo $$r/$(BUILD_SUBDIR)/byacc/byacc ; \
bba02726 263 else \
2cb47d68 264 echo ${CONFIGURED_YACC} ; \
bba02726
NN
265 fi`
266
2cb47d68 267CONFIGURED_FLEX = @CONFIGURED_FLEX@
6a19fd82
PB
268FLEX = `if [ -f $$r/$(BUILD_SUBDIR)/flex/flex ] ; \
269 then echo $$r/$(BUILD_SUBDIR)/flex/flex ; \
2cb47d68
PB
270 else echo ${CONFIGURED_FLEX} ; fi`
271
272CONFIGURED_LEX = @CONFIGURED_LEX@
6a19fd82
PB
273LEX = `if [ -f $$r/$(BUILD_SUBDIR)/flex/flex ] ; \
274 then echo $$r/$(BUILD_SUBDIR)/flex/flex ; \
2cb47d68 275 else echo ${CONFIGURED_LEX} ; fi`
bba02726 276
2cb47d68 277CONFIGURED_M4 = @CONFIGURED_M4@
6a19fd82
PB
278M4 = `if [ -f $$r/$(BUILD_SUBDIR)/m4/m4 ] ; \
279 then echo $$r/$(BUILD_SUBDIR)/m4/m4 ; \
2cb47d68 280 else echo ${CONFIGURED_M4} ; fi`
bba02726 281
37e8e528 282# For an installed makeinfo, we require it to be from texinfo 4.2 or
2cb47d68
PB
283# higher, else we use the "missing" dummy. We also pass the subdirectory
284# makeinfo even if only the Makefile is there, because Texinfo builds its
285# manual when made, and it requires its own version.
286CONFIGURED_MAKEINFO = @CONFIGURED_MAKEINFO@
6a19fd82
PB
287MAKEINFO = `if [ -f $$r/$(BUILD_SUBDIR)/texinfo/makeinfo/Makefile ] ; \
288 then echo $$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo ; \
2cb47d68 289 else if (${CONFIGURED_MAKEINFO} --version \
37e8e528 290 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])') >/dev/null 2>&1; \
2cb47d68 291 then echo ${CONFIGURED_MAKEINFO}; else echo $$s/missing makeinfo; fi; fi`
bba02726
NN
292
293# This just becomes part of the MAKEINFO definition passed down to
294# sub-makes. It lets flags be given on the command line while still
295# using the makeinfo from the object tree.
8997bae8
DD
296# (Default to avoid splitting info files by setting the threshold high.)
297MAKEINFOFLAGS = --split-size=5000000
bba02726
NN
298
299EXPECT = `if [ -f $$r/expect/expect ] ; \
300 then echo $$r/expect/expect ; \
301 else echo expect ; fi`
302
303RUNTEST = `if [ -f $$s/dejagnu/runtest ] ; \
304 then echo $$s/dejagnu/runtest ; \
305 else echo runtest ; fi`
306
ff0592df
NN
307# ---------------------------------------------
308# Programs producing files for the HOST machine
309# ---------------------------------------------
bba02726 310
ff0592df
NN
311# This is the list of directories that may be needed in RPATH_ENVVAR
312# so that programs built for the host machine work.
313HOST_LIB_PATH = $$r/bfd:$$r/opcodes
bba02726 314
ff0592df 315AS = @AS@
bba02726 316
ff0592df
NN
317AR = @AR@
318AR_FLAGS = rc
bba02726 319
ff0592df
NN
320CC = @CC@
321CFLAGS = @CFLAGS@
322LIBCFLAGS = $(CFLAGS)
bba02726 323
ff0592df
NN
324CXX = @CXX@
325CXXFLAGS = @CXXFLAGS@
326LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
bba02726 327
ff0592df 328DLLTOOL = @DLLTOOL@
bba02726 329
ff0592df 330NM = @NM@
43bdb69a 331
ff0592df
NN
332LD = @LD@
333LDFLAGS =
43bdb69a 334
ff0592df 335RANLIB = @RANLIB@
bba02726 336
ff0592df 337WINDRES = @WINDRES@
bba02726 338
ff0592df
NN
339PICFLAG =
340
341# -----------------------------------------------
342# Programs producing files for the TARGET machine
343# -----------------------------------------------
bba02726
NN
344
345# This is the list of directories that may be needed in RPATH_ENVVAR
346# so that prorgams built for the target machine work.
cb2333e8 347TARGET_LIB_PATH = $$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs:$$r/$(TARGET_SUBDIR)/libmudflap/.libs
bba02726 348
426ce14a 349FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@
bba02726 350
ff0592df 351AR_FOR_TARGET=@AR_FOR_TARGET@
ef76efc6 352CONFIGURED_AR_FOR_TARGET=@CONFIGURED_AR_FOR_TARGET@
ff0592df
NN
353USUAL_AR_FOR_TARGET = ` \
354 if [ -f $$r/binutils/ar ] ; then \
355 echo $$r/binutils/ar ; \
356 else \
7e9ae190 357 if [ '$(host)' = '$(target)' ] ; then \
ff0592df
NN
358 echo $(AR); \
359 else \
ef76efc6 360 echo $(CONFIGURED_AR_FOR_TARGET) ; \
ff0592df
NN
361 fi; \
362 fi`
bba02726 363
712e2a32 364AS_FOR_TARGET=@AS_FOR_TARGET@
ef76efc6 365CONFIGURED_AS_FOR_TARGET=@CONFIGURED_AS_FOR_TARGET@
712e2a32 366USUAL_AS_FOR_TARGET = ` \
bba02726
NN
367 if [ -f $$r/gas/as-new ] ; then \
368 echo $$r/gas/as-new ; \
369 elif [ -f $$r/gcc/xgcc ]; then \
370 $(CC_FOR_TARGET) -print-prog-name=as ; \
371 else \
7e9ae190 372 if [ '$(host)' = '$(target)' ] ; then \
bba02726
NN
373 echo $(AS); \
374 else \
ef76efc6 375 echo $(CONFIGURED_AS_FOR_TARGET) ; \
bba02726
NN
376 fi; \
377 fi`
378
ff0592df
NN
379CC_FOR_TARGET = @CC_FOR_TARGET@
380# During gcc bootstrap, if we use some random cc for stage1 then
381# CFLAGS will be just -g. We want to ensure that TARGET libraries
382# (which we know are built with gcc) are built with optimizations so
383# prepend -O2 when setting CFLAGS_FOR_TARGET.
384CFLAGS_FOR_TARGET = -O2 $(CFLAGS)
385# If GCC_FOR_TARGET is not overriden on the command line, then this
386# variable is passed down to the gcc Makefile, where it is used to
387# build libgcc2.a. We define it here so that it can itself be
388# overridden on the command line.
389GCC_FOR_TARGET=@GCC_FOR_TARGET@
390USUAL_GCC_FOR_TARGET = $(STAGE_CC_WRAPPER) $$r/gcc/xgcc -B$$r/gcc/ $(FLAGS_FOR_TARGET)
391LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
392
393CXX_FOR_TARGET = @CXX_FOR_TARGET@
394RAW_CXX_FOR_TARGET = @RAW_CXX_FOR_TARGET@
395CXX_FOR_TARGET_FOR_RECURSIVE_MAKE = @CXX_FOR_TARGET_FOR_RECURSIVE_MAKE@
396RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE = @RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE@
397CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
398LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
bba02726 399
712e2a32 400DLLTOOL_FOR_TARGET=@DLLTOOL_FOR_TARGET@
ef76efc6 401CONFIGURED_DLLTOOL_FOR_TARGET=@CONFIGURED_DLLTOOL_FOR_TARGET@
712e2a32 402USUAL_DLLTOOL_FOR_TARGET = ` \
bba02726
NN
403 if [ -f $$r/binutils/dlltool ] ; then \
404 echo $$r/binutils/dlltool ; \
405 else \
7e9ae190 406 if [ '$(host)' = '$(target)' ] ; then \
bba02726
NN
407 echo $(DLLTOOL); \
408 else \
ef76efc6 409 echo $(CONFIGURED_DLLTOOL_FOR_TARGET) ; \
bba02726
NN
410 fi; \
411 fi`
412
ff0592df 413GCJ_FOR_TARGET = @GCJ_FOR_TARGET@
cb2333e8 414GFORTRAN_FOR_TARGET = @GFORTRAN_FOR_TARGET@
ff0592df
NN
415
416LD_FOR_TARGET=@LD_FOR_TARGET@
ef76efc6 417CONFIGURED_LD_FOR_TARGET=@CONFIGURED_LD_FOR_TARGET@
ff0592df
NN
418USUAL_LD_FOR_TARGET = ` \
419 if [ -f $$r/ld/ld-new ] ; then \
420 echo $$r/ld/ld-new ; \
421 elif [ -f $$r/gcc/xgcc ]; then \
422 $(CC_FOR_TARGET) -print-prog-name=ld ; \
bba02726 423 else \
7e9ae190 424 if [ '$(host)' = '$(target)' ] ; then \
ff0592df 425 echo $(LD); \
bba02726 426 else \
ef76efc6 427 echo $(CONFIGURED_LD_FOR_TARGET) ; \
bba02726
NN
428 fi; \
429 fi`
430
ff0592df
NN
431LDFLAGS_FOR_TARGET =
432
433NM_FOR_TARGET=@NM_FOR_TARGET@
ef76efc6 434CONFIGURED_NM_FOR_TARGET=@CONFIGURED_NM_FOR_TARGET@
ff0592df
NN
435USUAL_NM_FOR_TARGET = ` \
436 if [ -f $$r/binutils/nm-new ] ; then \
437 echo $$r/binutils/nm-new ; \
438 elif [ -f $$r/gcc/xgcc ]; then \
439 $(CC_FOR_TARGET) -print-prog-name=nm ; \
bba02726 440 else \
7e9ae190 441 if [ '$(host)' = '$(target)' ] ; then \
ff0592df 442 echo $(NM); \
bba02726 443 else \
ef76efc6 444 echo $(CONFIGURED_NM_FOR_TARGET) ; \
bba02726
NN
445 fi; \
446 fi`
447
712e2a32 448RANLIB_FOR_TARGET=@RANLIB_FOR_TARGET@
ef76efc6 449CONFIGURED_RANLIB_FOR_TARGET=@CONFIGURED_RANLIB_FOR_TARGET@
712e2a32 450USUAL_RANLIB_FOR_TARGET = ` \
bba02726
NN
451 if [ -f $$r/binutils/ranlib ] ; then \
452 echo $$r/binutils/ranlib ; \
453 else \
7e9ae190 454 if [ '$(host)' = '$(target)' ] ; then \
bba02726
NN
455 if [ x'$(RANLIB)' != x ]; then \
456 echo $(RANLIB); \
457 else \
458 echo ranlib; \
459 fi; \
460 else \
ef76efc6 461 echo $(CONFIGURED_RANLIB_FOR_TARGET) ; \
bba02726
NN
462 fi; \
463 fi`
464
ff0592df 465WINDRES_FOR_TARGET=@WINDRES_FOR_TARGET@
ef76efc6 466CONFIGURED_WINDRES_FOR_TARGET=@CONFIGURED_WINDRES_FOR_TARGET@
ff0592df
NN
467USUAL_WINDRES_FOR_TARGET = ` \
468 if [ -f $$r/binutils/windres ] ; then \
469 echo $$r/binutils/windres ; \
bba02726 470 else \
7e9ae190 471 if [ '$(host)' = '$(target)' ] ; then \
ff0592df 472 echo $(WINDRES); \
bba02726 473 else \
ef76efc6 474 echo $(CONFIGURED_WINDRES_FOR_TARGET) ; \
bba02726
NN
475 fi; \
476 fi`
477
ff0592df
NN
478PICFLAG_FOR_TARGET =
479
480# ------------------------------------
481# Miscellaneous targets and flag lists
482# ------------------------------------
483
d5eec917
PB
484@if gcc-bootstrap
485# Let's leave this as the first rule in the file until toplevel
486# bootstrap is fleshed out completely.
487sorry:
488 @echo Toplevel bootstrap temporarily out of commission.
489 @echo Please reconfigure without --enable-bootstrap
490@endif gcc-bootstrap
491
bba02726
NN
492# The first rule in the file had better be this one. Don't put any above it.
493# This lives here to allow makefile fragments to contain dependencies.
e1666221 494@default_target@:
bba02726 495
bba02726 496#### host and target specific makefile fragments come in here.
bafecfd6
NN
497@target_makefile_frag@
498@alphaieee_frag@
499@ospace_frag@
500@host_makefile_frag@
bba02726
NN
501###
502
503# Flags to pass down to all sub-makes.
47cd8327
NN
504BASE_FLAGS_TO_PASS = [+ FOR flags_to_pass +]\
505 "[+flag+]=$([+flag+])" [+ ENDFOR flags_to_pass +]\
08bf2e60 506 "CONFIG_SHELL=$(SHELL)" \
47cd8327 507 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)"
bba02726
NN
508
509# For any flags above that may contain shell code that varies from one
510# target library to another. When doing recursive invocations of the
511# top-level Makefile, we don't want the outer make to evaluate them,
512# so we pass these variables down unchanged. They must not contain
513# single nor double quotes.
514RECURSE_FLAGS = \
c5e4bb70
NN
515 CXX_FOR_TARGET='$(CXX_FOR_TARGET_FOR_RECURSIVE_MAKE)' \
516 RAW_CXX_FOR_TARGET='$(RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE)' \
bba02726 517
21ff191e
PB
518RECURSE_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(RECURSE_FLAGS)
519
bba02726
NN
520# Flags to pass down to most sub-makes, in which we're building with
521# the host environment.
bba02726
NN
522EXTRA_HOST_FLAGS = \
523 'AR=$(AR)' \
524 'AS=$(AS)' \
525 'CC=$(CC)' \
526 'CXX=$(CXX)' \
527 'DLLTOOL=$(DLLTOOL)' \
528 'LD=$(LD)' \
529 'NM=$(NM)' \
76ab491a 530 'RANLIB=$(RANLIB)' \
bba02726
NN
531 'WINDRES=$(WINDRES)'
532
533FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)
534
535# Flags that are concerned with the location of the X11 include files
536# and library files
537#
538# NOTE: until the top-level is getting the values via autoconf, it only
539# causes problems to have this top-level Makefile overriding the autoconf-set
540# values in child directories. Only variables that don't conflict with
541# autoconf'ed ones should be passed by X11_FLAGS_TO_PASS for now.
542#
543X11_FLAGS_TO_PASS = \
544 'X11_EXTRA_CFLAGS=$(X11_EXTRA_CFLAGS)' \
545 'X11_EXTRA_LIBS=$(X11_EXTRA_LIBS)'
546
547# Flags to pass down to makes which are built with the target environment.
548# The double $ decreases the length of the command line; the variables
549# are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them.
bba02726
NN
550EXTRA_TARGET_FLAGS = \
551 'AR=$$(AR_FOR_TARGET)' \
552 'AS=$$(AS_FOR_TARGET)' \
553 'CC=$$(CC_FOR_TARGET)' \
554 'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
555 'CXX=$$(CXX_FOR_TARGET)' \
556 'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
557 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
558 'LD=$$(LD_FOR_TARGET)' \
559 'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
560 'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
561 'NM=$$(NM_FOR_TARGET)' \
562 'RANLIB=$$(RANLIB_FOR_TARGET)' \
563 'WINDRES=$$(WINDRES_FOR_TARGET)'
564
565TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
566
567# Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
568# unfortunately needs the native compiler and the target ar and
569# ranlib.
570# If any variables are added here, they must be added to do-*, below.
657b58f4 571# The BUILD_* variables are a special case, which are used for the gcc
bba02726
NN
572# cross-building scheme.
573EXTRA_GCC_FLAGS = \
bba02726
NN
574 'BUILD_PREFIX=$(BUILD_PREFIX)' \
575 'BUILD_PREFIX_1=$(BUILD_PREFIX_1)' \
bba02726
NN
576 "GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
577 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
07bc9e41
NN
578 "`echo 'LANGUAGES=$(LANGUAGES)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
579 "`echo 'STMP_FIXPROTO=$(STMP_FIXPROTO)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
580 "`echo 'LIMITS_H_TEST=$(LIMITS_H_TEST)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
581 "`echo 'LIBGCC2_CFLAGS=$(LIBGCC2_CFLAGS)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
582 "`echo 'LIBGCC2_DEBUG_CFLAGS=$(LIBGCC2_DEBUG_CFLAGS)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
583 "`echo 'LIBGCC2_INCLUDES=$(LIBGCC2_INCLUDES)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
584 "`echo 'STAGE1_CFLAGS=$(STAGE1_CFLAGS)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
585 "`echo 'BOOT_CFLAGS=$(BOOT_CFLAGS)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
586 "`echo 'BOOT_ADAFLAGS=$(BOOT_ADAFLAGS)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`"
bba02726 587
2286046e 588GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(EXTRA_GCC_FLAGS)
bba02726 589
9b520963 590.PHONY: configure-host
d5eec917 591configure-host: [+
9b520963
NN
592 FOR host_modules +] \
593 maybe-configure-[+module+][+
594 ENDFOR host_modules +]
595.PHONY: configure-target
596configure-target: [+
597 FOR target_modules +] \
598 maybe-configure-target-[+module+][+
599 ENDFOR target_modules +]
bba02726 600
e1666221
PB
601# The target built for a native non-bootstrap build.
602.PHONY: all
6a19fd82 603all: unstage all-host all-target stage
9b520963 604
2cb47d68
PB
605.PHONY: all-build
606all-build: [+
607 FOR build_modules +] \
608 maybe-all-build-[+module+][+
609 ENDFOR build_modules +]
9b520963 610.PHONY: all-host
d5eec917 611all-host: [+
9b520963
NN
612 FOR host_modules +] \
613 maybe-all-[+module+][+
614 ENDFOR host_modules +]
615.PHONY: all-target
616all-target: [+
617 FOR target_modules +] \
618 maybe-all-target-[+module+][+
619 ENDFOR target_modules +]
bba02726
NN
620
621# Do a target for all the subdirectories. A ``make do-X'' will do a
622# ``make X'' in all subdirectories (because, in general, there is a
623# dependency (below) of X upon do-X, a ``make X'' will also do this,
624# but it may do additional work as well).
d6ebd419 625[+ FOR recursive_targets +]
878813bd 626.PHONY: do-[+make_target+]
d5eec917 627do-[+make_target+]: unstage [+make_target+]-host [+make_target+]-target stage
657b58f4
NN
628
629.PHONY: [+make_target+]-host
d5eec917 630[+make_target+]-host: [+
657b58f4
NN
631 FOR host_modules +] \
632 maybe-[+make_target+]-[+module+][+
633 ENDFOR host_modules +]
634
635.PHONY: [+make_target+]-target
636[+make_target+]-target: [+
637 FOR target_modules +] \
638 maybe-[+make_target+]-target-[+module+][+
639 ENDFOR target_modules +]
d6ebd419
NN
640[+ ENDFOR recursive_targets +]
641
bba02726
NN
642# Here are the targets which correspond to the do-X targets.
643
644.PHONY: info installcheck dvi install-info
645.PHONY: clean distclean mostlyclean maintainer-clean realclean
646.PHONY: local-clean local-distclean local-maintainer-clean
647info: do-info
648installcheck: do-installcheck
649dvi: do-dvi
650
5b6edf66
NN
651# Make sure makeinfo is built before we do a `make info', if we're
652# in fact building texinfo.
653do-info: maybe-all-texinfo
bba02726
NN
654
655install-info: do-install-info dir.info
5230d454 656 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
bba02726 657 if [ -f dir.info ] ; then \
8ccfe116 658 $(INSTALL_DATA) dir.info $(DESTDIR)$(infodir)/dir.info ; \
bba02726
NN
659 else true ; fi
660
661local-clean:
662 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
663
664local-distclean:
665 -rm -f Makefile config.status config.cache mh-frag mt-frag
af9955fa 666 -rm -f multilib.out multilib.tmp maybedep.tmp serdep.tmp
bba02726
NN
667 -if [ "$(TARGET_SUBDIR)" != "." ]; then \
668 rm -rf $(TARGET_SUBDIR); \
669 else true; fi
f29d8007 670 -rm -rf $(BUILD_SUBDIR)
bba02726
NN
671 -rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile
672 -rm -f texinfo/doc/Makefile texinfo/po/POTFILES
673 -rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
674 -rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
675 -rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null
676
677local-maintainer-clean:
678 @echo "This command is intended for maintainers to use;"
679 @echo "it deletes files that may require special tools to rebuild."
680
681clean: do-clean local-clean
682mostlyclean: do-mostlyclean local-clean
683distclean: do-distclean local-clean local-distclean
684maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean
685maintainer-clean: local-distclean
686realclean: maintainer-clean
687
657b58f4
NN
688# Extra dependency for clean-target, owing to the mixed nature of gcc
689clean-target: clean-target-libgcc
bba02726
NN
690clean-target-libgcc:
691 test ! -d gcc/libgcc || \
692 (cd gcc/libgcc && find . -type d -print) | \
693 while read d; do rm -f gcc/$$d/libgcc.a || : ; done
694 -rm -rf gcc/libgcc
695
696# Check target.
697
698.PHONY: check do-check
2a33c5f1 699check: do-check
bba02726 700
8ecc6504 701# Only include modules actually being configured and built.
d5eec917 702do-check: unstage [+
70ffc148
NN
703 FOR host_modules +] \
704 maybe-check-[+module+][+
705 ENDFOR host_modules +][+
706 FOR target_modules +] \
707 maybe-check-target-[+module+][+
d5eec917 708 ENDFOR target_modules +] stage
bba02726
NN
709
710# Automated reporting of test results.
711
712warning.log: build.log
713 $(srcdir)/contrib/warn_summary build.log > $@
714
715mail-report.log:
716 if test x'$(BOOT_CFLAGS)' != x''; then \
717 BOOT_CFLAGS='$(BOOT_CFLAGS)'; export BOOT_CFLAGS; \
718 fi; \
719 $(srcdir)/contrib/test_summary -t >$@
720 chmod +x $@
721 echo If you really want to send e-mail, run ./$@ now
722
723mail-report-with-warnings.log: warning.log
724 if test x'$(BOOT_CFLAGS)' != x''; then \
725 BOOT_CFLAGS='$(BOOT_CFLAGS)'; export BOOT_CFLAGS; \
726 fi; \
727 $(srcdir)/contrib/test_summary -t -i warning.log >$@
728 chmod +x $@
729 echo If you really want to send e-mail, run ./$@ now
730
731# Installation targets.
732
c5ab3a90 733.PHONY: install uninstall
9b520963
NN
734install: installdirs install-host install-target
735
70ffc148
NN
736.PHONY: install-host-nogcc
737install-host-nogcc: [+
364b9683
PB
738 FOR host_modules +][+ IF (not (= (get "module") "gcc")) +] \
739 maybe-install-[+module+][+ ENDIF +][+
70ffc148
NN
740 ENDFOR host_modules +]
741
9b520963 742.PHONY: install-host
d5eec917 743install-host: [+
9b520963
NN
744 FOR host_modules +] \
745 maybe-install-[+module+][+
746 ENDFOR host_modules +]
70ffc148 747
9b520963
NN
748.PHONY: install-target
749install-target: [+
750 FOR target_modules +] \
751 maybe-install-target-[+module+][+
752 ENDFOR target_modules +]
bba02726
NN
753
754uninstall:
755 @echo "the uninstall target is not supported in this tree"
756
bba02726
NN
757.PHONY: install.all
758install.all: install-no-fixedincludes
759 @if [ -f ./gcc/Makefile ] ; then \
5230d454 760 r=`${PWD_COMMAND}` ; export r ; \
bba02726 761 $(SET_LIB_PATH) \
63673a5b 762 $(HOST_EXPORTS) \
6dbec167 763 (cd ./gcc && \
bba02726
NN
764 $(MAKE) $(FLAGS_TO_PASS) install-headers) ; \
765 else \
766 true ; \
767 fi
768
769# install-no-fixedincludes is used because Cygnus can not distribute
770# the fixed header files.
771.PHONY: install-no-fixedincludes
70ffc148 772install-no-fixedincludes: installdirs install-host-nogcc \
9b520963 773 install-target gcc-no-fixedincludes
bba02726 774
43bdb69a 775### other supporting targets
bba02726 776
43bdb69a
NN
777MAKEDIRS= \
778 $(DESTDIR)$(prefix) \
779 $(DESTDIR)$(exec_prefix)
780.PHONY: installdirs
781installdirs: mkinstalldirs
782 $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
783
784dir.info: do-install-info
785 if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
8ccfe116 786 $(srcdir)/texinfo/gen-info-dir $(DESTDIR)$(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new ; \
43bdb69a
NN
787 mv -f dir.info.new dir.info ; \
788 else true ; \
bba02726
NN
789 fi
790
43bdb69a
NN
791dist:
792 @echo "Building a full distribution of this tree isn't done"
793 @echo "via 'make dist'. Check out the etc/ subdirectory"
794
795etags tags: TAGS
796
797# Right now this just builds TAGS in each subdirectory. emacs19 has the
798# ability to use several tags files at once, so there is probably no need
799# to combine them into one big TAGS file (like CVS 1.3 does). We could
800# (if we felt like it) have this Makefile write a piece of elisp which
801# the user could load to tell emacs19 where all the TAGS files we just
802# built are.
803TAGS: do-TAGS
804
43bdb69a
NN
805# --------------------------------------
806# Modules which run on the build machine
807# --------------------------------------
808[+ FOR build_modules +]
c5e4bb70
NN
809.PHONY: configure-build-[+module+] maybe-configure-build-[+module+]
810maybe-configure-build-[+module+]:
a7e609d6
PB
811@if build-[+module+]
812maybe-configure-build-[+module+]: configure-build-[+module+]
af9955fa
AO
813configure-build-[+module+]:
814 @test ! -f $(BUILD_SUBDIR)/[+module+]/Makefile || exit 0; \
df4b5a9c 815 $(SHELL) $(srcdir)/mkinstalldirs $(BUILD_SUBDIR)/[+module+] ; \
5230d454
L
816 r=`${PWD_COMMAND}`; export r; \
817 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
a675b75a 818 $(BUILD_EXPORTS) \
2245eb63
NN
819 echo Configuring in $(BUILD_SUBDIR)/[+module+]; \
820 cd "$(BUILD_SUBDIR)/[+module+]" || exit 1; \
821 case $(srcdir) in \
822 /* | [A-Za-z]:[\\/]*) \
823 topdir=$(srcdir) ;; \
824 *) \
825 case "$(BUILD_SUBDIR)" in \
bba02726
NN
826 .) topdir="../$(srcdir)" ;; \
827 *) topdir="../../$(srcdir)" ;; \
2245eb63
NN
828 esac ;; \
829 esac; \
830 if [ "$(srcdir)" = "." ] ; then \
831 if [ "$(BUILD_SUBDIR)" != "." ] ; then \
832 if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \
833 if [ -f Makefile ]; then \
834 if $(MAKE) distclean; then \
835 true; \
836 else \
837 exit 1; \
838 fi; \
bba02726 839 else \
2245eb63 840 true; \
bba02726 841 fi; \
bba02726 842 else \
2245eb63 843 exit 1; \
bba02726 844 fi; \
2245eb63
NN
845 else \
846 true; \
847 fi; \
848 srcdiroption="--srcdir=."; \
849 libsrcdir="."; \
850 else \
851 srcdiroption="--srcdir=$${topdir}/[+module+]"; \
852 libsrcdir="$$s/[+module+]"; \
853 fi; \
854 rm -f no-such-file || : ; \
855 CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
856 $(BUILD_CONFIGARGS) $${srcdiroption} \
63673a5b 857 --with-build-subdir="$(BUILD_SUBDIR)" [+extra_configure_flags+] \
2245eb63 858 || exit 1
a7e609d6 859@endif build-[+module+]
43bdb69a
NN
860
861.PHONY: all-build-[+module+] maybe-all-build-[+module+]
862maybe-all-build-[+module+]:
a7e609d6 863@if build-[+module+]
6a19fd82 864TARGET-build-[+module+]=[+ IF target +][+target+][+ ELSE +]all[+ ENDIF target +]
a7e609d6 865maybe-all-build-[+module+]: all-build-[+module+]
43bdb69a 866all-build-[+module+]: configure-build-[+module+]
5230d454
L
867 @r=`${PWD_COMMAND}`; export r; \
868 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
a675b75a 869 $(BUILD_EXPORTS) \
6a19fd82
PB
870 (cd $(BUILD_SUBDIR)/[+module+] && \
871 $(MAKE) [+extra_make_flags+] $(TARGET-build-[+module+]))
a7e609d6 872@endif build-[+module+]
d6ebd419 873[+ ENDFOR build_modules +]
bba02726 874
43bdb69a
NN
875# --------------------------------------
876# Modules which run on the host machine
877# --------------------------------------
8ecc6504 878[+ FOR host_modules +]
94f860c0
NN
879.PHONY: configure-[+module+] maybe-configure-[+module+]
880maybe-configure-[+module+]:
a7e609d6
PB
881@if [+module+]
882maybe-configure-[+module+]: configure-[+module+]
af9955fa 883configure-[+module+]:
6a19fd82
PB
884 @[+ IF bootstrap +]test -f stage_last && exit 0; \
885 [+ ENDIF bootstrap +]test ! -f [+module+]/Makefile || exit 0; \
af9955fa 886 [ -d [+module+] ] || mkdir [+module+]; \
5230d454
L
887 r=`${PWD_COMMAND}`; export r; \
888 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
a675b75a 889 $(HOST_EXPORTS) \
94f860c0
NN
890 echo Configuring in [+module+]; \
891 cd [+module+] || exit 1; \
892 case $(srcdir) in \
893 \.) \
894 srcdiroption="--srcdir=."; \
895 libsrcdir=".";; \
896 /* | [A-Za-z]:[\\/]*) \
897 srcdiroption="--srcdir=$(srcdir)/[+module+]"; \
898 libsrcdir="$$s/[+module+]";; \
899 *) \
900 srcdiroption="--srcdir=../$(srcdir)/[+module+]"; \
901 libsrcdir="$$s/[+module+]";; \
902 esac; \
903 $(SHELL) $${libsrcdir}/configure \
63673a5b 904 $(HOST_CONFIGARGS) $${srcdiroption} [+extra_configure_flags+] \
94f860c0 905 || exit 1
a7e609d6 906@endif [+module+]
94f860c0 907
c5e4bb70
NN
908.PHONY: all-[+module+] maybe-all-[+module+]
909maybe-all-[+module+]:
a7e609d6
PB
910@if [+module+]
911maybe-all-[+module+]: all-[+module+]
d6064c79 912all-[+module+]: configure-[+module+]
6a19fd82
PB
913 @[+ IF bootstrap +]test -f stage_last && exit 0; \
914 [+ ENDIF bootstrap +]r=`${PWD_COMMAND}`; export r; \
5230d454 915 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
2245eb63 916 $(SET_LIB_PATH) \
a675b75a 917 $(HOST_EXPORTS) \
2245eb63
NN
918 (cd [+module+] && $(MAKE) $(FLAGS_TO_PASS)[+
919 IF with_x
920 +] $(X11_FLAGS_TO_PASS)[+
d5eec917
PB
921 ENDIF with_x +] [+extra_make_flags+] [+
922 IF (== (get "module") "gcc") +] \
923 `if [ -f gcc/stage_last ]; then echo quickstrap ; else echo all; fi` [+
924 ELSE +]all[+ ENDIF +])
a7e609d6 925@endif [+module+]
bba02726 926
70ffc148
NN
927.PHONY: check-[+module+] maybe-check-[+module+]
928maybe-check-[+module+]:
a7e609d6
PB
929@if [+module+]
930maybe-check-[+module+]: check-[+module+]
8ecc6504 931[+ IF no_check +]
8ecc6504
NN
932check-[+module+]:
933[+ ELIF no_check_cross +]
8ecc6504
NN
934# This module is only tested in a native toolchain.
935check-[+module+]:
7e9ae190 936 @if [ '$(host)' = '$(target)' ] ; then \
5230d454
L
937 r=`${PWD_COMMAND}`; export r; \
938 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
bba02726 939 $(SET_LIB_PATH) \
a675b75a 940 $(HOST_EXPORTS) \
6a19fd82
PB
941 (cd [+module+] && $(MAKE) $(FLAGS_TO_PASS) [+
942 extra_make_flags+] check); \
2245eb63
NN
943 fi
944[+ ELSE check +]
2245eb63 945check-[+module+]:
5230d454
L
946 @r=`${PWD_COMMAND}`; export r; \
947 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
2245eb63 948 $(SET_LIB_PATH) \
a675b75a 949 $(HOST_EXPORTS) \
2245eb63 950 (cd [+module+] && $(MAKE) $(FLAGS_TO_PASS)[+
6a19fd82 951 extra_make_flags+] check)
8ecc6504 952[+ ENDIF no_check +]
a7e609d6 953@endif [+module+]
bba02726 954
c5e4bb70
NN
955.PHONY: install-[+module+] maybe-install-[+module+]
956maybe-install-[+module+]:
a7e609d6
PB
957@if [+module+]
958maybe-install-[+module+]: install-[+module+]
70ffc148 959[+ IF no_install +]
8ecc6504
NN
960install-[+module+]:
961[+ ELSE install +]
8ecc6504 962install-[+module+]: installdirs
5230d454
L
963 @r=`${PWD_COMMAND}`; export r; \
964 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
2245eb63 965 $(SET_LIB_PATH) \
a675b75a 966 $(HOST_EXPORTS) \
2245eb63 967 (cd [+module+] && $(MAKE) $(FLAGS_TO_PASS)[+
6a19fd82 968 extra_make_flags+] install)
8ecc6504 969[+ ENDIF no_install +]
a7e609d6 970@endif [+module+]
8ec98d6c
NN
971
972# Other targets (info, dvi, etc.)
973[+ FOR recursive_targets +]
974.PHONY: maybe-[+make_target+]-[+module+] [+make_target+]-[+module+]
975maybe-[+make_target+]-[+module+]:
a7e609d6
PB
976@if [+module+]
977maybe-[+make_target+]-[+module+]: [+make_target+]-[+module+]
8ec98d6c
NN
978[+ IF (match-value? = "missing" (get "make_target") ) +]
979# [+module+] doesn't support [+make_target+].
980[+make_target+]-[+module+]:
981[+ ELSE +]
982[+make_target+]-[+module+]: [+
983 FOR depend +]\
984 [+depend+]-[+module+] [+
985 ENDFOR depend +]
986 @[ -f ./[+module+]/Makefile ] || exit 0; \
987 r=`${PWD_COMMAND}`; export r; \
988 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
989 $(SET_LIB_PATH) \
a675b75a 990 $(HOST_EXPORTS) \
d5eec917 991 for flag in $(EXTRA_HOST_FLAGS) [+extra_make_flags+]; do \
8ec98d6c
NN
992 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
993 done; \
994 echo "Doing [+make_target+] in [+module+]" ; \
995 (cd [+module+] && \
996 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
997 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
998 "RANLIB=$${RANLIB}" \
999 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
d5eec917 1000 [+make_target+]) \
8ec98d6c
NN
1001 || exit 1
1002[+ ENDIF +]
a7e609d6 1003@endif [+module+]
8ec98d6c 1004[+ ENDFOR recursive_targets +]
8ecc6504 1005[+ ENDFOR host_modules +]
bba02726 1006
43bdb69a
NN
1007# ---------------------------------------
1008# Modules which run on the target machine
1009# ---------------------------------------
d6ebd419 1010[+ FOR target_modules +]
c5e4bb70
NN
1011.PHONY: configure-target-[+module+] maybe-configure-target-[+module+]
1012maybe-configure-target-[+module+]:
a7e609d6
PB
1013@if target-[+module+]
1014maybe-configure-target-[+module+]: configure-target-[+module+]
43bdb69a 1015
6dbec167
NN
1016# There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
1017$(TARGET_SUBDIR)/[+module+]/multilib.out: multilib.out
df4b5a9c 1018 $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/[+module+] ; \
af9955fa 1019 rm -f $(TARGET_SUBDIR)/[+module+]/Makefile || : ; \
6dbec167 1020 cp multilib.out $(TARGET_SUBDIR)/[+module+]/multilib.out
43bdb69a 1021
af9955fa
AO
1022configure-target-[+module+]: $(TARGET_SUBDIR)/[+module+]/multilib.out
1023 @test ! -f $(TARGET_SUBDIR)/[+module+]/Makefile || exit 0; \
df4b5a9c 1024 $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/[+module+] ; \
5230d454
L
1025 r=`${PWD_COMMAND}`; export r; \
1026 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
a675b75a 1027 $(SET_LIB_PATH) \[+
2245eb63 1028IF raw_cxx +]
a675b75a 1029 $(RAW_CXX_TARGET_EXPORTS) \[+
2245eb63 1030ELSE normal_cxx +]
a675b75a 1031 $(NORMAL_TARGET_EXPORTS) \[+
2245eb63 1032ENDIF raw_cxx +]
2245eb63
NN
1033 echo Configuring in $(TARGET_SUBDIR)/[+module+]; \
1034 cd "$(TARGET_SUBDIR)/[+module+]" || exit 1; \
1035 case $(srcdir) in \
1036 /* | [A-Za-z]:[\\/]*) \
1037 topdir=$(srcdir) ;; \
1038 *) \
1039 case "$(TARGET_SUBDIR)" in \
bba02726
NN
1040 .) topdir="../$(srcdir)" ;; \
1041 *) topdir="../../$(srcdir)" ;; \
2245eb63 1042 esac ;; \
8e5d1131 1043 esac; \[+ IF stage +]
2245eb63
NN
1044 if [ "$(srcdir)" = "." ] ; then \
1045 if [ "$(TARGET_SUBDIR)" != "." ] ; then \
1046 if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \
1047 if [ -f Makefile ]; then \
1048 if $(MAKE) distclean; then \
1049 true; \
1050 else \
1051 exit 1; \
1052 fi; \
bba02726 1053 else \
2245eb63 1054 true; \
bba02726 1055 fi; \
bba02726 1056 else \
2245eb63 1057 exit 1; \
bba02726 1058 fi; \
2245eb63
NN
1059 else \
1060 true; \
1061 fi; \
1062 srcdiroption="--srcdir=."; \
1063 libsrcdir="."; \
8e5d1131 1064 else \[+ ENDIF stage +]
2245eb63 1065 srcdiroption="--srcdir=$${topdir}/[+module+]"; \
8e5d1131
DD
1066 libsrcdir="$$s/[+module+]"; \[+ IF stage +]
1067 fi; \[+ ENDIF stage +]
2245eb63
NN
1068 rm -f no-such-file || : ; \
1069 CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
1070 $(TARGET_CONFIGARGS) $${srcdiroption} \
63673a5b 1071 --with-target-subdir="$(TARGET_SUBDIR)" [+extra_configure_flags+] \
2245eb63 1072 || exit 1
a7e609d6 1073@endif target-[+module+]
bba02726 1074
c5e4bb70
NN
1075.PHONY: all-target-[+module+] maybe-all-target-[+module+]
1076maybe-all-target-[+module+]:
a7e609d6 1077@if target-[+module+]
6a19fd82 1078TARGET-target-[+module+]=[+ IF target +][+target+][+ ELSE +]all[+ ENDIF target +]
a7e609d6 1079maybe-all-target-[+module+]: all-target-[+module+]
43bdb69a 1080all-target-[+module+]: configure-target-[+module+]
5230d454
L
1081 @r=`${PWD_COMMAND}`; export r; \
1082 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
a675b75a
DD
1083 $(SET_LIB_PATH) \[+
1084IF raw_cxx +]
1085 $(RAW_CXX_TARGET_EXPORTS) \[+
1086ELSE normal_cxx +]
1087 $(NORMAL_TARGET_EXPORTS) \[+
1088ENDIF raw_cxx +]
2245eb63
NN
1089 (cd $(TARGET_SUBDIR)/[+module+] && \
1090 $(MAKE) $(TARGET_FLAGS_TO_PASS) [+
1091 IF raw_cxx
1092 +] 'CXX=$$(RAW_CXX_FOR_TARGET)' 'CXX_FOR_TARGET=$$(RAW_CXX_FOR_TARGET)' [+
1093 ENDIF raw_cxx
6a19fd82 1094 +] [+extra_make_flags+] $(TARGET-target-[+module+]))
a7e609d6 1095@endif target-[+module+]
70ffc148
NN
1096
1097.PHONY: check-target-[+module+] maybe-check-target-[+module+]
1098maybe-check-target-[+module+]:
a7e609d6
PB
1099@if target-[+module+]
1100maybe-check-target-[+module+]: check-target-[+module+]
8ecc6504
NN
1101[+ IF no_check +]
1102# Dummy target for uncheckable module.
8ecc6504
NN
1103check-target-[+module+]:
1104[+ ELSE check +]
d6ebd419 1105check-target-[+module+]:
5230d454
L
1106 @r=`${PWD_COMMAND}`; export r; \
1107 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
a675b75a
DD
1108 $(SET_LIB_PATH) \[+
1109IF raw_cxx +]
1110 $(RAW_CXX_TARGET_EXPORTS) \[+
1111ELSE normal_cxx +]
1112 $(NORMAL_TARGET_EXPORTS) \[+
1113ENDIF raw_cxx +]
2245eb63
NN
1114 (cd $(TARGET_SUBDIR)/[+module+] && \
1115 $(MAKE) $(TARGET_FLAGS_TO_PASS) [+
1116 IF raw_cxx
1117 +] 'CXX=$$(RAW_CXX_FOR_TARGET)' 'CXX_FOR_TARGET=$$(RAW_CXX_FOR_TARGET)' [+
1118 ENDIF raw_cxx
63673a5b 1119 +] [+extra_make_flags+] check)
d6ebd419 1120[+ ENDIF no_check +]
a7e609d6 1121@endif target-[+module+]
70ffc148 1122
c5e4bb70
NN
1123.PHONY: install-target-[+module+] maybe-install-target-[+module+]
1124maybe-install-target-[+module+]:
a7e609d6
PB
1125@if target-[+module+]
1126maybe-install-target-[+module+]: install-target-[+module+]
70ffc148 1127[+ IF no_install +]
c5e4bb70
NN
1128# Dummy target for uninstallable.
1129install-target-[+module+]:
1130[+ ELSE install +]
d6ebd419 1131install-target-[+module+]: installdirs
5230d454
L
1132 @r=`${PWD_COMMAND}`; export r; \
1133 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
a675b75a
DD
1134 $(SET_LIB_PATH) \[+
1135IF raw_cxx +]
1136 $(RAW_CXX_TARGET_EXPORTS) \[+
1137ELSE normal_cxx +]
1138 $(NORMAL_TARGET_EXPORTS) \[+
1139ENDIF raw_cxx +]
2245eb63 1140 (cd $(TARGET_SUBDIR)/[+module+] && \
63673a5b 1141 $(MAKE) $(TARGET_FLAGS_TO_PASS) [+extra_make_flags+] install)
d6ebd419 1142[+ ENDIF no_install +]
a7e609d6 1143@endif target-[+module+]
8ec98d6c
NN
1144
1145# Other targets (info, dvi, etc.)
1146[+ FOR recursive_targets +]
1147.PHONY: maybe-[+make_target+]-target-[+module+] [+make_target+]-target-[+module+]
1148maybe-[+make_target+]-target-[+module+]:
a7e609d6
PB
1149@if target-[+module+]
1150maybe-[+make_target+]-target-[+module+]: [+make_target+]-target-[+module+]
8ec98d6c
NN
1151[+ IF (match-value? = "missing" (get "make_target") ) +]
1152# [+module+] doesn't support [+make_target+].
1153[+make_target+]-target-[+module+]:
1154[+ ELSE +]
1155[+make_target+]-target-[+module+]: [+
1156 FOR depend +]\
1157 [+depend+]-target-[+module+] [+
1158 ENDFOR depend +]
1159 @[ -f $(TARGET_SUBDIR)/[+module+]/Makefile ] || exit 0 ; \
1160 r=`${PWD_COMMAND}`; export r; \
1161 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
a675b75a
DD
1162 $(SET_LIB_PATH) \[+
1163IF raw_cxx +]
1164 $(RAW_CXX_TARGET_EXPORTS) \[+
1165ELSE normal_cxx +]
1166 $(NORMAL_TARGET_EXPORTS) \[+
1167ENDIF raw_cxx +]
8ec98d6c
NN
1168 echo "Doing [+make_target+] in $(TARGET_SUBDIR)/[+module+]" ; \
1169 for flag in $(EXTRA_TARGET_FLAGS); do \
1170 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
1171 done; \
1172 (cd $(TARGET_SUBDIR)/[+module+] && \
1173 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
1174 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
1175 "RANLIB=$${RANLIB}" \
1176 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
63673a5b 1177 [+extra_make_flags+] [+make_target+]) \
8ec98d6c
NN
1178 || exit 1
1179[+ ENDIF +]
a7e609d6 1180@endif target-[+module+]
8ec98d6c 1181[+ ENDFOR recursive_targets +]
d6ebd419 1182[+ ENDFOR target_modules +]
bba02726 1183
43bdb69a
NN
1184# ----------
1185# GCC module
1186# ----------
1187
e1666221 1188@if gcc-no-bootstrap
d5eec917
PB
1189# GCC has some more recursive targets, which trigger the old
1190# (but still current, until the toplevel bootstrap project
1191# is finished) compiler bootstrapping rules.
bba02726 1192
09f7abda
DD
1193GCC_STRAP_TARGETS = bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
1194.PHONY: $(GCC_STRAP_TARGETS)
364b9683 1195$(GCC_STRAP_TARGETS): all-prebootstrap configure-gcc
5230d454
L
1196 @r=`${PWD_COMMAND}`; export r; \
1197 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
bba02726 1198 $(SET_LIB_PATH) \
63673a5b 1199 $(HOST_EXPORTS) \
bba02726
NN
1200 echo "Bootstrapping the compiler"; \
1201 cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) $@
5230d454
L
1202 @r=`${PWD_COMMAND}`; export r; \
1203 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
bba02726
NN
1204 case "$@" in \
1205 *bootstrap4-lean ) \
2245eb63
NN
1206 msg="Comparing stage3 and stage4 of the compiler"; \
1207 compare=compare3-lean ;; \
1208 *bootstrap4 ) \
1209 msg="Comparing stage3 and stage4 of the compiler"; \
1210 compare=compare3 ;; \
1211 *-lean ) \
1212 msg="Comparing stage2 and stage3 of the compiler"; \
1213 compare=compare-lean ;; \
1214 * ) \
1215 msg="Comparing stage2 and stage3 of the compiler"; \
1216 compare=compare ;; \
bba02726
NN
1217 esac; \
1218 $(SET_LIB_PATH) \
63673a5b 1219 $(HOST_EXPORTS) \
bba02726
NN
1220 echo "$$msg"; \
1221 cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) $$compare
5230d454
L
1222 @r=`${PWD_COMMAND}`; export r; \
1223 s=`cd $(srcdir); ${PWD_COMMAND}` ; export s; \
bba02726
NN
1224 $(SET_LIB_PATH) \
1225 echo "Building runtime libraries"; \
21ff191e 1226 $(MAKE) $(RECURSE_FLAGS_TO_PASS) all
bba02726 1227
364b9683 1228profiledbootstrap: all-prebootstrap configure-gcc
5230d454
L
1229 @r=`${PWD_COMMAND}`; export r; \
1230 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
606989ed 1231 $(SET_LIB_PATH) \
63673a5b 1232 $(HOST_EXPORTS) \
96979a18 1233 echo "Bootstrapping training compiler"; \
606989ed 1234 cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) stageprofile_build
5230d454 1235 @r=`${PWD_COMMAND}`; export r; \
5230d454 1236 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
606989ed 1237 $(SET_LIB_PATH) \
63673a5b 1238 $(HOST_EXPORTS) \
606989ed
NN
1239 echo "Building feedback based compiler"; \
1240 cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) stagefeedback_build
96979a18
PB
1241 @r=`${PWD_COMMAND}`; export r; \
1242 s=`cd $(srcdir); ${PWD_COMMAND}` ; export s; \
1243 $(SET_LIB_PATH) \
1244 echo "Building runtime libraries"; \
1245 $(MAKE) $(RECURSE_FLAGS_TO_PASS) all
606989ed 1246
bba02726 1247.PHONY: cross
6a19fd82 1248cross: all-build all-gas all-ld
5230d454
L
1249 @r=`${PWD_COMMAND}`; export r; \
1250 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
bba02726 1251 $(SET_LIB_PATH) \
63673a5b 1252 $(HOST_EXPORTS) \
bba02726
NN
1253 echo "Building the C and C++ compiler"; \
1254 cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++"
5230d454
L
1255 @r=`${PWD_COMMAND}`; export r; \
1256 s=`cd $(srcdir); ${PWD_COMMAND}` ; export s; \
bba02726
NN
1257 $(SET_LIB_PATH) \
1258 echo "Building runtime libraries"; \
21ff191e 1259 $(MAKE) $(RECURSE_FLAGS_TO_PASS) LANGUAGES="c c++" all
e1666221 1260@endif gcc-no-bootstrap
bba02726 1261
a7e609d6 1262@if gcc
d97f0f72
JM
1263.PHONY: check-gcc-c++
1264check-gcc-c++:
bba02726 1265 @if [ -f ./gcc/Makefile ] ; then \
5230d454
L
1266 r=`${PWD_COMMAND}`; export r; \
1267 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
bba02726 1268 $(SET_LIB_PATH) \
63673a5b 1269 $(HOST_EXPORTS) \
6dbec167 1270 (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
bba02726
NN
1271 else \
1272 true; \
d97f0f72
JM
1273 fi
1274
1275.PHONY: check-c++
2a33c5f1 1276check-c++: check-target-libstdc++-v3 check-gcc-c++
bba02726 1277
43bdb69a
NN
1278# Install the gcc headers files, but not the fixed include files,
1279# which Cygnus is not allowed to distribute. This rule is very
1280# dependent on the workings of the gcc Makefile.in.
1281.PHONY: gcc-no-fixedincludes
1282gcc-no-fixedincludes:
1283 @if [ -f ./gcc/Makefile ]; then \
1284 rm -rf gcc/tmp-include; \
1285 mv gcc/include gcc/tmp-include 2>/dev/null; \
1286 mkdir gcc/include; \
1287 cp $(srcdir)/gcc/gsyslimits.h gcc/include/syslimits.h; \
1288 touch gcc/stmp-fixinc gcc/include/fixed; \
1289 rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
5230d454
L
1290 r=`${PWD_COMMAND}`; export r; \
1291 s=`cd $(srcdir); ${PWD_COMMAND}` ; export s; \
43bdb69a 1292 $(SET_LIB_PATH) \
63673a5b 1293 $(HOST_EXPORTS) \
6dbec167 1294 (cd ./gcc && \
43bdb69a
NN
1295 $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1296 rm -rf gcc/include; \
1297 mv gcc/tmp-include gcc/include 2>/dev/null; \
1298 else true; fi
a7e609d6 1299@endif gcc
8ec98d6c 1300
457eaf16
NN
1301# ---------------------
1302# GCC bootstrap support
1303# ---------------------
1304
d5eec917
PB
1305# We track the current stage (the one in 'gcc') in the stage_current file.
1306# stage_last instead tracks the stage that was built last. These targets
1307# are dummy when toplevel bootstrap is not active.
1308
1309.PHONY: unstage
1310unstage:
1311@if gcc-bootstrap
1312 @[ -f stage_current ] || $(MAKE) `cat stage_last`-start
1313@endif gcc-bootstrap
1314
1315.PHONY: stage
1316stage:
1317@if gcc-bootstrap
1318 @$(MAKE) `cat stage_current`-end
1319@endif gcc-bootstrap
1320
35269421
PB
1321# We name the build directories for the various stages "stage1-gcc",
1322# "stage2-gcc","stage3-gcc", etc.
1323
1324# Since the 'compare' process will fail (on debugging information) if any
1325# directory names are different, we need to link the gcc directory for
1326# the previous stage to a constant name ('gcc-prev'), and to make the name of
1327# the build directories constant as well. For the latter, we use naked names
1328# like 'gcc', because the scripts in that directory assume it. We use
1329# mv on platforms where symlinks to directories do not work or are not
1330# reliable.
1331
1332# At the end of the bootstrap, a symlink to 'stage3-gcc' named 'gcc' must
1333# be kept, so that libraries can find it. Ick!
1334
1335# It would be best to preinstall gcc into a staging area (and in the
1336# future, gather there all prebootstrap packages). This would allow
1337# assemblers and linkers can be bootstrapped as well as the compiler
1338# (both in a combined tree, or separately). This however requires some
1339# change to the gcc driver, again in order to avoid comparison failures.
457eaf16
NN
1340
1341# Bugs: This is almost certainly not parallel-make safe.
1342
1343# 'touch' doesn't work right on some platforms.
1344STAMP = echo timestamp >
1345
1346# Only build the C compiler for stage1, because that is the only one that
1347# we can guarantee will build with the native compiler, and also it is the
1348# only thing useful for building stage2. STAGE1_CFLAGS (via CFLAGS),
1349# MAKEINFO and MAKEINFOFLAGS are explicitly passed here to make them
1350# overrideable (for a bootstrap build stage1 also builds gcc.info).
1351
1352STAGE1_CFLAGS=@stage1_cflags@
1353STAGE1_LANGUAGES=@stage1_languages@
1354
35269421
PB
1355# We only want to compare .o files, so set this!
1356objext = .o
457eaf16 1357
457eaf16
NN
1358# Flags to pass to stage2 and later makes.
1359BOOT_CFLAGS= -g -O2
1360POSTSTAGE1_FLAGS_TO_PASS = \
21ff191e
PB
1361 CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
1362 STAGE_PREFIX=$$r/stage[+prev+]-gcc/ \
457eaf16 1363 CFLAGS="$(BOOT_CFLAGS)" \
38955e35 1364 ADAC="\$$(CC)"
457eaf16 1365
35269421
PB
1366# For stage 1:
1367# * We force-disable intermodule optimizations, even if
1368# --enable-intermodule was passed, since the installed compiler probably
1369# can't handle them. Luckily, autoconf always respects
1370# the last argument when conflicting --enable arguments are passed.
1371# * Likewise, we force-disable coverage flags, since the installed compiler
1372# probably has never heard of them.
1373# * We build only C (and possibly Ada).
1374
1375[+ FOR bootstrap-stage +]
e1666221 1376.PHONY: stage[+id+]-start stage[+id+]-end
35269421 1377
21ff191e 1378stage[+id+]-start::
ebc58bf8 1379 @[ -f stage_current ] && $(MAKE) `cat stage_current`-end || : ; \
d5eec917 1380 echo stage[+id+] > stage_current ; \
6a19fd82
PB
1381 echo stage[+id+] > stage_last[+ FOR host_modules +][+ IF bootstrap +]
1382@if [+ module +]
ebc58bf8 1383 @[ -d stage[+id+]-[+module+] ] || mkdir stage[+id+]-[+module+]; \
6a19fd82
PB
1384 set stage[+id+]-[+module+] [+module+] ; @CREATE_LINK_TO_DIR@ [+ IF prev +] ; \
1385 set stage[+prev+]-[+module+] prev-[+module+] ; @CREATE_LINK_TO_DIR@ [+ ENDIF prev +]
1386@endif [+ module +][+ ENDIF bootstrap +][+ ENDFOR host_modules +]
35269421 1387
21ff191e 1388stage[+id+]-end::
ebc58bf8 1389 @rm -f stage_current[+ FOR host_modules +][+ IF bootstrap +]
6a19fd82 1390@if [+ module +]
ebc58bf8 1391 @set [+module+] stage[+id+]-[+module+] ; @UNDO_LINK_TO_DIR@ [+ IF prev +] ; \
6a19fd82
PB
1392 set prev-[+module+] stage[+prev+]-[+module+] ; @UNDO_LINK_TO_DIR@ [+ ENDIF prev +]
1393@endif [+ module +][+ ENDIF bootstrap +][+ ENDFOR host_modules +]
35269421
PB
1394
1395# Bubble a bugfix through all the stages up to stage [+id+]. They
1396# are remade, but not reconfigured. The next stage (if any) will not
1397# be reconfigured as well.
e1666221 1398.PHONY: stage[+id+]-bubble
ebc58bf8
PB
1399stage[+id+]-bubble:: [+ IF prev +]stage[+prev+]-bubble[+ ENDIF +][+IF lean +]
1400 @bootstrap_lean@-rm -rf stage[+lean+]-* ; $(STAMP) stage[+lean+]-lean[+ ENDIF lean +]
1401 @if test -f stage[+id+]-lean [+
1402 IF prev +]|| test -f stage[+prev+]-lean [+ ENDIF prev +] ; then \
1403 echo Skipping rebuild of stage[+id+] ; \
1404 else \
1405 $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-stage[+id+]; \
1406 fi
6a19fd82
PB
1407
1408.PHONY: all-stage[+id+]
1409all-stage[+id+]: [+ FOR host_modules +][+ IF bootstrap +]\
1410 maybe-all-stage[+id+]-[+module+][+
1411ENDIF bootstrap+] [+ ENDFOR host_modules +]
1412
1413[+ FOR host_modules +][+ IF bootstrap +]
ebc58bf8
PB
1414.PHONY: configure-stage[+id+]-[+module+] maybe-configure-stage[+id+]-[+module+]
1415.PHONY: all-stage[+id+]-[+module+] maybe-all-stage[+id+]-[+module+]
1416
6a19fd82
PB
1417maybe-configure-stage[+id+]-[+module+]:
1418maybe-all-stage[+id+]-[+module+]:
1419
1420@if [+module+]-bootstrap
1421maybe-configure-stage[+id+]-[+module+]: configure-stage[+id+]-[+module+]
ebc58bf8
PB
1422configure-stage[+id+]-[+module+]:
1423 @$(MAKE) stage[+id+]-start
1424 @[ -f [+module+]/Makefile ] && exit 0 || : ; \
457eaf16 1425 r=`${PWD_COMMAND}`; export r; \
a675b75a
DD
1426 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; [+ IF prev +] \
1427 $(STAGE_HOST_EXPORTS) [+ ELSE prev +] \
63673a5b 1428 $(HOST_EXPORTS) [+ ENDIF prev +] \
6a19fd82
PB
1429 echo Configuring stage [+id+] in [+module+] ; \
1430 cd [+module+] || exit 1; \
457eaf16
NN
1431 case $(srcdir) in \
1432 \.) \
1433 srcdiroption="--srcdir=."; \
1434 libsrcdir=".";; \
1435 /* | [A-Za-z]:[\\/]*) \
6a19fd82
PB
1436 srcdiroption="--srcdir=$(srcdir)/[+module+]"; \
1437 libsrcdir="$$s/[+module+]";; \
457eaf16 1438 *) \
6a19fd82
PB
1439 srcdiroption="--srcdir=../$(srcdir)/[+module+]"; \
1440 libsrcdir="$$s/[+module+]";; \
457eaf16
NN
1441 esac; \
1442 $(SHELL) $${libsrcdir}/configure \
35269421 1443 $(HOST_CONFIGARGS) $${srcdiroption} \
ebc58bf8 1444 [+stage_configure_flags+] [+extra_configure_flags+]
457eaf16 1445
6a19fd82
PB
1446maybe-all-stage[+id+]-[+module+]: all-stage[+id+]-[+module+]
1447all-stage[+id+]-[+module+]: configure-stage[+id+]-[+module+]
ebc58bf8 1448 @$(MAKE) stage[+id+]-start
35269421 1449 @r=`${PWD_COMMAND}`; export r; \
a675b75a
DD
1450 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; [+ IF prev +] \
1451 $(STAGE_HOST_EXPORTS) [+ ELSE prev +] \
63673a5b 1452 $(HOST_EXPORTS) [+ ENDIF prev +] \
6a19fd82
PB
1453 cd [+module+] && \
1454 $(MAKE) $(FLAGS_TO_PASS) [+ IF prev +] \
21ff191e 1455 $(POSTSTAGE1_FLAGS_TO_PASS) [+ ENDIF prev +] \
ebc58bf8 1456 [+stage_make_flags+] [+extra_make_flags+]
6a19fd82
PB
1457@endif [+module+]-bootstrap
1458[+ ENDIF bootstrap +][+ ENDFOR host_modules +]
457eaf16 1459
6a19fd82
PB
1460# FIXME: Will not need to be conditional when toplevel bootstrap is the
1461# only possibility, but now it conflicts with no-bootstrap rules
1462@if gcc-bootstrap
35269421 1463[+ IF compare-target +]
ebc58bf8
PB
1464[+compare-target+]:
1465 @if test -f stage[+prev+]-lean; then \
1466 echo Cannot compare object files as stage [+prev+] was deleted. ; \
1467 exit 0 ; \
1468 fi; \
1469 [ -f stage_current ] && $(MAKE) `cat stage_current`-end || : ; \
35269421 1470 @r=`${PWD_COMMAND}`; export r; \
457eaf16
NN
1471 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
1472 rm -f .bad_compare ; \
35269421 1473 cd stage[+id+]-gcc; \
457eaf16
NN
1474 files=`find . -name "*$(objext)" -print` ; \
1475 cd .. ; \
1476 for file in $${files} ; do \
35269421 1477 f1=$$r/stage[+prev+]-gcc/$$file; f2=$$r/stage[+id+]-gcc/$$file; \
866c244e 1478 @do_compare@ > /dev/null 2>&1; \
457eaf16
NN
1479 test $$? -eq 1 && echo $$file differs >> .bad_compare || true; \
1480 done ; \
1481 if [ -f .bad_compare ]; then \
1482 echo "Bootstrap comparison failure!"; \
1483 cat .bad_compare; \
1484 exit 1; \
1485 else \
1486 true; \
1487 fi ; \
ebc58bf8
PB
1488 $(STAMP) [+compare-target+][+ IF prev +]
1489 @bootstrap_lean@-rm -rf stage[+prev+]-* ; $(STAMP) stage[+prev+]-lean[+ ENDIF prev +]
35269421
PB
1490[+ ENDIF compare-target +]
1491
1492[+ IF bootstrap-target +]
1493.PHONY: [+bootstrap-target+]
ebc58bf8 1494[+bootstrap-target+]: stage[+id+]-bubble [+compare-target+] all
35269421
PB
1495[+ ENDIF bootstrap-target +]
1496
ebc58bf8 1497.PHONY: distclean-stage[+id+]
35269421 1498
21ff191e
PB
1499# Rules to wipe a stage and all the following ones, used for cleanstrap
1500[+ IF prev +]distclean-stage[+prev+]:: distclean-stage[+id+] [+ ENDIF prev +]
1501distclean-stage[+id+]::
d5eec917 1502 [ -f stage_current ] && $(MAKE) `cat stage_current`-end || :
ebc58bf8 1503 rm -rf stage[+id+]-* [+
35269421 1504 IF compare-target +][+compare-target+] [+ ENDIF compare-target +]
35269421
PB
1505
1506[+ IF cleanstrap-target +]
1507.PHONY: [+cleanstrap-target+]
1508[+cleanstrap-target+]: distclean-stage1 [+bootstrap-target+]
1509[+ ENDIF cleanstrap-target +]
6a19fd82 1510@endif gcc-bootstrap
35269421
PB
1511
1512[+ ENDFOR bootstrap-stage +]
21ff191e
PB
1513
1514stagefeedback-start::
1515 @r=`${PWD_COMMAND}`; export r; \
1516 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
1517 cd stageprofile-gcc && \
1518 { find . -type d | sort | sed 's,.*,$(SHELL) '"$$s"'/mkinstalldirs "../gcc/&",' | $(SHELL); } && \
1519 { find . -name '*.*da' | sed 's,.*,$(LN) -f "&" "../gcc/&",' | $(SHELL); }
1520
6a19fd82
PB
1521# FIXME: Will not need to be conditional when toplevel bootstrap is the
1522# only possibility, but now it conflicts with no-bootstrap rules
1523@if gcc-bootstrap
1524profiledbootstrap:
21ff191e
PB
1525 @r=`${PWD_COMMAND}`; export r; \
1526 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
1527 $(SET_LIB_PATH) \
63673a5b 1528 $(HOST_EXPORTS) \
21ff191e 1529 echo "Bootstrapping the compiler"; \
d5eec917 1530 $(MAKE) stageprofile-bubble distclean-stagefeedback
21ff191e
PB
1531 @r=`${PWD_COMMAND}`; export r; \
1532 s=`cd $(srcdir); ${PWD_COMMAND}` ; export s; \
1533 $(SET_LIB_PATH) \
1534 echo "Building runtime libraries and training compiler"; \
1535 $(MAKE) $(BASE_FLAGS_TO_PASS) $(RECURSE_FLAGS) all
1536 @r=`${PWD_COMMAND}`; export r; \
1537 s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
1538 $(SET_LIB_PATH) \
63673a5b 1539 $(HOST_EXPORTS) \
21ff191e
PB
1540 echo "Building feedback based compiler"; \
1541 $(MAKE) stagefeedback-bubble stagefeedback-end
e1666221 1542@endif gcc-bootstrap
866c244e 1543
c5ab3a90
NN
1544# --------------------------------------
1545# Dependencies between different modules
1546# --------------------------------------
bba02726 1547
364b9683
PB
1548# Generic dependencies for target modules on host stuff, especially gcc
1549[+ FOR target_modules +]
1550configure-target-[+module+]: maybe-all-gcc
1551[+ ENDFOR target_modules +]
1552
1553[+ FOR lang_env_dependencies +]
1554configure-target-[+module+]: maybe-all-target-newlib maybe-all-target-libgloss
1555[+ IF cxx +]configure-target-[+module+]: maybe-all-target-libstdc++-v3
1556[+ ENDIF cxx +][+ ENDFOR lang_env_dependencies +]
1557
c5ab3a90
NN
1558# There are two types of dependencies here: 'hard' dependencies, where one
1559# module simply won't build without the other; and 'soft' dependencies, where
1560# if the depended-on module is missing, the depending module will do without
1561# or find a substitute somewhere (perhaps installed). Soft dependencies
364b9683 1562# are made here to depend on a 'maybe-' target. If you're not sure,
c5ab3a90
NN
1563# it's safer to use a soft dependency.
1564
364b9683
PB
1565[+ ;; These Scheme functions build the bulk of the dependencies.
1566 ;; dep-target builds a string like "maybe-all-MODULE_KIND-gcc",
1567 ;; where "maybe-" is only included if HARD is true, and all-gcc
1568 ;; is taken from VAR-NAME.
1569 (define dep-target (lambda (module-kind var-name hard)
1570 (string-append
1571 (if hard "" "maybe-")
1572 (dep-subtarget var-name)
1573 module-kind
1574 (dep-module var-name)
1575 )))
1576
1577 ;; make-dep builds a dependency from the MODULE and ON AutoGen vars.
6a19fd82 1578 (define make-dep (lambda (module-kind on-kind)
364b9683
PB
1579 (string-append
1580 (dep-target module-kind "module" #t) ": "
6a19fd82 1581 (dep-target on-kind "on" (exist? "hard")))))
364b9683
PB
1582
1583 ;; dep-subtarget extracts everything up to the first dash in the given
1584 ;; AutoGen variable, for example it extracts "all-" out of "all-gcc".
1585 (define dep-subtarget (lambda (var-name)
1586 (substring (get var-name) 0 (+ 1 (string-index (get var-name) #\-)))))
1587
1588 ;; dep-module extracts everything up to the first dash in the given
1589 ;; AutoGen variable, for example it extracts "gcc" out of "all-gcc".
1590 (define dep-module (lambda (var-name)
1591 (substring (get var-name) (+ 1 (string-index (get var-name) #\-)))))
1592
1593 ;; dep-stage builds a string for the prefix of a bootstrap stage.
1594 (define dep-stage (lambda ()
1595 (string-append
1596 "stage"
1597 (get "id")
1598 "-")))
1599
1600 ;; dep-maybe is the same as the AutoGen expression "- hard 'maybe-'"
1601 ;; but is written in Scheme.
1602 (define dep-maybe (lambda ()
1603 (if (exist? "hard") "" "maybe-")))
1604
1605 ;; dep-kind returns "normal" is the dependency is on an "install" target,
1606 ;; or if the LHS module is not bootstrapped. It returns "bootstrap" for
1607 ;; configure or build dependencies between bootstrapped modules; it returns
1608 ;; "prebootstrap" for configure or build dependencies of bootstrapped
6a19fd82 1609 ;; modules on a build module (e.g. all-gcc on all-build-bison). All this
364b9683
PB
1610 ;; is only necessary for host modules.
1611 (define dep-kind (lambda ()
6a19fd82
PB
1612 (if (and (hash-ref boot-modules (dep-module "module"))
1613 (=* (dep-module "on") "build-"))
1614 "prebootstrap"
364b9683 1615
6a19fd82
PB
1616 (if (or (= (dep-subtarget "on") "install-")
1617 (=* (dep-module "on") "target-")
1618 (not (hash-ref boot-modules (dep-module "module"))))
1619 "normal"
1620 "bootstrap"))))
364b9683
PB
1621
1622 ;; We now build the hash table that is used by dep-kind.
1623 (define boot-modules (make-hash-table 113))
364b9683
PB
1624+]
1625
1626[+ FOR host_modules +][+
1627 (if (exist? "bootstrap")
1628 (hash-create-handle! boot-modules (get "module") #t))
1629 "" +][+ ENDFOR host_modules +]
1630
1631# With all the machinery above in place, it is pretty easy to generate
1632# dependencies. Host dependencies are a bit more complex because we have
1633# to check for bootstrap/prebootstrap dependencies. To resolve
1634# prebootstrap dependencies, prebootstrap modules are gathered in
1635# a hash table.
6a19fd82
PB
1636[+ FOR dependencies +][+ (make-dep "" "") +]
1637[+ CASE (dep-kind) +]
1638[+ == "prebootstrap"
364b9683 1639 +][+ FOR bootstrap_stage +]
6a19fd82
PB
1640[+ (make-dep (dep-stage) "") +][+
1641 ENDFOR bootstrap_stage +]
1642all-prebootstrap: [+ (dep-target "" "on" (exist? "hard")) +]
1643[+ == "bootstrap"
1644 +][+ FOR bootstrap_stage +]
1645[+ (make-dep (dep-stage) (dep-stage)) +][+
364b9683
PB
1646 ENDFOR bootstrap_stage +]
1647[+ ESAC +][+
1648ENDFOR dependencies +]
1649
6a19fd82
PB
1650# Non-toplevel bootstrap rules must depend on several packages, to be built
1651# before gcc. Another wart that will go away, hopefully soon.
364b9683
PB
1652@if gcc-no-bootstrap
1653[+ FOR host_modules +][+
1654 IF (and (not (= (get "module") "gcc"))
1655 (hash-ref boot-modules (get "module"))) +]
1656all-prebootstrap: maybe-all-[+module+][+
1657 ENDIF +][+
1658ENDFOR host_modules +]
1659@endif gcc-no-bootstrap
1660
c5ab3a90 1661GDB_TK = @GDB_TK@
364b9683 1662all-gdb: $(gdbnlmrequirements) $(GDB_TK)
00f56d7b 1663
d8e6f006
NN
1664# Serialization dependencies. Host configures don't work well in parallel to
1665# each other, due to contention over config.cache. Target configures and
1666# build configures are similar.
1667@serialization_dependencies@
1668
43bdb69a
NN
1669# --------------------------------
1670# Regenerating top level configury
1671# --------------------------------
bba02726 1672
6dbec167
NN
1673# Multilib.out tells target dirs what multilibs they should build.
1674# There is really only one copy. We use the 'timestamp' method to
1675# work around various timestamp bugs on some systems.
1676# We use move-if-change so that it's only considered updated when it
1677# actually changes, because it has to depend on a phony target.
af9955fa 1678multilib.out: maybe-all-gcc
5230d454 1679 @r=`${PWD_COMMAND}`; export r; \
6dbec167
NN
1680 echo "Checking multilib configuration..."; \
1681 $(CC_FOR_TARGET) --print-multi-lib > multilib.tmp 2> /dev/null ; \
1682 $(SHELL) $(srcdir)/move-if-change multilib.tmp multilib.out ; \
6dbec167 1683
bba02726 1684# Rebuilding Makefile.in, using autogen.
81011f17 1685AUTOGEN = autogen
3728f201 1686$(srcdir)/Makefile.in: @MAINT@ $(srcdir)/Makefile.tpl $(srcdir)/Makefile.def
81011f17 1687 cd $(srcdir) && $(AUTOGEN) Makefile.def
bba02726 1688
bafecfd6 1689# Rebuilding Makefile.
81011f17
AO
1690Makefile: $(srcdir)/Makefile.in config.status
1691 CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
1692
1693config.status: configure $(gcc_version_trigger)
08bf2e60 1694 CONFIG_SHELL="$(SHELL)" $(SHELL) ./config.status --recheck
bba02726 1695
bafecfd6 1696# Rebuilding configure.
81011f17 1697AUTOCONF = autoconf
3728f201 1698$(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/config/acx.m4
81011f17 1699 cd $(srcdir) && $(AUTOCONF)
bba02726 1700
1c53cd00
NN
1701# ------------------------------
1702# Special directives to GNU Make
1703# ------------------------------
1704
1c53cd00
NN
1705# Don't pass command-line variables to submakes.
1706.NOEXPORT:
1707MAKEOVERRIDES=
1708
bba02726 1709# end of Makefile.in
This page took 0.281597 seconds and 5 git commands to generate.