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.
23 exec_prefix = $(prefix)
25 bindir=${exec_prefix}/bin
26 sbindir=${exec_prefix}/sbin
27 libexecdir=${exec_prefix}/libexec
28 datadir=${prefix}/share
29 sysconfdir=${prefix}/etc
30 sharedstatedir=${prefix}/com
31 localstatedir=${prefix}/var
32 libdir=${exec_prefix}/lib
33 includedir=${prefix}/include
34 oldincludedir=/usr/include
35 infodir=${prefix}/info
38 tooldir = $(exec_prefix)/$(target)
40 program_transform_name =
42 man1dir = $(mandir)/man1
43 man2dir = $(mandir)/man2
44 man3dir = $(mandir)/man3
45 man4dir = $(mandir)/man4
46 man5dir = $(mandir)/man5
47 man6dir = $(mandir)/man6
48 man7dir = $(mandir)/man7
49 man8dir = $(mandir)/man8
50 man9dir = $(mandir)/man9
55 # INSTALL_PROGRAM_ARGS is changed by configure.in to use -x for a
57 INSTALL_PROGRAM_ARGS =
59 INSTALL = $(SHELL) $$s/install-sh -c
60 INSTALL_PROGRAM = $(INSTALL) $(INSTALL_PROGRAM_ARGS)
61 INSTALL_SCRIPT = $(INSTALL)
62 INSTALL_DATA = $(INSTALL) -m 644
64 INSTALL_DOSREL = install-dosrel-fake
71 # Special variables passed down in EXTRA_GCC_FLAGS. They are defined
72 # here so that they can be overridden by Makefile fragments.
73 HOST_CC = $(CC_FOR_BUILD)
75 HOST_PREFIX_1 = loser-
77 # These flag values are normally overridden by the configure script.
82 CFLAGS_FOR_TARGET = $(CFLAGS)
84 LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
88 # start-sanitize-chill
89 CHILLFLAGS = $(CFLAGS)
94 # Use -O2 to stress test the compiler.
95 LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
96 CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
97 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
108 # Not plain GZIP, since gzip looks there for extra command-line options.
111 # These values are substituted by configure.
115 BISON = `if [ -f $$r/bison/bison ] ; then \
116 echo $$r/bison/bison -L $$s/bison/ ; \
121 YACC = `if [ -f $$r/bison/bison ] ; then \
122 echo $$r/bison/bison -y -L $$s/bison/ ; \
123 elif [ -f $$r/byacc/byacc ] ; then \
124 echo $$r/byacc/byacc ; \
126 echo ${DEFAULT_YACC} ; \
129 LEX = `if [ -f $$r/flex/flex ] ; \
130 then echo $$r/flex/flex ; \
131 else echo ${DEFAULT_LEX} ; fi`
133 M4 = `if [ -f $$r/m4/m4 ] ; \
134 then echo $$r/m4/m4 ; \
137 MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
138 then echo $$r/texinfo/makeinfo/makeinfo ; \
139 else echo makeinfo ; fi`
141 # This just becomes part of the MAKEINFO definition passed down to
142 # sub-makes. It lets flags be given on the command line while still
143 # using the makeinfo from the object tree.
146 EXPECT = `if [ -f $$r/expect/expect ] ; \
147 then echo $$r/expect/expect ; \
148 else echo expect ; fi`
150 RUNTEST = `if [ -f $$s/dejagnu/runtest ] ; \
151 then echo $$s/dejagnu/runtest ; \
152 else echo runtest ; fi`
155 # compilers to use to create programs which must be run in the build
158 CXX_FOR_BUILD = $(CXX)
160 SUBDIRS = "this is set via configure, don't edit this"
163 # This is set by the configure script to the list of directories which
164 # should be built using the target tools.
165 TARGET_CONFIGDIRS = libiberty libgloss newlib libio librx libstdc++ libg++ winsup opcodes cygmon
167 # Target libraries are put under this directory:
168 # Changed by configure to $(target_alias) if cross.
171 # This is set by the configure script to the arguments passed to configure.
174 # This is set by configure to REALLY_SET_LIB_PATH if --enable-shared
178 # This is the name of the environment variable used for the path to
179 # the libraries. This may be changed by configure.in.
180 RPATH_ENVVAR = LD_LIBRARY_PATH
182 # configure.in sets SET_LIB_PATH to this if --enable-shared was used.
183 REALLY_SET_LIB_PATH = \
184 $(RPATH_ENVVAR)=$$r/bfd:$$r/opcodes:$$$(RPATH_ENVVAR); \
185 export $(RPATH_ENVVAR);
188 INSTALL_TARGET = installdirs \
190 $(INSTALL_TARGET_MODULES) \
191 $(INSTALL_X11_MODULES) \
197 if [ -f $$r/gcc/xgcc ] ; then \
198 if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
199 if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
200 echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/newlib/ -L$$r/$(TARGET_SUBDIR)/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
202 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
205 echo $$r/gcc/xgcc -B$$r/gcc/; \
208 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
211 t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
215 # If CC_FOR_TARGET is not overriden on the command line, then this
216 # variable is passed down to the gcc Makefile, where it is used to
217 # build libgcc2.a. We define it here so that it can itself be
218 # overridden on the command line.
219 GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/
221 # start-sanitize-chill
222 CHILL_FOR_TARGET = ` \
223 if [ -f $$r/gcc/xgcc ] ; then \
224 echo $$r/gcc/xgcc -B$$r/gcc/ -L$$r/gcc/ch/runtime/; \
226 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
229 t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
236 if [ -f $$r/gcc/xgcc ] ; then \
237 if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
238 if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
239 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; \
241 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
244 echo $$r/gcc/xgcc -B$$r/gcc/; \
247 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
250 t='$(program_transform_name)'; echo c++ | sed -e 's/x/x/' $$t; \
255 if [ -f $$r/gas/as-new ] ; then \
256 echo $$r/gas/as-new ; \
258 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
261 t='$(program_transform_name)'; echo as | sed -e 's/x/x/' $$t ; \
266 if [ -f $$r/ld/ld-new ] ; then \
267 echo $$r/ld/ld-new ; \
269 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
272 t='$(program_transform_name)'; echo ld | sed -e 's/x/x/' $$t ; \
276 DLLTOOL_FOR_TARGET = ` \
277 if [ -f $$r/binutils/dlltool ] ; then \
278 echo $$r/binutils/dlltool ; \
280 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
283 t='$(program_transform_name)'; echo dlltool | sed -e 's/x/x/' $$t ; \
287 WINDRES_FOR_TARGET = ` \
288 if [ -f $$r/binutils/windres ] ; then \
289 echo $$r/binutils/windres ; \
291 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
294 t='$(program_transform_name)'; echo windres | sed -e 's/x/x/' $$t ; \
299 if [ -f $$r/binutils/ar ] ; then \
300 echo $$r/binutils/ar ; \
302 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
305 t='$(program_transform_name)'; echo ar | sed -e 's/x/x/' $$t ; \
309 RANLIB_FOR_TARGET = ` \
310 if [ -f $$r/binutils/ranlib ] ; then \
311 echo $$r/binutils/ranlib ; \
313 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
316 t='$(program_transform_name)'; echo ranlib | sed -e 's/x/x/' $$t ; \
321 if [ -f $$r/binutils/nm-new ] ; then \
322 echo $$r/binutils/nm-new ; \
324 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
327 t='$(program_transform_name)'; echo nm | sed -e 's/x/x/' $$t ; \
331 #### host and target specific makefile fragments come in here.
334 # Flags to pass down to all sub-makes.
335 # Please keep these in alphabetical order.
336 BASE_FLAGS_TO_PASS = \
337 "AR_FLAGS=$(AR_FLAGS)" \
338 "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
339 "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
341 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
342 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
344 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
345 $(start-sanitize-chill)\
346 "CHILLFLAGS=$(CHILLFLAGS)" \
347 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
348 "CHILL_LIB=$(CHILL_LIB)" \
349 $(end-sanitize-chill)\
350 "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
351 "CXXFLAGS=$(CXXFLAGS)" \
352 "CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \
353 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
354 "DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \
355 "INSTALL=$(INSTALL)" \
356 "INSTALL_DATA=$(INSTALL_DATA)" \
357 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
358 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
359 "LDFLAGS=$(LDFLAGS)" \
361 "LD_FOR_TARGET=$(LD_FOR_TARGET)" \
362 "LIBCFLAGS=$(LIBCFLAGS)" \
363 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
364 "LIBCXXFLAGS=$(LIBCXXFLAGS)" \
365 "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \
368 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
369 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
370 "PICFLAG=$(PICFLAG)" \
371 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
372 "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
375 "RUNTEST=$(RUNTEST)" \
376 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
377 "WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
380 "datadir=$(datadir)" \
381 "exec_prefix=$(exec_prefix)" \
382 "includedir=$(includedir)" \
383 "infodir=$(infodir)" \
385 "libexecdir=$(libexecdir)" \
386 "localstatedir=$(localstatedir)" \
388 "oldincludedir=$(oldincludedir)" \
390 "sbindir=$(sbindir)" \
391 "sharedstatedir=$(sharedstatedir)" \
392 "sysconfdir=$(sysconfdir)" \
395 # Flags to pass down to most sub-makes, in which we're building with
396 # the host environment.
397 # If any variables are added here, they must be added to do-*, below.
403 'DLLTOOL=$(DLLTOOL)' \
409 FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)
411 # Flags that are concerned with the location of the X11 include files
414 # NOTE: until the top-level is getting the values via autoconf, it only
415 # causes problems to have this top-level Makefile overriding the autoconf-set
416 # values in child directories. Only variables that don't conflict with
417 # autoconf'ed ones should be passed by X11_FLAGS_TO_PASS for now.
419 X11_FLAGS_TO_PASS = \
420 'X11_EXTRA_CFLAGS=$(X11_EXTRA_CFLAGS)' \
421 'X11_EXTRA_LIBS=$(X11_EXTRA_LIBS)'
423 # Flags to pass down to makes which are built with the target environment.
424 # The double $ decreases the length of the command line; the variables
425 # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them.
426 # If any variables are added here, they must be added to do-*, below.
427 EXTRA_TARGET_FLAGS = \
428 'AR=$$(AR_FOR_TARGET)' \
429 'AS=$$(AS_FOR_TARGET)' \
430 'CC=$$(CC_FOR_TARGET)' \
431 'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
432 'CXX=$$(CXX_FOR_TARGET)' \
433 'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
434 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
435 'LD=$$(LD_FOR_TARGET)' \
436 'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
437 'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
438 'NM=$$(NM_FOR_TARGET)' \
439 'PICFLAG=$$(PICFLAG_FOR_TARGET)' \
440 'RANLIB=$$(RANLIB_FOR_TARGET)' \
441 'WINDRES=$$(WINDRES_FOR_TARGET)'
443 TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
445 # Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
446 # unfortunately needs the native compiler and the target ar and
448 # If any variables are added here, they must be added to do-*, below.
449 # The HOST_* variables are a special case, which are used for the gcc
450 # cross-building scheme.
452 'AR=$$(AR_FOR_TARGET)' \
456 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
457 'HOST_CC=$(CC_FOR_BUILD)' \
458 'HOST_PREFIX=$(HOST_PREFIX)' \
459 'HOST_PREFIX_1=$(HOST_PREFIX_1)' \
461 'RANLIB=$$(RANLIB_FOR_TARGET)' \
462 'WINDRES=$$(WINDRES_FOR_TARGET)' \
463 "GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
464 "`if test x'$(LANGUAGES)' != x; then echo 'LANGUAGES=$(LANGUAGES)'; else echo 'XFOO=bar'; fi`" \
465 "`if test x'$(STMP_FIXPROTO)' != x; then echo 'STMP_FIXPROTO=$(STMP_FIXPROTO)'; else echo 'XFOO=bar'; fi`" \
466 "`if test x'$(LIMITS_H_TEST)' != x; then echo 'LIMITS_H_TEST=$(LIMITS_H_TEST)'; else echo 'XFOO=bar'; fi`" \
467 "`if test x'$(LIBGCC1_TEST)' != x; then echo 'LIBGCC1_TEST=$(LIBGCC1_TEST)'; else echo 'XFOO=bar'; fi`" \
468 "`if test x'$(LIBGCC2_CFLAGS)' != x; then echo 'LIBGCC2_CFLAGS=$(LIBGCC2_CFLAGS)'; else echo 'XFOO=bar'; fi`" \
469 "`if test x'$(LIBGCC2_DEBUG_CFLAGS)' != x; then echo 'LIBGCC2_DEBUG_CFLAGS=$(LIBGCC2_DEBUG_CFLAGS)'; else echo 'XFOO=bar'; fi`" \
470 "`if test x'$(LIBGCC2_INCLUDES)' != x; then echo 'LIBGCC2_INCLUDES=$(LIBGCC2_INCLUDES)'; else echo 'XFOO=bar'; fi`" \
471 "`if test x'$(ENQUIRE)' != x; then echo 'ENQUIRE=$(ENQUIRE)'; else echo 'XFOO=bar'; fi`" \
472 "`if test x'$(BOOT_CFLAGS)' != x; then echo 'BOOT_CFLAGS=$(BOOT_CFLAGS)'; else echo 'XFOO=bar'; fi`"
474 GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
476 # This is a list of the targets for all of the modules which are compiled
477 # using $(FLAGS_TO_PASS).
505 $(start-sanitize-ide) \
507 $(end-sanitize-ide) \
512 $(start-sanitize-ide) \
514 $(end-sanitize-ide) \
517 $(start-sanitize-ide) \
519 $(end-sanitize-ide) \
543 $(start-sanitize-ide) \
545 $(end-sanitize-ide) \
548 # This is a list of the check targets for all of the modules which are
549 # compiled using $(FLAGS_TO_PASS).
551 # The list is in two parts. The first lists those tools which
552 # are tested as part of the host's native tool-chain, and not
553 # tested in a cross configuration.
554 NATIVE_CHECK_MODULES = \
559 CROSS_CHECK_MODULES = \
581 $(start-sanitize-ide) \
583 $(end-sanitize-ide) \
588 $(start-sanitize-ide) \
590 $(end-sanitize-ide) \
593 $(start-sanitize-ide) \
595 $(end-sanitize-ide) \
618 $(start-sanitize-ide) \
620 $(end-sanitize-ide) \
623 CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
625 # This is a list of the install targets for all of the modules which are
626 # compiled using $(FLAGS_TO_PASS).
627 # We put install-opcodes before install-binutils because the installed
628 # binutils might be on PATH, and they might need the shared opcodes
658 $(start-sanitize-ide) \
660 $(end-sanitize-ide) \
665 $(start-sanitize-ide) \
667 $(end-sanitize-ide) \
670 $(start-sanitize-ide) \
672 $(end-sanitize-ide) \
694 $(start-sanitize-ide) \
696 $(end-sanitize-ide) \
699 # This is a list of the targets for all of the modules which are compiled
700 # using $(X11_FLAGS_TO_PASS).
712 # This is a list of the check targets for all of the modules which are
713 # compiled using $(X11_FLAGS_TO_PASS).
714 CHECK_X11_MODULES = \
724 # This is a list of the install targets for all the modules which are
725 # compiled using $(X11_FLAGS_TO_PASS).
726 INSTALL_X11_MODULES = \
737 # This is a list of the targets for all of the modules which are compiled
738 # using $(TARGET_FLAGS_TO_PASS).
739 ALL_TARGET_MODULES = \
741 all-target-libstdc++ \
746 all-target-libgloss \
747 all-target-libiberty \
749 all-target-examples \
752 # This is a list of the configure targets for all of the modules which
753 # are compiled using the target tools.
754 CONFIGURE_TARGET_MODULES = \
755 configure-target-libio \
756 configure-target-libstdc++ \
757 configure-target-librx \
758 configure-target-libg++ \
759 configure-target-newlib \
760 configure-target-winsup \
761 configure-target-libgloss \
762 configure-target-libiberty \
763 configure-target-gperf \
764 configure-target-examples \
765 configure-target-cygmon
767 # This is a list of the check targets for all of the modules which are
768 # compiled using $(TARGET_FLAGS_TO_PASS).
769 CHECK_TARGET_MODULES = \
771 check-target-libstdc++ \
772 check-target-libg++ \
773 check-target-newlib \
774 check-target-winsup \
775 check-target-libiberty \
778 # This is a list of the install targets for all of the modules which are
779 # compiled using $(TARGET_FLAGS_TO_PASS).
780 INSTALL_TARGET_MODULES = \
781 install-target-libio \
782 install-target-libstdc++ \
783 install-target-libg++ \
784 install-target-newlib \
785 install-target-winsup \
786 install-target-libgloss \
787 install-target-libiberty \
790 # This is a list of the targets for which we can do a clean-{target}.
818 $(start-sanitize-ide) \
820 $(end-sanitize-ide) \
825 $(start-sanitize-ide) \
827 $(end-sanitize-ide) \
830 $(start-sanitize-ide) \
832 $(end-sanitize-ide) \
856 $(start-sanitize-ide) \
858 $(end-sanitize-ide) \
861 # All of the target modules that can be cleaned
862 CLEAN_TARGET_MODULES = \
864 clean-target-libstdc++ \
866 clean-target-libg++ \
867 clean-target-newlib \
868 clean-target-winsup \
869 clean-target-libgloss \
870 clean-target-libiberty \
872 clean-target-examples \
875 # All of the x11 modules that can be cleaned
876 CLEAN_X11_MODULES = \
887 # The first rule in the file had better be this one. Don't put any above it.
891 # The target built for a native build.
896 $(ALL_TARGET_MODULES) \
899 # Do a target for all the subdirectories. A ``make do-X'' will do a
900 # ``make X'' in all subdirectories (because, in general, there is a
901 # dependency (below) of X upon do-X, a ``make X'' will also do this,
902 # but it may do additional work as well).
903 # This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
904 # because it is so large that it can easily overflow the command line
905 # length limit on some systems.
914 do-maintainer-clean \
918 @target=`echo $@ | sed -e 's/^do-//'`; \
920 s=`cd $(srcdir); pwd`; export s; \
922 for i in $(SUBDIRS) -dummy-; do \
923 if [ -f ./$$i/Makefile ]; then \
926 for flag in $(EXTRA_GCC_FLAGS); do \
927 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
931 for flag in $(EXTRA_HOST_FLAGS); do \
932 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
936 export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
938 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
939 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
940 "RANLIB=$${RANLIB}" \
941 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
943 then true; else exit 1; fi; \
946 @target=`echo $@ | sed -e 's/^do-//'`; \
948 s=`cd $(srcdir); pwd`; export s; \
950 for i in $(TARGET_CONFIGDIRS) -dummy-; do \
951 if [ -f $(TARGET_SUBDIR)/$$i/Makefile ]; then \
952 for flag in $(EXTRA_TARGET_FLAGS); do \
953 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
955 export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
956 if (cd $(TARGET_SUBDIR)/$$i; \
957 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
958 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
959 "RANLIB=$${RANLIB}" \
960 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
962 then true; else exit 1; fi; \
966 # Here are the targets which correspond to the do-X targets.
968 .PHONY: info installcheck dvi install-info
969 .PHONY: clean distclean mostlyclean maintainer-clean realclean
970 .PHONY: local-clean local-distclean local-maintainer-clean
972 installcheck: do-installcheck
975 # Make sure makeinfo is built before we do a `make info'.
978 install-info: do-install-info dir.info
979 s=`cd $(srcdir); pwd`; export s; \
980 if [ -f dir.info ] ; then \
981 $(INSTALL_DATA) dir.info $(infodir)/dir.info ; \
985 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E
988 -rm -f Makefile config.status config.cache
989 -if [ "$(TARGET_SUBDIR)" != "." ]; then \
990 rm -rf $(TARGET_SUBDIR); \
993 local-maintainer-clean:
994 @echo "This command is intended for maintainers to use;"
995 @echo "it deletes files that may require special tools to rebuild."
997 clean: do-clean local-clean
998 mostlyclean: do-mostlyclean local-clean
999 distclean: do-distclean local-clean local-distclean
1000 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean
1001 maintainer-clean: local-distclean
1002 realclean: maintainer-clean
1004 # This rule is used to clean specific modules.
1005 .PHONY: $(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc
1006 $(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc:
1007 @dir=`echo $@ | sed -e 's/clean-//'`; \
1008 if [ -f ./$${dir}/Makefile ] ; then \
1009 r=`pwd`; export r; \
1010 s=`cd $(srcdir); pwd`; export s; \
1012 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) clean); \
1017 .PHONY: $(CLEAN_TARGET_MODULES)
1018 $(CLEAN_TARGET_MODULES):
1019 @dir=`echo $@ | sed -e 's/clean-target-//'`; \
1020 rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
1021 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1022 r=`pwd`; export r; \
1023 s=`cd $(srcdir); pwd`; export s; \
1025 (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) clean); \
1030 clean-target: $(CLEAN_TARGET_MODULES)
1035 check: $(CHECK_MODULES) \
1036 $(CHECK_TARGET_MODULES) \
1037 $(CHECK_X11_MODULES) \
1040 # Installation targets.
1042 .PHONY: install uninstall source-vault binary-vault vault-install
1043 install: $(INSTALL_TARGET)
1046 @echo "the uninstall target is not supported in this tree"
1049 $(MAKE) -f ./release/Build-A-Release \
1050 host=$(host_alias) source-vault
1053 $(MAKE) -f ./release/Build-A-Release \
1054 host=$(host_alias) target=$(target_alias)
1057 @if [ -f ./release/vault-install ] ; then \
1058 ./release/vault-install $(host_alias) $(target_alias) ; \
1064 install.all: install-no-fixedincludes
1065 @if [ -f ./gcc/Makefile ] ; then \
1066 r=`pwd` ; export r ; \
1069 $(MAKE) $(FLAGS_TO_PASS) install-headers) ; \
1074 # inet-install is used because the I*Net wants DejaGNU installed but
1075 # not built. Similarly, gzip is built but not installed.
1077 $(MAKE) INSTALL_MODULES="`echo $(INSTALL_MODULES) | sed -e 's/install-dejagnu//' -e 's/install-gzip//'`" install
1079 # install-no-fixedincludes is used because Cygnus can not distribute
1080 # the fixed header files.
1081 .PHONY: install-no-fixedincludes
1082 install-no-fixedincludes: \
1084 $(INSTALL_MODULES) \
1085 $(INSTALL_TARGET_MODULES) \
1086 $(INSTALL_X11_MODULES) \
1087 gcc-no-fixedincludes
1089 # Install the gcc headers files, but not the fixed include files,
1090 # which Cygnus is not allowed to distribute. This rule is very
1091 # dependent on the workings of the gcc Makefile.in.
1092 .PHONY: gcc-no-fixedincludes
1093 gcc-no-fixedincludes:
1094 @if [ -f ./gcc/Makefile ]; then \
1095 rm -rf gcc/tmp-include; \
1096 mv gcc/include gcc/tmp-include 2>/dev/null; \
1097 mkdir gcc/include; \
1098 cp $(srcdir)/gcc/gsyslimits.h gcc/include/syslimits.h; \
1099 touch gcc/stmp-fixinc gcc/include/fixed; \
1100 rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
1101 r=`pwd`; export r; \
1102 s=`cd $(srcdir); pwd` ; export s; \
1105 $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1106 rm -rf gcc/include; \
1107 mv gcc/tmp-include gcc/include 2>/dev/null; \
1110 # start-sanitize-ide
1111 # Install Foundry. Avoid installing a bunch of stuff we don't need.
1113 mods="$(INSTALL_MODULES)"; \
1114 x11_mods="$(INSTALL_X11_MODULES)"; \
1115 for d in install-tcl install-tk install-itcl install-tix install-ilu; do \
1116 mods="`echo $${mods} | sed -e "s/$$d//"`"; \
1117 x11_mods="`echo $${x11_mods} | sed -e "s/$$d//"`"; \
1119 $(MAKE) INSTALL_MODULES="$${mods}" INSTALL_X11_MODULES="$${x11_mods}" install
1120 for d in tcl tk itcl tix ilu; do \
1121 if [ -f $$d/Makefile ]; then \
1122 r=`pwd`; export r; \
1123 s=`cd $(srcdir); pwd`; export s; \
1125 (cd $$d; $(MAKE) $(FLAGS_TO_PASS) install-minimal); \
1132 # This rule is used to build the modules which use FLAGS_TO_PASS. To
1133 # build a target all-X means to cd to X and make all.
1135 # all-gui, and all-libproc are handled specially because
1136 # they are still experimental, and if they fail to build, that
1137 # shouldn't stop "make all".
1138 .PHONY: $(ALL_MODULES) all-gui all-libproc
1139 $(ALL_MODULES) all-gui all-libproc:
1140 @dir=`echo $@ | sed -e 's/all-//'`; \
1141 if [ -f ./$${dir}/Makefile ] ; then \
1142 r=`pwd`; export r; \
1143 s=`cd $(srcdir); pwd`; export s; \
1145 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
1150 # These rules are used to check the modules which use FLAGS_TO_PASS.
1151 # To build a target check-X means to cd to X and make check. Some
1152 # modules are only tested in a native toolchain.
1154 .PHONY: $(CHECK_MODULES) $(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
1155 $(NATIVE_CHECK_MODULES):
1156 @if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
1157 dir=`echo $@ | sed -e 's/check-//'`; \
1158 if [ -f ./$${dir}/Makefile ] ; then \
1159 r=`pwd`; export r; \
1160 s=`cd $(srcdir); pwd`; export s; \
1162 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1168 $(CROSS_CHECK_MODULES):
1169 @dir=`echo $@ | sed -e 's/check-//'`; \
1170 if [ -f ./$${dir}/Makefile ] ; then \
1171 r=`pwd`; export r; \
1172 s=`cd $(srcdir); pwd`; export s; \
1174 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1179 # This rule is used to install the modules which use FLAGS_TO_PASS.
1180 # To build a target install-X means to cd to X and make install.
1181 .PHONY: $(INSTALL_MODULES)
1182 $(INSTALL_MODULES): installdirs
1183 @dir=`echo $@ | sed -e 's/install-//'`; \
1184 if [ -f ./$${dir}/Makefile ] ; then \
1185 r=`pwd`; export r; \
1186 s=`cd $(srcdir); pwd`; export s; \
1188 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1193 # This rule is used to configure the modules which are built with the
1195 .PHONY: $(CONFIGURE_TARGET_MODULES)
1196 $(CONFIGURE_TARGET_MODULES):
1197 @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1198 if [ -d $(TARGET_SUBDIR)/$${dir} ]; then \
1199 r=`pwd`; export r; \
1200 $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/$${dir}/tmpmulti.out 2> /dev/null; \
1201 if [ -s $(TARGET_SUBDIR)/$${dir}/tmpmulti.out ]; then \
1202 if [ -f $(TARGET_SUBDIR)/$${dir}/multilib.out ]; then \
1203 if cmp $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out > /dev/null; then \
1204 rm -f $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
1206 echo "Multilibs changed for $${dir}, reconfiguring"; \
1207 rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/Makefile; \
1208 mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1211 mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1214 fi; exit 0 # break command into two pieces
1215 @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1216 if [ ! -d $(TARGET_SUBDIR) ]; then \
1218 elif [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1220 elif echo " $(TARGET_CONFIGDIRS) " | grep " $${dir} " >/dev/null 2>&1; then \
1221 if [ -d $(srcdir)/$${dir} ]; then \
1222 [ -d $(TARGET_SUBDIR)/$${dir} ] || mkdir $(TARGET_SUBDIR)/$${dir};\
1223 r=`pwd`; export r; \
1224 s=`cd $(srcdir); pwd`; export s; \
1226 AR="$(AR_FOR_TARGET)"; export AR; \
1227 AS="$(AS_FOR_TARGET)"; export AS; \
1228 CC="$(CC_FOR_TARGET)"; export CC; \
1229 CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
1230 CXX="$(CXX_FOR_TARGET)"; export CXX; \
1231 CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
1232 DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
1233 LD="$(LD_FOR_TARGET)"; export LD; \
1234 LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
1235 NM="$(NM_FOR_TARGET)"; export NM; \
1236 RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
1237 WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
1238 echo Configuring in $(TARGET_SUBDIR)/$${dir}; \
1239 cd $(TARGET_SUBDIR)/$${dir}; \
1242 topdir=$(srcdir) ;; \
1244 case "$(TARGET_SUBDIR)" in \
1245 .) topdir="../$(srcdir)" ;; \
1246 *) topdir="../../$(srcdir)" ;; \
1249 if [ "$(srcdir)" = "." ] ; then \
1250 if [ "$(TARGET_SUBDIR)" != "." ] ; then \
1251 if $(SHELL) $$s/symlink-tree $${topdir}/$${dir} "no-such-file" ; then \
1252 if [ -f Makefile ]; then \
1253 if $(MAKE) distclean; then \
1267 srcdiroption="--srcdir=."; \
1270 srcdiroption="--srcdir=$${topdir}/$${dir}"; \
1271 libsrcdir="$$s/$${dir}"; \
1273 if [ -f $${libsrcdir}/configure ] ; then \
1274 $(SHELL) $${libsrcdir}/configure \
1275 $(CONFIG_ARGUMENTS) $${srcdiroption} \
1276 --with-target-subdir="$(TARGET_SUBDIR)"; \
1278 $(SHELL) $$s/configure \
1279 $(CONFIG_ARGUMENTS) $${srcdiroption} \
1280 --with-target-subdir="$(TARGET_SUBDIR)"; \
1289 # This rule is used to build the modules which use TARGET_FLAGS_TO_PASS.
1290 # To build a target all-X means to cd to X and make all.
1291 .PHONY: $(ALL_TARGET_MODULES)
1292 $(ALL_TARGET_MODULES):
1293 @dir=`echo $@ | sed -e 's/all-target-//'`; \
1294 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1295 r=`pwd`; export r; \
1296 s=`cd $(srcdir); pwd`; export s; \
1298 (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) all); \
1303 # This rule is used to check the modules which use TARGET_FLAGS_TO_PASS.
1304 # To build a target install-X means to cd to X and make install.
1305 .PHONY: $(CHECK_TARGET_MODULES)
1306 $(CHECK_TARGET_MODULES):
1307 @dir=`echo $@ | sed -e 's/check-target-//'`; \
1308 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1309 r=`pwd`; export r; \
1310 s=`cd $(srcdir); pwd`; export s; \
1312 (cd $(TARGET_SUBDIR)/$${dir};$(MAKE) $(TARGET_FLAGS_TO_PASS) check);\
1317 # This rule is used to install the modules which use
1318 # TARGET_FLAGS_TO_PASS. To build a target install-X means to cd to X
1320 .PHONY: $(INSTALL_TARGET_MODULES)
1321 $(INSTALL_TARGET_MODULES): installdirs
1322 @dir=`echo $@ | sed -e 's/install-target-//'`; \
1323 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1324 r=`pwd`; export r; \
1325 s=`cd $(srcdir); pwd`; export s; \
1327 (cd $(TARGET_SUBDIR)/$${dir}; \
1328 $(MAKE) $(TARGET_FLAGS_TO_PASS) install); \
1333 # This rule is used to build the modules which use X11_FLAGS_TO_PASS.
1334 # To build a target all-X means to cd to X and make all.
1335 .PHONY: $(ALL_X11_MODULES)
1337 @dir=`echo $@ | sed -e 's/all-//'`; \
1338 if [ -f ./$${dir}/Makefile ] ; then \
1339 r=`pwd`; export r; \
1340 s=`cd $(srcdir); pwd`; export s; \
1343 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all); \
1348 # This rule is used to check the modules which use X11_FLAGS_TO_PASS.
1349 # To build a target check-X means to cd to X and make all.
1350 .PHONY: $(CHECK_X11_MODULES)
1351 $(CHECK_X11_MODULES):
1352 @dir=`echo $@ | sed -e 's/check-//'`; \
1353 if [ -f ./$${dir}/Makefile ] ; then \
1354 r=`pwd`; export r; \
1355 s=`cd $(srcdir); pwd`; export s; \
1358 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check); \
1363 # This rule is used to install the modules which use X11_FLAGS_TO_PASS.
1364 # To build a target install-X means to cd to X and make install.
1365 .PHONY: $(INSTALL_X11_MODULES)
1366 $(INSTALL_X11_MODULES): installdirs
1367 @dir=`echo $@ | sed -e 's/install-//'`; \
1368 if [ -f ./$${dir}/Makefile ] ; then \
1369 r=`pwd`; export r; \
1370 s=`cd $(srcdir); pwd`; export s; \
1373 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install); \
1378 # gcc is the only module which uses GCC_FLAGS_TO_PASS.
1381 @if [ -f ./gcc/Makefile ] ; then \
1382 r=`pwd`; export r; \
1383 s=`cd $(srcdir); pwd`; export s; \
1385 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
1390 .PHONY: all-bootstrap
1392 @if [ -f ./gcc/Makefile ] ; then \
1393 r=`pwd`; export r; \
1394 s=`cd $(srcdir); pwd`; export s; \
1396 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) bootstrap); \
1403 @if [ -f ./gcc/Makefile ] ; then \
1404 r=`pwd`; export r; \
1405 s=`cd $(srcdir); pwd`; export s; \
1407 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check); \
1414 @if [ -f ./gcc/Makefile ] ; then \
1415 r=`pwd`; export r; \
1416 s=`cd $(srcdir); pwd`; export s; \
1418 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1424 # EXPERIMENTAL STUFF
1425 # This rule is used to install the modules which use FLAGS_TO_PASS.
1426 # To build a target install-X means to cd to X and make install.
1427 .PHONY: install-dosrel
1428 install-dosrel: installdirs info
1429 @dir=`echo $@ | sed -e 's/install-//'`; \
1430 if [ -f ./$${dir}/Makefile ] ; then \
1431 r=`pwd`; export r; \
1432 s=`cd $(srcdir); pwd`; export s; \
1434 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1439 install-dosrel-fake:
1442 # This is a list of inter-dependencies among modules.
1444 all-autoconf: all-m4 all-texinfo
1448 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc
1449 all-bison: all-texinfo
1452 configure-target-cygmon: $(ALL_GCC)
1453 all-target-cygmon: configure-target-cygmon all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
1455 all-dejagnu: all-tcl all-expect all-tk
1456 all-diff: all-libiberty
1458 all-emacs19: all-bison all-byacc
1460 configure-target-examples: $(ALL_GCC)
1461 all-target-examples: configure-target-examples
1462 all-expect: all-tcl all-tk
1463 all-fileutils: all-libiberty
1466 all-flex: all-libiberty all-bison all-byacc
1467 all-gas: all-libiberty all-opcodes all-bfd
1471 all-gcc: all-bison all-byacc all-binutils all-gas all-ld
1472 all-bootstrap: all-libiberty all-bison all-byacc all-binutils all-gas all-ld
1473 GDB_TK = all-tk all-tcl all-itcl all-tix all-libide
1474 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
1476 configure-target-gperf: $(ALL_GCC)
1477 all-target-gperf: configure-target-gperf all-target-libiberty all-target-libg++
1478 all-gprof: all-libiberty all-bfd all-opcodes
1479 all-grep: all-libiberty
1480 all-grez: all-libiberty all-bfd all-opcodes
1481 all-gui: all-gdb all-libproc all-target-librx
1483 all-gzip: all-libiberty
1484 all-hello: all-libiberty
1485 # start-sanitize-ide
1489 all-inet: all-tcl all-send-pr all-perl
1490 all-ispell: all-emacs19
1491 all-itcl: all-tcl all-tk
1492 # start-sanitize-ide
1493 all-jstools: all-tcl all-tk all-tix all-libide
1495 all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex
1496 configure-target-libg++: $(ALL_GCC) configure-target-librx
1497 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++
1498 configure-target-libgloss: $(ALL_GCC)
1499 all-target-libgloss: configure-target-libgloss configure-target-newlib
1500 configure-target-libio: $(ALL_GCC)
1501 all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
1502 check-target-libio: all-target-libstdc++
1504 all-libide: all-tcl all-tk all-itcl all-ilu
1505 configure-target-librx: $(ALL_GCC) configure-target-newlib
1506 all-target-librx: configure-target-librx
1507 configure-target-libstdc++: $(ALL_GCC)
1508 all-target-libstdc++: configure-target-libstdc++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
1509 all-m4: all-libiberty
1510 all-make: all-libiberty
1512 configure-target-newlib: $(ALL_GCC)
1513 all-target-newlib: configure-target-newlib all-binutils all-gas all-gcc
1514 all-opcodes: all-bfd all-libiberty
1515 all-patch: all-libiberty
1517 all-prms: all-libiberty
1520 all-recode: all-libiberty
1521 all-sed: all-libiberty
1522 all-send-pr: all-prms
1524 all-sim: all-libiberty all-bfd all-opcodes all-readline
1525 all-sn: all-tcl all-tk all-tix all-itcl all-db all-grep
1526 all-tar: all-libiberty
1528 all-tclX: all-tcl all-tk
1530 all-texinfo: all-libiberty
1532 all-tgas: all-libiberty all-bfd all-opcodes
1534 all-tix: all-tcl all-tk
1535 # start-sanitize-ide
1536 all-vmake: all-tcl all-tk all-itcl all-tix all-libide
1539 all-target-winsup: all-target-newlib all-target-libiberty all-target-librx all-target-libio configure-target-winsup
1540 configure-target-winsup: configure-target-newlib
1541 all-uudecode: all-libiberty
1542 configure-target-libiberty: $(ALL_GCC)
1543 all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib
1544 all-target: $(ALL_TARGET_MODULES)
1545 install-itcl: install-tcl
1546 install-target: $(INSTALL_TARGET_MODULES)
1548 ### other supporting targets
1554 installdirs: mkinstalldirs
1555 $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
1557 dir.info: do-install-info
1558 if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
1559 $(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new ; \
1560 mv -f dir.info.new dir.info ; \
1565 @echo "Building a full distribution of this tree isn't done"
1566 @echo "via 'make dist'. Check out the etc/ subdirectory"
1570 # Right now this just builds TAGS in each subdirectory. emacs19 has the
1571 # ability to use several tags files at once, so there is probably no need
1572 # to combine them into one big TAGS file (like CVS 1.3 does). We could
1573 # (if we felt like it) have this Makefile write a piece of elisp which
1574 # the user could load to tell emacs19 where all the TAGS files we just
1578 # with the gnu make, this is done automatically.
1580 Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
1581 $(SHELL) ./config.status
1584 # Support for building net releases
1586 # Files in devo used in any net release.
1587 # ChangeLog omitted because it may refer to files which are not in this
1588 # distribution (perhaps it would be better to include it anyway).
1589 DEVO_SUPPORT= README Makefile.in configure configure.in \
1590 config.guess config.sub config move-if-change \
1591 mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \
1592 COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
1593 mkinstalldirs ltconfig ltmain.sh missing ylwrap
1595 # Files in devo/etc used in any net release.
1596 # ChangeLog omitted because it may refer to files which are not in this
1597 # distribution (perhaps it would be better to include it anyway).
1598 ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
1599 make-stds.texi standards.info*
1601 # When you use `make setup-dirs' or `make taz' you should always redefine
1603 SUPPORT_FILES = list-of-support-files-for-tool-in-question
1607 taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
1608 texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1609 # Take out texinfo from a few places; make simple BISON=bison line.
1610 sed -e '/^all\.normal: /s/\all-texinfo //' \
1611 -e '/^ install-texinfo /d' \
1613 mv -f tmp Makefile.in
1615 $(start-sanitize-Sanitize)
1616 @if [ -f .Sanitize ] ; then echo "RUN Sanitize FIRST!" ; false ; fi ;
1617 $(end-sanitize-Sanitize)
1619 [ -z "$(CONFIGURE_TARGET_MODULES)" ] \
1620 || $(MAKE) $(CONFIGURE_TARGET_MODULES) ALL_GCC="" \
1621 CC_FOR_TARGET="$(CC)" CXX_FOR_TARGET="$(CXX)"
1622 # Make links, and run "make diststuff" or "make info" when needed.
1623 rm -rf proto-toplev ; mkdir proto-toplev
1624 set -e ; dirs="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \
1625 for d in $$dirs ; do \
1626 if [ -d $$d ]; then \
1627 if [ ! -f $$d/Makefile ] ; then true ; \
1628 elif grep '^diststuff:' $$d/Makefile >/dev/null ; then \
1629 (cd $$d ; $(MAKE) diststuff ) || exit 1 ; \
1630 elif grep '^info:' $$d/Makefile >/dev/null ; then \
1631 (cd $$d ; $(MAKE) info ) || exit 1 ; \
1633 if [ -d $$d/proto-$$d.dir ]; then \
1634 ln -s ../$$d/proto-$$d.dir proto-toplev/$$d ; \
1636 ln -s ../$$d proto-toplev/$$d ; \
1638 else ln -s ../$$d proto-toplev/$$d ; fi ; \
1640 cd etc ; $(MAKE) info
1643 mkdir proto-toplev/etc
1644 (cd proto-toplev/etc; \
1645 for i in $(ETC_SUPPORT); do \
1646 ln -s ../../etc/$$i . ; \
1649 # Take out texinfo from configurable dirs
1650 rm proto-toplev/configure.in
1651 sed -e '/^host_tools=/s/texinfo //' \
1652 <configure.in >proto-toplev/configure.in
1654 mkdir proto-toplev/texinfo
1655 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
1656 ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
1657 ln -s ../../texinfo/lgpl.texinfo proto-toplev/texinfo/
1658 if test -r texinfo/util/tex3patch ; then \
1659 mkdir proto-toplev/texinfo/util && \
1660 ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util ; \
1662 chmod og=u `find . -print`
1663 if grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \
1664 ver=`sed < $(TOOL)/configure.in -n 's/AM_INIT_AUTOMAKE[^,]*, *\([^)]*\))/\1/p'`; \
1666 ver=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
1668 $(MAKE) -f Makefile.in do-tar-gz TOOL=$(TOOL) VER=$$ver
1671 echo "==> Making $(TOOL)-$(VER).tar.gz"
1672 -rm -f $(TOOL)-$(VER)
1673 ln -s proto-toplev $(TOOL)-$(VER)
1674 tar cfh $(TOOL)-$(VER).tar $(TOOL)-$(VER)
1675 $(GZIPPROG) -v -9 $(TOOL)-$(VER).tar
1677 TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1678 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
1681 GAS_SUPPORT_DIRS= bfd include libiberty opcodes setup.com makefile.vms
1682 gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
1683 $(MAKE) -f Makefile.in taz TOOL=gas \
1684 SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
1686 # The FSF "binutils" release includes gprof and ld.
1687 .PHONY: binutils.tar.gz
1688 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof setup.com makefile.vms
1689 binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
1690 $(MAKE) -f Makefile.in taz TOOL=binutils \
1691 SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
1693 .PHONY: gas+binutils.tar.gz
1694 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
1695 gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
1696 $(MAKE) -f Makefile.in taz TOOL=gas \
1697 SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"
1699 .PHONY: libg++.tar.gz
1700 LIBGXX_SUPPORT_DIRS=include libstdc++ libio librx libiberty
1701 libg++.tar.gz: $(DIST_SUPPORT) libg++
1702 $(MAKE) -f Makefile.in taz TOOL=libg++ \
1703 SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
1705 GNATS_SUPPORT_DIRS=include libiberty send-pr
1706 gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
1707 $(MAKE) -f Makefile.in taz TOOL=gnats \
1708 SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
1711 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils
1712 GDBTK_SUPPORT_DIRS= `if [ -d tcl -a -d tk ] ; then echo tcl tk ; fi`
1713 gdb.tar.gz: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
1714 $(MAKE) -f Makefile.in taz TOOL=gdb \
1715 SUPPORT_FILES="$(GDB_SUPPORT_DIRS) $(GDBTK_SUPPORT_DIRS)"
1717 .PHONY: newlib.tar.gz
1718 NEWLIB_SUPPORT_DIRS=libgloss
1719 # taz configures for the sun4 target which won't configure newlib.
1720 # We need newlib configured so that the .info files are made.
1721 # Unfortunately, it is not enough to just configure newlib separately:
1722 # taz will build the .info files but since SUBDIRS won't contain newlib,
1723 # distclean won't be run (leaving Makefile, config.status, and the tmp files
1724 # used in building the .info files, eg: *.def, *.ref).
1725 # The problem isn't solvable however without a lot of extra work because
1726 # target libraries are built in subdir $(target_alias) which gets nuked during
1727 # the make distclean. For now punt on the issue of shipping newlib info files
1728 # with newlib net releases and wait for a day when some native target (sun4?)
1729 # supports newlib (if only minimally).
1730 newlib.tar.gz: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
1731 $(MAKE) -f Makefile.in taz TOOL=newlib \
1732 SUPPORT_FILES="$(NEWLIB_SUPPORT_DIRS)" \
1733 DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" newlib
1738 # start-sanitize-chill
1739 ## This is ugly, but I don't want GNU make to put these variables in
1740 ## the environment. Older makes will see this as a set of targets
1741 ## with no dependencies and no actions.
1742 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
1743 # end-sanitize-chill
1745 # end of Makefile.in