* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
[platform/upstream/binutils.git] / Makefile.in
1 #
2 # Makefile for directory with subdirs to build.
3 #   Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 1998
4 #   Free Software Foundation
5 #
6 # This file is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 #
20
21 srcdir = .
22
23 prefix = /usr/local
24 exec_prefix = $(prefix)
25
26 bindir=${exec_prefix}/bin
27 sbindir=${exec_prefix}/sbin
28 libexecdir=${exec_prefix}/libexec
29 datadir=${prefix}/share
30 sysconfdir=${prefix}/etc
31 sharedstatedir=${prefix}/com
32 localstatedir=${prefix}/var
33 libdir=${exec_prefix}/lib
34 includedir=${prefix}/include
35 oldincludedir=/usr/include
36 infodir=${prefix}/info
37 mandir=${prefix}/man
38 gxx_include_dir=${includedir}/g++
39
40 tooldir = $(exec_prefix)/$(target_alias)
41 build_tooldir = $(exec_prefix)/$(target_alias)
42
43 program_transform_name =
44
45 man1dir = $(mandir)/man1
46 man2dir = $(mandir)/man2
47 man3dir = $(mandir)/man3
48 man4dir = $(mandir)/man4
49 man5dir = $(mandir)/man5
50 man6dir = $(mandir)/man6
51 man7dir = $(mandir)/man7
52 man8dir = $(mandir)/man8
53 man9dir = $(mandir)/man9
54 infodir = $(prefix)/info
55 includedir = $(prefix)/include
56 # Directory in which the compiler finds executables, libraries, etc.
57 libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)
58 GDB_NLM_DEPS = 
59
60 SHELL = /bin/sh
61
62 # INSTALL_PROGRAM_ARGS is changed by configure.in to use -x for a
63 # cygwin host.
64 INSTALL_PROGRAM_ARGS =
65
66 INSTALL = $(SHELL) $$s/install-sh -c
67 INSTALL_PROGRAM = $(INSTALL) $(INSTALL_PROGRAM_ARGS)
68 INSTALL_SCRIPT = $(INSTALL)
69 INSTALL_DATA = $(INSTALL) -m 644
70
71 INSTALL_DOSREL = install-dosrel-fake
72
73 AS = as
74 AR = ar
75 AR_FLAGS = rc
76 CC = cc
77
78 # Special variables passed down in EXTRA_GCC_FLAGS.  They are defined
79 # here so that they can be overridden by Makefile fragments.
80 HOST_CC = $(CC_FOR_BUILD)
81 HOST_PREFIX = 
82 HOST_PREFIX_1 = loser-
83
84 # These flag values are normally overridden by the configure script.
85 CFLAGS = -g
86 CXXFLAGS = -g -O2
87
88 LDFLAGS = 
89 LIBCFLAGS = $(CFLAGS)
90 CFLAGS_FOR_TARGET = $(CFLAGS)
91 LDFLAGS_FOR_TARGET = 
92 LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
93 PICFLAG = 
94 PICFLAG_FOR_TARGET = 
95
96 CHILLFLAGS = $(CFLAGS)
97 CHILL_LIB = -lchill
98 CXX = c++
99
100 # Use -O2 to stress test the compiler.
101 LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
102 CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
103 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
104
105 RANLIB = ranlib
106
107 DLLTOOL = dlltool
108 WINDRES = windres
109
110 NM = nm
111
112 LD = ld
113
114 BZIPPROG = bzip2
115 MD5PROG = md5sum
116
117 # These values are substituted by configure.
118 DEFAULT_YACC = yacc
119 DEFAULT_LEX = lex
120 DEFAULT_M4 = m4
121
122 BISON = `if [ -f $$r/bison/bison ] ; then \
123             echo $$r/bison/bison -L $$s/bison/ ; \
124          else \
125             echo bison ; \
126          fi`
127
128 YACC = `if [ -f $$r/bison/bison ] ; then \
129             echo $$r/bison/bison -y -L $$s/bison/ ; \
130         elif [ -f $$r/byacc/byacc ] ; then \
131             echo $$r/byacc/byacc ; \
132         else \
133             echo ${DEFAULT_YACC} ; \
134         fi`
135
136 LEX = `if [ -f $$r/flex/flex ] ; \
137         then echo $$r/flex/flex ; \
138         else echo ${DEFAULT_LEX} ; fi`
139
140 M4 = `if [ -f $$r/m4/m4 ] ; \
141         then echo $$r/m4/m4 ; \
142         else echo ${DEFAULT_M4} ; fi`
143
144 MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
145         then echo $$r/texinfo/makeinfo/makeinfo ; \
146         else echo makeinfo ; fi`
147
148 # This just becomes part of the MAKEINFO definition passed down to
149 # sub-makes.  It lets flags be given on the command line while still
150 # using the makeinfo from the object tree.
151 MAKEINFOFLAGS =
152
153 EXPECT = `if [ -f $$r/expect/expect ] ; \
154         then echo $$r/expect/expect ; \
155         else echo expect ; fi`
156
157 RUNTEST = `if [ -f $$s/dejagnu/runtest ] ; \
158         then echo $$s/dejagnu/runtest ; \
159         else echo runtest ; fi`
160
161
162 # compilers to use to create programs which must be run in the build
163 # environment.
164 CC_FOR_BUILD = $(CC)
165 CXX_FOR_BUILD = $(CXX)
166
167 SUBDIRS = "this is set via configure, don't edit this"
168 OTHERS = 
169
170 # This is set by the configure script to the list of directories which
171 # should be built using the target tools.
172 TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib libio librx libstdc++ libg++ winsup opcodes bsp libstub cygmon libf2c libchill libobjc
173
174 # Target libraries are put under this directory:
175 # Changed by configure to $(target_alias) if cross.
176 TARGET_SUBDIR = .
177
178 # This is set by the configure script to the arguments passed to configure.
179 CONFIG_ARGUMENTS = 
180
181 # This is set by configure to REALLY_SET_LIB_PATH if --enable-shared
182 # was used.
183 SET_LIB_PATH =
184
185 # This is the name of the environment variable used for the path to
186 # the libraries.  This may be changed by configure.in.
187 RPATH_ENVVAR = LD_LIBRARY_PATH
188
189 # This is the list of directories that may be needed in RPATH_ENVVAR
190 # so that programs built for the host machine work.
191 HOST_LIB_PATH = $$r/bfd:$$r/opcodes
192
193 # This is the list of directories that may be needed in RPATH_ENVVAR
194 # so that prorgams built for the target machine work.
195 TARGET_LIB_PATH = $$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs:$$r/$(TARGET_SUBDIR)/libstdc++
196
197 # configure.in sets SET_LIB_PATH to this if --enable-shared was used.
198 # Some platforms don't like blank entries, so we remove duplicate,
199 # leading and trailing colons.
200 REALLY_SET_LIB_PATH = \
201   $(RPATH_ENVVAR)=`echo "$(HOST_LIB_PATH):$(TARGET_LIB_PATH):$$$(RPATH_ENVVAR)" | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; export $(RPATH_ENVVAR);
202
203 ALL = all.normal
204 INSTALL_TARGET = installdirs \
205         install-gcc \
206         $(INSTALL_MODULES) \
207         $(INSTALL_TARGET_MODULES) \
208         $(INSTALL_X11_MODULES) \
209         $(INSTALL_DOSREL)
210
211 INSTALL_TARGET_CROSS = installdirs \
212         install-gcc-cross \
213         $(INSTALL_MODULES) \
214         $(INSTALL_TARGET_MODULES) \
215         $(INSTALL_X11_MODULES) \
216         $(INSTALL_DOSREL)
217
218 # Should be substed by configure.in
219 FLAGS_FOR_TARGET =
220 CC_FOR_TARGET =
221 CHILL_FOR_TARGET =
222 CXX_FOR_TARGET =
223
224 # If GCC_FOR_TARGET is not overriden on the command line, then this
225 # variable is passed down to the gcc Makefile, where it is used to
226 # build libgcc2.a.  We define it here so that it can itself be
227 # overridden on the command line.
228 GCC_FOR_TARGET = $$r/gcc/xgcc $(FLAGS_FOR_TARGET)
229
230 AS_FOR_TARGET = ` \
231   if [ -f $$r/gas/as-new ] ; then \
232     echo $$r/gas/as-new ; \
233   else \
234     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
235       echo $(AS); \
236     else \
237        t='$(program_transform_name)'; echo as | sed -e 's/x/x/' $$t ; \
238     fi; \
239   fi`
240
241 LD_FOR_TARGET = ` \
242   if [ -f $$r/ld/ld-new ] ; then \
243     echo $$r/ld/ld-new ; \
244   else \
245     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
246       echo $(LD); \
247     else \
248        t='$(program_transform_name)'; echo ld | sed -e 's/x/x/' $$t ; \
249     fi; \
250   fi`
251
252 DLLTOOL_FOR_TARGET = ` \
253   if [ -f $$r/binutils/dlltool ] ; then \
254     echo $$r/binutils/dlltool ; \
255   else \
256     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
257       echo $(DLLTOOL); \
258     else \
259        t='$(program_transform_name)'; echo dlltool | sed -e 's/x/x/' $$t ; \
260     fi; \
261   fi`
262
263 WINDRES_FOR_TARGET = ` \
264   if [ -f $$r/binutils/windres ] ; then \
265     echo $$r/binutils/windres ; \
266   else \
267     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
268       echo $(WINDRES); \
269     else \
270        t='$(program_transform_name)'; echo windres | sed -e 's/x/x/' $$t ; \
271     fi; \
272   fi`
273
274 AR_FOR_TARGET = ` \
275   if [ -f $$r/binutils/ar ] ; then \
276     echo $$r/binutils/ar ; \
277   else \
278     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
279       echo $(AR); \
280     else \
281        t='$(program_transform_name)'; echo ar | sed -e 's/x/x/' $$t ; \
282     fi; \
283   fi`
284
285 RANLIB_FOR_TARGET = ` \
286   if [ -f $$r/binutils/ranlib ] ; then \
287     echo $$r/binutils/ranlib ; \
288   else \
289     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
290       echo $(RANLIB); \
291     else \
292        t='$(program_transform_name)'; echo ranlib | sed -e 's/x/x/' $$t ; \
293     fi; \
294   fi`
295
296 NM_FOR_TARGET = ` \
297   if [ -f $$r/binutils/nm-new ] ; then \
298     echo $$r/binutils/nm-new ; \
299   else \
300     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
301       echo $(NM); \
302     else \
303        t='$(program_transform_name)'; echo nm | sed -e 's/x/x/' $$t ; \
304     fi; \
305   fi`
306
307 # The first rule in the file had better be this one.  Don't put any above it.
308 # This lives here to allow makefile fragments to contain dependencies.
309 all: all.normal
310 .PHONY: all
311
312 # These can be overridden by config/mt-*.
313 # The _TARGET_ is because they're specified in mt-foo.
314 # The _HOST_ is because they're programs that run on the host.
315 EXTRA_TARGET_HOST_ALL_MODULES =
316 EXTRA_TARGET_HOST_INSTALL_MODULES =
317 EXTRA_TARGET_HOST_CHECK_MODULES =
318
319 #### host and target specific makefile fragments come in here.
320 ###
321
322 # Flags to pass down to all sub-makes.
323 # Please keep these in alphabetical order.
324 BASE_FLAGS_TO_PASS = \
325         "AR_FLAGS=$(AR_FLAGS)" \
326         "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
327         "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
328         "BISON=$(BISON)" \
329         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
330         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
331         "CFLAGS=$(CFLAGS)" \
332         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
333         "CHILLFLAGS=$(CHILLFLAGS)" \
334         "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
335         "CHILL_LIB=$(CHILL_LIB)" \
336         "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
337         "CXXFLAGS=$(CXXFLAGS)" \
338         "CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \
339         "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
340         "DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \
341         "INSTALL=$(INSTALL)" \
342         "INSTALL_DATA=$(INSTALL_DATA)" \
343         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
344         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
345         "LDFLAGS=$(LDFLAGS)" \
346         "LEX=$(LEX)" \
347         "LD_FOR_TARGET=$(LD_FOR_TARGET)" \
348         "LIBCFLAGS=$(LIBCFLAGS)" \
349         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
350         "LIBCXXFLAGS=$(LIBCXXFLAGS)" \
351         "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \
352         "M4=$(M4)" \
353         "MAKE=$(MAKE)" \
354         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
355         "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
356         "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
357         "RPATH_ENVVAR=$(RPATH_ENVVAR)" \
358         "SHELL=$(SHELL)" \
359         "EXPECT=$(EXPECT)" \
360         "RUNTEST=$(RUNTEST)" \
361         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
362         "TARGET_SUBDIR=$(TARGET_SUBDIR)" \
363         "WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
364         "YACC=$(YACC)" \
365         "bindir=$(bindir)" \
366         "datadir=$(datadir)" \
367         "exec_prefix=$(exec_prefix)" \
368         "includedir=$(includedir)" \
369         "infodir=$(infodir)" \
370         "libdir=$(libdir)" \
371         "libexecdir=$(libexecdir)" \
372         "lispdir=$(lispdir)" \
373         "localstatedir=$(localstatedir)" \
374         "mandir=$(mandir)" \
375         "oldincludedir=$(oldincludedir)" \
376         "prefix=$(prefix)" \
377         "sbindir=$(sbindir)" \
378         "sharedstatedir=$(sharedstatedir)" \
379         "sysconfdir=$(sysconfdir)" \
380         "tooldir=$(tooldir)" \
381         "build_tooldir=$(build_tooldir)" \
382         "gxx_include_dir=$(gxx_include_dir)" \
383         "gcc_version=$(gcc_version)" \
384         "gcc_version_trigger=$(gcc_version_trigger)" \
385         "target_alias=$(target_alias)" \
386         "libsubdir=$(libsubdir)"
387
388 # Flags to pass down to most sub-makes, in which we're building with
389 # the host environment.
390 # If any variables are added here, they must be added to do-*, below.
391 EXTRA_HOST_FLAGS = \
392         'AR=$(AR)' \
393         'AS=$(AS)' \
394         'CC=$(CC)' \
395         'CXX=$(CXX)' \
396         'DLLTOOL=$(DLLTOOL)' \
397         'LD=$(LD)' \
398         'NM=$(NM)' \
399         'RANLIB=$(RANLIB)' \
400         'WINDRES=$(WINDRES)'
401
402 FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)
403
404 # Flags that are concerned with the location of the X11 include files
405 # and library files
406 #
407 # NOTE: until the top-level is getting the values via autoconf, it only
408 # causes problems to have this top-level Makefile overriding the autoconf-set
409 # values in child directories.  Only variables that don't conflict with
410 # autoconf'ed ones should be passed by X11_FLAGS_TO_PASS for now.
411 #
412 X11_FLAGS_TO_PASS = \
413         'X11_EXTRA_CFLAGS=$(X11_EXTRA_CFLAGS)' \
414         'X11_EXTRA_LIBS=$(X11_EXTRA_LIBS)'
415
416 # Flags to pass down to makes which are built with the target environment.
417 # The double $ decreases the length of the command line; the variables
418 # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them.
419 # If any variables are added here, they must be added to do-*, below.
420 EXTRA_TARGET_FLAGS = \
421         'AR=$$(AR_FOR_TARGET)' \
422         'AS=$$(AS_FOR_TARGET)' \
423         'CC=$$(CC_FOR_TARGET)' \
424         'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
425         'CXX=$$(CXX_FOR_TARGET)' \
426         'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
427         'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
428         'LD=$$(LD_FOR_TARGET)' \
429         'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
430         'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
431         'NM=$$(NM_FOR_TARGET)' \
432         'RANLIB=$$(RANLIB_FOR_TARGET)' \
433         'WINDRES=$$(WINDRES_FOR_TARGET)'
434
435 TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
436
437 # Flags to pass down to gcc.  gcc builds a library, libgcc.a, so it
438 # unfortunately needs the native compiler and the target ar and
439 # ranlib.
440 # If any variables are added here, they must be added to do-*, below.
441 # The HOST_* variables are a special case, which are used for the gcc
442 # cross-building scheme.
443 EXTRA_GCC_FLAGS = \
444         'AR=$(AR)' \
445         'AS=$(AS)' \
446         'CC=$(CC)' \
447         'CXX=$(CXX)' \
448         'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
449         'HOST_CC=$(CC_FOR_BUILD)' \
450         'HOST_PREFIX=$(HOST_PREFIX)' \
451         'HOST_PREFIX_1=$(HOST_PREFIX_1)' \
452         'NM=$(NM)' \
453         'RANLIB=$(RANLIB)' \
454         'WINDRES=$$(WINDRES_FOR_TARGET)' \
455         "GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
456         "`echo 'LANGUAGES=$(LANGUAGES)' | sed -e s/.*=$$/XFOO=/`" \
457         "`echo 'STMP_FIXPROTO=$(STMP_FIXPROTO)' | sed -e s/.*=$$/XFOO=/`" \
458         "`echo 'LIMITS_H_TEST=$(LIMITS_H_TEST)' | sed -e s/.*=$$/XFOO=/`" \
459         "`echo 'LIBGCC1_TEST=$(LIBGCC1_TEST)' | sed -e s/.*=$$/XFOO=/`" \
460         "`echo 'LIBGCC2_CFLAGS=$(LIBGCC2_CFLAGS)' | sed -e s/.*=$$/XFOO=/`" \
461         "`echo 'LIBGCC2_DEBUG_CFLAGS=$(LIBGCC2_DEBUG_CFLAGS)' | sed -e s/.*=$$/XFOO=/`" \
462         "`echo 'LIBGCC2_INCLUDES=$(LIBGCC2_INCLUDES)' | sed -e s/.*=$$/XFOO=/`" \
463         "`echo 'ENQUIRE=$(ENQUIRE)' | sed -e s/.*=$$/XFOO=/`" \
464         "`echo 'BOOT_CFLAGS=$(BOOT_CFLAGS)' | sed -e s/.*=$$/XFOO=/`"
465
466 GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
467
468 # This is a list of the targets for all of the modules which are compiled
469 # using $(FLAGS_TO_PASS).
470 ALL_MODULES = \
471         all-apache \
472         all-ash \
473         all-autoconf \
474         all-automake \
475         all-bash \
476         all-bfd \
477         all-binutils \
478         all-bison \
479         all-byacc \
480         all-bzip2 \
481         all-cgen \
482         all-cvssrc \
483         all-db \
484         all-dejagnu \
485         all-diff \
486         all-dosutils \
487         all-etc \
488         all-fileutils \
489         all-findutils \
490         all-find \
491         all-flex \
492         all-gas \
493         all-gawk \
494         all-gettext \
495         all-gnuserv \
496         all-gprof \
497         all-grep \
498         all-grez \
499         all-gzip \
500         all-hello \
501         all-indent \
502         all-inet \
503         all-intl \
504         all-ispell \
505         all-itcl \
506         all-ld \
507         all-libgui \
508         all-libiberty \
509         all-libtool \
510         all-m4 \
511         all-make \
512         all-mmalloc \
513         all-opcodes \
514         all-patch \
515         all-perl \
516         all-prms \
517         all-rcs \
518         all-readline \
519         all-release \
520         all-recode \
521         all-sed \
522         all-send-pr \
523         all-shellutils \
524         all-sim \
525         all-snavigator \
526         all-tar \
527         all-tcl \
528         all-tcl8.1 \
529         all-texinfo \
530         all-textutils \
531         all-tgas \
532         all-time \
533         all-uudecode \
534         all-wdiff \
535         all-zip \
536         $(EXTRA_TARGET_HOST_ALL_MODULES)
537
538 # This is a list of the check targets for all of the modules which are
539 # compiled using $(FLAGS_TO_PASS).
540 #
541 # The list is in two parts.  The first lists those tools which
542 # are tested as part of the host's native tool-chain, and not
543 # tested in a cross configuration.
544 NATIVE_CHECK_MODULES = \
545         check-bison \
546         check-byacc \
547         check-flex \
548         check-zip
549
550 CROSS_CHECK_MODULES = \
551         check-apache \
552         check-ash \
553         check-autoconf \
554         check-automake \
555         check-bash \
556         check-bfd \
557         check-binutils \
558         check-bzip2 \
559         check-cgen \
560         check-cvssrc \
561         check-db \
562         check-dejagnu \
563         check-diff \
564         check-etc \
565         check-fileutils \
566         check-findutils \
567         check-find \
568         check-gas \
569         check-gawk \
570         check-gettext \
571         check-gnuserv \
572         check-gprof \
573         check-grep \
574         check-gzip \
575         check-hello \
576         check-indent \
577         check-inet \
578         check-intl \
579         check-ispell \
580         check-itcl \
581         check-ld \
582         check-libgui \
583         check-libiberty \
584         check-libtool \
585         check-m4 \
586         check-make \
587         check-mmcheckoc \
588         check-opcodes \
589         check-patch \
590         check-perl \
591         check-prms \
592         check-rcs \
593         check-readline \
594         check-recode \
595         check-sed \
596         check-send-pr \
597         check-shellutils \
598         check-snavigator \
599         check-sim \
600         check-tar \
601         check-tcl \
602         check-texinfo \
603         check-textutils \
604         check-tgas \
605         check-time \
606         check-uudecode \
607         check-wdiff \
608         $(EXTRA_TARGET_HOST_CHECK_MODULES)
609
610 CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
611
612 # This is a list of the install targets for all of the modules which are
613 # compiled using $(FLAGS_TO_PASS).
614 # We put install-opcodes before install-binutils because the installed
615 # binutils might be on PATH, and they might need the shared opcodes
616 # library.
617 # We put install-tcl before install-itcl because itcl wants to run a
618 # program on installation which uses the Tcl libraries.
619 INSTALL_MODULES = \
620         install-apache \
621         install-ash \
622         install-autoconf \
623         install-automake \
624         install-bash \
625         install-bfd \
626         install-bzip2 \
627         install-opcodes \
628         install-binutils \
629         install-bison \
630         install-byacc \
631         install-cgen \
632         install-cvssrc \
633         install-db \
634         install-dejagnu \
635         install-diff \
636         install-dosutils \
637         install-etc \
638         install-fileutils \
639         install-findutils \
640         install-find \
641         install-flex \
642         install-gas \
643         install-gawk \
644         install-gettext \
645         install-gnuserv \
646         install-gprof \
647         install-grep \
648         install-grez \
649         install-gzip \
650         install-hello \
651         install-indent \
652         install-inet \
653         install-intl \
654         install-ispell \
655         install-tcl \
656         install-tcl8.1 \
657         install-itcl \
658         install-ld \
659         install-libgui \
660         install-libiberty \
661         install-libtool \
662         install-m4 \
663         install-make \
664         install-mmalloc \
665         install-patch \
666         install-perl \
667         install-prms \
668         install-rcs \
669         install-readline \
670         install-recode \
671         install-sed \
672         install-send-pr \
673         install-shellutils \
674         install-sim \
675         install-snavigator \
676         install-tar \
677         install-textutils \
678         install-tgas \
679         install-time \
680         install-uudecode \
681         install-wdiff \
682         install-zip \
683         $(EXTRA_TARGET_HOST_INSTALL_MODULES)
684
685 # This is a list of the targets for all of the modules which are compiled
686 # using $(X11_FLAGS_TO_PASS).
687 ALL_X11_MODULES = \
688         all-emacs \
689         all-emacs19 \
690         all-gdb \
691         all-expect \
692         all-gash \
693         all-guile \
694         all-tclX \
695         all-tk \
696         all-tk8.1 \
697         all-tix
698
699 # This is a list of the check targets for all of the modules which are
700 # compiled using $(X11_FLAGS_TO_PASS).
701 CHECK_X11_MODULES = \
702         check-emacs \
703         check-gdb \
704         check-guile \
705         check-expect \
706         check-gash \
707         check-tclX \
708         check-tk \
709         check-tix
710
711 # This is a list of the install targets for all the modules which are
712 # compiled using $(X11_FLAGS_TO_PASS).
713 INSTALL_X11_MODULES = \
714         install-emacs \
715         install-emacs19 \
716         install-gdb \
717         install-guile \
718         install-expect \
719         install-gash \
720         install-tclX \
721         install-tk \
722         install-tk8.1 \
723         install-tix
724
725 # This is a list of the targets for all of the modules which are compiled
726 # using $(TARGET_FLAGS_TO_PASS).
727 ALL_TARGET_MODULES = \
728         all-target-libio \
729         all-target-libstdc++ \
730         all-target-libstdc++-v3 \
731         all-target-librx \
732         all-target-libg++ \
733         all-target-newlib \
734         all-target-libf2c \
735         all-target-libchill \
736         all-target-libobjc \
737         all-target-libtermcap \
738         all-target-winsup \
739         all-target-libgloss \
740         all-target-libiberty \
741         all-target-gperf \
742         all-target-examples \
743         all-target-libstub \
744         all-target-libffi \
745         all-target-libjava \
746         all-target-zlib \
747         all-target-boehm-gc \
748         all-target-qthreads \
749         all-target-bsp \
750         all-target-cygmon
751
752 # This is a list of the configure targets for all of the modules which
753 # are compiled using the target tools.
754 CONFIGURE_TARGET_MODULES = \
755         configure-target-libio \
756         configure-target-libstdc++ \
757         configure-target-libstdc++-v3 \
758         configure-target-librx \
759         configure-target-libg++ \
760         configure-target-newlib \
761         configure-target-libf2c \
762         configure-target-libchill \
763         configure-target-libobjc \
764         configure-target-libtermcap \
765         configure-target-winsup \
766         configure-target-libgloss \
767         configure-target-libiberty \
768         configure-target-gperf \
769         configure-target-examples \
770         configure-target-libstub \
771         configure-target-libffi \
772         configure-target-libjava \
773         configure-target-zlib \
774         configure-target-boehm-gc \
775         configure-target-qthreads \
776         configure-target-bsp \
777         configure-target-cygmon
778
779 # This is a list of the check targets for all of the modules which are
780 # compiled using $(TARGET_FLAGS_TO_PASS).
781 CHECK_TARGET_MODULES = \
782         check-target-libio \
783         check-target-libstdc++ \
784         check-target-libstdc++-v3 \
785         check-target-libg++ \
786         check-target-newlib \
787         check-target-libf2c \
788         check-target-libchill \
789         check-target-libobjc \
790         check-target-winsup \
791         check-target-libiberty \
792         check-target-libffi \
793         check-target-libjava \
794         check-target-zlib \
795         check-target-boehm-gc \
796         check-target-qthreads \
797         check-target-gperf
798
799 # This is a list of the install targets for all of the modules which are
800 # compiled using $(TARGET_FLAGS_TO_PASS).
801 INSTALL_TARGET_MODULES = \
802         install-target-libio \
803         install-target-libstdc++ \
804         install-target-libstdc++-v3 \
805         install-target-libg++ \
806         install-target-newlib \
807         install-target-libf2c \
808         install-target-libchill \
809         install-target-libobjc \
810         install-target-libtermcap \
811         install-target-winsup \
812         install-target-libgloss \
813         install-target-libiberty \
814         install-target-bsp \
815         install-target-libjava \
816         install-target-zlib \
817         install-target-boehm-gc \
818         install-target-qthreads \
819         install-target-gperf
820
821 # This is a list of the targets for which we can do a clean-{target}.
822 CLEAN_MODULES = \
823         clean-apache \
824         clean-ash \
825         clean-autoconf \
826         clean-automake \
827         clean-bash \
828         clean-bfd \
829         clean-binutils \
830         clean-bison \
831         clean-byacc \
832         clean-bzip2 \
833         clean-cgen \
834         clean-cvssrc \
835         clean-db \
836         clean-dejagnu \
837         clean-diff \
838         clean-dosutils \
839         clean-etc \
840         clean-fileutils \
841         clean-findutils \
842         clean-find \
843         clean-flex \
844         clean-gas \
845         clean-gawk \
846         clean-gettext \
847         clean-gnuserv \
848         clean-gprof \
849         clean-grep \
850         clean-grez \
851         clean-gzip \
852         clean-hello \
853         clean-indent \
854         clean-inet \
855         clean-intl \
856         clean-ispell \
857         clean-itcl \
858         clean-ld \
859         clean-libgui \
860         clean-libiberty \
861         clean-libtool \
862         clean-m4 \
863         clean-make \
864         clean-mmalloc \
865         clean-opcodes \
866         clean-patch \
867         clean-perl \
868         clean-prms \
869         clean-rcs \
870         clean-readline \
871         clean-release \
872         clean-recode \
873         clean-sed \
874         clean-send-pr \
875         clean-shellutils \
876         clean-sim \
877         clean-snavigator \
878         clean-tar \
879         clean-tcl \
880         clean-texinfo \
881         clean-textutils \
882         clean-tgas \
883         clean-time \
884         clean-uudecode \
885         clean-wdiff \
886         clean-zip
887
888 # All of the target modules that can be cleaned
889 CLEAN_TARGET_MODULES = \
890         clean-target-libio \
891         clean-target-libstdc++ \
892         clean-target-libstdc++-v3 \
893         clean-target-librx \
894         clean-target-libg++ \
895         clean-target-newlib \
896         clean-target-libf2c \
897         clean-target-libchill \
898         clean-target-libobjc \
899         clean-target-winsup \
900         clean-target-libgloss \
901         clean-target-libiberty \
902         clean-target-gperf \
903         clean-target-examples \
904         clean-target-libstub \
905         clean-target-libffi \
906         clean-target-libjava \
907         clean-target-zlib \
908         clean-target-boehm-gc \
909         clean-target-qthreads \
910         clean-target-bsp \
911         clean-target-cygmon
912
913 # All of the x11 modules that can be cleaned
914 CLEAN_X11_MODULES = \
915         clean-emacs \
916         clean-emacs19 \
917         clean-gdb \
918         clean-expect \
919         clean-gash \
920         clean-guile \
921         clean-tclX \
922         clean-tk \
923         clean-tix
924
925 # The target built for a native build.
926 .PHONY: all.normal
927 all.normal: \
928         $(ALL_MODULES) \
929         $(ALL_X11_MODULES) \
930         $(ALL_TARGET_MODULES) \
931         all-gcc
932
933 # Do a target for all the subdirectories.  A ``make do-X'' will do a
934 # ``make X'' in all subdirectories (because, in general, there is a
935 # dependency (below) of X upon do-X, a ``make X'' will also do this,
936 # but it may do additional work as well).
937 # This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
938 # because it is so large that it can easily overflow the command line
939 # length limit on some systems.
940 DO_X = \
941         do-clean \
942         do-distclean \
943         do-dvi \
944         do-info \
945         do-install-info \
946         do-installcheck \
947         do-mostlyclean \
948         do-maintainer-clean \
949         do-TAGS
950 .PHONY: $(DO_X)
951 $(DO_X):
952         @target=`echo $@ | sed -e 's/^do-//'`; \
953         r=`pwd`; export r; \
954         s=`cd $(srcdir); pwd`; export s; \
955         $(SET_LIB_PATH) \
956         for i in $(SUBDIRS) -dummy-; do \
957           if [ -f ./$$i/Makefile ]; then \
958             case $$i in \
959             gcc) \
960               for flag in $(EXTRA_GCC_FLAGS); do \
961                 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
962               done; \
963               ;; \
964             *) \
965               for flag in $(EXTRA_HOST_FLAGS); do \
966                 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
967               done; \
968               ;; \
969             esac ; \
970             export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
971             if (cd ./$$i; \
972                 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
973                         "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
974                         "RANLIB=$${RANLIB}" \
975                         "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
976                         $${target}); \
977             then true; else exit 1; fi; \
978           else true; fi; \
979         done
980         @target=`echo $@ | sed -e 's/^do-//'`; \
981         r=`pwd`; export r; \
982         s=`cd $(srcdir); pwd`; export s; \
983         $(SET_LIB_PATH) \
984         for i in $(TARGET_CONFIGDIRS) -dummy-; do \
985           if [ -f $(TARGET_SUBDIR)/$$i/Makefile ]; then \
986             for flag in $(EXTRA_TARGET_FLAGS); do \
987                 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
988             done; \
989             export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
990             if (cd $(TARGET_SUBDIR)/$$i; \
991                 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
992                         "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
993                         "RANLIB=$${RANLIB}" \
994                         "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
995                         $${target}); \
996             then true; else exit 1; fi; \
997           else true; fi; \
998         done
999
1000 # Here are the targets which correspond to the do-X targets.
1001
1002 .PHONY: info installcheck dvi install-info
1003 .PHONY: clean distclean mostlyclean maintainer-clean realclean
1004 .PHONY: local-clean local-distclean local-maintainer-clean
1005 info: do-info
1006 installcheck: do-installcheck
1007 dvi: do-dvi
1008
1009 # Make sure makeinfo is built before we do a `make info'.
1010 do-info: all-texinfo
1011
1012 install-info: do-install-info dir.info
1013         s=`cd $(srcdir); pwd`; export s; \
1014         if [ -f dir.info ] ; then \
1015           $(INSTALL_DATA) dir.info $(infodir)/dir.info ; \
1016         else true ; fi
1017
1018 local-clean:
1019         -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
1020
1021 local-distclean:
1022         -rm -f Makefile config.status config.cache mh-frag mt-frag
1023         -if [ "$(TARGET_SUBDIR)" != "." ]; then \
1024           rm -rf $(TARGET_SUBDIR); \
1025         else true; fi
1026
1027 local-maintainer-clean:
1028         @echo "This command is intended for maintainers to use;"
1029         @echo "it deletes files that may require special tools to rebuild."
1030
1031 clean: do-clean local-clean
1032 mostlyclean: do-mostlyclean local-clean
1033 distclean: do-distclean local-clean local-distclean
1034 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean 
1035 maintainer-clean: local-distclean
1036 realclean: maintainer-clean
1037
1038 # This rule is used to clean specific modules.
1039 .PHONY: $(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc
1040 $(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc:
1041         @dir=`echo $@ | sed -e 's/clean-//'`; \
1042         if [ -f ./$${dir}/Makefile ] ; then \
1043           r=`pwd`; export r; \
1044           s=`cd $(srcdir); pwd`; export s; \
1045           $(SET_LIB_PATH) \
1046           (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) clean); \
1047         else \
1048           true; \
1049         fi
1050
1051 .PHONY: $(CLEAN_TARGET_MODULES)
1052 $(CLEAN_TARGET_MODULES):
1053         @dir=`echo $@ | sed -e 's/clean-target-//'`; \
1054         rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
1055         if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1056           r=`pwd`; export r; \
1057           s=`cd $(srcdir); pwd`; export s; \
1058           $(SET_LIB_PATH) \
1059           (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) clean); \
1060         else \
1061           true; \
1062         fi
1063
1064 clean-target: $(CLEAN_TARGET_MODULES)
1065
1066 # Check target.
1067
1068 .PHONY: check
1069 check: $(CHECK_MODULES) \
1070         $(CHECK_TARGET_MODULES) \
1071         $(CHECK_X11_MODULES) \
1072         check-gcc
1073
1074 # Automated reporting of test results.
1075
1076 warning.log: build.log
1077         $(srcdir)/contrib/warn_summary build.log > $@
1078
1079 mail-report.log:
1080         if test x'$(BOOT_CFLAGS)' != x''; then \
1081             BOOT_CFLAGS='$(BOOT_CFLAGS)'; export BOOT_CFLAGS; \
1082         fi; \
1083         $(srcdir)/contrib/test_summary -t >$@
1084         chmod +x $@
1085         echo If you really want to send e-mail, run ./$@ now
1086
1087 mail-report-with-warnings.log: warning.log
1088         if test x'$(BOOT_CFLAGS)' != x''; then \
1089             BOOT_CFLAGS='$(BOOT_CFLAGS)'; export BOOT_CFLAGS; \
1090         fi; \
1091         $(srcdir)/contrib/test_summary -t -i warning.log >$@
1092         chmod +x $@
1093         echo If you really want to send e-mail, run ./$@ now
1094
1095 # Installation targets.
1096
1097 .PHONY: install install-cross uninstall source-vault binary-vault vault-install
1098 install: $(INSTALL_TARGET) 
1099 install-cross: $(INSTALL_TARGET_CROSS) 
1100
1101 uninstall:
1102         @echo "the uninstall target is not supported in this tree"
1103
1104 source-vault:
1105         $(MAKE) -f ./release/Build-A-Release \
1106                 host=$(host_alias) source-vault
1107
1108 binary-vault:
1109         $(MAKE) -f ./release/Build-A-Release \
1110                 host=$(host_alias) target=$(target_alias)
1111
1112 vault-install:
1113         @if [ -f ./release/vault-install ] ; then \
1114           ./release/vault-install $(host_alias) $(target_alias) ; \
1115         else \
1116           true ; \
1117         fi
1118
1119 .PHONY: install.all
1120 install.all: install-no-fixedincludes
1121         @if [ -f ./gcc/Makefile ] ; then \
1122                 r=`pwd` ; export r ; \
1123                 $(SET_LIB_PATH) \
1124                 (cd ./gcc; \
1125                 $(MAKE) $(FLAGS_TO_PASS) install-headers) ; \
1126         else \
1127                 true ; \
1128         fi
1129
1130 # inet-install is used because the I*Net wants DejaGNU installed but
1131 # not built.  Similarly, gzip is built but not installed.
1132 inet-install:
1133         $(MAKE) INSTALL_MODULES="`echo $(INSTALL_MODULES) | sed -e 's/install-dejagnu//' -e 's/install-gzip//'`" install
1134
1135 # install-no-fixedincludes is used because Cygnus can not distribute
1136 # the fixed header files.
1137 .PHONY: install-no-fixedincludes
1138 install-no-fixedincludes: \
1139         installdirs \
1140         $(INSTALL_MODULES) \
1141         $(INSTALL_TARGET_MODULES) \
1142         $(INSTALL_X11_MODULES) \
1143         gcc-no-fixedincludes 
1144
1145 # Install the gcc headers files, but not the fixed include files,
1146 # which Cygnus is not allowed to distribute.  This rule is very
1147 # dependent on the workings of the gcc Makefile.in.
1148 .PHONY: gcc-no-fixedincludes
1149 gcc-no-fixedincludes:
1150         @if [ -f ./gcc/Makefile ]; then \
1151           rm -rf gcc/tmp-include; \
1152           mv gcc/include gcc/tmp-include 2>/dev/null; \
1153           mkdir gcc/include; \
1154           cp $(srcdir)/gcc/gsyslimits.h gcc/include/syslimits.h; \
1155           touch gcc/stmp-fixinc gcc/include/fixed; \
1156           rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
1157           r=`pwd`; export r; \
1158           s=`cd $(srcdir); pwd` ; export s; \
1159           $(SET_LIB_PATH) \
1160           (cd ./gcc; \
1161            $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1162           rm -rf gcc/include; \
1163           mv gcc/tmp-include gcc/include 2>/dev/null; \
1164         else true; fi
1165
1166 # This rule is used to build the modules which use FLAGS_TO_PASS.  To
1167 # build a target all-X means to cd to X and make all.
1168 #
1169 # all-gui, and all-libproc are handled specially because
1170 # they are still experimental, and if they fail to build, that
1171 # shouldn't stop "make all".
1172 .PHONY: $(ALL_MODULES) all-gui all-libproc
1173 $(ALL_MODULES) all-gui all-libproc:
1174         @dir=`echo $@ | sed -e 's/all-//'`; \
1175         if [ -f ./$${dir}/Makefile ] ; then \
1176           r=`pwd`; export r; \
1177           s=`cd $(srcdir); pwd`; export s; \
1178           $(SET_LIB_PATH) \
1179           (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
1180         else \
1181           true; \
1182         fi
1183
1184 # These rules are used to check the modules which use FLAGS_TO_PASS.
1185 # To build a target check-X means to cd to X and make check.  Some
1186 # modules are only tested in a native toolchain.
1187
1188 .PHONY: $(CHECK_MODULES) $(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
1189 $(NATIVE_CHECK_MODULES):
1190         @if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
1191           dir=`echo $@ | sed -e 's/check-//'`; \
1192           if [ -f ./$${dir}/Makefile ] ; then \
1193             r=`pwd`; export r; \
1194             s=`cd $(srcdir); pwd`; export s; \
1195             $(SET_LIB_PATH) \
1196             (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1197           else \
1198             true; \
1199           fi; \
1200         fi
1201
1202 $(CROSS_CHECK_MODULES):
1203         @dir=`echo $@ | sed -e 's/check-//'`; \
1204         if [ -f ./$${dir}/Makefile ] ; then \
1205           r=`pwd`; export r; \
1206           s=`cd $(srcdir); pwd`; export s; \
1207           $(SET_LIB_PATH) \
1208           (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1209         else \
1210           true; \
1211         fi
1212
1213 # This rule is used to install the modules which use FLAGS_TO_PASS.
1214 # To build a target install-X means to cd to X and make install.
1215 .PHONY: $(INSTALL_MODULES)
1216 $(INSTALL_MODULES): installdirs
1217         @dir=`echo $@ | sed -e 's/install-//'`; \
1218         if [ -f ./$${dir}/Makefile ] ; then \
1219           r=`pwd`; export r; \
1220           s=`cd $(srcdir); pwd`; export s; \
1221           $(SET_LIB_PATH) \
1222           (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1223         else \
1224           true; \
1225         fi
1226
1227 # This rule is used to configure the modules which are built with the
1228 # target tools.
1229 .PHONY: $(CONFIGURE_TARGET_MODULES)
1230 $(CONFIGURE_TARGET_MODULES):
1231         @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1232         if [ -d $(TARGET_SUBDIR)/$${dir} ]; then \
1233           r=`pwd`; export r; \
1234           $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/$${dir}/tmpmulti.out 2> /dev/null; \
1235           if [ -s $(TARGET_SUBDIR)/$${dir}/tmpmulti.out ]; then \
1236             if [ -f $(TARGET_SUBDIR)/$${dir}/multilib.out ]; then \
1237               if cmp $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out > /dev/null; then \
1238                 rm -f $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
1239               else \
1240                 echo "Multilibs changed for $${dir}, reconfiguring"; \
1241                 rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/Makefile; \
1242                 mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1243               fi; \
1244             else \
1245               mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1246             fi; \
1247           fi; \
1248         fi; exit 0      # break command into two pieces
1249         @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1250         if [ ! -d $(TARGET_SUBDIR) ]; then \
1251           true; \
1252         elif [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1253           true; \
1254         elif echo " $(TARGET_CONFIGDIRS) " | grep " $${dir} " >/dev/null 2>&1; then \
1255           if [ -d $(srcdir)/$${dir} ]; then \
1256             [ -d $(TARGET_SUBDIR)/$${dir} ] || mkdir $(TARGET_SUBDIR)/$${dir};\
1257             r=`pwd`; export r; \
1258             s=`cd $(srcdir); pwd`; export s; \
1259             $(SET_LIB_PATH) \
1260             AR="$(AR_FOR_TARGET)"; export AR; \
1261             AS="$(AS_FOR_TARGET)"; export AS; \
1262             CC="$(CC_FOR_TARGET)"; export CC; \
1263             CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
1264             CXX="$(CXX_FOR_TARGET)"; export CXX; \
1265             CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
1266             DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
1267             LD="$(LD_FOR_TARGET)"; export LD; \
1268             LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
1269             NM="$(NM_FOR_TARGET)"; export NM; \
1270             RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
1271             WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
1272             echo Configuring in $(TARGET_SUBDIR)/$${dir}; \
1273             cd $(TARGET_SUBDIR)/$${dir}; \
1274             case $(srcdir) in \
1275             /*) \
1276               topdir=$(srcdir) ;; \
1277             *) \
1278               case "$(TARGET_SUBDIR)" in \
1279               .) topdir="../$(srcdir)" ;; \
1280               *) topdir="../../$(srcdir)" ;; \
1281               esac ;; \
1282             esac; \
1283             if [ "$(srcdir)" = "." ] ; then \
1284               if [ "$(TARGET_SUBDIR)" != "." ] ; then \
1285                 if $(SHELL) $$s/symlink-tree $${topdir}/$${dir} "no-such-file" ; then \
1286                   if [ -f Makefile ]; then \
1287                     if $(MAKE) distclean; then \
1288                       true; \
1289                     else \
1290                       exit 1; \
1291                     fi; \
1292                   else \
1293                     true; \
1294                   fi; \
1295                 else \
1296                   exit 1; \
1297                 fi; \
1298               else \
1299                 true; \
1300               fi; \
1301               srcdiroption="--srcdir=."; \
1302               libsrcdir="."; \
1303             else \
1304               srcdiroption="--srcdir=$${topdir}/$${dir}"; \
1305               libsrcdir="$$s/$${dir}"; \
1306             fi; \
1307             if [ -f $${libsrcdir}/configure ] ; then \
1308               rm -f no-such-file skip-this-dir; \
1309               CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
1310                 $(CONFIG_ARGUMENTS) $${srcdiroption} \
1311                 --with-target-subdir="$(TARGET_SUBDIR)"; \
1312             else \
1313               rm -f no-such-file skip-this-dir; \
1314               CONFIG_SITE=no-such-file $(SHELL) $$s/configure \
1315                 $(CONFIG_ARGUMENTS) $${srcdiroption} \
1316                 --with-target-subdir="$(TARGET_SUBDIR)"; \
1317             fi; \
1318             if [ -f skip-this-dir ] ; then \
1319               sh skip-this-dir; \
1320               rm -f skip-this-dir; \
1321               cd ..; rmdir $${dir} || true; \
1322             else \
1323               true; \
1324             fi; \
1325           else \
1326             true; \
1327           fi; \
1328         else \
1329           true; \
1330         fi
1331
1332 # This rule is used to build the modules which use TARGET_FLAGS_TO_PASS.
1333 # To build a target all-X means to cd to X and make all.
1334 .PHONY: $(ALL_TARGET_MODULES)
1335 $(ALL_TARGET_MODULES):
1336         @dir=`echo $@ | sed -e 's/all-target-//'`; \
1337         if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1338           r=`pwd`; export r; \
1339           s=`cd $(srcdir); pwd`; export s; \
1340           $(SET_LIB_PATH) \
1341           (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) all); \
1342         else \
1343           true; \
1344         fi
1345
1346 # This rule is used to check the modules which use TARGET_FLAGS_TO_PASS.
1347 # To build a target install-X means to cd to X and make install.
1348 .PHONY: $(CHECK_TARGET_MODULES)
1349 $(CHECK_TARGET_MODULES):
1350         @dir=`echo $@ | sed -e 's/check-target-//'`; \
1351         if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1352           r=`pwd`; export r; \
1353           s=`cd $(srcdir); pwd`; export s; \
1354           $(SET_LIB_PATH) \
1355           (cd $(TARGET_SUBDIR)/$${dir};$(MAKE) $(TARGET_FLAGS_TO_PASS) check);\
1356         else \
1357           true; \
1358         fi
1359
1360 # This rule is used to install the modules which use
1361 # TARGET_FLAGS_TO_PASS.  To build a target install-X means to cd to X
1362 # and make install.
1363 .PHONY: $(INSTALL_TARGET_MODULES)
1364 $(INSTALL_TARGET_MODULES): installdirs
1365         @dir=`echo $@ | sed -e 's/install-target-//'`; \
1366         if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1367           r=`pwd`; export r; \
1368           s=`cd $(srcdir); pwd`; export s; \
1369           $(SET_LIB_PATH) \
1370           (cd $(TARGET_SUBDIR)/$${dir}; \
1371             $(MAKE) $(TARGET_FLAGS_TO_PASS) install); \
1372         else \
1373           true; \
1374         fi
1375
1376 # This rule is used to build the modules which use X11_FLAGS_TO_PASS.
1377 # To build a target all-X means to cd to X and make all.
1378 .PHONY: $(ALL_X11_MODULES)
1379 $(ALL_X11_MODULES):
1380         @dir=`echo $@ | sed -e 's/all-//'`; \
1381         if [ -f ./$${dir}/Makefile ] ; then \
1382           r=`pwd`; export r; \
1383           s=`cd $(srcdir); pwd`; export s; \
1384           $(SET_LIB_PATH) \
1385           (cd $${dir}; \
1386            $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all); \
1387         else \
1388           true; \
1389         fi
1390
1391 # This rule is used to check the modules which use X11_FLAGS_TO_PASS.
1392 # To build a target check-X means to cd to X and make all.
1393 .PHONY: $(CHECK_X11_MODULES)
1394 $(CHECK_X11_MODULES):
1395         @dir=`echo $@ | sed -e 's/check-//'`; \
1396         if [ -f ./$${dir}/Makefile ] ; then \
1397           r=`pwd`; export r; \
1398           s=`cd $(srcdir); pwd`; export s; \
1399           $(SET_LIB_PATH) \
1400           (cd $${dir}; \
1401            $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check); \
1402         else \
1403           true; \
1404         fi
1405
1406 # This rule is used to install the modules which use X11_FLAGS_TO_PASS.
1407 # To build a target install-X means to cd to X and make install.
1408 .PHONY: $(INSTALL_X11_MODULES)
1409 $(INSTALL_X11_MODULES): installdirs
1410         @dir=`echo $@ | sed -e 's/install-//'`; \
1411         if [ -f ./$${dir}/Makefile ] ; then \
1412           r=`pwd`; export r; \
1413           s=`cd $(srcdir); pwd`; export s; \
1414           $(SET_LIB_PATH) \
1415           (cd $${dir}; \
1416            $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install); \
1417         else \
1418           true; \
1419         fi
1420
1421 # gcc is the only module which uses GCC_FLAGS_TO_PASS.
1422 .PHONY: all-gcc
1423 all-gcc:
1424         @if [ -f ./gcc/Makefile ] ; then \
1425           r=`pwd`; export r; \
1426           s=`cd $(srcdir); pwd`; export s; \
1427           $(SET_LIB_PATH) \
1428           (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
1429         else \
1430           true; \
1431         fi
1432
1433 # Building GCC uses some tools for rebuilding "source" files
1434 # like texinfo, bison/byacc, etc.  So we must depend on those.
1435 #
1436 # While building GCC, it may be necessary to run various target
1437 # programs like the assembler, linker, etc.  So we depend on
1438 # those too.
1439 #
1440 # In theory, on an SMP all those dependencies can be resolved
1441 # in parallel.
1442 #
1443 .PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean
1444 bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-bootstrap
1445         @r=`pwd`; export r; \
1446         s=`cd $(srcdir); pwd`; export s; \
1447         $(SET_LIB_PATH) \
1448         echo "Bootstrapping the compiler"; \
1449         cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) $@
1450         @r=`pwd`; export r; \
1451         s=`cd $(srcdir); pwd`; export s; \
1452         case "$@" in \
1453           *bootstrap4-lean ) \
1454                         msg="Comparing stage3 and stage4 of the compiler"; \
1455                         compare=compare3-lean ;; \
1456           *bootstrap4 ) msg="Comparing stage3 and stage4 of the compiler"; \
1457                         compare=compare3 ;; \
1458           *-lean )      msg="Comparing stage2 and stage3 of the compiler"; \
1459                         compare=compare-lean ;; \
1460           * )           msg="Comparing stage2 and stage3 of the compiler"; \
1461                         compare=compare ;; \
1462         esac; \
1463         $(SET_LIB_PATH) \
1464         echo "$$msg"; \
1465         cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) $$compare
1466         @r=`pwd`; export r; \
1467         s=`cd $(srcdir); pwd` ; export s; \
1468         $(SET_LIB_PATH) \
1469         echo "Building runtime libraries"; \
1470         $(MAKE) $(BASE_FLAGS_TO_PASS) all
1471
1472 .PHONY: cross
1473 cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
1474         @r=`pwd`; export r; \
1475         s=`cd $(srcdir); pwd`; export s; \
1476         $(SET_LIB_PATH) \
1477         echo "Building the C and C++ compiler"; \
1478         cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++"
1479         @r=`pwd`; export r; \
1480         s=`cd $(srcdir); pwd` ; export s; \
1481         $(SET_LIB_PATH) \
1482         echo "Building runtime libraries"; \
1483         $(MAKE) $(BASE_FLAGS_TO_PASS) all LANGUAGES="c c++"
1484
1485 .PHONY: check-gcc
1486 check-gcc:
1487         @if [ -f ./gcc/Makefile ] ; then \
1488           r=`pwd`; export r; \
1489           s=`cd $(srcdir); pwd`; export s; \
1490           $(SET_LIB_PATH) \
1491           (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check); \
1492         else \
1493           true; \
1494         fi
1495
1496 .PHONY: install-gcc
1497 install-gcc:
1498         @if [ -f ./gcc/Makefile ] ; then \
1499           r=`pwd`; export r; \
1500           s=`cd $(srcdir); pwd`; export s; \
1501           $(SET_LIB_PATH) \
1502           (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1503         else \
1504           true; \
1505         fi
1506
1507 .PHONY: install-gcc-cross
1508 install-gcc-cross:
1509         @if [ -f ./gcc/Makefile ] ; then \
1510           r=`pwd`; export r; \
1511           s=`cd $(srcdir); pwd`; export s; \
1512           $(SET_LIB_PATH) \
1513           (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++" install); \
1514         else \
1515           true; \
1516         fi
1517 # EXPERIMENTAL STUFF
1518 # This rule is used to install the modules which use FLAGS_TO_PASS.
1519 # To build a target install-X means to cd to X and make install.
1520 .PHONY: install-dosrel
1521 install-dosrel: installdirs info
1522         @dir=`echo $@ | sed -e 's/install-//'`; \
1523         if [ -f ./$${dir}/Makefile ] ; then \
1524           r=`pwd`; export r; \
1525           s=`cd $(srcdir); pwd`; export s; \
1526           $(SET_LIB_PATH) \
1527           (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1528         else \
1529           true; \
1530         fi
1531
1532 install-dosrel-fake:
1533
1534
1535 # This is a list of inter-dependencies among modules.
1536 all-apache:
1537 all-ash:
1538 all-autoconf: all-m4 all-texinfo
1539 all-automake: all-m4 all-texinfo
1540 all-bash:
1541 all-bfd: all-libiberty all-intl
1542 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-intl
1543 all-bison: all-texinfo
1544 configure-target-boehm-gc: configure-target-newlib configure-target-qthreads
1545 all-target-boehm-gc: configure-target-boehm-gc
1546 configure-target-bsp: $(ALL_GCC)
1547 all-target-bsp: configure-target-bsp all-gcc all-binutils all-target-newlib
1548 all-byacc:
1549 all-bzip2:
1550 all-cgen: all-libiberty
1551 all-cvssrc:
1552 configure-target-cygmon: $(ALL_GCC)
1553 all-target-cygmon: configure-target-cygmon all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-libstub all-target-bsp
1554 all-db:
1555 all-dejagnu: all-tcl all-expect all-tk
1556 all-diff: all-libiberty
1557 all-emacs:
1558 all-emacs19: all-bison all-byacc
1559 all-etc:
1560 configure-target-examples: $(ALL_GCC)
1561 all-target-examples: configure-target-examples
1562 all-expect: all-tcl all-tk
1563 all-fileutils: all-libiberty
1564 all-findutils:
1565 all-find:
1566 all-flex: all-libiberty all-bison all-byacc
1567 all-gas: all-libiberty all-opcodes all-bfd all-intl
1568 all-gash: all-tcl
1569 all-gawk:
1570 ALL_GCC = all-gcc
1571 all-gcc: all-bison all-byacc all-binutils all-gas all-ld
1572 all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib
1573 GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui
1574 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
1575 all-gettext:
1576 all-gnuserv:
1577 configure-target-gperf: $(ALL_GCC)
1578 all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++
1579 all-gprof: all-libiberty all-bfd all-opcodes all-intl
1580 all-grep: all-libiberty
1581 all-grez: all-libiberty all-bfd all-opcodes
1582 all-gui: all-gdb all-libproc all-target-librx
1583 all-guile:
1584 all-gzip: all-libiberty
1585 all-hello: all-libiberty
1586 all-indent:
1587 all-inet: all-tcl all-send-pr all-perl
1588 all-intl:
1589 all-ispell: all-emacs19
1590 all-itcl: all-tcl all-tk all-tcl8.1 all-tk8.1
1591 all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex all-intl
1592 configure-target-libg++: $(ALL_GCC) configure-target-librx
1593 all-target-libg++: configure-target-libg++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-librx all-target-libstdc++
1594 configure-target-libgloss: $(ALL_GCC)
1595 all-target-libgloss: configure-target-libgloss configure-target-newlib
1596 configure-target-libio: $(ALL_GCC)
1597 all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
1598 check-target-libio:
1599 all-libgui: all-tcl all-tk all-tcl8.1 all-tk8.1 all-itcl
1600 all-libiberty:
1601 configure-target-libffi: $(ALL_GCC) 
1602 configure-target-libjava: $(ALL_GCC) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-newlib configure-target-libffi
1603 all-target-libffi: configure-target-libffi
1604 all-target-libjava: configure-target-libjava all-gcc all-zip all-target-newlib all-target-zlib all-target-boehm-gc all-target-qthreads all-target-libffi
1605 configure-target-librx: $(ALL_GCC) configure-target-newlib
1606 all-target-librx: configure-target-librx
1607 configure-target-libstdc++: $(ALL_GCC)
1608 configure-target-libstdc++-v3: $(ALL_GCC)
1609 all-target-libstdc++: configure-target-libstdc++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
1610 all-target-libstdc++-v3: configure-target-libstdc++-v3 all-gas all-ld all-gcc all-target-libiberty all-target-newlib 
1611 configure-target-libstub: $(ALL_GCC)
1612 all-target-libstub: configure-target-libstub
1613 all-libtool:
1614 configure-target-libf2c: $(ALL_GCC)
1615 all-target-libf2c: configure-target-libf2c all-gas all-ld all-gcc all-target-libiberty all-target-newlib
1616 configure-target-libchill: $(ALL_GCC)
1617 all-target-libchill: configure-target-libchill all-gas all-ld all-gcc all-target-libiberty all-target-newlib
1618 configure-target-libobjc: $(ALL_GCC)
1619 all-target-libobjc: configure-target-libobjc all-gas all-ld all-gcc all-target-libiberty all-target-newlib
1620 all-m4: all-libiberty
1621 all-make: all-libiberty
1622 all-mmalloc:
1623 configure-target-newlib: $(ALL_GCC)
1624 configure-target-libtermcap: $(ALL_GCC)
1625 all-target-newlib: configure-target-newlib all-binutils all-gas all-gcc
1626 all-target-libtermcap: configure-target-libtermcap all-binutils all-gas all-gcc
1627 all-opcodes: all-bfd all-libiberty all-cgen
1628 all-patch: all-libiberty
1629 all-perl:
1630 all-prms: all-libiberty
1631 configure-target-qthreads: configure-target-newlib
1632 all-target-qthreads: configure-target-qthreads
1633 all-rcs:
1634 all-readline:
1635 all-recode: all-libiberty
1636 all-sed: all-libiberty
1637 all-send-pr: all-prms
1638 all-shellutils:
1639 all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen
1640 all-snavigator: all-tcl all-tk all-itcl all-db all-grep all-libgui
1641 all-tar: all-libiberty
1642 all-tcl:
1643 all-tcl8.1:
1644 all-tclX: all-tcl all-tk
1645 all-tk: all-tcl
1646 all-tk8.1: all-tcl8.1
1647 all-texinfo: all-libiberty
1648 all-textutils:
1649 all-tgas: all-libiberty all-bfd all-opcodes
1650 all-time:
1651 all-tix: all-tcl all-tk all-tcl8.1 all-tk8.1
1652 all-wdiff:
1653 all-target-winsup: all-target-newlib all-target-libiberty all-target-libtermcap configure-target-winsup
1654 configure-target-winsup: configure-target-newlib
1655 all-uudecode: all-libiberty
1656 all-zip:
1657 all-zlib:
1658 configure-target-zlib: $(ALL_GCC)
1659 all-target-zlib: configure-target-zlib
1660 configure-target-libiberty: $(ALL_GCC) configure-target-newlib
1661 all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib
1662 all-target: $(ALL_TARGET_MODULES)
1663 install-target: $(INSTALL_TARGET_MODULES)
1664 install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
1665 ### other supporting targets
1666
1667 MAKEDIRS= \
1668         $(prefix) \
1669         $(exec_prefix)
1670 .PHONY: installdirs
1671 installdirs: mkinstalldirs
1672         $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
1673
1674 dir.info: do-install-info
1675         if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
1676           $(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new ; \
1677           mv -f dir.info.new dir.info ; \
1678         else true ; \
1679         fi
1680
1681 dist:
1682         @echo "Building a full distribution of this tree isn't done"
1683         @echo "via 'make dist'.  Check out the etc/ subdirectory" 
1684
1685 etags tags: TAGS
1686
1687 # Right now this just builds TAGS in each subdirectory.  emacs19 has the
1688 # ability to use several tags files at once, so there is probably no need
1689 # to combine them into one big TAGS file (like CVS 1.3 does).  We could
1690 # (if we felt like it) have this Makefile write a piece of elisp which
1691 # the user could load to tell emacs19 where all the TAGS files we just
1692 # built are.
1693 TAGS: do-TAGS
1694
1695 # with the gnu make, this is done automatically.
1696
1697 Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag) $(gcc_version_trigger)
1698         $(SHELL) ./config.status
1699
1700 #
1701 # Support for building net releases
1702
1703 # Files in devo used in any net release.
1704 # ChangeLog omitted because it may refer to files which are not in this
1705 # distribution (perhaps it would be better to include it anyway).
1706 DEVO_SUPPORT= README Makefile.in configure configure.in \
1707         config.guess config.if config.sub config move-if-change \
1708         mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \
1709         COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
1710         mkinstalldirs ltconfig ltmain.sh missing ylwrap \
1711         libtool.m4 gettext.m4 ltcf-c.sh
1712
1713 # Files in devo/etc used in any net release.
1714 # ChangeLog omitted because it may refer to files which are not in this
1715 # distribution (perhaps it would be better to include it anyway).
1716 ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
1717         make-stds.texi standards.info*
1718
1719 # When you use `make setup-dirs' or `make taz' you should always redefine
1720 # this macro.
1721 SUPPORT_FILES = list-of-support-files-for-tool-in-question
1722
1723 # NOTE: No double quotes in the below.  It is used within shell script
1724 # as VER="$(VER)"
1725 VER = ` if grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \
1726           sed < $(TOOL)/configure.in -n 's/AM_INIT_AUTOMAKE[^,]*, *\([^)]*\))/\1/p'; \
1727         else \
1728           sed < $(TOOL)/Makefile.in -n 's/^VERSION *= *//p'; \
1729         fi`
1730 PACKAGE = $(TOOL)
1731
1732 .PHONY: taz
1733 taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
1734         $(MAKE) -f Makefile.in do-proto-toplev \
1735                 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1736                 MD5PROG="$(MD5PROG)" \
1737                 SUPPORT_FILES="$(SUPPORT_FILES)"
1738         $(MAKE) -f Makefile.in do-md5sum \
1739                 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1740                 MD5PROG="$(MD5PROG)" \
1741                 SUPPORT_FILES="$(SUPPORT_FILES)"
1742         $(MAKE) -f Makefile.in do-tar-bz2 \
1743                 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1744                 MD5PROG="$(MD5PROG)" \
1745                 SUPPORT_FILES="$(SUPPORT_FILES)"
1746
1747 .PHONY: gdb-taz
1748 gdb-taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
1749         $(MAKE) -f Makefile.in do-proto-toplev \
1750                 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1751                 MD5PROG="$(MD5PROG)" \
1752                 SUPPORT_FILES="$(SUPPORT_FILES)"
1753         $(MAKE) -f Makefile.in do-md5sum \
1754                 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1755                 MD5PROG="$(MD5PROG)" \
1756                 SUPPORT_FILES="$(SUPPORT_FILES)"
1757         $(MAKE) -f Makefile.in do-djunpack \
1758                 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1759                 MD5PROG="$(MD5PROG)" \
1760                 SUPPORT_FILES="$(SUPPORT_FILES)"
1761         $(MAKE) -f Makefile.in do-tar-bz2 \
1762                 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1763                 MD5PROG="$(MD5PROG)" \
1764                 SUPPORT_FILES="$(SUPPORT_FILES)"
1765
1766 .PHONY: do-proto-toplev
1767 do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
1768         echo "==> Making $(PACKAGE)-$(VER)/"
1769         # Take out texinfo from a few places.
1770         sed -e '/^all\.normal: /s/\all-texinfo //' \
1771             -e '/^      install-texinfo /d' \
1772         <Makefile.in >tmp
1773         mv -f tmp Makefile.in
1774         #
1775         ./configure sun4
1776         [ -z "$(CONFIGURE_TARGET_MODULES)" ] \
1777           || $(MAKE) $(CONFIGURE_TARGET_MODULES) ALL_GCC="" \
1778             CC_FOR_TARGET="$(CC)" CXX_FOR_TARGET="$(CXX)"
1779         # Make links, and run "make diststuff" or "make info" when needed.
1780         rm -rf proto-toplev ; mkdir proto-toplev
1781         set -e ; dirs="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \
1782         for d in $$dirs ; do \
1783           if [ -d $$d ]; then \
1784             if [ ! -f $$d/Makefile ] ; then true ; \
1785             elif grep '^diststuff:' $$d/Makefile >/dev/null ; then \
1786                 (cd $$d ; $(MAKE) diststuff ) || exit 1 ; \
1787             elif grep '^info:' $$d/Makefile >/dev/null ; then \
1788                 (cd $$d ; $(MAKE) info ) || exit 1 ; \
1789             fi ; \
1790             if [ -d $$d/proto-$$d.dir ]; then \
1791               ln -s ../$$d/proto-$$d.dir proto-toplev/$$d ; \
1792             else \
1793               ln -s ../$$d proto-toplev/$$d ; \
1794             fi ; \
1795           else ln -s ../$$d proto-toplev/$$d ; fi ; \
1796         done
1797         cd etc ; $(MAKE) info
1798         $(MAKE) distclean
1799         #
1800         mkdir proto-toplev/etc
1801         (cd proto-toplev/etc; \
1802          for i in $(ETC_SUPPORT); do \
1803                 ln -s ../../etc/$$i . ; \
1804          done)
1805         #
1806         # Take out texinfo from configurable dirs
1807         rm proto-toplev/configure.in
1808         sed -e '/^host_tools=/s/texinfo //' \
1809             <configure.in >proto-toplev/configure.in
1810         #
1811         mkdir proto-toplev/texinfo
1812         ln -s ../../texinfo/texinfo.tex         proto-toplev/texinfo/
1813         if test -r texinfo/util/tex3patch ; then \
1814           mkdir proto-toplev/texinfo/util && \
1815           ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util ; \
1816         else true; fi
1817         chmod -R og=u . || chmod og=u `find . -print`
1818         #
1819         -rm -f $(PACKAGE)-$(VER)
1820         ln -s proto-toplev $(PACKAGE)-$(VER)
1821
1822 .PHONY: do-tar-bz2
1823 do-tar-bz2:
1824         echo "==> Making $(PACKAGE)-$(VER).tar.bz2"
1825         -rm -f $(PACKAGE)-$(VER).tar.bz2
1826         find $(PACKAGE)-$(VER) -follow -name CVS -prune -o -type f -print \
1827                 | tar cTfh - $(PACKAGE)-$(VER).tar
1828         $(BZIPPROG) -v -9 $(PACKAGE)-$(VER).tar
1829
1830 .PHONY: do-md5sum
1831 do-md5sum:
1832         echo "==> Adding md5 checksum to top-level directory"
1833         cd proto-toplev && find * -follow -name CVS -prune -o -type f -print \
1834                 | xargs $(MD5PROG) > ../md5.sum
1835         mv md5.sum proto-toplev
1836
1837 .PHONY: do-djunpack
1838 do-djunpack:
1839         echo "==> Adding updated djunpack.bat to top-level directory"
1840         echo - 's /gdb-[0-9\.]*/gdb-'"$(VER)"'/'
1841         sed < djunpack.bat > djunpack.new \
1842                 -e 's/gdb-[0-9][0-9\.]*/gdb-'"$(VER)"'/'
1843         mv djunpack.new djunpack.bat
1844         -rm -f proto-toplev/djunpack.bat
1845         ln -s ../djunpack.bat proto-toplev/djunpack.bat
1846
1847 TEXINFO_SUPPORT= texinfo/texinfo.tex
1848 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
1849
1850 .PHONY: gas.tar.bz2
1851 GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms mkdep
1852 gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
1853         $(MAKE) -f Makefile.in taz TOOL=gas \
1854                 MD5PROG="$(MD5PROG)" \
1855                 SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
1856
1857 # The FSF "binutils" release includes gprof and ld.
1858 .PHONY: binutils.tar.bz2
1859 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep
1860 binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
1861         $(MAKE) -f Makefile.in taz TOOL=binutils \
1862                 MD5PROG="$(MD5PROG)" \
1863                 SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
1864
1865 .PHONY: gas+binutils.tar.bz2
1866 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
1867 gas+binutils.tar.bz2: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
1868         $(MAKE) -f Makefile.in taz TOOL=gas \
1869                 MD5PROG="$(MD5PROG)" \
1870                 SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"
1871
1872 .PHONY: libg++.tar.bz2
1873 LIBGXX_SUPPORT_DIRS=include libstdc++ libio librx libiberty
1874 libg++.tar.bz2: $(DIST_SUPPORT) libg++
1875         $(MAKE) -f Makefile.in taz TOOL=libg++ \
1876                 MD5PROG="$(MD5PROG)" \
1877                 SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
1878
1879 GNATS_SUPPORT_DIRS=include libiberty send-pr
1880 gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
1881         $(MAKE) -f  Makefile.in taz TOOL=gnats \
1882                 MD5PROG="$(MD5PROG)" \
1883                 SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
1884
1885 .PHONY: gdb.tar.bz2
1886 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl
1887 gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
1888         $(MAKE) -f Makefile.in gdb-taz TOOL=gdb \
1889                 MD5PROG="$(MD5PROG)" \
1890                 SUPPORT_FILES="$(GDB_SUPPORT_DIRS)"
1891
1892 .PHONY: dejagnu.tar.bz2
1893 DEJAGNU_SUPPORT_DIRS=  tcl expect libiberty
1894 dejagnu.tar.bz2: $(DIST_SUPPORT) $(DEJAGNU_SUPPORT_DIRS) dejagnu
1895         $(MAKE) -f Makefile.in taz TOOL=dejagnu \
1896                 MD5PROG="$(MD5PROG)" \
1897                 SUPPORT_FILES="$(DEJAGNU_SUPPORT_DIRS)"
1898
1899 .PHONY: gdb+dejagnu.tar.bz2
1900 GDBD_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl expect dejagnu
1901 gdb+dejagnu.tar.bz2: $(DIST_SUPPORT) $(GDBD_SUPPORT_DIRS) gdb
1902         $(MAKE) -f Makefile.in gdb-taz TOOL=gdb PACKAGE=gdb+dejagnu \
1903                 MD5PROG="$(MD5PROG)" \
1904                 SUPPORT_FILES="$(GDBD_SUPPORT_DIRS)"
1905
1906 .PHONY: insight.tar.bz2
1907 INSIGHT_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl tk itcl tix libgui
1908 insight.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
1909         $(MAKE) -f Makefile.in gdb-taz TOOL=gdb PACKAGE=insight \
1910                 MD5PROG="$(MD5PROG)" \
1911                 SUPPORT_FILES="$(INSIGHT_SUPPORT_DIRS)"
1912
1913 .PHONY: insight+dejagnu.tar.bz2
1914 INSIGHTD_SUPPORT_DIRS= $(INSIGHT_SUPPORT_DIRS) expect dejagnu
1915 insight+dejagnu.tar.bz2: $(DIST_SUPPORT) $(INSIGHTD_SUPPORT_DIRS) gdb
1916         $(MAKE) -f Makefile.in gdb-taz TOOL=gdb PACKAGE="insight+dejagnu" \
1917                 MD5PROG="$(MD5PROG)" \
1918                 SUPPORT_FILES="$(INSIGHTD_SUPPORT_DIRS)"
1919
1920 .PHONY: newlib.tar.bz2
1921 NEWLIB_SUPPORT_DIRS=libgloss
1922 # taz configures for the sun4 target which won't configure newlib.
1923 # We need newlib configured so that the .info files are made.
1924 # Unfortunately, it is not enough to just configure newlib separately:
1925 # taz will build the .info files but since SUBDIRS won't contain newlib,
1926 # distclean won't be run (leaving Makefile, config.status, and the tmp files
1927 # used in building the .info files, eg: *.def, *.ref).
1928 # The problem isn't solvable however without a lot of extra work because
1929 # target libraries are built in subdir $(target_alias) which gets nuked during
1930 # the make distclean.  For now punt on the issue of shipping newlib info files
1931 # with newlib net releases and wait for a day when some native target (sun4?)
1932 # supports newlib (if only minimally).
1933 newlib.tar.bz2: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
1934         $(MAKE) -f Makefile.in taz TOOL=newlib \
1935                 MD5PROG="$(MD5PROG)" \
1936                 SUPPORT_FILES="$(NEWLIB_SUPPORT_DIRS)" \
1937                 DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" newlib
1938
1939 .NOEXPORT:
1940 MAKEOVERRIDES=
1941
1942 # end of Makefile.in