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) -m 644
51 INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
53 INSTALL_DOSREL = install-dosrel-fake
60 # Special variables passed down in EXTRA_GCC_FLAGS. They are defined
61 # here so that they can be overridden by Makefile fragments.
62 HOST_CC = $(CC_FOR_BUILD)
64 HOST_PREFIX_1 = loser-
66 # We don't specify -g -O because many compilers don't support -g -O,
67 # and/or -O is broken in and of itself.
70 # start-sanitize-chill
71 CHILLFLAGS = $(CFLAGS)
76 # Use -O2 to stress test the compiler.
77 CXXFLAGS = -g -O2 -fno-implicit-templates
81 # Not plain GZIP, since gzip looks there for extra command-line options.
84 # BISON: This line sed'ed to BISON = bison -y for FSF releases, don't remove.
85 BISON = `if [ -f $$r/byacc/byacc ] ; \
86 then echo $$r/byacc/byacc ; \
90 LEX = `if [ -f $$r/flex/flex ] ; \
91 then echo $$r/flex/flex ; \
94 M4 = `if [ -f $$r/m4/m4 ] ; \
95 then echo $$r/m4/m4 ; \
98 MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
99 then echo $$r/texinfo/makeinfo/makeinfo ; \
100 else echo makeinfo ; fi`
102 # This just becomes part of the MAKEINFO definition passed down to
103 # sub-makes. It lets flags be given on the command line while still
104 # using the makeinfo from the object tree.
107 EXPECT = `if [ -f $$r/expect/expect ] ; \
108 then echo $$r/expect/expect ; \
109 else echo expect ; fi`
111 RUNTEST = `if [ -f $${srcroot}/dejagnu/runtest ] ; \
112 then echo $${srcroot}/dejagnu/runtest ; \
113 else echo runtest ; fi`
116 # libraries that may need to be augmented on a system-by-system basis
119 # compilers to use to create programs which must be run in the build
122 CXX_FOR_BUILD = $(CXX)
124 SUBDIRS = "this is set via configure, don't edit this"
128 INSTALL_TARGET = install-dirs \
130 $(INSTALL_TARGET_MODULES) \
131 $(INSTALL_X11_MODULES) \
137 if [ -f $$r/gcc/Makefile ] ; then \
138 if [ -f $$r/newlib/Makefile ] ; then \
139 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/newlib/targ-include -idirafter $${srcroot}/newlib/libc/include -nostdinc; \
141 echo $$r/gcc/xgcc -B$$r/gcc/; \
144 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
147 t='$(program_transform_name)'; echo gcc | sed -e 's/brokensed/brokensed/' $$t; \
151 # start-sanitize-chill
152 CHILL_FOR_TARGET = ` \
153 if [ -f $$r/gcc/Makefile ] ; then \
154 echo $$r/gcc/xgcc -B$$r/gcc/ -L$$r/chillrt/; \
156 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
159 t='$(program_transform_name)'; echo gcc | sed -e 's/brokensed/brokensed/' $$t; \
166 if [ -f $$r/gcc/Makefile ] ; then \
167 if [ -f $$r/newlib/Makefile ] ; then \
168 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/newlib/targ-include -idirafter $${srcroot}/newlib/libc/include -nostdinc; \
170 echo $$r/gcc/xgcc -B$$r/gcc/; \
173 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
176 t='$(program_transform_name)'; echo gcc | sed -e 's/brokensed/brokensed/' $$t; \
181 if [ -f $$r/gas/Makefile ] ; then \
182 echo $$r/gas/as.new ; \
184 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
187 t='$(program_transform_name)'; echo as | sed -e 's/brokensed/brokensed/' $$t ; \
192 if [ -f $$r/binutils/ar ] ; then \
193 echo $$r/binutils/ar ; \
195 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
198 t='$(program_transform_name)'; echo ar | sed -e 's/brokensed/brokensed/' $$t ; \
202 RANLIB_FOR_TARGET = ` \
203 if [ -f $$r/binutils/ranlib ] ; then \
204 echo $$r/binutils/ranlib ; \
206 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
209 t='$(program_transform_name)'; echo ranlib | sed -e 's/brokensed/brokensed/' $$t ; \
214 if [ -f $$r/binutils/Makefile ] ; then \
215 echo $$r/binutils/nm.new ; \
217 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
220 t='$(program_transform_name)'; echo nm | sed -e 's/brokensed/brokensed/' $$t ; \
225 #### host and target specific makefile fragments come in here.
228 # Flags to pass down to all sub-makes.
229 # Please keep these in alphabetical order.
230 BASE_FLAGS_TO_PASS = \
231 "AR_FLAGS=$(AR_FLAGS)" \
232 "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
233 "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
235 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
236 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
238 $(start-sanitize-chill)\
239 "CHILLFLAGS=$(CHILLFLAGS)" \
240 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
241 "CHILL_LIB=$(CHILL_LIB)" \
242 $(end-sanitize-chill)\
243 "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
244 "CXXFLAGS=$(CXXFLAGS)" \
245 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
246 "GCC_FOR_TARGET=$(CC_FOR_TARGET)" \
247 "INSTALL=$(INSTALL)" \
248 "INSTALL_DATA=$(INSTALL_DATA)" \
249 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
250 "INSTALL_XFORM=$(INSTALL_XFORM)" \
251 "LDFLAGS=$(LDFLAGS)" \
254 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
255 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
256 "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
259 "RUNTEST=$(RUNTEST)" \
260 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
262 "exec_prefix=$(exec_prefix)" \
266 # Flags to pass down to most sub-makes, in which we're building with
267 # the host environment.
268 # If any variables are added here, they must be added to do-*, below.
277 FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)
279 # Flags that are concerned with the location of the X11 include files
281 X11_FLAGS_TO_PASS = \
282 "X11_INCLUDE_FLAGS=$(X11_INCLUDE_FLAGS)" \
283 "X11_LIB_FLAGS=$(X11_LIB_FLAGS)" \
286 # Flags to pass down to makes which are built with the target environment.
287 # The double $ decreases the length of the command line; the variables
288 # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them.
289 # If any variables are added here, they must be added to do-*, below.
290 EXTRA_TARGET_FLAGS = \
291 'AR=$$(AR_FOR_TARGET)' \
292 'AS=$$(AS_FOR_TARGET)' \
293 'CC=$$(CC_FOR_TARGET)' \
294 'CXX=$$(CXX_FOR_TARGET)' \
295 'NM=$$(NM_FOR_TARGET)' \
296 'RANLIB=$$(RANLIB_FOR_TARGET)'
298 TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
300 # Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
301 # unfortunately needs the native compiler and the target ar and
303 # If any variables are added here, they must be added to do-*, below.
304 # The HOST_* variables are a special case, which are used for the gcc
305 # cross-building scheme.
307 'AR=$$(AR_FOR_TARGET)' \
311 'HOST_CC=$(CC_FOR_BUILD)' \
312 'HOST_PREFIX=$(HOST_PREFIX)' \
313 'HOST_PREFIX_1=$(HOST_PREFIX_1)' \
315 'RANLIB=$$(RANLIB_FOR_TARGET)'
317 GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
319 # This is a list of the targets for all of the modules which are compiled
320 # using $(FLAGS_TO_PASS).
369 # This is a list of the check targets for all of the modules which are
370 # compiled using $(FLAGS_TO_PASS).
371 # This is a list of the check targets for all of the modules which are
372 # compiled using $(FLAGS_TO_PASS).
374 # The list is in two parts. The first lists those tools which
375 # are tested as part of the host's native tool-chain, and not
376 # tested in a cross configuration.
377 NATIVE_CHECK_MODULES = \
381 CROSS_CHECK_MODULES = \
425 CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
427 # This is a list of the install targets for all of the modules which are
428 # compiled using $(FLAGS_TO_PASS).
477 # This is a list of the targets for all of the modules which are compiled
478 # using $(X11_FLAGS_TO_PASS).
487 # This is a list of the check targets for all of the modules which are
488 # compiled using $(X11_FLAGS_TO_PASS).
489 CHECK_X11_MODULES = \
496 # This is a list of the install targets for all the modules which are
497 # compiled using $(X11_FLAGS_TO_PASS).
498 INSTALL_X11_MODULES = \
506 # This is a list of the targets for all of the modules which are compiled
507 # using $(TARGET_FLAGS_TO_PASS).
508 ALL_TARGET_MODULES = \
509 $(start-sanitize-chill) \
511 $(end-sanitize-chill) \
519 # This is a list of the check targets for all of the modules which are
520 # compiled using $(TARGET_FLAGS_TO_PASS).
521 CHECK_TARGET_MODULES = \
522 $(start-sanitize-chill) \
524 $(end-sanitize-chill) \
531 # This is a list of the install targets for all of the modules which are
532 # compiled using $(TARGET_FLAGS_TO_PASS).
533 INSTALL_TARGET_MODULES = \
534 $(start-sanitize-chill) \
536 $(end-sanitize-chill) \
543 # This is a shell case of all modules which are compiled using
544 # $(TARGET_FLAGS_TO_PASS), used in the do-X rule.
545 TARGET_LIBS = libio | libstdc++ | librx | libg++ | newlib | xiberty
546 # start-sanitize-chill
547 TARGET_LIBS = chillrt | libio | libstdc++ | librx | libg++ | newlib | xiberty
550 # The first rule in the file had better be this one. Don't put any above it.
554 # The target built for a native build.
558 $(ALL_TARGET_MODULES) \
562 # Do a target for all the subdirectories. A ``make do-X'' will do a
563 # ``make X'' in all subdirectories (because, in general, there is a
564 # dependency (below) of X upon do-X, a ``make X'' will also do this,
565 # but it may do additional work as well).
566 # This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
567 # because it is so large that it can easily overflow the command line
568 # length limit on some systems.
581 @target=`echo $@ | sed -e 's/^do-//'`; \
583 srcroot=`cd $(srcdir); pwd`; export srcroot; \
584 for i in $(SUBDIRS); do \
585 if [ -f ./$$i/Makefile ]; then \
588 for flag in $(EXTRA_TARGET_FLAGS); do \
589 eval `echo "$$flag" | sed -e "s|^\(.*\)=\(.*\)|\1='\2'|"`; \
593 for flag in $(EXTRA_GCC_FLAGS); do \
594 eval `echo "$$flag" | sed -e "s|^\(.*\)=\(.*\)|\1='\2'|"`; \
598 for flag in $(EXTRA_HOST_FLAGS); do \
599 eval `echo "$$flag" | sed -e "s|^\(.*\)=\(.*\)|\1='\2'|"`; \
603 export AR AS CC CXX NM RANLIB; \
605 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
606 "CC=$${CC}" "CXX=$${CXX}" "NM=$${NM}" \
607 "RANLIB=$${RANLIB}" \
609 then true; else exit 1; fi; \
613 # Here are the targets which correspond to the do-X targets.
615 .PHONY: info installcheck dvi install-info
616 .PHONY: clean distclean mostlyclean realclean local-clean local-distclean
618 installcheck: do-installcheck
621 install-info: do-install-info dir.info
622 srcroot=`cd $(srcdir); pwd`; export srcroot; \
623 if [ -f dir.info ] ; then \
624 $(INSTALL_DATA) dir.info $(infodir)/dir.info ; \
628 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E
631 -rm -f Makefile config.status
633 clean: do-clean local-clean
634 mostlyclean: do-mostlyclean local-clean
635 distclean: do-distclean local-clean local-distclean
636 realclean: do-realclean local-clean local-distclean
641 check: $(CHECK_MODULES) \
642 $(CHECK_TARGET_MODULES) \
643 $(CHECK_X11_MODULES) \
646 # Installation targets.
648 .PHONY: install uninstall vault-install
649 install: $(INSTALL_TARGET)
652 @echo "the uninstall target is not supported in this tree"
655 @if [ -f ./release/vault-install ] ; then \
656 ./release/vault-install $(host_alias) $(target_alias) ; \
662 install.all: install-no-fixedincludes
663 @if [ -f ./gcc/Makefile ] ; then \
664 r=`pwd` ; export r ; \
666 $(MAKE) $(FLAGS_TO_PASS) install-headers) ; \
671 # install-no-fixedincludes is used because Cygnus can not distribute
672 # the fixed header files.
673 .PHONY: install-no-fixedincludes
674 install-no-fixedincludes: \
677 $(INSTALL_TARGET_MODULES) \
678 $(INSTALL_X11_MODULES) \
681 # Install the gcc headers files, but not the fixed include files,
682 # which Cygnus is not allowed to distribute. This rule is very
683 # dependent on the workings of the gcc Makefile.in.
684 .PHONY: gcc-no-fixedincludes
685 gcc-no-fixedincludes:
686 @if [ -f ./gcc/Makefile ]; then \
687 rm -rf gcc/tmp-include; \
688 mv gcc/include gcc/tmp-include 2>/dev/null; \
690 cp $(srcdir)/gcc/gsyslimits.h gcc/include/syslimits.h; \
691 touch gcc/stmp-fixinc gcc/include/fixed; \
692 rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
694 srcroot=`cd $(srcdir); pwd` ; export srcroot; \
696 $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
697 rm -rf gcc/include; \
698 mv gcc/tmp-include gcc/include 2>/dev/null; \
701 # This rule is used to build the modules which use FLAGS_TO_PASS. To
702 # build a target all-X means to cd to X and make all.
703 # all-glob is handled specially because it doesn't actually build.
705 # all-gui, and all-libproc are handled specially because
706 # they are still experimental, and if they fail to build, that
707 # shouldn't stop "make all".
708 .PHONY: $(ALL_MODULES) all-glob all-gui all-libproc
709 $(ALL_MODULES) all-glob all-gui all-libproc:
710 @dir=`echo $@ | sed -e 's/all-//'`; \
711 if [ -f ./$${dir}/Makefile ] ; then \
713 srcroot=`cd $(srcdir); pwd`; export srcroot; \
714 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
719 # These rules are used to check the modules which use FLAGS_TO_PASS.
720 # To build a target check-X means to cd to X and make check. Some
721 # modules are only tested in a native toolchain.
723 .PHONY: $(CHECK_MODULES) $(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
724 $(NATIVE_CHECK_MODULES):
725 @if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
726 dir=`echo $@ | sed -e 's/check-//'`; \
727 if [ -f ./$${dir}/Makefile ] ; then \
729 srcroot=`cd $(srcdir); pwd`; export srcroot; \
730 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
736 $(CROSS_CHECK_MODULES):
737 @dir=`echo $@ | sed -e 's/check-//'`; \
738 if [ -f ./$${dir}/Makefile ] ; then \
740 srcroot=`cd $(srcdir); pwd`; export srcroot; \
741 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
746 # This rule is used to install the modules which use FLAGS_TO_PASS.
747 # To build a target install-X means to cd to X and make install.
748 .PHONY: $(INSTALL_MODULES)
749 $(INSTALL_MODULES): install-dirs
750 @dir=`echo $@ | sed -e 's/install-//'`; \
751 if [ -f ./$${dir}/Makefile ] ; then \
753 srcroot=`cd $(srcdir); pwd`; export srcroot; \
754 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
759 # This rule is used to build the modules which use TARGET_FLAGS_TO_PASS.
760 # To build a target all-X means to cd to X and make all.
761 .PHONY: $(ALL_TARGET_MODULES)
762 $(ALL_TARGET_MODULES):
763 @dir=`echo $@ | sed -e 's/all-//'`; \
764 if [ -f ./$${dir}/Makefile ] ; then \
766 srcroot=`cd $(srcdir); pwd`; export srcroot; \
767 (cd $${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) all); \
772 # This rule is used to check the modules which use TARGET_FLAGS_TO_PASS.
773 # To build a target install-X means to cd to X and make install.
774 .PHONY: $(CHECK_TARGET_MODULES)
775 $(CHECK_TARGET_MODULES):
776 @dir=`echo $@ | sed -e 's/check-//'`; \
777 if [ -f ./$${dir}/Makefile ] ; then \
779 srcroot=`cd $(srcdir); pwd`; export srcroot; \
780 (cd $${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) check); \
785 # This rule is used to install the modules which use
786 # TARGET_FLAGS_TO_PASS. To build a target install-X means to cd to X
788 .PHONY: $(INSTALL_TARGET_MODULES)
789 $(INSTALL_TARGET_MODULES): install-dirs
790 @dir=`echo $@ | sed -e 's/install-//'`; \
791 if [ -f ./$${dir}/Makefile ] ; then \
793 srcroot=`cd $(srcdir); pwd`; export srcroot; \
794 (cd $${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) install); \
799 # This rule is used to build the modules which use X11_FLAGS_TO_PASS.
800 # To build a target all-X means to cd to X and make all.
801 .PHONY: $(ALL_X11_MODULES)
803 @dir=`echo $@ | sed -e 's/all-//'`; \
804 if [ -f ./$${dir}/Makefile ] ; then \
806 srcroot=`cd $(srcdir); pwd`; export srcroot; \
808 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all); \
813 # This rule is used to check the modules which use X11_FLAGS_TO_PASS.
814 # To build a target check-X means to cd to X and make all.
815 .PHONY: $(CHECK_X11_MODULES)
816 $(CHECK_X11_MODULES):
817 @dir=`echo $@ | sed -e 's/check-//'`; \
818 if [ -f ./$${dir}/Makefile ] ; then \
820 srcroot=`cd $(srcdir); pwd`; export srcroot; \
822 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check); \
827 # This rule is used to install the modules which use X11_FLAGS_TO_PASS.
828 # To build a target install-X means to cd to X and make install.
829 .PHONY: $(INSTALL_X11_MODULES)
830 $(INSTALL_X11_MODULES):
831 @dir=`echo $@ | sed -e 's/install-//'`; \
832 if [ -f ./$${dir}/Makefile ] ; then \
834 srcroot=`cd $(srcdir); pwd`; export srcroot; \
836 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install); \
841 # gcc is the only module which uses GCC_FLAGS_TO_PASS.
844 @if [ -f ./gcc/Makefile ] ; then \
846 srcroot=`cd $(srcdir); pwd`; export srcroot; \
847 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
854 @if [ -f ./gcc/Makefile ] ; then \
856 srcroot=`cd $(srcdir); pwd`; export srcroot; \
857 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check); \
864 @if [ -f ./gcc/Makefile ] ; then \
866 srcroot=`cd $(srcdir); pwd`; export srcroot; \
867 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
874 # This rule is used to install the modules which use FLAGS_TO_PASS.
875 # To build a target install-X means to cd to X and make install.
876 .PHONY: install-dosrel
877 install-dosrel: install-dirs info
878 @dir=`echo $@ | sed -e 's/install-//'`; \
879 if [ -f ./$${dir}/Makefile ] ; then \
881 srcroot=`cd $(srcdir); pwd`; export srcroot; \
882 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
890 # This is a list of inter-dependencies among modules.
893 all-binutils: all-libiberty all-opcodes all-bfd all-flex
895 # start-sanitize-chill
896 all-chillrt: all-binutils all-gas all-gcc all-newlib
899 all-dejagnu: all-tcl all-expect all-tk
900 all-diff: all-libiberty
902 all-emacs19: all-byacc
904 all-expect: all-tcl all-tk
905 all-fileutils: all-libiberty
907 all-flex: all-libiberty all-byacc
908 all-gas: all-libiberty all-opcodes all-bfd
911 all-gcc: all-libiberty all-byacc all-binutils all-gas all-pagas
912 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-glob all-byacc all-sim all-gcc all-ld
914 all-gprof: all-libiberty all-bfd
915 all-grep: all-libiberty
916 all-gui: all-gdb all-libproc all-librx
917 all-gzip: all-libiberty
918 all-hello: all-libiberty
920 all-ispell: all-emacs # all-emacs19 ??? is this needed?
921 all-ld: all-libiberty all-bfd all-byacc all-flex
922 all-libg++: all-gas all-pagas all-ld all-gcc all-xiberty all-newlib \
924 all-libio: all-gas all-pagas all-ld all-gcc all-xiberty all-newlib
926 all-libstdc++: all-gas all-pagas all-ld all-gcc all-xiberty all-newlib \
928 all-m4: all-libiberty
929 all-make: all-libiberty
931 all-newlib: all-binutils all-gas all-pagas all-gcc
934 all-prms: all-libiberty
937 all-recode: all-libiberty
938 all-sed: all-libiberty
939 all-send-pr: all-prms
941 all-sim: all-libiberty all-bfd
942 all-tar: all-libiberty
944 all-tclX: all-tcl all-tk
946 all-texinfo: all-libiberty
948 all-tgas: all-libiberty all-bfd
951 all-uudecode: all-libiberty
952 all-xiberty: all-gcc all-ld all-newlib
954 ### other supporting targets
963 @for i in $(MAKEDIRS) ; do \
964 echo Making $$i... ; \
965 parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$$@/@'`; \
966 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \
967 if [ ! -d $$i ] ; then \
968 if mkdir $$i ; then \
979 dir.info: do-install-info
980 if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
981 $(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new ; \
982 mv -f dir.info.new dir.info ; \
987 @echo "Building a full distribution of this tree isn't done"
988 @echo "via 'make dist'. Check out the etc/ subdirectory"
992 # Right now this just builds TAGS in each subdirectory. emacs19 has the
993 # ability to use several tags files at once, so there is probably no need
994 # to combine them into one big TAGS file (like CVS 1.3 does). We could
995 # (if we felt like it) have this Makefile write a piece of elisp which
996 # the user could load to tell emacs19 where all the TAGS files we just
1000 # with the gnu make, this is done automatically.
1002 Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
1003 $(SHELL) ./config.status
1006 # Support for building net releases
1008 # Files in devo used in any net release.
1009 # ChangeLog omitted because it may refer to files which are not in this
1010 # distribution (perhaps it would be better to include it anyway).
1011 DEVO_SUPPORT= README Makefile.in configure configure.in \
1012 config.guess config.sub config move-if-change \
1013 COPYING COPYING.LIB install.sh
1015 # Files in devo/etc used in any net release.
1016 # ChangeLog omitted because it may refer to files which are not in this
1017 # distribution (perhaps it would be better to include it anyway).
1018 ETC_SUPPORT= Makefile.in cfg-paper.texi configure.in configure.man \
1019 configure.texi standards.texi make-stds.texi
1021 # When you use `make setup-dirs' or `make taz' you should always redefine
1023 SUPPORT_FILES = list-of-support-files-for-tool-in-question
1024 # Directories that might want `make diststuff' run.
1025 DISTSTUFFDIRS= ld gprof gdb libg++ binutils gnats gas
1026 # Files where "byacc" (Cygnus version) should be changed to "bison -y" (FSF).
1027 DISTBISONFILES= binutils/Makefile.in gas/Makefile.in gdb/Makefile.in
1028 # Directories where "info" should be built.
1029 DISTDOCDIRS= ld gprof binutils gas bfd libg++ libio gdb gnats send-pr
1033 taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
1034 texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1035 # Make sure "diststuff" files get built properly.
1036 for f in $(DISTBISONFILES) ; do \
1037 if [ -r $$f ]; then \
1038 sed '/^BISON *=.*$$/s/.*/BISON = bison -y/' <$$f >tmp ; \
1042 # Take out texinfo from a few places; make simple BISON=bison line.
1043 sed -e '/^all\.normal: /s/\all-texinfo //' \
1044 -e '/^ install-texinfo /d' \
1045 -e '/^BISON = /,/^$$/d' \
1046 -e '/^# BISON:/s/.*/BISON = bison -y/' \
1048 mv -f tmp Makefile.in
1050 $(start-sanitize-Sanitize)
1051 @if [ -f .Sanitize ] ; then echo "RUN Sanitize FIRST!" ; false ; fi ;
1052 $(end-sanitize-Sanitize)
1054 # Doc files don't change; include them in distribution.
1055 for f in $(DISTDOCDIRS) ; do \
1056 if [ -r $$f/Makefile ]; then \
1057 (cd $$f ; $(MAKE) info) || exit 1 ; \
1060 # Make links, and run "make diststuff" when needed.
1061 # The `echo' for setting `p' is to convert all whitespace to spaces.
1062 # Then the `case' further below should tell whether $$d is in
1064 rm -rf proto-toplev ; mkdir proto-toplev
1065 set -e ; dirs="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \
1066 p=" `echo $(DISTSTUFFDIRS)` " ; \
1067 for d in $$dirs ; do \
1068 if [ -d $$d ]; then \
1071 echo making diststuff in $$d ; \
1072 (cd $$d ; pwd ; $(MAKE) diststuff ) || exit 1 ;; \
1074 if [ -d $$d/proto-$$d.dir ]; then \
1075 ln -s ../$$d/proto-$$d.dir proto-toplev/$$d ; \
1077 ln -s ../$$d proto-toplev/$$d ; \
1079 else ln -s ../$$d proto-toplev/$$d ; fi ; \
1083 mkdir proto-toplev/etc
1084 (cd proto-toplev/etc; for i in $(ETC_SUPPORT); do \
1085 ln -s ../../etc/$$i . ; \
1088 # Take out texinfo and glob from configurable dirs
1089 rm proto-toplev/configure.in
1090 sed -e '/^host_tools=/s/texinfo //' \
1091 -e '/^host_libs=/s/glob //' \
1092 <configure.in >proto-toplev/configure.in
1094 mkdir proto-toplev/texinfo
1095 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
1096 ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
1097 ln -s ../../texinfo/lgpl.texinfo proto-toplev/texinfo/
1098 ln -s ../../texinfo/tex3patch proto-toplev/texinfo/
1099 chmod og=u `find . -print`
1100 (VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
1101 echo "==> Making $(TOOL)-$$VER.tar.gz"; \
1102 rm -f $(TOOL)-$$VER; ln -s proto-toplev $(TOOL)-$$VER; \
1103 tar cfh - $(TOOL)-$$VER \
1104 | $(GZIPPROG) -v -9 >$(TOOL)-$$VER.tar.gz )
1106 TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1107 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
1110 GAS_SUPPORT_DIRS= bfd include libiberty opcodes
1111 gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
1112 $(MAKE) -f Makefile.in taz TOOL=gas \
1113 SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
1115 # The FSF "binutils" release includes gprof and ld.
1116 .PHONY: binutils.tar.gz
1117 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof
1118 binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
1119 $(MAKE) -f Makefile.in taz TOOL=binutils \
1120 SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
1122 .PHONY: gas+binutils.tar.gz
1123 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
1124 gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
1125 $(MAKE) -f Makefile.in taz TOOL=gas \
1126 SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"
1128 .PHONY: libg++.tar.gz
1129 LIBGXX_SUPPORT_DIRS=include libio librx libiberty xiberty
1130 libg++.tar.gz: $(DIST_SUPPORT) libg++
1131 $(MAKE) -f Makefile.in taz TOOL=libg++ \
1132 SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
1134 GNATS_SUPPORT_DIRS=include libiberty send-pr
1135 gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
1136 $(MAKE) -f Makefile.in taz TOOL=gnats \
1137 SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
1140 GDB_SUPPORT_DIRS= bfd glob include libiberty mmalloc opcodes readline sim
1141 gdb.tar.gz: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
1142 $(MAKE) -f Makefile.in taz TOOL=gdb \
1143 SUPPORT_FILES="$(GDB_SUPPORT_DIRS)"
1145 .PHONY: newlib.tar.gz
1146 NEWLIB_SUPPORT_DIRS=
1147 newlib.tar.gz: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
1148 $(MAKE) -f Makefile.in taz TOOL=newlib \
1149 SUPPORT_FILES="$(NEWLIB_SUPPORT_DIRS)" \
1150 DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" \
1151 DISTDOCDIRS="$(DISTDOCDIRS) newlib"
1156 # start-sanitize-chill
1157 ## This is ugly, but I don't want GNU make to put these variables in
1158 ## the environment. Older makes will see this as a set of targets
1159 ## with no dependencies and no actions.
1160 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
1161 # end-sanitize-chill
1163 # end of Makefile.in