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 -O to stress test the compiler.
77 CXXFLAGS = -g -O -fexternal-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).
486 # This is a list of the check targets for all of the modules which are
487 # compiled using $(X11_FLAGS_TO_PASS).
488 CHECK_X11_MODULES = \
495 # This is a list of the install targets for all the modules which are
496 # compiled using $(X11_FLAGS_TO_PASS).
497 INSTALL_X11_MODULES = \
504 # This is a list of the targets for all of the modules which are compiled
505 # using $(TARGET_FLAGS_TO_PASS).
506 ALL_TARGET_MODULES = \
507 $(start-sanitize-chill) \
509 $(end-sanitize-chill) \
515 # This is a list of the check targets for all of the modules which are
516 # compiled using $(TARGET_FLAGS_TO_PASS).
517 CHECK_TARGET_MODULES = \
518 $(start-sanitize-chill) \
520 $(end-sanitize-chill) \
526 # This is a list of the install targets for all of the modules which are
527 # compiled using $(TARGET_FLAGS_TO_PASS).
528 INSTALL_TARGET_MODULES = \
529 $(start-sanitize-chill) \
531 $(end-sanitize-chill) \
537 # This is a shell case of all modules which are compiled using
538 # $(TARGET_FLAGS_TO_PASS), used in the do-X rule.
539 TARGET_LIBS = libio | libg++ | newlib | xiberty
540 # start-sanitize-chill
541 TARGET_LIBS = chillrt | libio | libg++ | newlib | xiberty
544 # The first rule in the file had better be this one. Don't put any above it.
548 # The target built for a native build.
552 $(ALL_TARGET_MODULES) \
556 # Do a target for all the subdirectories. A ``make do-X'' will do a
557 # ``make X'' in all subdirectories (because, in general, there is a
558 # dependency (below) of X upon do-X, a ``make X'' will also do this,
559 # but it may do additional work as well).
560 # This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
561 # because it is so large that it can easily overflow the command line
562 # length limit on some systems.
575 @target=`echo $@ | sed -e 's/^do-//'`; \
577 srcroot=`cd $(srcdir); pwd`; export srcroot; \
578 for i in $(SUBDIRS); do \
579 if [ -f ./$$i/Makefile ]; then \
582 for flag in $(EXTRA_TARGET_FLAGS); do \
583 eval `echo "$$flag" | sed -e "s|^\(.*\)=\(.*\)|\1='\2'|"`; \
587 for flag in $(EXTRA_GCC_FLAGS); do \
588 eval `echo "$$flag" | sed -e "s|^\(.*\)=\(.*\)|\1='\2'|"`; \
592 for flag in $(EXTRA_HOST_FLAGS); do \
593 eval `echo "$$flag" | sed -e "s|^\(.*\)=\(.*\)|\1='\2'|"`; \
597 export AR AS CC CXX NM RANLIB; \
599 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
600 "CC=$${CC}" "CXX=$${CXX}" "NM=$${NM}" \
601 "RANLIB=$${RANLIB}" \
603 then true; else exit 1; fi; \
607 # Here are the targets which correspond to the do-X targets.
609 .PHONY: info installcheck dvi install-info
610 .PHONY: clean distclean mostlyclean realclean local-clean local-distclean
612 installcheck: do-installcheck
615 install-info: do-install-info dir.info
616 srcroot=`cd $(srcdir); pwd`; export srcroot; \
617 if [ -f dir.info ] ; then \
618 $(INSTALL_DATA) dir.info $(infodir)/dir.info ; \
622 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E
625 -rm -f Makefile config.status
627 clean: do-clean local-clean
628 mostlyclean: do-mostlyclean local-clean
629 distclean: do-distclean local-clean local-distclean
630 realclean: do-realclean local-clean local-distclean
635 check: $(CHECK_MODULES) \
636 $(CHECK_TARGET_MODULES) \
637 $(CHECK_X11_MODULES) \
640 # Installation targets.
642 .PHONY: install uninstall vault-install
643 install: $(INSTALL_TARGET)
646 @echo "the uninstall target is not supported in this tree"
649 @if [ -f ./release/vault-install ] ; then \
650 ./release/vault-install $(host_alias) $(target_alias) ; \
656 install.all: install-no-fixedincludes
657 @if [ -f ./gcc/Makefile ] ; then \
658 r=`pwd` ; export r ; \
660 $(MAKE) $(FLAGS_TO_PASS) install-headers) ; \
665 # install-no-fixedincludes is used because Cygnus can not distribute
666 # the fixed header files.
667 .PHONY: install-no-fixedincludes
668 install-no-fixedincludes: \
671 $(INSTALL_TARGET_MODULES) \
672 $(INSTALL_X11_MODULES) \
675 # Install the gcc headers files, but not the fixed include files,
676 # which Cygnus is not allowed to distribute. This rule is very
677 # dependent on the workings of the gcc Makefile.in.
678 .PHONY: gcc-no-fixedincludes
679 gcc-no-fixedincludes:
680 @if [ -f ./gcc/Makefile ]; then \
681 rm -rf gcc/tmp-include; \
682 mv gcc/include gcc/tmp-include 2>/dev/null; \
684 cp $(srcdir)/gcc/gsyslimits.h gcc/include/syslimits.h; \
685 touch gcc/stmp-fixinc gcc/include/fixed; \
686 rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
688 srcroot=`cd $(srcdir); pwd` ; export srcroot; \
690 $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
691 rm -rf gcc/include; \
692 mv gcc/tmp-include gcc/include 2>/dev/null; \
695 # This rule is used to build the modules which use FLAGS_TO_PASS. To
696 # build a target all-X means to cd to X and make all.
697 # all-glob is handled specially because it doesn't actually build.
699 # all-gui and all-libproc are handled specially because they are still
700 # experimental, and if they fails to build, that shouldn't stop "make
702 .PHONY: $(ALL_MODULES) all-glob all-gui
703 $(ALL_MODULES) all-glob all-gui all-libproc:
704 @dir=`echo $@ | sed -e 's/all-//'`; \
705 if [ -f ./$${dir}/Makefile ] ; then \
707 srcroot=`cd $(srcdir); pwd`; export srcroot; \
708 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
713 # This rule is used to check the modules which use FLAGS_TO_PASS. To
714 # build a target check-X means to cd to X and make all.
716 .PHONY: $(CHECK_MODULES) $(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
717 $(NATIVE_CHECK_MODULES):
718 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
719 @dir=`echo $@ | sed -e 's/check-//'`; \
720 if [ -f ./$${dir}/Makefile ] ; then \
722 srcroot=`cd $(srcdir); pwd`; export srcroot; \
723 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
729 $(CROSS_CHECK_MODULES):
730 @dir=`echo $@ | sed -e 's/check-//'`; \
731 if [ -f ./$${dir}/Makefile ] ; then \
733 srcroot=`cd $(srcdir); pwd`; export srcroot; \
734 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
739 # This rule is used to install the modules which use FLAGS_TO_PASS.
740 # To build a target install-X means to cd to X and make install.
741 .PHONY: $(INSTALL_MODULES)
742 $(INSTALL_MODULES): install-dirs
743 @dir=`echo $@ | sed -e 's/install-//'`; \
744 if [ -f ./$${dir}/Makefile ] ; then \
746 srcroot=`cd $(srcdir); pwd`; export srcroot; \
747 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
752 # This rule is used to build the modules which use TARGET_FLAGS_TO_PASS.
753 # To build a target all-X means to cd to X and make all.
754 .PHONY: $(ALL_TARGET_MODULES)
755 $(ALL_TARGET_MODULES):
756 @dir=`echo $@ | sed -e 's/all-//'`; \
757 if [ -f ./$${dir}/Makefile ] ; then \
759 srcroot=`cd $(srcdir); pwd`; export srcroot; \
760 (cd $${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) all); \
765 # This rule is used to check the modules which use TARGET_FLAGS_TO_PASS.
766 # To build a target install-X means to cd to X and make install.
767 .PHONY: $(CHECK_TARGET_MODULES)
768 $(CHECK_TARGET_MODULES):
769 @dir=`echo $@ | sed -e 's/check-//'`; \
770 if [ -f ./$${dir}/Makefile ] ; then \
772 srcroot=`cd $(srcdir); pwd`; export srcroot; \
773 (cd $${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) check); \
778 # This rule is used to install the modules which use
779 # TARGET_FLAGS_TO_PASS. To build a target install-X means to cd to X
781 .PHONY: $(INSTALL_TARGET_MODULES)
782 $(INSTALL_TARGET_MODULES): install-dirs
783 @dir=`echo $@ | sed -e 's/install-//'`; \
784 if [ -f ./$${dir}/Makefile ] ; then \
786 srcroot=`cd $(srcdir); pwd`; export srcroot; \
787 (cd $${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) install); \
792 # This rule is used to build the modules which use X11_FLAGS_TO_PASS.
793 # To build a target all-X means to cd to X and make all.
794 .PHONY: $(ALL_X11_MODULES)
796 @dir=`echo $@ | sed -e 's/all-//'`; \
797 if [ -f ./$${dir}/Makefile ] ; then \
799 srcroot=`cd $(srcdir); pwd`; export srcroot; \
801 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all); \
806 # This rule is used to check the modules which use X11_FLAGS_TO_PASS.
807 # To build a target check-X means to cd to X and make all.
808 .PHONY: $(CHECK_X11_MODULES)
809 $(CHECK_X11_MODULES):
810 @dir=`echo $@ | sed -e 's/check-//'`; \
811 if [ -f ./$${dir}/Makefile ] ; then \
813 srcroot=`cd $(srcdir); pwd`; export srcroot; \
815 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check); \
820 # This rule is used to install the modules which use X11_FLAGS_TO_PASS.
821 # To build a target install-X means to cd to X and make install.
822 .PHONY: $(INSTALL_X11_MODULES)
823 $(INSTALL_X11_MODULES):
824 @dir=`echo $@ | sed -e 's/install-//'`; \
825 if [ -f ./$${dir}/Makefile ] ; then \
827 srcroot=`cd $(srcdir); pwd`; export srcroot; \
829 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install); \
834 # gcc is the only module which uses GCC_FLAGS_TO_PASS.
837 @if [ -f ./gcc/Makefile ] ; then \
839 srcroot=`cd $(srcdir); pwd`; export srcroot; \
840 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
847 @if [ -f ./gcc/Makefile ] ; then \
849 srcroot=`cd $(srcdir); pwd`; export srcroot; \
850 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check); \
857 @if [ -f ./gcc/Makefile ] ; then \
859 srcroot=`cd $(srcdir); pwd`; export srcroot; \
860 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
867 # This rule is used to install the modules which use FLAGS_TO_PASS.
868 # To build a target install-X means to cd to X and make install.
869 .PHONY: install-dosrel
870 install-dosrel: install-dirs info
871 @dir=`echo $@ | sed -e 's/install-//'`; \
872 if [ -f ./$${dir}/Makefile ] ; then \
874 srcroot=`cd $(srcdir); pwd`; export srcroot; \
875 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
883 # This is a list of inter-dependencies among modules.
886 all-binutils: all-libiberty all-opcodes all-bfd all-flex
888 # start-sanitize-chill
889 all-chillrt: all-binutils all-gas all-gcc all-newlib
893 all-diff: all-libiberty
896 all-expect: all-tcl all-tk
897 all-fileutils: all-libiberty
899 all-flex: all-libiberty all-byacc
900 all-gas: all-libiberty all-opcodes all-bfd
903 all-gcc: all-libiberty all-byacc all-binutils all-gas all-pagas
904 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-glob all-byacc all-sim
906 all-gprof: all-libiberty all-bfd
907 all-grep: all-libiberty
908 all-gui: all-gdb all-libproc
909 all-gzip: all-libiberty
910 all-hello: all-libiberty
912 all-ispell: all-emacs
913 all-ld: all-libiberty all-bfd all-byacc all-flex
914 all-libg++: all-gas all-pagas all-ld all-gcc all-xiberty all-newlib all-libio
915 all-libio: all-gas all-pagas all-ld all-gcc all-xiberty all-newlib
917 all-m4: all-libiberty
918 all-make: all-libiberty
920 all-newlib: all-binutils all-gas all-pagas all-gcc
923 all-prms: all-libiberty
926 all-recode: all-libiberty
927 all-sed: all-libiberty
928 all-send-pr: all-prms
930 all-sim: all-libiberty all-bfd
931 all-tar: all-libiberty
933 all-tclX: all-tcl all-tk
935 all-texinfo: all-libiberty
937 all-tgas: all-libiberty all-bfd
940 all-uudecode: all-libiberty
941 all-xiberty: all-gcc all-newlib
943 ### other supporting targets
952 @for i in $(MAKEDIRS) ; do \
953 echo Making $$i... ; \
954 parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$$@/@'`; \
955 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \
956 if [ ! -d $$i ] ; then \
957 if mkdir $$i ; then \
968 dir.info: do-install-info
969 if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
970 $(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new ; \
971 mv -f dir.info.new dir.info ; \
976 @echo "Building a full distribution of this tree isn't done"
977 @echo "via 'make dist'. Check out the etc/ subdirectory"
981 # Right now this just builds TAGS in each subdirectory. emacs19 has the
982 # ability to use several tags files at once, so there is probably no need
983 # to combine them into one big TAGS file (like CVS 1.3 does). We could
984 # (if we felt like it) have this Makefile write a piece of elisp which
985 # the user could load to tell emacs19 where all the TAGS files we just
989 # with the gnu make, this is done automatically.
991 Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
992 $(SHELL) ./config.status
995 # Support for building net releases
997 # Files in devo used in any net release.
998 # ChangeLog omitted because it may refer to files which are not in this
999 # distribution (perhaps it would be better to include it anyway).
1000 DEVO_SUPPORT= README Makefile.in configure configure.in \
1001 config.guess config.sub config move-if-change \
1002 COPYING COPYING.LIB install.sh
1004 # Files in devo/etc used in any net release.
1005 # ChangeLog omitted because it may refer to files which are not in this
1006 # distribution (perhaps it would be better to include it anyway).
1007 ETC_SUPPORT= Makefile.in cfg-paper.texi configure.in configure.man \
1008 configure.texi standards.texi make-stds.texi
1010 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline glob sim
1011 GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS)
1013 .PHONY: setup-dirs-gdb gdb.tar.gz make-gdb.tar.gz
1015 $(start-sanitize-Sanitize)
1016 @if [ -f .Sanitize ] ; then echo "RUN Sanitize FIRST!" ; false ; fi ;
1017 $(end-sanitize-Sanitize)
1020 ./configure -rm sun4
1021 chmod og=u `find etc $(DEVO_SUPPORT) $(GDB_SUPPORT_FILES) -print`
1023 gdb.tar.gz: setup-dirs-gdb
1024 (cd gdb; $(MAKE) -f Makefile.in make-proto-gdb.dir BISON="byacc")
1025 (cd gdb; $(MAKE) -f Makefile.in make-proto-testsuite.dir)
1026 $(MAKE) $(MFLAGS) -f Makefile.in make-gdb.tar.gz
1028 make-gdb.tar.gz: $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) gdb texinfo/texinfo.tex
1029 rm -rf proto-toplev; mkdir proto-toplev
1030 ln -s ../gdb/proto-gdb.dir proto-toplev/gdb
1031 (cd proto-toplev; for i in $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS); do \
1034 mkdir proto-toplev/etc
1035 (cd proto-toplev/etc; for i in $(ETC_SUPPORT); do \
1036 ln -s ../../etc/$$i . ; \
1038 # Put only one copy (four hard links) of COPYING in the tar file.
1039 rm proto-toplev/bfd/COPYING
1040 ln proto-toplev/gdb/COPYING proto-toplev/bfd/COPYING
1041 rm proto-toplev/include/COPYING
1042 ln proto-toplev/gdb/COPYING proto-toplev/include/COPYING
1043 rm proto-toplev/readline/COPYING
1044 ln proto-toplev/gdb/COPYING proto-toplev/readline/COPYING
1046 # Change the bug reporting address in configure to bug-gdb
1047 rm proto-toplev/configure
1049 <configure >proto-toplev/configure
1050 chmod a+x proto-toplev/configure
1052 # Take out texinfo and glob from configurable dirs
1053 rm proto-toplev/configure.in
1054 sed -e '/^host_tools=/s/texinfo //' \
1055 -e '/^host_libs=/s/glob //' \
1056 <configure.in >proto-toplev/configure.in
1058 # Take out texinfo from a few places; make simple BISON=bison line.
1059 rm proto-toplev/Makefile.in
1060 sed -e '/^all\.normal: /s/\all-texinfo //' \
1061 -e '/^ install-texinfo /d' \
1062 -e '/^BISON = /,/^$$/d' \
1063 -e '/^# BISON:/s/.*/BISON = bison -y/' \
1064 <Makefile.in >proto-toplev/Makefile.in
1066 mkdir proto-toplev/texinfo
1067 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
1068 ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
1069 ln -s ../../texinfo/tex3patch proto-toplev/texinfo/
1070 chmod og=u `find proto-toplev -print`
1071 (VER=`sed <gdb/Makefile.in -n 's/VERSION = //p'`; \
1072 echo "==> Making gdb-$$VER.tar.gz"; \
1073 rm -f gdb-$$VER; ln -s proto-toplev gdb-$$VER; \
1074 tar cfh - gdb-$$VER \
1075 | $(GZIPPROG) -v -9 >gdb-$$VER.tar.gz)
1077 # Make the testsuite archive separately.
1078 ln -s ../../gdb/proto-testsuite.dir/testsuite proto-toplev/gdb/testsuite
1079 # Blow away the Chill test that requires a Chill compiled executable,
1080 # since GNU Chill is not yet publically available.
1081 rm -rf proto-toplev/gdb/testsuite/gdb.t31
1083 # Put a copy of COPYING in the tar file.
1084 ln proto-toplev/gdb/COPYING proto-toplev/gdb/testsuite/COPYING
1085 chmod og=u `find proto-toplev/gdb/testsuite -print`
1086 (VER=`sed <gdb/Makefile.in -n 's/VERSION = //p'`; \
1087 echo "==> Making gdb-$$VER-testsuite.tar.gz"; \
1088 tar cfh - gdb-$$VER/configure gdb-$$VER/config.guess \
1089 gdb-$$VER/config.sub gdb-$$VER/move-if-change \
1090 gdb-$$VER/gdb/testsuite \
1091 | $(GZIPPROG) -v -9 >gdb-$$VER-testsuite.tar.gz)
1093 # When you use `make setup-dirs' or `make taz' you should always redefine
1095 SUPPORT_FILES = list-of-support-files-for-tool-in-question
1096 # Directories that might want `make diststuff' run.
1097 DISTSTUFFDIRS= ld gprof gdb libg++ binutils gnats
1098 # Files where "byacc" (Cygnus version) should be changed to "bison -y" (FSF).
1099 DISTBISONFILES= binutils/Makefile.in gas/Makefile.in gdb/Makefile.in
1100 # Directories where "info" should be built.
1101 DISTDOCDIRS= ld gprof binutils gas bfd libg++ libio gdb gnats send-pr
1105 taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
1106 texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1107 # Make sure "diststuff" files get built properly.
1108 for f in $(DISTBISONFILES) ; do \
1109 if [ -r $$f ]; then \
1110 sed '/^BISON *=.*$$/s/.*/BISON = bison -y/' <$$f >tmp ; \
1114 # Take out texinfo from a few places; make simple BISON=bison line.
1115 sed -e '/^all\.normal: /s/\all-texinfo //' \
1116 -e '/^ install-texinfo /d' \
1117 -e '/^BISON = /,/^$$/d' \
1118 -e '/^# BISON:/s/.*/BISON = bison -y/' \
1120 mv -f tmp Makefile.in
1123 # Doc files don't change; include them in distribution.
1124 for f in $(DISTDOCDIRS) ; do \
1125 if [ -r $$f/Makefile ]; then \
1126 (cd $$f ; $(MAKE) info) || exit 1 ; \
1129 # Make links, and run "make diststuff" when needed.
1130 # The `echo' for setting `p' is to convert all whitespace to spaces.
1131 # Then the `case' further below should tell whether $$d is in
1133 rm -rf proto-toplev ; mkdir proto-toplev
1134 set -e ; dirs="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \
1135 p=" `echo $(DISTSTUFFDIRS)` " ; \
1136 for d in $$dirs ; do \
1137 if [ -d $$d ]; then \
1140 echo making diststuff in $$d ; \
1141 (cd $$d ; pwd ; $(MAKE) diststuff ) || exit 1 ;; \
1143 if [ -d $$d/proto-$$d.dir ]; then \
1144 ln -s ../$$d/proto-$$d.dir proto-toplev/$$d ; \
1146 ln -s ../$$d proto-toplev/$$d ; \
1148 else ln -s ../$$d proto-toplev/$$d ; fi ; \
1152 mkdir proto-toplev/etc
1153 (cd proto-toplev/etc; for i in $(ETC_SUPPORT); do \
1154 ln -s ../../etc/$$i . ; \
1157 # Take out texinfo and glob from configurable dirs
1158 rm proto-toplev/configure.in
1159 sed -e '/^host_tools=/s/texinfo //' \
1160 -e '/^host_libs=/s/glob //' \
1161 <configure.in >proto-toplev/configure.in
1163 mkdir proto-toplev/texinfo
1164 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
1165 ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
1166 ln -s ../../texinfo/lgpl.texinfo proto-toplev/texinfo/
1167 ln -s ../../texinfo/tex3patch proto-toplev/texinfo/
1168 chmod og=u `find . -print`
1169 (VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
1170 echo "==> Making $(TOOL)-$$VER.tar.gz"; \
1171 rm -f $(TOOL)-$$VER; ln -s proto-toplev $(TOOL)-$$VER; \
1172 tar cfh - $(TOOL)-$$VER \
1173 | $(GZIPPROG) -v -9 >$(TOOL)-$$VER.tar.gz )
1175 TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1176 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
1179 GAS_SUPPORT_DIRS= bfd include libiberty opcodes
1180 gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
1181 $(MAKE) -f Makefile.in taz TOOL=gas \
1182 SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
1184 # The FSF "binutils" release includes gprof and ld.
1185 .PHONY: binutils.tar.gz
1186 BINUTILS_SUPPORT_DIRS= bfd include libiberty opcodes ld gprof
1187 binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
1188 $(MAKE) -f Makefile.in taz TOOL=binutils \
1189 SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
1191 .PHONY: gas+binutils.tar.gz
1192 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
1193 gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
1194 $(MAKE) -f Makefile.in taz TOOL=gas \
1195 SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"
1197 .PHONY: libg++.tar.gz
1198 LIBGXX_SUPPORT_DIRS=include libio libiberty xiberty
1199 libg++.tar.gz: $(DIST_SUPPORT) libg++
1200 $(MAKE) -f Makefile.in taz TOOL=libg++ \
1201 SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
1203 GNATS_SUPPORT_DIRS=include libiberty send-pr
1204 gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
1205 $(MAKE) -f Makefile.in taz TOOL=gnats \
1206 SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
1211 # start-sanitize-chill
1212 ## This is ugly, but I don't want GNU make to put these variables in
1213 ## the environment. Older makes will see this as a set of targets
1214 ## with no dependencies and no actions.
1215 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
1216 # end-sanitize-chill
1218 # end of Makefile.in