2 # Makefile for directory with subdirs to build.
3 # Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997 Free Software Foundation
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24 exec_prefix = $(prefix)
25 bindir = $(exec_prefix)/bin
26 libdir = $(exec_prefix)/lib
27 tooldir
= $(exec_prefix)/$(target
)
29 program_transform_name
=
31 datadir = $(prefix)/share
32 mandir = $(prefix)/man
33 man1dir = $(mandir)/man1
34 man2dir = $(mandir)/man2
35 man3dir = $(mandir)/man3
36 man4dir = $(mandir)/man4
37 man5dir = $(mandir)/man5
38 man6dir = $(mandir)/man6
39 man7dir = $(mandir)/man7
40 man8dir = $(mandir)/man8
41 man9dir = $(mandir)/man9
42 infodir = $(prefix)/info
43 includedir = $(prefix)/include
48 INSTALL
= $$s/install-sh
-c
49 INSTALL_PROGRAM
= $(INSTALL
)
50 INSTALL_DATA
= $(INSTALL
) -m
644
52 INSTALL_DOSREL
= install-dosrel-fake
59 # Special variables passed down in EXTRA_GCC_FLAGS. They are defined
60 # here so that they can be overridden by Makefile fragments.
61 HOST_CC
= $(CC_FOR_BUILD
)
63 HOST_PREFIX_1
= loser-
65 # We don't specify -g -O because many compilers don't support -g -O,
66 # and/or -O is broken in and of itself.
69 CFLAGS_FOR_TARGET
= $(CFLAGS
)
71 LIBCFLAGS_FOR_TARGET
= $(CFLAGS_FOR_TARGET
)
75 # start-sanitize-chill
76 CHILLFLAGS
= $(CFLAGS
)
81 # Use -O2 to stress test the compiler.
83 LIBCXXFLAGS
= $(CXXFLAGS
) -fno-implicit-templates
84 CXXFLAGS_FOR_TARGET
= $(CXXFLAGS
)
85 LIBCXXFLAGS_FOR_TARGET
= $(CXXFLAGS_FOR_TARGET
) -fno-implicit-templates
92 # Not plain GZIP, since gzip looks there for extra command-line options.
95 # These values are substituted by configure.
99 # BISON: This line sed'ed to BISON = bison -y for FSF releases, don't remove.
100 BISON
= `if [ -f $$r/byacc/byacc ] ; \
101 then echo $$r/byacc/byacc ; \
102 else echo ${DEFAULT_YACC} ; \
105 LEX
= `if [ -f $$r/flex/flex ] ; \
106 then echo $$r/flex/flex ; \
107 else echo ${DEFAULT_LEX} ; fi`
109 M4
= `if [ -f $$r/m4/m4 ] ; \
110 then echo $$r/m4/m4 ; \
113 MAKEINFO
= `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
114 then echo $$r/texinfo/makeinfo/makeinfo ; \
115 else echo makeinfo ; fi`
117 # This just becomes part of the MAKEINFO definition passed down to
118 # sub-makes. It lets flags be given on the command line while still
119 # using the makeinfo from the object tree.
122 EXPECT
= `if [ -f $$r/expect/expect ] ; \
123 then echo $$r/expect/expect ; \
124 else echo expect ; fi`
126 RUNTEST
= `if [ -f $$s/dejagnu/runtest ] ; \
127 then echo $$s/dejagnu/runtest ; \
128 else echo runtest ; fi`
131 # compilers to use to create programs which must be run in the build
134 CXX_FOR_BUILD
= $(CXX
)
136 SUBDIRS
= "this is set via configure, don't edit this"
139 # This is set by the configure script to the list of directories which
140 # should be built using the target tools.
141 TARGET_CONFIGDIRS
= libiberty libgloss newlib libio librx libstdc
++ libg
++ winsup
143 # Target libraries are put under this directory:
144 # Changed by configure to $(target_alias) if cross.
147 # This is set by the configure script to the arguments passed to configure.
150 # This is set by configure to REALLY_SET_LIB_PATH if --enable-shared
154 # This is the name of the environment variable used for the path to
155 # the libraries. This may be changed by configure.in.
156 RPATH_ENVVAR
= LD_LIBRARY_PATH
158 # configure.in sets SET_LIB_PATH to this if --enable-shared was used.
159 REALLY_SET_LIB_PATH
= \
160 $(RPATH_ENVVAR
)=$$r/bfd
:$$r/opcodes
:$$$(RPATH_ENVVAR
); \
161 export $(RPATH_ENVVAR
);
164 INSTALL_TARGET
= installdirs \
166 $(INSTALL_TARGET_MODULES
) \
167 $(INSTALL_X11_MODULES
) \
173 if [ -f $$r/gcc/xgcc ] ; then \
174 if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
175 if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
176 echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/newlib/ -L$$r/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
178 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
181 echo $$r/gcc/xgcc -B$$r/gcc/; \
184 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
187 t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
191 # If CC_FOR_TARGET is not overriden on the command line, then this
192 # variable is passed down to the gcc Makefile, where it is used to
193 # build libgcc2.a. We define it here so that it can itself be
194 # overridden on the command line.
195 GCC_FOR_TARGET
= $$r/gcc
/xgcc
-B
$$r/gcc
/
197 # start-sanitize-chill
198 CHILL_FOR_TARGET
= ` \
199 if [ -f $$r/gcc/xgcc ] ; then \
200 echo $$r/gcc/xgcc -B$$r/gcc/ -L$$r/gcc/ch/runtime/; \
202 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
205 t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
212 if [ -f $$r/gcc/xgcc ] ; then \
213 if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
214 if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
215 echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/newlib/ -L$$r/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
217 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
220 echo $$r/gcc/xgcc -B$$r/gcc/; \
223 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
226 t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
231 if [ -f $$r/gas/as.new ] ; then \
232 echo $$r/gas/as.new ; \
234 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
237 t='$(program_transform_name)'; echo as | sed -e 's/x/x/' $$t ; \
242 if [ -f $$r/ld/ld.new ] ; then \
243 echo $$r/ld/ld.new ; \
245 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
248 t='$(program_transform_name)'; echo ld | sed -e 's/x/x/' $$t ; \
252 DLLTOOL_FOR_TARGET
= ` \
253 if [ -f $$r/binutils/dlltool ] ; then \
254 echo $$r/binutils/dlltool ; \
256 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
259 t='$(program_transform_name)'; echo dlltool | sed -e 's/x/x/' $$t ; \
264 if [ -f $$r/binutils/ar ] ; then \
265 echo $$r/binutils/ar ; \
267 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
270 t='$(program_transform_name)'; echo ar | sed -e 's/x/x/' $$t ; \
274 RANLIB_FOR_TARGET
= ` \
275 if [ -f $$r/binutils/ranlib ] ; then \
276 echo $$r/binutils/ranlib ; \
278 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
281 t='$(program_transform_name)'; echo ranlib | sed -e 's/x/x/' $$t ; \
286 if [ -f $$r/binutils/nm.new ] ; then \
287 echo $$r/binutils/nm.new ; \
289 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
292 t='$(program_transform_name)'; echo nm | sed -e 's/x/x/' $$t ; \
296 #### host and target specific makefile fragments come in here.
299 # Flags to pass down to all sub-makes.
300 # Please keep these in alphabetical order.
301 BASE_FLAGS_TO_PASS
= \
302 "AR_FLAGS=$(AR_FLAGS)" \
303 "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
304 "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
306 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
307 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
309 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
310 $(start-sanitize-chill
)\
311 "CHILLFLAGS=$(CHILLFLAGS)" \
312 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
313 "CHILL_LIB=$(CHILL_LIB)" \
314 $(end-sanitize-chill
)\
315 "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
316 "CXXFLAGS=$(CXXFLAGS)" \
317 "CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \
318 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
319 "DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \
320 "INSTALL=$(INSTALL)" \
321 "INSTALL_DATA=$(INSTALL_DATA)" \
322 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
323 "LDFLAGS=$(LDFLAGS)" \
325 "LD_FOR_TARGET=$(LD_FOR_TARGET)" \
326 "LIBCFLAGS=$(LIBCFLAGS)" \
327 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
328 "LIBCXXFLAGS=$(LIBCXXFLAGS)" \
329 "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \
332 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
333 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
334 "PICFLAG=$(PICFLAG)" \
335 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
336 "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
339 "RUNTEST=$(RUNTEST)" \
340 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
342 "exec_prefix=$(exec_prefix)" \
346 # Flags to pass down to most sub-makes, in which we're building with
347 # the host environment.
348 # If any variables are added here, they must be added to do-*, below.
354 'DLLTOOL=$(DLLTOOL)' \
359 FLAGS_TO_PASS
= $(BASE_FLAGS_TO_PASS
) $(EXTRA_HOST_FLAGS
)
361 # Flags that are concerned with the location of the X11 include files
364 # NOTE: until the top-level is getting the values via autoconf, it only
365 # causes problems to have this top-level Makefile overriding the autoconf-set
366 # values in child directories. Only variables that don't conflict with
367 # autoconf'ed ones should be passed by X11_FLAGS_TO_PASS for now.
369 X11_FLAGS_TO_PASS
= \
370 'X11_EXTRA_CFLAGS=$(X11_EXTRA_CFLAGS)' \
371 'X11_EXTRA_LIBS=$(X11_EXTRA_LIBS)'
373 # Flags to pass down to makes which are built with the target environment.
374 # The double $ decreases the length of the command line; the variables
375 # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them.
376 # If any variables are added here, they must be added to do-*, below.
377 EXTRA_TARGET_FLAGS
= \
378 'AR=$$(AR_FOR_TARGET)' \
379 'AS=$$(AS_FOR_TARGET)' \
380 'CC=$$(CC_FOR_TARGET)' \
381 'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
382 'CXX=$$(CXX_FOR_TARGET)' \
383 'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
384 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
385 'LD=$$(LD_FOR_TARGET)' \
386 'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
387 'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
388 'NM=$$(NM_FOR_TARGET)' \
389 'PICFLAG=$$(PICFLAG_FOR_TARGET)' \
390 'RANLIB=$$(RANLIB_FOR_TARGET)'
392 TARGET_FLAGS_TO_PASS
= $(BASE_FLAGS_TO_PASS
) $(EXTRA_TARGET_FLAGS
)
394 # Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
395 # unfortunately needs the native compiler and the target ar and
397 # If any variables are added here, they must be added to do-*, below.
398 # The HOST_* variables are a special case, which are used for the gcc
399 # cross-building scheme.
401 'AR=$$(AR_FOR_TARGET)' \
405 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
406 'HOST_CC=$(CC_FOR_BUILD)' \
407 'HOST_PREFIX=$(HOST_PREFIX)' \
408 'HOST_PREFIX_1=$(HOST_PREFIX_1)' \
410 'RANLIB=$$(RANLIB_FOR_TARGET)' \
411 "GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
412 `if test x"$(LANGUAGES)" != x; then echo "LANGUAGES=$(LANGUAGES)"; fi` \
413 `if test x"$(STMP_FIXPROTO)" != x; then echo "STMP_FIXPROTO=$(STMP_FIXPROTO)"; fi` \
414 `if test x"$(LIMITS_H_TEST)" != x; then echo "LIMITS_H_TEST=$(LIMITS_H_TEST)"; fi` \
415 `if test x"$(LIBGCC1_TEST)" != x; then echo "LIBGCC1_TEST=$(LIBGCC1_TEST)"; fi` \
416 `if test x"$(LIBGCC2_CFLAGS)" != x; then echo "LIBGCC2_CFLAGS=$(LIBGCC2_CFLAGS)"; fi` \
417 `if test x"$(LIBGCC2_DEBUG_CFLAGS)" != x; then echo "LIBGCC2_DEBUG_CFLAGS=$(LIBGCC2_DEBUG_CFLAGS)"; fi` \
418 `if test x"$(LIBGCC2_INCLUDES)" != x; then echo "LIBGCC2_INCLUDES=$(LIBGCC2_INCLUDES)"; fi` \
419 `if test x"$(ENQUIRE)" != x; then echo "ENQUIRE=$(ENQUIRE)"; fi` \
420 `if test x"$(BOOT_CFLAGS)" != x; then echo "BOOT_CFLAGS=$(BOOT_CFLAGS)"; fi`
422 GCC_FLAGS_TO_PASS
= $(BASE_FLAGS_TO_PASS
) $(EXTRA_GCC_FLAGS
)
424 # This is a list of the targets for all of the modules which are compiled
425 # using $(FLAGS_TO_PASS).
451 $(start-sanitize-ide
) \
453 $(end-sanitize-ide
) \
460 $(start-sanitize-ide
) \
462 $(end-sanitize-ide
) \
486 $(start-sanitize-ide
) \
488 $(end-sanitize-ide
) \
491 # This is a list of the check targets for all of the modules which are
492 # compiled using $(FLAGS_TO_PASS).
494 # The list is in two parts. The first lists those tools which
495 # are tested as part of the host's native tool-chain, and not
496 # tested in a cross configuration.
497 NATIVE_CHECK_MODULES
= \
501 CROSS_CHECK_MODULES
= \
522 $(start-sanitize-ide
) \
524 $(end-sanitize-ide
) \
531 $(start-sanitize-ide
) \
533 $(end-sanitize-ide
) \
556 $(start-sanitize-ide
) \
558 $(end-sanitize-ide
) \
561 CHECK_MODULES
=$(NATIVE_CHECK_MODULES
) $(CROSS_CHECK_MODULES
)
563 # This is a list of the install targets for all of the modules which are
564 # compiled using $(FLAGS_TO_PASS).
590 $(start-sanitize-ide
) \
592 $(end-sanitize-ide
) \
599 $(start-sanitize-ide
) \
601 $(end-sanitize-ide
) \
624 $(start-sanitize-ide
) \
626 $(end-sanitize-ide
) \
629 # This is a list of the targets for all of the modules which are compiled
630 # using $(X11_FLAGS_TO_PASS).
641 # This is a list of the check targets for all of the modules which are
642 # compiled using $(X11_FLAGS_TO_PASS).
643 CHECK_X11_MODULES
= \
651 # This is a list of the install targets for all the modules which are
652 # compiled using $(X11_FLAGS_TO_PASS).
653 INSTALL_X11_MODULES
= \
663 # This is a list of the targets for all of the modules which are compiled
664 # using $(TARGET_FLAGS_TO_PASS).
665 ALL_TARGET_MODULES
= \
667 all-target-libstdc
++ \
672 all-target-libgloss \
673 all-target-libiberty \
676 # This is a list of the configure targets for all of the modules which
677 # are compiled using the target tools.
678 CONFIGURE_TARGET_MODULES
= \
679 configure-target-libio \
680 configure-target-libstdc
++ \
681 configure-target-librx \
682 configure-target-libg
++ \
683 configure-target-newlib \
684 configure-target-winsup \
685 configure-target-libgloss \
686 configure-target-libiberty \
687 configure-target-examples
689 # This is a list of the check targets for all of the modules which are
690 # compiled using $(TARGET_FLAGS_TO_PASS).
691 CHECK_TARGET_MODULES
= \
693 check-target-libstdc
++ \
694 check-target-libg
++ \
695 check-target-newlib \
696 check-target-winsup \
697 check-target-libiberty
699 # This is a list of the install targets for all of the modules which are
700 # compiled using $(TARGET_FLAGS_TO_PASS).
701 INSTALL_TARGET_MODULES
= \
702 install-target-libio \
703 install-target-libstdc
++ \
704 install-target-libg
++ \
705 install-target-newlib \
706 install-target-winsup \
707 install-target-libgloss \
708 install-target-libiberty
710 # This is a list of the targets for which we can do a clean-{target}.
736 $(start-sanitize-ide
) \
738 $(end-sanitize-ide
) \
745 $(start-sanitize-ide
) \
747 $(end-sanitize-ide
) \
771 $(start-sanitize-ide
) \
773 $(end-sanitize-ide
) \
776 # All of the target modules that can be cleaned
777 CLEAN_TARGET_MODULES
= \
779 clean-target-libstdc
++ \
781 clean-target-libg
++ \
782 clean-target-newlib \
783 clean-target-winsup \
784 clean-target-libgloss \
785 clean-target-libiberty \
786 clean-target-examples
788 # All of the x11 modules that can be cleaned
789 CLEAN_X11_MODULES
= \
799 # The first rule in the file had better be this one. Don't put any above it.
803 # The target built for a native build.
808 $(ALL_TARGET_MODULES
) \
811 # Do a target for all the subdirectories. A ``make do-X'' will do a
812 # ``make X'' in all subdirectories (because, in general, there is a
813 # dependency (below) of X upon do-X, a ``make X'' will also do this,
814 # but it may do additional work as well).
815 # This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
816 # because it is so large that it can easily overflow the command line
817 # length limit on some systems.
826 do-maintainer-clean \
830 @target
=`echo $@ | sed -e 's/^do-//'`; \
832 s
=`cd $(srcdir); pwd`; export s
; \
834 for i in
$(SUBDIRS
) -dummy-
; do \
835 if
[ -f .
/$$i/Makefile
]; then \
838 for flag in
$(EXTRA_GCC_FLAGS
); do \
839 eval
`echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
843 for flag in
$(EXTRA_HOST_FLAGS
); do \
844 eval
`echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
848 export AR AS CC CXX NM RANLIB DLLTOOL
; \
850 $(MAKE
) $(BASE_FLAGS_TO_PASS
) "AR=$${AR}" "AS=$${AS}" \
851 "CC=$${CC}" "CXX=$${CXX}" "NM=$${NM}" \
852 "RANLIB=$${RANLIB}" \
853 "DLLTOOL=$${DLLTOOL}" \
855 then true
; else exit
1; fi
; \
858 @target
=`echo $@ | sed -e 's/^do-//'`; \
860 s
=`cd $(srcdir); pwd`; export s
; \
862 for i in
$(TARGET_CONFIGDIRS
) -dummy-
; do \
863 if
[ -f
$(TARGET_SUBDIR
)/$$i/Makefile
]; then \
864 for flag in
$(EXTRA_TARGET_FLAGS
); do \
865 eval
`echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
867 export AR AS CC CXX NM RANLIB DLLTOOL
; \
868 if
(cd
$(TARGET_SUBDIR
)/$$i; \
869 $(MAKE
) $(BASE_FLAGS_TO_PASS
) "AR=$${AR}" "AS=$${AS}" \
870 "CC=$${CC}" "CXX=$${CXX}" "NM=$${NM}" \
871 "RANLIB=$${RANLIB}" \
872 "DLLTOOL=$${DLLTOOL}" \
874 then true
; else exit
1; fi
; \
878 # Here are the targets which correspond to the do-X targets.
880 .PHONY
: info installcheck dvi install-info
881 .PHONY
: clean distclean mostlyclean maintainer-clean
realclean
882 .PHONY
: local-clean local-distclean local-maintainer-clean
884 installcheck: do-installcheck
887 # Make sure makeinfo is built before we do a `make info'.
890 install-info
: do-install-info
dir.
info
891 s
=`cd $(srcdir); pwd`; export s
; \
892 if
[ -f
dir.
info ] ; then \
893 $(INSTALL_DATA
) dir.
info $(infodir)/dir.
info ; \
897 -rm -f
*.a TEMP errs core
*.o
*~ \
#* TAGS *.E
900 -rm -f Makefile config.status config.cache
901 -if
[ "$(TARGET_SUBDIR)" != "." ]; then \
902 rm -rf
$(TARGET_SUBDIR
); \
905 local-maintainer-clean
:
906 @echo
"This command is intended for maintainers to use;"
907 @echo
"it deletes files that may require special tools to rebuild."
909 clean: do-clean local-clean
910 mostlyclean: do-mostlyclean local-clean
911 distclean: do-distclean local-clean local-distclean
912 maintainer-clean
: local-maintainer-clean do-maintainer-clean local-clean
913 maintainer-clean
: local-distclean
914 realclean: maintainer-clean
916 # This rule is used to clean specific modules.
917 .PHONY
: $(CLEAN_MODULES
) $(CLEAN_X11_MODULES
) clean-gcc
918 $(CLEAN_MODULES
) $(CLEAN_X11_MODULES
) clean-gcc
:
919 @
dir=`echo $@ | sed -e 's/clean-//'`; \
920 if
[ -f .
/$${dir}/Makefile
] ; then \
922 s
=`cd $(srcdir); pwd`; export s
; \
924 (cd
$${dir}; $(MAKE
) $(FLAGS_TO_PASS
) clean); \
929 .PHONY
: $(CLEAN_TARGET_MODULES
)
930 $(CLEAN_TARGET_MODULES
):
931 @
dir=`echo $@ | sed -e 's/clean-target-//'`; \
932 rm -f
$(TARGET_SUBDIR
)/$${dir}/multilib.out
$(TARGET_SUBDIR
)/$${dir}/tmpmulti.out
; \
933 if
[ -f
$(TARGET_SUBDIR
)/$${dir}/Makefile
] ; then \
935 s
=`cd $(srcdir); pwd`; export s
; \
937 (cd
$(TARGET_SUBDIR
)/$${dir}; $(MAKE
) $(TARGET_FLAGS_TO_PASS
) clean); \
942 clean-target
: $(CLEAN_TARGET_MODULES
)
947 check: $(CHECK_MODULES
) \
948 $(CHECK_TARGET_MODULES
) \
949 $(CHECK_X11_MODULES
) \
952 # Installation targets.
954 .PHONY
: install uninstall source-vault binary-vault vault-install
955 install: $(INSTALL_TARGET
)
958 @echo
"the uninstall target is not supported in this tree"
961 $(MAKE
) -f .
/release
/Build-A-Release \
962 host
=$(host_alias
) source-vault
965 $(MAKE
) -f .
/release
/Build-A-Release \
966 host
=$(host_alias
) target
=$(target_alias
)
969 @if
[ -f .
/release
/vault-install
] ; then \
970 .
/release
/vault-install
$(host_alias
) $(target_alias
) ; \
976 install.
all: install-no-fixedincludes
977 @if
[ -f .
/gcc
/Makefile
] ; then \
978 r
=`pwd` ; export r
; \
981 $(MAKE
) $(FLAGS_TO_PASS
) install-headers
) ; \
986 # inet-install is used because the I*Net wants DejaGNU installed but
987 # not built. Similarly, gzip is built but not installed.
989 $(MAKE
) INSTALL_MODULES
="`echo $(INSTALL_MODULES) | sed -e 's/install-dejagnu//' -e 's/install-gzip//'`" install
991 # install-no-fixedincludes is used because Cygnus can not distribute
992 # the fixed header files.
993 .PHONY
: install-no-fixedincludes
994 install-no-fixedincludes
: \
997 $(INSTALL_TARGET_MODULES
) \
998 $(INSTALL_X11_MODULES
) \
1001 # Install the gcc headers files, but not the fixed include files,
1002 # which Cygnus is not allowed to distribute. This rule is very
1003 # dependent on the workings of the gcc Makefile.in.
1004 .PHONY
: gcc-no-fixedincludes
1005 gcc-no-fixedincludes
:
1006 @if
[ -f .
/gcc
/Makefile
]; then \
1007 rm -rf gcc
/tmp-include
; \
1008 mv gcc
/include gcc
/tmp-include
2>/dev
/null
; \
1009 mkdir gcc
/include; \
1010 cp
$(srcdir)/gcc
/gsyslimits.h gcc
/include/syslimits.h
; \
1011 touch gcc
/stmp-fixinc gcc
/include/fixed
; \
1012 rm -f gcc
/stmp-headers gcc
/stmp-int-hdrs
; \
1013 r
=`pwd`; export r
; \
1014 s
=`cd $(srcdir); pwd` ; export s
; \
1017 $(MAKE
) $(GCC_FLAGS_TO_PASS
) install); \
1018 rm -rf gcc
/include; \
1019 mv gcc
/tmp-include gcc
/include 2>/dev
/null
; \
1022 # This rule is used to build the modules which use FLAGS_TO_PASS. To
1023 # build a target all-X means to cd to X and make all.
1025 # all-gui, and all-libproc are handled specially because
1026 # they are still experimental, and if they fail to build, that
1027 # shouldn't stop "make all".
1028 .PHONY
: $(ALL_MODULES
) all-gui all-libproc
1029 $(ALL_MODULES
) all-gui all-libproc
:
1030 @
dir=`echo $@ | sed -e 's/all-//'`; \
1031 if
[ -f .
/$${dir}/Makefile
] ; then \
1032 r
=`pwd`; export r
; \
1033 s
=`cd $(srcdir); pwd`; export s
; \
1035 (cd
$${dir}; $(MAKE
) $(FLAGS_TO_PASS
) all); \
1040 # These rules are used to check the modules which use FLAGS_TO_PASS.
1041 # To build a target check-X means to cd to X and make check. Some
1042 # modules are only tested in a native toolchain.
1044 .PHONY
: $(CHECK_MODULES
) $(NATIVE_CHECK_MODULES
) $(CROSS_CHECK_MODULES
)
1045 $(NATIVE_CHECK_MODULES
):
1046 @if
[ "$(host_canonical)" = "$(target_canonical)" ] ; then \
1047 dir=`echo $@ | sed -e 's/check-//'`; \
1048 if
[ -f .
/$${dir}/Makefile
] ; then \
1049 r
=`pwd`; export r
; \
1050 s
=`cd $(srcdir); pwd`; export s
; \
1052 (cd
$${dir}; $(MAKE
) $(FLAGS_TO_PASS
) check); \
1058 $(CROSS_CHECK_MODULES
):
1059 @
dir=`echo $@ | sed -e 's/check-//'`; \
1060 if
[ -f .
/$${dir}/Makefile
] ; then \
1061 r
=`pwd`; export r
; \
1062 s
=`cd $(srcdir); pwd`; export s
; \
1064 (cd
$${dir}; $(MAKE
) $(FLAGS_TO_PASS
) check); \
1069 # This rule is used to install the modules which use FLAGS_TO_PASS.
1070 # To build a target install-X means to cd to X and make install.
1071 .PHONY
: $(INSTALL_MODULES
)
1072 $(INSTALL_MODULES
): installdirs
1073 @
dir=`echo $@ | sed -e 's/install-//'`; \
1074 if
[ -f .
/$${dir}/Makefile
] ; then \
1075 r
=`pwd`; export r
; \
1076 s
=`cd $(srcdir); pwd`; export s
; \
1078 (cd
$${dir}; $(MAKE
) $(FLAGS_TO_PASS
) install); \
1083 # This rule is used to configure the modules which are built with the
1085 .PHONY
: $(CONFIGURE_TARGET_MODULES
)
1086 $(CONFIGURE_TARGET_MODULES
):
1087 @
dir=`echo $@ | sed -e 's/configure-target-//'`; \
1088 if
[ -d
$(TARGET_SUBDIR
)/$${dir} ]; then \
1089 r
=`pwd`; export r
; \
1090 $(CC_FOR_TARGET
) --print-multi-lib
> $(TARGET_SUBDIR
)/$${dir}/tmpmulti.out
2> /dev
/null
; \
1091 if
[ -s
$(TARGET_SUBDIR
)/$${dir}/tmpmulti.out
]; then \
1092 if
[ -f
$(TARGET_SUBDIR
)/$${dir}/multilib.out
]; then \
1093 if cmp
$(TARGET_SUBDIR
)/$${dir}/multilib.out
$(TARGET_SUBDIR
)/$${dir}/tmpmulti.out
> /dev
/null
; then \
1094 rm -f
$(TARGET_SUBDIR
)/$${dir}/tmpmulti.out
; \
1096 echo
"Multilibs changed for $${dir}, reconfiguring"; \
1097 rm -f
$(TARGET_SUBDIR
)/$${dir}/multilib.out
$(TARGET_SUBDIR
)/$${dir}/Makefile
; \
1098 mv
$(TARGET_SUBDIR
)/$${dir}/tmpmulti.out
$(TARGET_SUBDIR
)/$${dir}/multilib.out
; \
1101 mv
$(TARGET_SUBDIR
)/$${dir}/tmpmulti.out
$(TARGET_SUBDIR
)/$${dir}/multilib.out
; \
1104 fi
; exit
0 # break command into two pieces
1105 @
dir=`echo $@ | sed -e 's/configure-target-//'`; \
1106 if
[ ! -d
$(TARGET_SUBDIR
) ]; then \
1108 elif
[ -f
$(TARGET_SUBDIR
)/$${dir}/Makefile
] ; then \
1110 elif echo
" $(TARGET_CONFIGDIRS) " | grep
" $${dir} " >/dev
/null
2>&1; then \
1111 if
[ -d
$(srcdir)/$${dir} ]; then \
1112 [ -d
$(TARGET_SUBDIR
)/$${dir} ] || mkdir
$(TARGET_SUBDIR
)/$${dir};\
1113 r
=`pwd`; export r
; \
1114 s
=`cd $(srcdir); pwd`; export s
; \
1116 AR
="$(AR_FOR_TARGET)"; export AR
; \
1117 AS
="$(AS_FOR_TARGET)"; export AS
; \
1118 CC
="$(CC_FOR_TARGET)"; export CC
; \
1119 CFLAGS
="$(CFLAGS_FOR_TARGET)"; export CFLAGS
; \
1120 CXX
="$(CXX_FOR_TARGET)"; export CXX
; \
1121 CXXFLAGS
="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS
; \
1122 DLLTOOL
="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL
; \
1123 LD
="$(LD_FOR_TARGET)"; export LD
; \
1124 LDFLAGS
="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS
; \
1125 NM
="$(NM_FOR_TARGET)"; export NM
; \
1126 RANLIB
="$(RANLIB_FOR_TARGET)"; export RANLIB
; \
1127 echo Configuring in
$(TARGET_SUBDIR
)/$${dir}; \
1128 cd
$(TARGET_SUBDIR
)/$${dir}; \
1131 topdir
=$(srcdir) ;; \
1133 case
"$(TARGET_SUBDIR)" in \
1134 .
) topdir
="../$(srcdir)" ;; \
1135 *) topdir
="../../$(srcdir)" ;; \
1138 if
[ "$(srcdir)" = "." ] ; then \
1139 if
[ "$(TARGET_SUBDIR)" != "." ] ; then \
1140 if
$(SHELL
) $$s/symlink-tree
$${topdir}/$${dir} "no-such-file" ; then \
1141 if
[ -f Makefile
]; then \
1142 if
$(MAKE
) distclean; then \
1156 srcdiroption
="--srcdir=."; \
1159 srcdiroption
="--srcdir=$${topdir}/$${dir}"; \
1160 libsrcdir
="$$s/$${dir}"; \
1162 if
[ -f
$${libsrcdir}/configure
] ; then \
1163 $(SHELL
) $${libsrcdir}/configure \
1164 $(CONFIG_ARGUMENTS
) $${srcdiroption} \
1165 --with-target-subdir
="$(TARGET_SUBDIR)"; \
1167 $(SHELL
) $$s/configure \
1168 $(CONFIG_ARGUMENTS
) $${srcdiroption} \
1169 --with-target-subdir
="$(TARGET_SUBDIR)"; \
1178 # This rule is used to build the modules which use TARGET_FLAGS_TO_PASS.
1179 # To build a target all-X means to cd to X and make all.
1180 .PHONY
: $(ALL_TARGET_MODULES
)
1181 $(ALL_TARGET_MODULES
):
1182 @
dir=`echo $@ | sed -e 's/all-target-//'`; \
1183 if
[ -f
$(TARGET_SUBDIR
)/$${dir}/Makefile
] ; then \
1184 r
=`pwd`; export r
; \
1185 s
=`cd $(srcdir); pwd`; export s
; \
1187 (cd
$(TARGET_SUBDIR
)/$${dir}; $(MAKE
) $(TARGET_FLAGS_TO_PASS
) all); \
1192 # This rule is used to check the modules which use TARGET_FLAGS_TO_PASS.
1193 # To build a target install-X means to cd to X and make install.
1194 .PHONY
: $(CHECK_TARGET_MODULES
)
1195 $(CHECK_TARGET_MODULES
):
1196 @
dir=`echo $@ | sed -e 's/check-target-//'`; \
1197 if
[ -f
$(TARGET_SUBDIR
)/$${dir}/Makefile
] ; then \
1198 r
=`pwd`; export r
; \
1199 s
=`cd $(srcdir); pwd`; export s
; \
1201 (cd
$(TARGET_SUBDIR
)/$${dir};$(MAKE
) $(TARGET_FLAGS_TO_PASS
) check);\
1206 # This rule is used to install the modules which use
1207 # TARGET_FLAGS_TO_PASS. To build a target install-X means to cd to X
1209 .PHONY
: $(INSTALL_TARGET_MODULES
)
1210 $(INSTALL_TARGET_MODULES
): installdirs
1211 @
dir=`echo $@ | sed -e 's/install-target-//'`; \
1212 if
[ -f
$(TARGET_SUBDIR
)/$${dir}/Makefile
] ; then \
1213 r
=`pwd`; export r
; \
1214 s
=`cd $(srcdir); pwd`; export s
; \
1216 (cd
$(TARGET_SUBDIR
)/$${dir}; \
1217 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) install); \
1222 # This rule is used to build the modules which use X11_FLAGS_TO_PASS.
1223 # To build a target all-X means to cd to X and make all.
1224 .PHONY
: $(ALL_X11_MODULES
)
1226 @
dir=`echo $@ | sed -e 's/all-//'`; \
1227 if
[ -f .
/$${dir}/Makefile
] ; then \
1228 r
=`pwd`; export r
; \
1229 s
=`cd $(srcdir); pwd`; export s
; \
1232 $(MAKE
) $(FLAGS_TO_PASS
) $(X11_FLAGS_TO_PASS
) all); \
1237 # This rule is used to check the modules which use X11_FLAGS_TO_PASS.
1238 # To build a target check-X means to cd to X and make all.
1239 .PHONY
: $(CHECK_X11_MODULES
)
1240 $(CHECK_X11_MODULES
):
1241 @
dir=`echo $@ | sed -e 's/check-//'`; \
1242 if
[ -f .
/$${dir}/Makefile
] ; then \
1243 r
=`pwd`; export r
; \
1244 s
=`cd $(srcdir); pwd`; export s
; \
1247 $(MAKE
) $(FLAGS_TO_PASS
) $(X11_FLAGS_TO_PASS
) check); \
1252 # This rule is used to install the modules which use X11_FLAGS_TO_PASS.
1253 # To build a target install-X means to cd to X and make install.
1254 .PHONY
: $(INSTALL_X11_MODULES
)
1255 $(INSTALL_X11_MODULES
):
1256 @
dir=`echo $@ | sed -e 's/install-//'`; \
1257 if
[ -f .
/$${dir}/Makefile
] ; then \
1258 r
=`pwd`; export r
; \
1259 s
=`cd $(srcdir); pwd`; export s
; \
1262 $(MAKE
) $(FLAGS_TO_PASS
) $(X11_FLAGS_TO_PASS
) install); \
1267 # gcc is the only module which uses GCC_FLAGS_TO_PASS.
1270 @if
[ -f .
/gcc
/Makefile
] ; then \
1271 r
=`pwd`; export r
; \
1272 s
=`cd $(srcdir); pwd`; export s
; \
1274 (cd gcc
; $(MAKE
) $(GCC_FLAGS_TO_PASS
) all); \
1279 .PHONY
: all-bootstrap
1281 @if
[ -f .
/gcc
/Makefile
] ; then \
1282 r
=`pwd`; export r
; \
1283 s
=`cd $(srcdir); pwd`; export s
; \
1285 (cd gcc
; $(MAKE
) $(GCC_FLAGS_TO_PASS
) bootstrap
); \
1292 @if
[ -f .
/gcc
/Makefile
] ; then \
1293 r
=`pwd`; export r
; \
1294 s
=`cd $(srcdir); pwd`; export s
; \
1296 (cd gcc
; $(MAKE
) $(GCC_FLAGS_TO_PASS
) check); \
1303 @if
[ -f .
/gcc
/Makefile
] ; then \
1304 r
=`pwd`; export r
; \
1305 s
=`cd $(srcdir); pwd`; export s
; \
1307 (cd gcc
; $(MAKE
) $(GCC_FLAGS_TO_PASS
) install); \
1313 # EXPERIMENTAL STUFF
1314 # This rule is used to install the modules which use FLAGS_TO_PASS.
1315 # To build a target install-X means to cd to X and make install.
1316 .PHONY
: install-dosrel
1317 install-dosrel
: installdirs info
1318 @
dir=`echo $@ | sed -e 's/install-//'`; \
1319 if
[ -f .
/$${dir}/Makefile
] ; then \
1320 r
=`pwd`; export r
; \
1321 s
=`cd $(srcdir); pwd`; export s
; \
1323 (cd
$${dir}; $(MAKE
) $(FLAGS_TO_PASS
) install); \
1328 install-dosrel-fake
:
1331 # This is a list of inter-dependencies among modules.
1333 all-autoconf
: all-m4
1336 all-binutils
: all-libiberty all-opcodes all-bfd all-flex all-byacc
1340 all-dejagnu
: all-tcl all-expect all-tk
1341 all-diff
: all-libiberty
1343 all-emacs19
: all-byacc
1345 configure-target-examples
: $(ALL_GCC
)
1346 all-target-examples
: configure-target-examples
1347 all-expect
: all-tcl all-tk
1348 all-fileutils
: all-libiberty
1351 all-flex
: all-libiberty all-byacc
1352 all-gas
: all-libiberty all-opcodes all-bfd
1356 all-gcc
: all-byacc all-binutils all-gas all-ld
1357 all-bootstrap
: all-libiberty all-byacc all-binutils all-gas all-ld
1358 GDB_TK
= all-tk all-tcl
1359 all-gdb
: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-byacc all-sim
$(gdbnlmrequirements
) $(GDB_TK
)
1361 all-gprof
: all-libiberty all-bfd all-opcodes
1362 all-grep
: all-libiberty
1363 all-grez
: all-libiberty all-bfd all-opcodes
1364 all-gui
: all-gdb all-libproc all-target-librx
1366 all-gzip
: all-libiberty
1367 all-hello
: all-libiberty
1368 # start-sanitize-ide
1372 all-inet
: all-tcl all-send-pr all-perl
1373 all-ispell
: all-emacs19
1374 all-itcl
: all-tcl all-tk
1375 all-ld
: all-libiberty all-bfd all-opcodes all-byacc all-flex
1376 configure-target-libg
++: $(ALL_GCC
) configure-target-librx
1377 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
++
1378 configure-target-libgloss
: $(ALL_GCC
)
1379 all-target-libgloss
: configure-target-libgloss configure-target-newlib
1380 configure-target-libio
: $(ALL_GCC
)
1381 all-target-libio
: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
1383 # start-sanitize-ide
1384 all-libide
: all-tcl all-tk all-itcl
1386 configure-target-librx
: $(ALL_GCC
) configure-target-newlib
1387 all-target-librx
: configure-target-librx
1388 configure-target-libstdc
++: $(ALL_GCC
)
1389 all-target-libstdc
++: configure-target-libstdc
++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
1390 all-m4
: all-libiberty
1391 all-make
: all-libiberty
1393 configure-target-newlib
: $(ALL_GCC
)
1394 all-target-newlib
: configure-target-newlib all-binutils all-gas all-gcc
1395 all-opcodes
: all-bfd all-libiberty
1396 all-patch
: all-libiberty
1398 all-prms
: all-libiberty
1401 all-recode
: all-libiberty
1402 all-sed
: all-libiberty
1403 all-send-pr
: all-prms
1405 all-sim
: all-libiberty all-bfd all-opcodes
1406 all-sn
: all-tcl all-tk all-itcl all-db
1407 all-tar
: all-libiberty
1409 all-tclX
: all-tcl all-tk
1411 all-texinfo
: all-libiberty
1413 all-tgas
: all-libiberty all-bfd all-opcodes
1415 # start-sanitize-ide
1416 all-vmake
: all-tcl all-tk all-itcl all-libide
1419 all-target-winsup
: all-target-newlib all-target-libiberty all-target-librx all-target-libio configure-target-winsup
1420 configure-target-winsup
: configure-target-newlib
1421 all-uudecode
: all-libiberty
1422 configure-target-libiberty
: $(ALL_GCC
)
1423 all-target-libiberty
: configure-target-libiberty all-gcc all-ld all-target-newlib
1424 all-target
: $(ALL_TARGET_MODULES
)
1425 install-target
: $(INSTALL_TARGET_MODULES
)
1427 ### other supporting targets
1433 installdirs: mkinstalldirs
1434 $(SHELL
) $(srcdir)/mkinstalldirs
$(MAKEDIRS
)
1436 dir.
info: do-install-info
1437 if
[ -f
$(srcdir)/texinfo
/gen-info-dir
] ; then \
1438 $(srcdir)/texinfo
/gen-info-dir
$(infodir) $(srcdir)/texinfo
/dir.info-template
> dir.
info.new
; \
1439 mv
-f
dir.
info.new
dir.
info ; \
1444 @echo
"Building a full distribution of this tree isn't done"
1445 @echo
"via 'make dist'. Check out the etc/ subdirectory"
1449 # Right now this just builds TAGS in each subdirectory. emacs19 has the
1450 # ability to use several tags files at once, so there is probably no need
1451 # to combine them into one big TAGS file (like CVS 1.3 does). We could
1452 # (if we felt like it) have this Makefile write a piece of elisp which
1453 # the user could load to tell emacs19 where all the TAGS files we just
1457 # with the gnu make, this is done automatically.
1459 Makefile
: Makefile.in configure.in
$(host_makefile_frag
) $(target_makefile_frag
)
1460 $(SHELL
) .
/config.status
1463 # Support for building net releases
1465 # Files in devo used in any net release.
1466 # ChangeLog omitted because it may refer to files which are not in this
1467 # distribution (perhaps it would be better to include it anyway).
1468 DEVO_SUPPORT
= README Makefile.in configure configure.in \
1469 config.guess config.sub config move-if-change \
1470 mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \
1471 COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
1474 # Files in devo/etc used in any net release.
1475 # ChangeLog omitted because it may refer to files which are not in this
1476 # distribution (perhaps it would be better to include it anyway).
1477 ETC_SUPPORT
= Makefile.in configure configure.in standards.texi \
1478 make-stds.texi standards.
info*
1480 # When you use `make setup-dirs' or `make taz' you should always redefine
1482 SUPPORT_FILES
= list-of-support-files-for-tool-in-question
1483 # Files where "byacc" (Cygnus version) should be changed to "bison -y" (FSF).
1484 DISTBISONFILES
= binutils
/Makefile.in gas
/Makefile.in gdb
/Makefile.in
ld/Makefile.in
1488 taz
: $(DEVO_SUPPORT
) $(SUPPORT_FILES
) \
1489 texinfo
/texinfo.
tex texinfo
/gpl.texinfo texinfo
/lgpl.texinfo
1490 # Make sure "diststuff" files get built properly.
1491 for f in
$(DISTBISONFILES
) ; do \
1492 if
[ -r
$$f ]; then \
1493 sed
'/^BISON *=.*$$/s/.*/BISON = bison -y/' <$$f >tmp
; \
1497 # Take out texinfo from a few places; make simple BISON=bison line.
1498 sed
-e
'/^all\.normal: /s/\all-texinfo //' \
1499 -e
'/^ install-texinfo /d' \
1500 -e
'/^BISON = /,/^$$/d' \
1501 -e
'/^# BISON:/s/.*/BISON = bison -y/' \
1503 mv
-f tmp Makefile.in
1505 $(start-sanitize-Sanitize
)
1506 @if
[ -f .Sanitize
] ; then echo
"RUN Sanitize FIRST!" ; false
; fi
;
1507 $(end-sanitize-Sanitize
)
1509 [ -z
"$(CONFIGURE_TARGET_MODULES)" ] \
1510 ||
$(MAKE
) $(CONFIGURE_TARGET_MODULES
) ALL_GCC
="" \
1511 CC_FOR_TARGET
="$(CC)" CXX_FOR_TARGET
="$(CXX)"
1512 # Make links, and run "make diststuff" or "make info" when needed.
1513 rm -rf proto-toplev
; mkdir proto-toplev
1514 set
-e
; dirs
="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \
1515 for d in
$$dirs ; do \
1516 if
[ -d
$$d ]; then \
1517 if
[ ! -f
$$d/Makefile
] ; then true
; \
1518 elif grep
'^diststuff:' $$d/Makefile
>/dev
/null
; then \
1519 (cd
$$d ; $(MAKE
) diststuff
) || exit
1 ; \
1520 elif grep
'^info:' $$d/Makefile
>/dev
/null
; then \
1521 (cd
$$d ; $(MAKE
) info ) || exit
1 ; \
1523 if
[ -d
$$d/proto-
$$d.
dir ]; then \
1524 ln
-s ..
/$$d/proto-
$$d.
dir proto-toplev
/$$d ; \
1526 ln
-s ..
/$$d proto-toplev
/$$d ; \
1528 else ln
-s ..
/$$d proto-toplev
/$$d ; fi
; \
1530 cd etc
; $(MAKE
) info
1533 mkdir proto-toplev
/etc
1534 (cd proto-toplev
/etc
; \
1535 for i in
$(ETC_SUPPORT
); do \
1536 ln
-s ..
/..
/etc
/$$i .
; \
1539 # Take out texinfo from configurable dirs
1540 rm proto-toplev
/configure.in
1541 sed
-e
'/^host_tools=/s/texinfo //' \
1542 <configure.in
>proto-toplev
/configure.in
1544 mkdir proto-toplev
/texinfo
1545 ln
-s ..
/..
/texinfo
/texinfo.
tex proto-toplev
/texinfo
/
1546 ln
-s ..
/..
/texinfo
/gpl.texinfo proto-toplev
/texinfo
/
1547 ln
-s ..
/..
/texinfo
/lgpl.texinfo proto-toplev
/texinfo
/
1548 if
test -r texinfo
/util
/tex3patch
; then \
1549 mkdir proto-toplev
/texinfo
/util
&& \
1550 ln
-s ..
/..
/..
/texinfo
/util
/tex3patch proto-toplev
/texinfo
/util
; \
1552 chmod og
=u
`find . -print`
1553 $(MAKE
) -f Makefile.in do-tar-gz TOOL
=$(TOOL
) \
1554 VER
=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`
1557 echo
"==> Making $(TOOL)-$(VER).tar.gz"
1558 -rm -f
$(TOOL
)-$(VER
)
1559 ln
-s proto-toplev
$(TOOL
)-$(VER
)
1560 tar cfh
$(TOOL
)-$(VER
).
tar $(TOOL
)-$(VER
)
1561 $(GZIPPROG
) -v
-9 $(TOOL
)-$(VER
).
tar
1563 TEXINFO_SUPPORT
= texinfo
/texinfo.
tex texinfo
/gpl.texinfo texinfo
/lgpl.texinfo
1564 DIST_SUPPORT
= $(DEVO_SUPPORT
) $(TEXINFO_SUPPORT
)
1567 GAS_SUPPORT_DIRS
= bfd
include libiberty opcodes setup.com makefile.vms
1568 gas.
tar.gz
: $(DIST_SUPPORT
) $(GAS_SUPPORT_DIRS
) gas
1569 $(MAKE
) -f Makefile.in taz TOOL
=gas \
1570 SUPPORT_FILES
="$(GAS_SUPPORT_DIRS)"
1572 # The FSF "binutils" release includes gprof and ld.
1573 .PHONY
: binutils.
tar.gz
1574 BINUTILS_SUPPORT_DIRS
= bfd gas
include libiberty opcodes
ld gprof setup.com makefile.vms
1575 binutils.
tar.gz
: $(DIST_SUPPORT
) $(BINUTILS_SUPPORT_DIRS
) binutils
1576 $(MAKE
) -f Makefile.in taz TOOL
=binutils \
1577 SUPPORT_FILES
="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
1579 .PHONY
: gas
+binutils.
tar.gz
1580 GASB_SUPPORT_DIRS
= $(GAS_SUPPORT_DIRS
) binutils
ld gprof
1581 gas
+binutils.
tar.gz
: $(DIST_SUPPORT
) $(GASB_SUPPORT_DIRS
) gas
1582 $(MAKE
) -f Makefile.in taz TOOL
=gas \
1583 SUPPORT_FILES
="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"
1585 .PHONY
: libg
++.
tar.gz
1586 LIBGXX_SUPPORT_DIRS
=include libstdc
++ libio librx libiberty
1587 libg
++.
tar.gz
: $(DIST_SUPPORT
) libg
++
1588 $(MAKE
) -f Makefile.in taz TOOL
=libg
++ \
1589 SUPPORT_FILES
="$(LIBGXX_SUPPORT_DIRS)"
1591 GNATS_SUPPORT_DIRS
=include libiberty send-pr
1592 gnats.
tar.gz
: $(DIST_SUPPORT
) $(GNATS_SUPPORT_DIRS
) gnats
1593 $(MAKE
) -f Makefile.in taz TOOL
=gnats \
1594 SUPPORT_FILES
="$(GNATS_SUPPORT_DIRS)"
1597 GDB_SUPPORT_DIRS
= bfd
include libiberty mmalloc opcodes readline sim utils
1598 GDBTK_SUPPORT_DIRS
= `if [ -d tcl -a -d tk ] ; then echo tcl tk ; fi`
1599 gdb.
tar.gz
: $(DIST_SUPPORT
) $(GDB_SUPPORT_DIRS
) gdb
1600 $(MAKE
) -f Makefile.in taz TOOL
=gdb \
1601 SUPPORT_FILES
="$(GDB_SUPPORT_DIRS) $(GDBTK_SUPPORT_DIRS)"
1603 .PHONY
: newlib.
tar.gz
1604 NEWLIB_SUPPORT_DIRS
=libgloss
1605 # taz configures for the sun4 target which won't configure newlib.
1606 # We need newlib configured so that the .info files are made.
1607 # Unfortunately, it is not enough to just configure newlib separately:
1608 # taz will build the .info files but since SUBDIRS won't contain newlib,
1609 # distclean won't be run (leaving Makefile, config.status, and the tmp files
1610 # used in building the .info files, eg: *.def, *.ref).
1611 # The problem isn't solvable however without a lot of extra work because
1612 # target libraries are built in subdir $(target_alias) which gets nuked during
1613 # the make distclean. For now punt on the issue of shipping newlib info files
1614 # with newlib net releases and wait for a day when some native target (sun4?)
1615 # supports newlib (if only minimally).
1616 newlib.
tar.gz
: $(DIST_SUPPORT
) $(NEWLIB_SUPPORT_DIRS
) newlib
1617 $(MAKE
) -f Makefile.in taz TOOL
=newlib \
1618 SUPPORT_FILES
="$(NEWLIB_SUPPORT_DIRS)" \
1619 DEVO_SUPPORT
="$(DEVO_SUPPORT) COPYING.NEWLIB" newlib
1624 # start-sanitize-chill
1625 ## This is ugly, but I don't want GNU make to put these variables in
1626 ## the environment. Older makes will see this as a set of targets
1627 ## with no dependencies and no actions.
1628 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET
:
1629 # end-sanitize-chill
1631 # end of Makefile.in