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 = $(SHELL) $$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 # These flag values are normally overridden by the configure script.
70 CFLAGS_FOR_TARGET = $(CFLAGS)
72 LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
76 # start-sanitize-chill
77 CHILLFLAGS = $(CFLAGS)
82 # 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
96 # Not plain GZIP, since gzip looks there for extra command-line options.
99 # These values are substituted by configure.
103 # BISON: This line sed'ed to BISON = bison -y for FSF releases, don't remove.
104 BISON = `if [ -f $$r/byacc/byacc ] ; \
105 then echo $$r/byacc/byacc ; \
106 else echo ${DEFAULT_YACC} ; \
109 LEX = `if [ -f $$r/flex/flex ] ; \
110 then echo $$r/flex/flex ; \
111 else echo ${DEFAULT_LEX} ; fi`
113 M4 = `if [ -f $$r/m4/m4 ] ; \
114 then echo $$r/m4/m4 ; \
117 MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
118 then echo $$r/texinfo/makeinfo/makeinfo ; \
119 else echo makeinfo ; fi`
121 # This just becomes part of the MAKEINFO definition passed down to
122 # sub-makes. It lets flags be given on the command line while still
123 # using the makeinfo from the object tree.
126 EXPECT = `if [ -f $$r/expect/expect ] ; \
127 then echo $$r/expect/expect ; \
128 else echo expect ; fi`
130 RUNTEST = `if [ -f $$s/dejagnu/runtest ] ; \
131 then echo $$s/dejagnu/runtest ; \
132 else echo runtest ; fi`
135 # compilers to use to create programs which must be run in the build
138 CXX_FOR_BUILD = $(CXX)
140 SUBDIRS = "this is set via configure, don't edit this"
143 # This is set by the configure script to the list of directories which
144 # should be built using the target tools.
145 TARGET_CONFIGDIRS = libiberty libgloss newlib libio librx libstdc++ libg++ winsup
147 # Target libraries are put under this directory:
148 # Changed by configure to $(target_alias) if cross.
151 # This is set by the configure script to the arguments passed to configure.
154 # This is set by configure to REALLY_SET_LIB_PATH if --enable-shared
158 # This is the name of the environment variable used for the path to
159 # the libraries. This may be changed by configure.in.
160 RPATH_ENVVAR = LD_LIBRARY_PATH
162 # configure.in sets SET_LIB_PATH to this if --enable-shared was used.
163 REALLY_SET_LIB_PATH = \
164 $(RPATH_ENVVAR)=$$r/bfd:$$r/opcodes:$$$(RPATH_ENVVAR); \
165 export $(RPATH_ENVVAR);
168 INSTALL_TARGET = installdirs \
170 $(INSTALL_TARGET_MODULES) \
171 $(INSTALL_X11_MODULES) \
177 if [ -f $$r/gcc/xgcc ] ; then \
178 if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
179 if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
180 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; \
182 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
185 echo $$r/gcc/xgcc -B$$r/gcc/; \
188 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
191 t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
195 # If CC_FOR_TARGET is not overriden on the command line, then this
196 # variable is passed down to the gcc Makefile, where it is used to
197 # build libgcc2.a. We define it here so that it can itself be
198 # overridden on the command line.
199 GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/
201 # start-sanitize-chill
202 CHILL_FOR_TARGET = ` \
203 if [ -f $$r/gcc/xgcc ] ; then \
204 echo $$r/gcc/xgcc -B$$r/gcc/ -L$$r/gcc/ch/runtime/; \
206 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
209 t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
216 if [ -f $$r/gcc/xgcc ] ; then \
217 if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
218 if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
219 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; \
221 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
224 echo $$r/gcc/xgcc -B$$r/gcc/; \
227 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
230 t='$(program_transform_name)'; echo c++ | sed -e 's/x/x/' $$t; \
235 if [ -f $$r/gas/as.new ] ; then \
236 echo $$r/gas/as.new ; \
238 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
241 t='$(program_transform_name)'; echo as | sed -e 's/x/x/' $$t ; \
246 if [ -f $$r/ld/ld.new ] ; then \
247 echo $$r/ld/ld.new ; \
249 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
252 t='$(program_transform_name)'; echo ld | sed -e 's/x/x/' $$t ; \
256 DLLTOOL_FOR_TARGET = ` \
257 if [ -f $$r/binutils/dlltool ] ; then \
258 echo $$r/binutils/dlltool ; \
260 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
263 t='$(program_transform_name)'; echo dlltool | sed -e 's/x/x/' $$t ; \
267 WINDRES_FOR_TARGET = ` \
268 if [ -f $$r/binutils/windres ] ; then \
269 echo $$r/binutils/windres ; \
271 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
274 t='$(program_transform_name)'; echo windres | sed -e 's/x/x/' $$t ; \
279 if [ -f $$r/binutils/ar ] ; then \
280 echo $$r/binutils/ar ; \
282 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
285 t='$(program_transform_name)'; echo ar | sed -e 's/x/x/' $$t ; \
289 RANLIB_FOR_TARGET = ` \
290 if [ -f $$r/binutils/ranlib ] ; then \
291 echo $$r/binutils/ranlib ; \
293 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
296 t='$(program_transform_name)'; echo ranlib | sed -e 's/x/x/' $$t ; \
301 if [ -f $$r/binutils/nm.new ] ; then \
302 echo $$r/binutils/nm.new ; \
304 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
307 t='$(program_transform_name)'; echo nm | sed -e 's/x/x/' $$t ; \
311 #### host and target specific makefile fragments come in here.
314 # Flags to pass down to all sub-makes.
315 # Please keep these in alphabetical order.
316 BASE_FLAGS_TO_PASS = \
317 "AR_FLAGS=$(AR_FLAGS)" \
318 "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
319 "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
321 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
322 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
324 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
325 $(start-sanitize-chill)\
326 "CHILLFLAGS=$(CHILLFLAGS)" \
327 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
328 "CHILL_LIB=$(CHILL_LIB)" \
329 $(end-sanitize-chill)\
330 "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
331 "CXXFLAGS=$(CXXFLAGS)" \
332 "CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \
333 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
334 "DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \
335 "INSTALL=$(INSTALL)" \
336 "INSTALL_DATA=$(INSTALL_DATA)" \
337 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
338 "LDFLAGS=$(LDFLAGS)" \
340 "LD_FOR_TARGET=$(LD_FOR_TARGET)" \
341 "LIBCFLAGS=$(LIBCFLAGS)" \
342 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
343 "LIBCXXFLAGS=$(LIBCXXFLAGS)" \
344 "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \
347 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
348 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
349 "PICFLAG=$(PICFLAG)" \
350 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
351 "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
354 "RUNTEST=$(RUNTEST)" \
355 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
356 "WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
358 "exec_prefix=$(exec_prefix)" \
362 # Flags to pass down to most sub-makes, in which we're building with
363 # the host environment.
364 # If any variables are added here, they must be added to do-*, below.
370 'DLLTOOL=$(DLLTOOL)' \
376 FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)
378 # Flags that are concerned with the location of the X11 include files
381 # NOTE: until the top-level is getting the values via autoconf, it only
382 # causes problems to have this top-level Makefile overriding the autoconf-set
383 # values in child directories. Only variables that don't conflict with
384 # autoconf'ed ones should be passed by X11_FLAGS_TO_PASS for now.
386 X11_FLAGS_TO_PASS = \
387 'X11_EXTRA_CFLAGS=$(X11_EXTRA_CFLAGS)' \
388 'X11_EXTRA_LIBS=$(X11_EXTRA_LIBS)'
390 # Flags to pass down to makes which are built with the target environment.
391 # The double $ decreases the length of the command line; the variables
392 # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them.
393 # If any variables are added here, they must be added to do-*, below.
394 EXTRA_TARGET_FLAGS = \
395 'AR=$$(AR_FOR_TARGET)' \
396 'AS=$$(AS_FOR_TARGET)' \
397 'CC=$$(CC_FOR_TARGET)' \
398 'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
399 'CXX=$$(CXX_FOR_TARGET)' \
400 'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
401 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
402 'LD=$$(LD_FOR_TARGET)' \
403 'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
404 'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
405 'NM=$$(NM_FOR_TARGET)' \
406 'PICFLAG=$$(PICFLAG_FOR_TARGET)' \
407 'RANLIB=$$(RANLIB_FOR_TARGET)' \
408 'WINDRES=$$(WINDRES_FOR_TARGET)'
410 TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
412 # Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
413 # unfortunately needs the native compiler and the target ar and
415 # If any variables are added here, they must be added to do-*, below.
416 # The HOST_* variables are a special case, which are used for the gcc
417 # cross-building scheme.
419 'AR=$$(AR_FOR_TARGET)' \
423 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
424 'HOST_CC=$(CC_FOR_BUILD)' \
425 'HOST_PREFIX=$(HOST_PREFIX)' \
426 'HOST_PREFIX_1=$(HOST_PREFIX_1)' \
428 'RANLIB=$$(RANLIB_FOR_TARGET)' \
429 'WINDRES=$$(WINDRES_FOR_TARGET)' \
430 "GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
431 `if test x"$(LANGUAGES)" != x; then echo "LANGUAGES=$(LANGUAGES)"; fi` \
432 `if test x"$(STMP_FIXPROTO)" != x; then echo "STMP_FIXPROTO=$(STMP_FIXPROTO)"; fi` \
433 `if test x"$(LIMITS_H_TEST)" != x; then echo "LIMITS_H_TEST=$(LIMITS_H_TEST)"; fi` \
434 `if test x"$(LIBGCC1_TEST)" != x; then echo "LIBGCC1_TEST=$(LIBGCC1_TEST)"; fi` \
435 `if test x"$(LIBGCC2_CFLAGS)" != x; then echo "LIBGCC2_CFLAGS=$(LIBGCC2_CFLAGS)"; fi` \
436 `if test x"$(LIBGCC2_DEBUG_CFLAGS)" != x; then echo "LIBGCC2_DEBUG_CFLAGS=$(LIBGCC2_DEBUG_CFLAGS)"; fi` \
437 `if test x"$(LIBGCC2_INCLUDES)" != x; then echo "LIBGCC2_INCLUDES=$(LIBGCC2_INCLUDES)"; fi` \
438 `if test x"$(ENQUIRE)" != x; then echo "ENQUIRE=$(ENQUIRE)"; fi` \
439 `if test x"$(BOOT_CFLAGS)" != x; then echo "BOOT_CFLAGS=$(BOOT_CFLAGS)"; fi`
441 GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
443 # This is a list of the targets for all of the modules which are compiled
444 # using $(FLAGS_TO_PASS).
471 $(start-sanitize-ide) \
473 $(end-sanitize-ide) \
480 $(start-sanitize-ide) \
482 $(end-sanitize-ide) \
507 $(start-sanitize-ide) \
509 $(end-sanitize-ide) \
512 # This is a list of the check targets for all of the modules which are
513 # compiled using $(FLAGS_TO_PASS).
515 # The list is in two parts. The first lists those tools which
516 # are tested as part of the host's native tool-chain, and not
517 # tested in a cross configuration.
518 NATIVE_CHECK_MODULES = \
522 CROSS_CHECK_MODULES = \
544 $(start-sanitize-ide) \
546 $(end-sanitize-ide) \
553 $(start-sanitize-ide) \
555 $(end-sanitize-ide) \
579 $(start-sanitize-ide) \
581 $(end-sanitize-ide) \
584 CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
586 # This is a list of the install targets for all of the modules which are
587 # compiled using $(FLAGS_TO_PASS).
588 # We put install-opcodes before install-binutils because the installed
589 # binutils might be on PATH, and they might need the shared opcodes
618 $(start-sanitize-ide) \
620 $(end-sanitize-ide) \
627 $(start-sanitize-ide) \
629 $(end-sanitize-ide) \
652 $(start-sanitize-ide) \
654 $(end-sanitize-ide) \
657 # This is a list of the targets for all of the modules which are compiled
658 # using $(X11_FLAGS_TO_PASS).
669 # This is a list of the check targets for all of the modules which are
670 # compiled using $(X11_FLAGS_TO_PASS).
671 CHECK_X11_MODULES = \
679 # This is a list of the install targets for all the modules which are
680 # compiled using $(X11_FLAGS_TO_PASS).
681 INSTALL_X11_MODULES = \
691 # This is a list of the targets for all of the modules which are compiled
692 # using $(TARGET_FLAGS_TO_PASS).
693 ALL_TARGET_MODULES = \
695 all-target-libstdc++ \
700 all-target-libgloss \
701 all-target-libiberty \
705 # This is a list of the configure targets for all of the modules which
706 # are compiled using the target tools.
707 CONFIGURE_TARGET_MODULES = \
708 configure-target-libio \
709 configure-target-libstdc++ \
710 configure-target-librx \
711 configure-target-libg++ \
712 configure-target-newlib \
713 configure-target-winsup \
714 configure-target-libgloss \
715 configure-target-libiberty \
716 configure-target-gperf \
717 configure-target-examples
719 # This is a list of the check targets for all of the modules which are
720 # compiled using $(TARGET_FLAGS_TO_PASS).
721 CHECK_TARGET_MODULES = \
723 check-target-libstdc++ \
724 check-target-libg++ \
725 check-target-newlib \
726 check-target-winsup \
727 check-target-libiberty \
730 # This is a list of the install targets for all of the modules which are
731 # compiled using $(TARGET_FLAGS_TO_PASS).
732 INSTALL_TARGET_MODULES = \
733 install-target-libio \
734 install-target-libstdc++ \
735 install-target-libg++ \
736 install-target-newlib \
737 install-target-winsup \
738 install-target-libgloss \
739 install-target-libiberty \
742 # This is a list of the targets for which we can do a clean-{target}.
769 $(start-sanitize-ide) \
771 $(end-sanitize-ide) \
778 $(start-sanitize-ide) \
780 $(end-sanitize-ide) \
805 $(start-sanitize-ide) \
807 $(end-sanitize-ide) \
810 # All of the target modules that can be cleaned
811 CLEAN_TARGET_MODULES = \
813 clean-target-libstdc++ \
815 clean-target-libg++ \
816 clean-target-newlib \
817 clean-target-winsup \
818 clean-target-libgloss \
819 clean-target-libiberty \
821 clean-target-examples
823 # All of the x11 modules that can be cleaned
824 CLEAN_X11_MODULES = \
834 # The first rule in the file had better be this one. Don't put any above it.
838 # The target built for a native build.
843 $(ALL_TARGET_MODULES) \
846 # Do a target for all the subdirectories. A ``make do-X'' will do a
847 # ``make X'' in all subdirectories (because, in general, there is a
848 # dependency (below) of X upon do-X, a ``make X'' will also do this,
849 # but it may do additional work as well).
850 # This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
851 # because it is so large that it can easily overflow the command line
852 # length limit on some systems.
861 do-maintainer-clean \
865 @target=`echo $@ | sed -e 's/^do-//'`; \
867 s=`cd $(srcdir); pwd`; export s; \
869 for i in $(SUBDIRS) -dummy-; do \
870 if [ -f ./$$i/Makefile ]; then \
873 for flag in $(EXTRA_GCC_FLAGS); do \
874 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
878 for flag in $(EXTRA_HOST_FLAGS); do \
879 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
883 export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
885 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
886 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
887 "RANLIB=$${RANLIB}" \
888 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
890 then true; else exit 1; fi; \
893 @target=`echo $@ | sed -e 's/^do-//'`; \
895 s=`cd $(srcdir); pwd`; export s; \
897 for i in $(TARGET_CONFIGDIRS) -dummy-; do \
898 if [ -f $(TARGET_SUBDIR)/$$i/Makefile ]; then \
899 for flag in $(EXTRA_TARGET_FLAGS); do \
900 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
902 export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
903 if (cd $(TARGET_SUBDIR)/$$i; \
904 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
905 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
906 "RANLIB=$${RANLIB}" \
907 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
909 then true; else exit 1; fi; \
913 # Here are the targets which correspond to the do-X targets.
915 .PHONY: info installcheck dvi install-info
916 .PHONY: clean distclean mostlyclean maintainer-clean realclean
917 .PHONY: local-clean local-distclean local-maintainer-clean
919 installcheck: do-installcheck
922 # Make sure makeinfo is built before we do a `make info'.
925 install-info: do-install-info dir.info
926 s=`cd $(srcdir); pwd`; export s; \
927 if [ -f dir.info ] ; then \
928 $(INSTALL_DATA) dir.info $(infodir)/dir.info ; \
932 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E
935 -rm -f Makefile config.status config.cache
936 -if [ "$(TARGET_SUBDIR)" != "." ]; then \
937 rm -rf $(TARGET_SUBDIR); \
940 local-maintainer-clean:
941 @echo "This command is intended for maintainers to use;"
942 @echo "it deletes files that may require special tools to rebuild."
944 clean: do-clean local-clean
945 mostlyclean: do-mostlyclean local-clean
946 distclean: do-distclean local-clean local-distclean
947 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean
948 maintainer-clean: local-distclean
949 realclean: maintainer-clean
951 # This rule is used to clean specific modules.
952 .PHONY: $(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc
953 $(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc:
954 @dir=`echo $@ | sed -e 's/clean-//'`; \
955 if [ -f ./$${dir}/Makefile ] ; then \
957 s=`cd $(srcdir); pwd`; export s; \
959 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) clean); \
964 .PHONY: $(CLEAN_TARGET_MODULES)
965 $(CLEAN_TARGET_MODULES):
966 @dir=`echo $@ | sed -e 's/clean-target-//'`; \
967 rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
968 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
970 s=`cd $(srcdir); pwd`; export s; \
972 (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) clean); \
977 clean-target: $(CLEAN_TARGET_MODULES)
982 check: $(CHECK_MODULES) \
983 $(CHECK_TARGET_MODULES) \
984 $(CHECK_X11_MODULES) \
987 # Installation targets.
989 .PHONY: install uninstall source-vault binary-vault vault-install
990 install: $(INSTALL_TARGET)
993 @echo "the uninstall target is not supported in this tree"
996 $(MAKE) -f ./release/Build-A-Release \
997 host=$(host_alias) source-vault
1000 $(MAKE) -f ./release/Build-A-Release \
1001 host=$(host_alias) target=$(target_alias)
1004 @if [ -f ./release/vault-install ] ; then \
1005 ./release/vault-install $(host_alias) $(target_alias) ; \
1011 install.all: install-no-fixedincludes
1012 @if [ -f ./gcc/Makefile ] ; then \
1013 r=`pwd` ; export r ; \
1016 $(MAKE) $(FLAGS_TO_PASS) install-headers) ; \
1021 # inet-install is used because the I*Net wants DejaGNU installed but
1022 # not built. Similarly, gzip is built but not installed.
1024 $(MAKE) INSTALL_MODULES="`echo $(INSTALL_MODULES) | sed -e 's/install-dejagnu//' -e 's/install-gzip//'`" install
1026 # install-no-fixedincludes is used because Cygnus can not distribute
1027 # the fixed header files.
1028 .PHONY: install-no-fixedincludes
1029 install-no-fixedincludes: \
1031 $(INSTALL_MODULES) \
1032 $(INSTALL_TARGET_MODULES) \
1033 $(INSTALL_X11_MODULES) \
1034 gcc-no-fixedincludes
1036 # Install the gcc headers files, but not the fixed include files,
1037 # which Cygnus is not allowed to distribute. This rule is very
1038 # dependent on the workings of the gcc Makefile.in.
1039 .PHONY: gcc-no-fixedincludes
1040 gcc-no-fixedincludes:
1041 @if [ -f ./gcc/Makefile ]; then \
1042 rm -rf gcc/tmp-include; \
1043 mv gcc/include gcc/tmp-include 2>/dev/null; \
1044 mkdir gcc/include; \
1045 cp $(srcdir)/gcc/gsyslimits.h gcc/include/syslimits.h; \
1046 touch gcc/stmp-fixinc gcc/include/fixed; \
1047 rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
1048 r=`pwd`; export r; \
1049 s=`cd $(srcdir); pwd` ; export s; \
1052 $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1053 rm -rf gcc/include; \
1054 mv gcc/tmp-include gcc/include 2>/dev/null; \
1057 # This rule is used to build the modules which use FLAGS_TO_PASS. To
1058 # build a target all-X means to cd to X and make all.
1060 # all-gui, and all-libproc are handled specially because
1061 # they are still experimental, and if they fail to build, that
1062 # shouldn't stop "make all".
1063 .PHONY: $(ALL_MODULES) all-gui all-libproc
1064 $(ALL_MODULES) all-gui all-libproc:
1065 @dir=`echo $@ | sed -e 's/all-//'`; \
1066 if [ -f ./$${dir}/Makefile ] ; then \
1067 r=`pwd`; export r; \
1068 s=`cd $(srcdir); pwd`; export s; \
1070 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
1075 # These rules are used to check the modules which use FLAGS_TO_PASS.
1076 # To build a target check-X means to cd to X and make check. Some
1077 # modules are only tested in a native toolchain.
1079 .PHONY: $(CHECK_MODULES) $(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
1080 $(NATIVE_CHECK_MODULES):
1081 @if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
1082 dir=`echo $@ | sed -e 's/check-//'`; \
1083 if [ -f ./$${dir}/Makefile ] ; then \
1084 r=`pwd`; export r; \
1085 s=`cd $(srcdir); pwd`; export s; \
1087 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1093 $(CROSS_CHECK_MODULES):
1094 @dir=`echo $@ | sed -e 's/check-//'`; \
1095 if [ -f ./$${dir}/Makefile ] ; then \
1096 r=`pwd`; export r; \
1097 s=`cd $(srcdir); pwd`; export s; \
1099 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1104 # This rule is used to install the modules which use FLAGS_TO_PASS.
1105 # To build a target install-X means to cd to X and make install.
1106 .PHONY: $(INSTALL_MODULES)
1107 $(INSTALL_MODULES): installdirs
1108 @dir=`echo $@ | sed -e 's/install-//'`; \
1109 if [ -f ./$${dir}/Makefile ] ; then \
1110 r=`pwd`; export r; \
1111 s=`cd $(srcdir); pwd`; export s; \
1113 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1118 # This rule is used to configure the modules which are built with the
1120 .PHONY: $(CONFIGURE_TARGET_MODULES)
1121 $(CONFIGURE_TARGET_MODULES):
1122 @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1123 if [ -d $(TARGET_SUBDIR)/$${dir} ]; then \
1124 r=`pwd`; export r; \
1125 $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/$${dir}/tmpmulti.out 2> /dev/null; \
1126 if [ -s $(TARGET_SUBDIR)/$${dir}/tmpmulti.out ]; then \
1127 if [ -f $(TARGET_SUBDIR)/$${dir}/multilib.out ]; then \
1128 if cmp $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out > /dev/null; then \
1129 rm -f $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
1131 echo "Multilibs changed for $${dir}, reconfiguring"; \
1132 rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/Makefile; \
1133 mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1136 mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1139 fi; exit 0 # break command into two pieces
1140 @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1141 if [ ! -d $(TARGET_SUBDIR) ]; then \
1143 elif [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1145 elif echo " $(TARGET_CONFIGDIRS) " | grep " $${dir} " >/dev/null 2>&1; then \
1146 if [ -d $(srcdir)/$${dir} ]; then \
1147 [ -d $(TARGET_SUBDIR)/$${dir} ] || mkdir $(TARGET_SUBDIR)/$${dir};\
1148 r=`pwd`; export r; \
1149 s=`cd $(srcdir); pwd`; export s; \
1151 AR="$(AR_FOR_TARGET)"; export AR; \
1152 AS="$(AS_FOR_TARGET)"; export AS; \
1153 CC="$(CC_FOR_TARGET)"; export CC; \
1154 CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
1155 CXX="$(CXX_FOR_TARGET)"; export CXX; \
1156 CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
1157 DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
1158 LD="$(LD_FOR_TARGET)"; export LD; \
1159 LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
1160 NM="$(NM_FOR_TARGET)"; export NM; \
1161 RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
1162 WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
1163 echo Configuring in $(TARGET_SUBDIR)/$${dir}; \
1164 cd $(TARGET_SUBDIR)/$${dir}; \
1167 topdir=$(srcdir) ;; \
1169 case "$(TARGET_SUBDIR)" in \
1170 .) topdir="../$(srcdir)" ;; \
1171 *) topdir="../../$(srcdir)" ;; \
1174 if [ "$(srcdir)" = "." ] ; then \
1175 if [ "$(TARGET_SUBDIR)" != "." ] ; then \
1176 if $(SHELL) $$s/symlink-tree $${topdir}/$${dir} "no-such-file" ; then \
1177 if [ -f Makefile ]; then \
1178 if $(MAKE) distclean; then \
1192 srcdiroption="--srcdir=."; \
1195 srcdiroption="--srcdir=$${topdir}/$${dir}"; \
1196 libsrcdir="$$s/$${dir}"; \
1198 if [ -f $${libsrcdir}/configure ] ; then \
1199 $(SHELL) $${libsrcdir}/configure \
1200 $(CONFIG_ARGUMENTS) $${srcdiroption} \
1201 --with-target-subdir="$(TARGET_SUBDIR)"; \
1203 $(SHELL) $$s/configure \
1204 $(CONFIG_ARGUMENTS) $${srcdiroption} \
1205 --with-target-subdir="$(TARGET_SUBDIR)"; \
1214 # This rule is used to build the modules which use TARGET_FLAGS_TO_PASS.
1215 # To build a target all-X means to cd to X and make all.
1216 .PHONY: $(ALL_TARGET_MODULES)
1217 $(ALL_TARGET_MODULES):
1218 @dir=`echo $@ | sed -e 's/all-target-//'`; \
1219 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1220 r=`pwd`; export r; \
1221 s=`cd $(srcdir); pwd`; export s; \
1223 (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) all); \
1228 # This rule is used to check the modules which use TARGET_FLAGS_TO_PASS.
1229 # To build a target install-X means to cd to X and make install.
1230 .PHONY: $(CHECK_TARGET_MODULES)
1231 $(CHECK_TARGET_MODULES):
1232 @dir=`echo $@ | sed -e 's/check-target-//'`; \
1233 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1234 r=`pwd`; export r; \
1235 s=`cd $(srcdir); pwd`; export s; \
1237 (cd $(TARGET_SUBDIR)/$${dir};$(MAKE) $(TARGET_FLAGS_TO_PASS) check);\
1242 # This rule is used to install the modules which use
1243 # TARGET_FLAGS_TO_PASS. To build a target install-X means to cd to X
1245 .PHONY: $(INSTALL_TARGET_MODULES)
1246 $(INSTALL_TARGET_MODULES): installdirs
1247 @dir=`echo $@ | sed -e 's/install-target-//'`; \
1248 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1249 r=`pwd`; export r; \
1250 s=`cd $(srcdir); pwd`; export s; \
1252 (cd $(TARGET_SUBDIR)/$${dir}; \
1253 $(MAKE) $(TARGET_FLAGS_TO_PASS) install); \
1258 # This rule is used to build the modules which use X11_FLAGS_TO_PASS.
1259 # To build a target all-X means to cd to X and make all.
1260 .PHONY: $(ALL_X11_MODULES)
1262 @dir=`echo $@ | sed -e 's/all-//'`; \
1263 if [ -f ./$${dir}/Makefile ] ; then \
1264 r=`pwd`; export r; \
1265 s=`cd $(srcdir); pwd`; export s; \
1268 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all); \
1273 # This rule is used to check the modules which use X11_FLAGS_TO_PASS.
1274 # To build a target check-X means to cd to X and make all.
1275 .PHONY: $(CHECK_X11_MODULES)
1276 $(CHECK_X11_MODULES):
1277 @dir=`echo $@ | sed -e 's/check-//'`; \
1278 if [ -f ./$${dir}/Makefile ] ; then \
1279 r=`pwd`; export r; \
1280 s=`cd $(srcdir); pwd`; export s; \
1283 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check); \
1288 # This rule is used to install the modules which use X11_FLAGS_TO_PASS.
1289 # To build a target install-X means to cd to X and make install.
1290 .PHONY: $(INSTALL_X11_MODULES)
1291 $(INSTALL_X11_MODULES):
1292 @dir=`echo $@ | sed -e 's/install-//'`; \
1293 if [ -f ./$${dir}/Makefile ] ; then \
1294 r=`pwd`; export r; \
1295 s=`cd $(srcdir); pwd`; export s; \
1298 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install); \
1303 # gcc is the only module which uses GCC_FLAGS_TO_PASS.
1306 @if [ -f ./gcc/Makefile ] ; then \
1307 r=`pwd`; export r; \
1308 s=`cd $(srcdir); pwd`; export s; \
1310 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
1315 .PHONY: all-bootstrap
1317 @if [ -f ./gcc/Makefile ] ; then \
1318 r=`pwd`; export r; \
1319 s=`cd $(srcdir); pwd`; export s; \
1321 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) bootstrap); \
1328 @if [ -f ./gcc/Makefile ] ; then \
1329 r=`pwd`; export r; \
1330 s=`cd $(srcdir); pwd`; export s; \
1332 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check); \
1339 @if [ -f ./gcc/Makefile ] ; then \
1340 r=`pwd`; export r; \
1341 s=`cd $(srcdir); pwd`; export s; \
1343 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1349 # EXPERIMENTAL STUFF
1350 # This rule is used to install the modules which use FLAGS_TO_PASS.
1351 # To build a target install-X means to cd to X and make install.
1352 .PHONY: install-dosrel
1353 install-dosrel: installdirs info
1354 @dir=`echo $@ | sed -e 's/install-//'`; \
1355 if [ -f ./$${dir}/Makefile ] ; then \
1356 r=`pwd`; export r; \
1357 s=`cd $(srcdir); pwd`; export s; \
1359 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1364 install-dosrel-fake:
1367 # This is a list of inter-dependencies among modules.
1369 all-autoconf: all-m4
1373 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc
1377 all-dejagnu: all-tcl all-expect all-tk
1378 all-diff: all-libiberty
1380 all-emacs19: all-byacc
1382 configure-target-examples: $(ALL_GCC)
1383 all-target-examples: configure-target-examples
1384 all-expect: all-tcl all-tk
1385 all-fileutils: all-libiberty
1388 all-flex: all-libiberty all-byacc
1389 all-gas: all-libiberty all-opcodes all-bfd
1393 all-gcc: all-byacc all-binutils all-gas all-ld
1394 all-bootstrap: all-libiberty all-byacc all-binutils all-gas all-ld
1395 GDB_TK = all-tk all-tcl
1396 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
1398 configure-target-gperf: $(ALL_GCC)
1399 all-target-gperf: configure-target-gperf all-target-libiberty all-target-libg++
1400 all-gprof: all-libiberty all-bfd all-opcodes
1401 all-grep: all-libiberty
1402 all-grez: all-libiberty all-bfd all-opcodes
1403 all-gui: all-gdb all-libproc all-target-librx
1405 all-gzip: all-libiberty
1406 all-hello: all-libiberty
1407 # start-sanitize-ide
1411 all-inet: all-tcl all-send-pr all-perl
1412 all-ispell: all-emacs19
1413 all-itcl: all-tcl all-tk
1414 all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex
1415 configure-target-libg++: $(ALL_GCC) configure-target-librx
1416 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++
1417 configure-target-libgloss: $(ALL_GCC)
1418 all-target-libgloss: configure-target-libgloss configure-target-newlib
1419 configure-target-libio: $(ALL_GCC)
1420 all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
1422 # start-sanitize-ide
1423 all-libide: all-tcl all-tk all-itcl all-ilu
1425 configure-target-librx: $(ALL_GCC) configure-target-newlib
1426 all-target-librx: configure-target-librx
1427 configure-target-libstdc++: $(ALL_GCC)
1428 all-target-libstdc++: configure-target-libstdc++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
1429 all-m4: all-libiberty
1430 all-make: all-libiberty
1432 configure-target-newlib: $(ALL_GCC)
1433 all-target-newlib: configure-target-newlib all-binutils all-gas all-gcc
1434 all-opcodes: all-bfd all-libiberty
1435 all-patch: all-libiberty
1437 all-prms: all-libiberty
1440 all-recode: all-libiberty
1441 all-sed: all-libiberty
1442 all-send-pr: all-prms
1444 all-sim: all-libiberty all-bfd all-opcodes
1445 all-sn: all-tcl all-tk all-itcl all-db all-grep
1446 all-tar: all-libiberty
1448 all-tclX: all-tcl all-tk
1450 all-texinfo: all-libiberty
1452 all-tgas: all-libiberty all-bfd all-opcodes
1454 all-tix: all-tcl all-tk
1455 # start-sanitize-ide
1456 all-vmake: all-tcl all-tk all-itcl all-libide
1459 all-target-winsup: all-target-newlib all-target-libiberty all-target-librx all-target-libio configure-target-winsup
1460 configure-target-winsup: configure-target-newlib
1461 all-uudecode: all-libiberty
1462 configure-target-libiberty: $(ALL_GCC)
1463 all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib
1464 all-target: $(ALL_TARGET_MODULES)
1465 install-target: $(INSTALL_TARGET_MODULES)
1467 ### other supporting targets
1473 installdirs: mkinstalldirs
1474 $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
1476 dir.info: do-install-info
1477 if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
1478 $(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new ; \
1479 mv -f dir.info.new dir.info ; \
1484 @echo "Building a full distribution of this tree isn't done"
1485 @echo "via 'make dist'. Check out the etc/ subdirectory"
1489 # Right now this just builds TAGS in each subdirectory. emacs19 has the
1490 # ability to use several tags files at once, so there is probably no need
1491 # to combine them into one big TAGS file (like CVS 1.3 does). We could
1492 # (if we felt like it) have this Makefile write a piece of elisp which
1493 # the user could load to tell emacs19 where all the TAGS files we just
1497 # with the gnu make, this is done automatically.
1499 Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
1500 $(SHELL) ./config.status
1503 # Support for building net releases
1505 # Files in devo used in any net release.
1506 # ChangeLog omitted because it may refer to files which are not in this
1507 # distribution (perhaps it would be better to include it anyway).
1508 DEVO_SUPPORT= README Makefile.in configure configure.in \
1509 config.guess config.sub config move-if-change \
1510 mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \
1511 COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
1514 # Files in devo/etc used in any net release.
1515 # ChangeLog omitted because it may refer to files which are not in this
1516 # distribution (perhaps it would be better to include it anyway).
1517 ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
1518 make-stds.texi standards.info*
1520 # When you use `make setup-dirs' or `make taz' you should always redefine
1522 SUPPORT_FILES = list-of-support-files-for-tool-in-question
1526 taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
1527 texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1528 # Take out texinfo from a few places; make simple BISON=bison line.
1529 sed -e '/^all\.normal: /s/\all-texinfo //' \
1530 -e '/^ install-texinfo /d' \
1531 -e '/^BISON = `if/,/^$$/d' \
1532 -e '/^# BISON:/s/.*/BISON = $(DEFAULT_YACC)/' \
1534 mv -f tmp Makefile.in
1536 $(start-sanitize-Sanitize)
1537 @if [ -f .Sanitize ] ; then echo "RUN Sanitize FIRST!" ; false ; fi ;
1538 $(end-sanitize-Sanitize)
1540 [ -z "$(CONFIGURE_TARGET_MODULES)" ] \
1541 || $(MAKE) $(CONFIGURE_TARGET_MODULES) ALL_GCC="" \
1542 CC_FOR_TARGET="$(CC)" CXX_FOR_TARGET="$(CXX)"
1543 # Make links, and run "make diststuff" or "make info" when needed.
1544 rm -rf proto-toplev ; mkdir proto-toplev
1545 set -e ; dirs="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \
1546 for d in $$dirs ; do \
1547 if [ -d $$d ]; then \
1548 if [ ! -f $$d/Makefile ] ; then true ; \
1549 elif grep '^diststuff:' $$d/Makefile >/dev/null ; then \
1550 (cd $$d ; $(MAKE) diststuff ) || exit 1 ; \
1551 elif grep '^info:' $$d/Makefile >/dev/null ; then \
1552 (cd $$d ; $(MAKE) info ) || exit 1 ; \
1554 if [ -d $$d/proto-$$d.dir ]; then \
1555 ln -s ../$$d/proto-$$d.dir proto-toplev/$$d ; \
1557 ln -s ../$$d proto-toplev/$$d ; \
1559 else ln -s ../$$d proto-toplev/$$d ; fi ; \
1561 cd etc ; $(MAKE) info
1564 mkdir proto-toplev/etc
1565 (cd proto-toplev/etc; \
1566 for i in $(ETC_SUPPORT); do \
1567 ln -s ../../etc/$$i . ; \
1570 # Take out texinfo from configurable dirs
1571 rm proto-toplev/configure.in
1572 sed -e '/^host_tools=/s/texinfo //' \
1573 <configure.in >proto-toplev/configure.in
1575 mkdir proto-toplev/texinfo
1576 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
1577 ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
1578 ln -s ../../texinfo/lgpl.texinfo proto-toplev/texinfo/
1579 if test -r texinfo/util/tex3patch ; then \
1580 mkdir proto-toplev/texinfo/util && \
1581 ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util ; \
1583 chmod og=u `find . -print`
1584 $(MAKE) -f Makefile.in do-tar-gz TOOL=$(TOOL) \
1585 VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`
1588 echo "==> Making $(TOOL)-$(VER).tar.gz"
1589 -rm -f $(TOOL)-$(VER)
1590 ln -s proto-toplev $(TOOL)-$(VER)
1591 tar cfh $(TOOL)-$(VER).tar $(TOOL)-$(VER)
1592 $(GZIPPROG) -v -9 $(TOOL)-$(VER).tar
1594 TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1595 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
1598 GAS_SUPPORT_DIRS= bfd include libiberty opcodes setup.com makefile.vms
1599 gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
1600 $(MAKE) -f Makefile.in taz TOOL=gas \
1601 SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
1603 # The FSF "binutils" release includes gprof and ld.
1604 .PHONY: binutils.tar.gz
1605 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof setup.com makefile.vms
1606 binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
1607 $(MAKE) -f Makefile.in taz TOOL=binutils \
1608 SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
1610 .PHONY: gas+binutils.tar.gz
1611 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
1612 gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
1613 $(MAKE) -f Makefile.in taz TOOL=gas \
1614 SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"
1616 .PHONY: libg++.tar.gz
1617 LIBGXX_SUPPORT_DIRS=include libstdc++ libio librx libiberty
1618 libg++.tar.gz: $(DIST_SUPPORT) libg++
1619 $(MAKE) -f Makefile.in taz TOOL=libg++ \
1620 SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
1622 GNATS_SUPPORT_DIRS=include libiberty send-pr
1623 gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
1624 $(MAKE) -f Makefile.in taz TOOL=gnats \
1625 SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
1628 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils
1629 GDBTK_SUPPORT_DIRS= `if [ -d tcl -a -d tk ] ; then echo tcl tk ; fi`
1630 gdb.tar.gz: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
1631 $(MAKE) -f Makefile.in taz TOOL=gdb \
1632 SUPPORT_FILES="$(GDB_SUPPORT_DIRS) $(GDBTK_SUPPORT_DIRS)"
1634 .PHONY: newlib.tar.gz
1635 NEWLIB_SUPPORT_DIRS=libgloss
1636 # taz configures for the sun4 target which won't configure newlib.
1637 # We need newlib configured so that the .info files are made.
1638 # Unfortunately, it is not enough to just configure newlib separately:
1639 # taz will build the .info files but since SUBDIRS won't contain newlib,
1640 # distclean won't be run (leaving Makefile, config.status, and the tmp files
1641 # used in building the .info files, eg: *.def, *.ref).
1642 # The problem isn't solvable however without a lot of extra work because
1643 # target libraries are built in subdir $(target_alias) which gets nuked during
1644 # the make distclean. For now punt on the issue of shipping newlib info files
1645 # with newlib net releases and wait for a day when some native target (sun4?)
1646 # supports newlib (if only minimally).
1647 newlib.tar.gz: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
1648 $(MAKE) -f Makefile.in taz TOOL=newlib \
1649 SUPPORT_FILES="$(NEWLIB_SUPPORT_DIRS)" \
1650 DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" newlib
1655 # start-sanitize-chill
1656 ## This is ugly, but I don't want GNU make to put these variables in
1657 ## the environment. Older makes will see this as a set of targets
1658 ## with no dependencies and no actions.
1659 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
1660 # end-sanitize-chill
1662 # end of Makefile.in