2 # Makefile for directory with subdirs to build.
3 # Copyright (C) 1990, 1991, 1992, 1993 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., 675 Mass Ave, Cambridge, MA 02139, 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)/lib
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
44 docdir = $(datadir)/doc
48 INSTALL = $${srcroot}/install.sh -c
49 INSTALL_PROGRAM = $(INSTALL)
50 INSTALL_DATA = $(INSTALL)
51 INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
58 # start-sanitize-chill
59 CHILLFLAGS = $(CFLAGS)
69 # BISON: This line sed'ed to BISON = bison -y for FSF releases, don't remove.
70 BISON = `if [ -f $${rootme}/byacc/byacc ] ; \
71 then echo $${rootme}/byacc/byacc ; \
75 LEX = `if [ -f $${rootme}/flex/flex ] ; \
76 then echo $${rootme}/flex/flex ; \
79 MAKEINFO = `if [ -f $${rootme}/texinfo/makeinfo/makeinfo ] ; \
80 then echo $${rootme}/texinfo/makeinfo/makeinfo ; \
81 else echo makeinfo ; fi`
82 # This just becomes part of the MAKEINFO definition passed down to
83 # sub-makes. It lets flags be given on the command line while still
84 # using the makeinfo from the object tree.
87 EXPECT = `if [ -f $${rootme}/expect/expect ] ; \
88 then echo $${rootme}/expect/expect ; \
89 else echo expect ; fi`
91 RUNTEST = `if [ -f $${srcroot}/dejagnu/runtest ] ; \
92 then echo $${srcroot}/dejagnu/runtest ; \
93 else echo runtest ; fi`
96 # libraries that may need to be augmented on a system-by-system basis
99 # compilers to use to create programs which must be run in the build
102 CXX_FOR_BUILD = $(CXX)
104 SUBDIRS = "this is set via configure, don't edit this"
108 INSTALL_TARGET = install-dirs \
110 $(INSTALL_TARGET_MODULES) \
111 $(INSTALL_X11_MODULES) \
115 if [ -f $${rootme}/gcc/Makefile ] ; then \
116 echo $${rootme}/gcc/xgcc -B$${rootme}/gcc/; \
118 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
121 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
125 # start-sanitize-chill
126 CHILL_FOR_TARGET = ` \
127 if [ -f $${rootme}/gcc/Makefile ] ; then \
128 echo $${rootme}/gcc/xgcc -B$${rootme}/gcc/ -L$${rootme}/chillrt/; \
130 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
133 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
140 if [ -f $${rootme}/gcc/Makefile ] ; then \
141 echo $${rootme}/gcc/xgcc -B$${rootme}/gcc/; \
143 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
146 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
151 if [ -f $${rootme}/gas/Makefile ] ; then \
152 echo $${rootme}/gas/as.new ; \
154 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
157 t='$(program_transform_name)'; echo as | sed -e '' $$t ; \
162 if [ -f $${rootme}/binutils/Makefile ] ; then \
163 echo $${rootme}/binutils/ar ; \
165 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
168 t='$(program_transform_name)'; echo ar | sed -e '' $$t ; \
172 RANLIB_FOR_TARGET = ` \
173 if [ -f $${rootme}/binutils/Makefile ] ; then \
174 echo $${rootme}/binutils/ranlib ; \
176 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
179 t='$(program_transform_name)'; echo ranlib | sed -e '' $$t ; \
184 if [ -f $${rootme}/binutils/Makefile ] ; then \
185 echo $${rootme}/binutils/nm ; \
187 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
190 t='$(program_transform_name)'; echo nm | sed -e '' $$t ; \
194 # FIXME: This is badly named.
196 if [ -f $${rootme}/gcc/Makefile ] ; then \
197 if [ -f $${rootme}/newlib/Makefile ] ; then \
198 echo -I$${rootme}/newlib/targ-include -I$${srcroot}/newlib/libc/include -I$${rootme}/gcc/include -nostdinc ; \
200 echo -I$${rootme}/gcc/include ; \
208 #### host and target specific makefile fragments come in here.
211 # Flags to pass down to all sub-makes.
212 # Please keep these in alphabetical order.
213 BASE_FLAGS_TO_PASS = \
214 "AR_FLAGS=$(AR_FLAGS)" \
215 "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
216 "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
218 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
219 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
221 $(start-sanitize-chill)\
222 "CHILLFLAGS=$(CHILLFLAGS)" \
223 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
224 "CHILL_LIB=$(CHILL_LIB)" \
225 $(end-sanitize-chill)\
226 "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
227 "CXXFLAGS=$(CXXFLAGS)" \
228 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
229 "GCC_FOR_TARGET=$(CC_FOR_TARGET)" \
230 "INSTALL=$(INSTALL)" \
231 "INSTALL_DATA=$(INSTALL_DATA)" \
232 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
233 "INSTALL_XFORM=$(INSTALL_XFORM)" \
234 "LDFLAGS=$(LDFLAGS)" \
236 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
237 "MUNCH_NM=$(MUNCH_NM)" \
238 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
240 "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
242 "RUNTEST=$(RUNTEST)" \
243 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
244 "XTRAFLAGS_FOR_TARGET=$(XTRAFLAGS)" \
245 "exec_prefix=$(exec_prefix)" \
249 # Flags to pass down to most sub-makes, in which we're building with
250 # the host environment.
251 # If any variables are added here, they must be added to do-*, below.
261 FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)
263 # Flags that are concerned with the location of the X11 include files
265 X11_FLAGS_TO_PASS = \
266 "X11_INCLUDE_FLAGS=$(X11_INCLUDE_FLAGS)" \
267 "X11_LIB_FLAGS=$(X11_LIB_FLAGS)" \
270 # Flags to pass down to makes which are built with the target environment.
271 # The double $ decreases the length of the command line; the variables
272 # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them.
273 # If any variables are added here, they must be added to do-*, below.
274 EXTRA_TARGET_FLAGS = \
275 'AR=$$(AR_FOR_TARGET)' \
276 'AS=$$(AS_FOR_TARGET)' \
277 'CC=$$(CC_FOR_TARGET)' \
278 'CXX=$$(CXX_FOR_TARGET)' \
279 'NM=$$(NM_FOR_TARGET)' \
280 'RANLIB=$$(RANLIB_FOR_TARGET)' \
281 'XTRAFLAGS=$$(XTRAFLAGS_FOR_TARGET)'
283 TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
285 # Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
286 # unfortunately needs the native compiler and the target ar and
288 # If any variables are added here, they must be added to do-*, below.
289 # The HOST_* variables are a special case, which are used for the gcc
290 # cross-building scheme.
291 HOST_CC = $(CC_FOR_BUILD)
293 HOST_PREFIX_1 = loser-
295 'AR=$$(AR_FOR_TARGET)' \
299 'HOST_CC=$(CC_FOR_BUILD)' \
300 'HOST_PREFIX=$(HOST_PREFIX)' \
301 'HOST_PREFIX_1=$(HOST_PREFIX_1)' \
303 'RANLIB=$$(RANLIB_FOR_TARGET)' \
306 GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
308 # This is a list of the targets for all of the modules which are compiled
309 # using $(FLAGS_TO_PASS).
357 # This is a list of the check targets for all of the modules which are
358 # compiled using $(FLAGS_TO_PASS).
404 # This is a list of the install targets for all of the modules which are
405 # compiled using $(FLAGS_TO_PASS).
452 # This is a list of the targets for all of the modules which are compiled
453 # using $(X11_FLAGS_TO_PASS).
460 # This is a list of the check targets for all of the modules which are
461 # compiled using $(X11_FLAGS_TO_PASS).
462 CHECK_X11_MODULES = \
468 # This is a list of the install targets for all the modules which are
469 # compiled using $(X11_FLAGS_TO_PASS).
470 INSTALL_X11_MODULES = \
476 # This is a list of the targets for all of the modules which are compiled
477 # using $(TARGET_FLAGS_TO_PASS).
478 ALL_TARGET_MODULES = \
479 $(start-sanitize-chill) \
481 $(end-sanitize-chill) \
486 # This is a list of the check targets for all of the modules which are
487 # compiled using $(TARGET_FLAGS_TO_PASS).
488 CHECK_TARGET_MODULES = \
489 $(start-sanitize-chill) \
491 $(end-sanitize-chill) \
496 # This is a list of the install targets for all of the modules which are
497 # compiled using $(TARGET_FLAGS_TO_PASS).
498 INSTALL_TARGET_MODULES = \
499 $(start-sanitize-chill) \
501 $(end-sanitize-chill) \
506 # This is a shell case of all modules which are compiled using
507 # $(TARGET_FLAGS_TO_PASS), used in the do-X rule.
508 TARGET_LIBS = libg++ | newlib | xiberty
509 # start-sanitize-chill
510 TARGET_LIBS = chillrt | libg++ | newlib | xiberty
513 # The first rule in the file had better be this one. Don't put any above it.
517 # The target built for a native build.
521 $(ALL_TARGET_MODULES) \
525 # Do a target for all the subdirectories. A ``make do-X'' will do a
526 # ``make X'' in all subdirectories (because, in general, there is a
527 # dependency (below) of X upon do-X, a ``make X'' will also do this,
528 # but it may do additional work as well).
529 # This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
530 # because it is so large that it can easily overflow the command line
531 # length limit on some systems.
543 @target=`echo $@ | sed -e 's/^do-//'`; \
544 rootme=`pwd`; export rootme; \
545 srcroot=`cd $(srcdir); pwd`; export srcroot; \
546 for i in $(SUBDIRS); do \
547 if [ -f ./$$i/Makefile ]; then \
550 for flag in $(EXTRA_TARGET_FLAGS); do \
551 eval `echo "$$flag" | sed -e "s|^\(.*\)=\(.*\)|\1='\2'|"`; \
555 for flag in $(EXTRA_GCC_FLAGS); do \
556 eval `echo "$$flag" | sed -e "s|^\(.*\)=\(.*\)|\1='\2'|"`; \
560 for flag in $(EXTRA_HOST_FLAGS); do \
561 eval `echo "$$flag" | sed -e "s|^\(.*\)=\(.*\)|\1='\2'|"`; \
565 export AR AS CC CXX NM RANLIB XTRAFLAGS; \
567 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
568 "CC=$${CC}" "CXX=$${CXX}" "NM=$${NM}" \
569 "RANLIB=$${RANLIB}" "XTRAFLAGS=$${XTRAFLAGS}" \
571 then true; else exit 1; fi; \
575 # Here are the targets which correspond to the do-X targets.
577 .PHONY: info installcheck dvi install-info
578 .PHONY: clean distclean mostlyclean realclean local-clean local-distclean
580 installcheck: do-installcheck
583 install-info: do-install-info dir.info
584 srcroot=`cd $(srcdir); pwd`; export srcroot; \
585 if [ -f dir.info ] ; then \
586 $(INSTALL_DATA) dir.info $(infodir)/dir.info ; \
590 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E
593 -rm -f Makefile config.status
595 clean: do-clean local-clean
596 mostlyclean: do-mostlyclean local-clean
597 distclean: do-distclean local-clean local-distclean
598 realclean: do-realclean local-clean local-distclean
603 check: $(CHECK_MODULES) \
604 $(CHECK_TARGET_MODULES) \
605 $(CHECK_X11_MODULES) \
608 # Installation targets.
610 .PHONY: install uninstall vault-install
611 install: $(INSTALL_TARGET)
614 @echo "the uninstall target is not supported in this tree"
617 @if [ -f ./release/vault-install ] ; then \
618 ./release/vault-install $(host_alias) $(target_alias) ; \
624 install.all: install-no-fixedincludes
625 @if [ -f ./gcc/Makefile ] ; then \
626 rootme=`pwd` ; export rootme ; \
628 $(MAKE) $(FLAGS_TO_PASS) install-headers) ; \
633 # install-no-fixedincludes is used because Cygnus can not distribute
634 # the fixed header files.
635 .PHONY: install-no-fixedincludes
636 install-no-fixedincludes: \
639 $(INSTALL_TARGET_MODULES) \
640 $(INSTALL_X11_MODULES) \
643 # Install the gcc headers files, but not the fixed include files,
644 # which Cygnus is not allowed to distribute. This rule is very
645 # dependent on the workings of the gcc Makefile.in.
646 .PHONY: gcc-no-fixedincludes
647 gcc-no-fixedincludes:
648 @if [ -f ./gcc/Makefile ]; then \
649 rm -rf gcc/tmp-include; \
650 mv gcc/include gcc/tmp-include 2>/dev/null; \
652 cp $(srcdir)/gcc/gsyslimits.h gcc/include/syslimits.h; \
653 touch gcc/stmp-fixinc; \
654 rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
655 rootme=`pwd`; export rootme; \
656 srcroot=`cd $(srcdir); pwd` ; export srcroot; \
658 $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
659 rm -rf gcc/include; \
660 mv gcc/tmp-include gcc/include 2>/dev/null; \
663 # This rule is used to build the modules which use FLAGS_TO_PASS. To
664 # build a target all-X means to cd to X and make all.
665 # all-glob is handled specially because it doesn't actually build.
666 .PHONY: $(ALL_MODULES) all-glob
667 $(ALL_MODULES) all-glob:
668 @dir=`echo $@ | sed -e 's/all-//'`; \
669 if [ -f ./$${dir}/Makefile ] ; then \
670 rootme=`pwd`; export rootme; \
671 srcroot=`cd $(srcdir); pwd`; export srcroot; \
672 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
677 # This rule is used to check the modules which use FLAGS_TO_PASS. To
678 # build a target check-X means to cd to X and make all.
679 .PHONY: $(CHECK_MODULES)
681 @dir=`echo $@ | sed -e 's/check-//'`; \
682 if [ -f ./$${dir}/Makefile ] ; then \
683 rootme=`pwd`; export rootme; \
684 srcroot=`cd $(srcdir); pwd`; export srcroot; \
685 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
690 # This rule is used to install the modules which use FLAGS_TO_PASS.
691 # To build a target install-X means to cd to X and make install.
692 .PHONY: $(INSTALL_MODULES)
693 $(INSTALL_MODULES): install-dirs
694 @dir=`echo $@ | sed -e 's/install-//'`; \
695 if [ -f ./$${dir}/Makefile ] ; then \
696 rootme=`pwd`; export rootme; \
697 srcroot=`cd $(srcdir); pwd`; export srcroot; \
698 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
703 # This rule is used to build the modules which use TARGET_FLAGS_TO_PASS.
704 # To build a target all-X means to cd to X and make all.
705 .PHONY: $(ALL_TARGET_MODULES)
706 $(ALL_TARGET_MODULES):
707 @dir=`echo $@ | sed -e 's/all-//'`; \
708 if [ -f ./$${dir}/Makefile ] ; then \
709 rootme=`pwd`; export rootme; \
710 srcroot=`cd $(srcdir); pwd`; export srcroot; \
711 (cd $${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) all); \
716 # This rule is used to check the modules which use TARGET_FLAGS_TO_PASS.
717 # To build a target install-X means to cd to X and make install.
718 .PHONY: $(CHECK_TARGET_MODULES)
719 $(CHECK_TARGET_MODULES):
720 @dir=`echo $@ | sed -e 's/check-//'`; \
721 if [ -f ./$${dir}/Makefile ] ; then \
722 rootme=`pwd`; export rootme; \
723 srcroot=`cd $(srcdir); pwd`; export srcroot; \
724 (cd $${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) check); \
729 # This rule is used to install the modules which use
730 # TARGET_FLAGS_TO_PASS. To build a target install-X means to cd to X
732 .PHONY: $(INSTALL_TARGET_MODULES)
733 $(INSTALL_TARGET_MODULES): install-dirs
734 @dir=`echo $@ | sed -e 's/install-//'`; \
735 if [ -f ./$${dir}/Makefile ] ; then \
736 rootme=`pwd`; export rootme; \
737 srcroot=`cd $(srcdir); pwd`; export srcroot; \
738 (cd $${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) install); \
743 # This rule is used to build the modules which use X11_FLAGS_TO_PASS.
744 # To build a target all-X means to cd to X and make all.
745 .PHONY: $(ALL_X11_MODULES)
747 @dir=`echo $@ | sed -e 's/all-//'`; \
748 if [ -f ./$${dir}/Makefile ] ; then \
749 rootme=`pwd`; export rootme; \
750 srcroot=`cd $(srcdir); pwd`; export srcroot; \
752 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all); \
757 # This rule is used to check the modules which use X11_FLAGS_TO_PASS.
758 # To build a target check-X means to cd to X and make all.
759 .PHONY: $(CHECK_X11_MODULES)
760 $(CHECK_X11_MODULES):
761 @dir=`echo $@ | sed -e 's/check-//'`; \
762 if [ -f ./$${dir}/Makefile ] ; then \
763 rootme=`pwd`; export rootme; \
764 srcroot=`cd $(srcdir); pwd`; export srcroot; \
766 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check); \
771 # This rule is used to install the modules which use X11_FLAGS_TO_PASS.
772 # To build a target install-X means to cd to X and make install.
773 .PHONY: $(INSTALL_X11_MODULES)
774 $(INSTALL_X11_MODULES):
775 @dir=`echo $@ | sed -e 's/install-//'`; \
776 if [ -f ./$${dir}/Makefile ] ; then \
777 rootme=`pwd`; export rootme; \
778 srcroot=`cd $(srcdir); pwd`; export srcroot; \
780 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install); \
785 # gcc is the only module which uses GCC_FLAGS_TO_PASS.
788 @if [ -f ./gcc/Makefile ] ; then \
789 rootme=`pwd`; export rootme; \
790 srcroot=`cd $(srcdir); pwd`; export srcroot; \
791 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
798 @if [ -f ./gcc/Makefile ] ; then \
799 rootme=`pwd`; export rootme; \
800 srcroot=`cd $(srcdir); pwd`; export srcroot; \
801 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check); \
808 @if [ -f ./gcc/Makefile ] ; then \
809 rootme=`pwd`; export rootme; \
810 srcroot=`cd $(srcdir); pwd`; export srcroot; \
811 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
816 # This is a list of inter-dependencies among modules.
819 all-binutils: all-libiberty all-opcodes all-bfd all-flex
821 # start-sanitize-chill
822 all-chillrt: all-binutils all-gas all-gcc all-newlib
826 all-diff: all-libiberty
829 all-expect: all-tcl all-tk
830 all-fileutils: all-libiberty
832 all-flex: all-libiberty all-byacc
833 all-gas: all-libiberty all-opcodes all-bfd
835 all-gcc: all-libiberty all-byacc all-binutils all-gas
836 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-glob all-byacc all-sim
838 all-gprof: all-libiberty all-bfd
840 all-gzip: all-libiberty
841 all-hello: all-libiberty
843 all-ispell: all-emacs
844 all-ld: all-libiberty all-bfd all-byacc all-flex
845 all-libg++: all-gas all-ld all-gcc all-xiberty all-newlib
847 all-m4: all-libiberty
848 all-make: all-libiberty
850 all-newlib: all-binutils all-gas all-gcc
853 all-prms: all-libiberty
856 all-recode: all-libiberty
857 all-sed: all-libiberty
858 all-send-pr: all-prms
860 all-sim: all-libiberty all-bfd
861 all-tar: all-libiberty
863 all-tclX: all-tcl all-tk
865 all-texinfo: all-libiberty
867 all-tgas: all-libiberty all-bfd
870 all-uudecode: all-libiberty
871 all-xiberty: all-gcc all-newlib
873 ### other supporting targets
882 @for i in $(MAKEDIRS) ; do \
883 echo Making $$i... ; \
884 parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$$@/@'`; \
885 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \
886 if [ ! -d $$i ] ; then \
887 if mkdir $$i ; then \
898 dir.info: do-install-info
899 if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
900 $(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new ; \
901 mv -f dir.info.new dir.info ; \
906 @echo "Building a full distribution of this tree isn't done"
907 @echo "via 'make dist'. Check out the etc/ subdirectory"
916 @for i in $(SUBDIRS); \
920 wd=`basename $$pwd`; \
921 for j in `$(MAKE) ls`; \
927 # with the gnu make, this is done automatically.
929 Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
930 $(SHELL) ./config.status
933 # Support for building net releases
935 # Files in devo used in any net release.
936 # ChangeLog omitted because it may refer to files which are not in this
937 # distribution (perhaps it would be better to include it anyway).
938 DEVO_SUPPORT= README Makefile.in configure configure.in \
939 config.guess config.sub config move-if-change \
940 COPYING COPYING.LIB install.sh
942 # Files in devo/etc used in any net release.
943 # ChangeLog omitted because it may refer to files which are not in this
944 # distribution (perhaps it would be better to include it anyway).
945 ETC_SUPPORT= Makefile.in cfg-paper.texi configure.in configure.man \
946 configure.texi standards.texi make-stds.texi
948 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline glob sim
949 GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS)
951 .PHONY: setup-dirs-gdb gdb.tar.gz make-gdb.tar.gz
956 chmod og=u `find etc $(DEVO_SUPPORT) $(GDB_SUPPORT_FILES) -print`
958 gdb.tar.gz: setup-dirs-gdb
959 (cd gdb; $(MAKE) -f Makefile.in make-proto-gdb.dir BISON="byacc")
960 (cd gdb; $(MAKE) -f Makefile.in make-proto-testsuite.dir)
961 $(MAKE) $(MFLAGS) -f Makefile.in make-gdb.tar.gz
963 make-gdb.tar.gz: $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) gdb texinfo/texinfo.tex
964 rm -rf proto-toplev; mkdir proto-toplev
965 ln -s ../gdb/proto-gdb.dir proto-toplev/gdb
966 (cd proto-toplev; for i in $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS); do \
969 mkdir proto-toplev/etc
970 (cd proto-toplev/etc; for i in $(ETC_SUPPORT); do \
971 ln -s ../../etc/$$i . ; \
973 # Put only one copy (four hard links) of COPYING in the tar file.
974 rm proto-toplev/bfd/COPYING
975 ln proto-toplev/gdb/COPYING proto-toplev/bfd/COPYING
976 rm proto-toplev/include/COPYING
977 ln proto-toplev/gdb/COPYING proto-toplev/include/COPYING
978 rm proto-toplev/readline/COPYING
979 ln proto-toplev/gdb/COPYING proto-toplev/readline/COPYING
981 # Change the bug reporting address in configure to bug-gdb
982 rm proto-toplev/configure
984 <configure >proto-toplev/configure
985 chmod a+x proto-toplev/configure
987 # Take out texinfo and glob from configurable dirs
988 rm proto-toplev/configure.in
989 sed -e '/^host_tools=/s/texinfo //' \
990 -e '/^host_libs=/s/glob //' \
991 <configure.in >proto-toplev/configure.in
993 # Take out texinfo from a few places; make simple BISON=bison line.
994 rm proto-toplev/Makefile.in
995 sed -e '/^all\.normal: /s/\all-texinfo //' \
996 -e '/^ install-texinfo /d' \
997 -e '/^BISON = /,/^$$/d' \
998 -e '/^# BISON:/s/.*/BISON = bison -y/' \
999 <Makefile.in >proto-toplev/Makefile.in
1001 mkdir proto-toplev/texinfo
1002 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
1003 ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
1004 ln -s ../../texinfo/tex3patch proto-toplev/texinfo/
1005 chmod og=u `find proto-toplev -print`
1006 (VER=`sed <gdb/Makefile.in -n 's/VERSION = //p'`; \
1007 echo "==> Making gdb-$$VER.tar.gz"; \
1008 rm -f gdb-$$VER; ln -s proto-toplev gdb-$$VER; \
1009 tar cfh - gdb-$$VER \
1010 | $(GZIP) -v -9 >gdb-$$VER.tar.gz)
1012 # Make the testsuite archive separately.
1013 ln -s ../../gdb/proto-testsuite.dir/testsuite proto-toplev/gdb/testsuite
1014 # Blow away the Chill test that requires a Chill compiled executable,
1015 # since GNU Chill is not yet publically available.
1016 rm -rf proto-toplev/gdb/testsuite/gdb.t31
1018 # Put a copy of COPYING in the tar file.
1019 ln proto-toplev/gdb/COPYING proto-toplev/gdb/testsuite/COPYING
1020 chmod og=u `find proto-toplev/gdb/testsuite -print`
1021 (VER=`sed <gdb/Makefile.in -n 's/VERSION = //p'`; \
1022 echo "==> Making gdb-$$VER-testsuite.tar.gz"; \
1023 tar cfh - gdb-$$VER/configure gdb-$$VER/config.guess \
1024 gdb-$$VER/config.sub gdb-$$VER/move-if-change \
1025 gdb-$$VER/gdb/testsuite \
1026 | $(GZIP) -v -9 >gdb-$$VER-testsuite.tar.gz)
1028 # When you use `make setup-dirs' or `make taz' you should always redefine
1030 SUPPORT_FILES = list-of-support-files-for-tool-in-question
1031 # Directories that might want `make diststuff' run.
1032 DISTSTUFFDIRS= ld gprof gdb libg++
1036 taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex texinfo/gpl.texinfo
1038 # Make links, and run "make diststuff" when needed.
1039 # The `echo' for setting `p' is to convert all whitespace to spaces.
1040 # Then the `case' further below should tell whether $$d is in
1042 rm -rf proto-toplev ; mkdir proto-toplev
1043 set -e ; dirs="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \
1044 p=" `echo $(DISTSTUFFDIRS)` " ; \
1045 for d in $$dirs ; do \
1046 if [ -d $$d ]; then \
1049 echo making diststuff in $$d ; \
1050 (cd $$d ; $(MAKE) diststuff) || exit 1 ;; \
1052 if [ -d $$d/proto-$$d.dir ]; then \
1053 ln -s ../$$d/proto-$$d.dir proto-toplev/$$d ; \
1055 ln -s ../$$d proto-toplev/$$d ; \
1057 else ln -s ../$$d proto-toplev/$$d ; fi ; \
1061 mkdir proto-toplev/etc
1062 (cd proto-toplev/etc; for i in $(ETC_SUPPORT); do \
1063 ln -s ../../etc/$$i . ; \
1066 # Take out texinfo and glob from configurable dirs
1067 rm proto-toplev/configure.in
1068 sed -e '/^host_tools=/s/texinfo //' \
1069 -e '/^host_libs=/s/glob //' \
1070 <configure.in >proto-toplev/configure.in
1072 # Take out texinfo from a few places; make simple BISON=bison line.
1073 rm proto-toplev/Makefile.in
1074 sed -e '/^all\.normal: /s/\all-texinfo //' \
1075 -e '/^ install-texinfo /d' \
1076 -e '/^BISON = /,/^$$/d' \
1077 -e '/^# BISON:/s/.*/BISON = bison -y/' \
1078 <Makefile.in >proto-toplev/Makefile.in
1080 mkdir proto-toplev/texinfo
1081 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
1082 ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
1083 ln -s ../../texinfo/tex3patch proto-toplev/texinfo/
1084 chmod og=u `find . -print`
1085 (VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
1086 echo "==> Making $(TOOL)-$$VER.tar.gz"; \
1087 rm -f $(TOOL)-$$VER; ln -s proto-toplev $(TOOL)-$$VER; \
1088 tar cfh - $(TOOL)-$$VER \
1089 | $(GZIP) -v -9 >$(TOOL)-$$VER.tar.gz)
1091 TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo
1092 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
1095 GAS_SUPPORT_DIRS= bfd include libiberty opcodes
1096 gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
1097 $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GAS_SUPPORT_DIRS)" TOOL=gas
1099 # The FSF "binutils" release includes gprof and ld.
1100 .PHONY: binutils.tar.gz
1101 BINUTILS_SUPPORT_DIRS= bfd include libiberty opcodes ld gprof
1102 binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
1103 $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)" TOOL=binutils
1105 .PHONY: gas+binutils.tar.gz
1106 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
1107 gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
1108 $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GASB_SUPPORT_DIRS)" TOOL=gas
1110 .PHONY: libg++.tar.gz
1111 LIBGXX_SUPPORT_DIRS=include libiberty xiberty
1112 libg++.tar.gz: $(DIST_SUPPORT) libg++
1113 $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)" TOOL=libg++
1118 # start-sanitize-chill
1119 ## This is ugly, but I don't want GNU make to put these variables in
1120 ## the environment. Older makes will see this as a set of targets
1121 ## with no dependencies and no actions.
1122 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
1123 # end-sanitize-chill
1125 # end of Makefile.in