2 # Copyright (C) 2003-2024 Free Software Foundation, Inc.
4 # This file is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; see the file COPYING3. If not see
16 # <http://www.gnu.org/licenses/>.
18 # Default target; must be first.
20 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
24 ## Multilib support variables.
32 # Standard autoconf-set variables.
40 # Nonstandard autoconf-set variables.
41 toolexecdir
= @toolexecdir@
42 toolexeclibdir
= @toolexeclibdir@
43 enable_shared
= @enable_shared@
49 LN_S_RECURSIVE
= cp
-pR
51 LN_S_RECURSIVE
= $(LN_S
)
54 # Variables for the user (or the top level) to override.
60 # The tedious process of getting CFLAGS right.
63 GNATLIBFLAGS
= -W
-Wall
-gnatpg
-nostdinc
65 GNATLIBCFLAGS_FOR_C
= -W
-Wall
$(GNATLIBCFLAGS
) $(CFLAGS_FOR_TARGET
) \
66 -fexceptions
-DIN_RTS @have_getipinfo@ @have_capability@
68 host_subdir
= @host_subdir@
69 GCC_DIR
=$(MULTIBUILDTOP
)..
/..
/$(host_subdir
)/gcc
71 target_noncanonical
:=@target_noncanonical@
72 version
:= $(shell @get_gcc_base_ver@
$(srcdir)/..
/gcc
/BASE-VER
)
73 libsubdir
:= $(libdir)/gcc
/$(target_noncanonical
)/$(version
)$(MULTISUBDIR
)
74 ADA_RTS_DIR
=$(GCC_DIR
)/ada
/rts
$(subst /,_
,$(MULTISUBDIR
))
76 # exeext should not be used because it's the *host* exeext. We're building
77 # a *target* library, aren't we?!? Likewise for CC. Still, provide bogus
78 # definitions just in case something slips through the safety net provided
79 # by recursive make invocations in gcc/ada/Makefile.in
80 LIBADA_FLAGS_TO_PASS
= \
82 "LDFLAGS=$(LDFLAGS)" \
85 "GNATLIBFLAGS=$(GNATLIBFLAGS) $(MULTIFLAGS)" \
86 "GNATLIBCFLAGS=$(GNATLIBCFLAGS) $(MULTIFLAGS)" \
87 "GNATLIBCFLAGS_FOR_C=$(GNATLIBCFLAGS_FOR_C) $(MULTIFLAGS)" \
88 "PICFLAG_FOR_TARGET=$(PICFLAG)" \
89 "THREAD_KIND=$(THREAD_KIND)" \
91 "MULTISUBDIR=$(MULTISUBDIR)" \
92 "libsubdir=$(libsubdir)" \
93 "toolexeclibdir=$(toolexeclibdir)" \
96 "exeext=.exeext.should.not.be.used " \
97 'CC=the.host.compiler.should.not.be.needed' \
98 "GCC_FOR_TARGET=$(CC)" \
101 .PHONY
: libada gnatlib gnatlib-shared gnatlib-sjlj gnatlib-zcx osconstool
103 # Rules to build and install libada.
104 libada
: @default_gnatlib_target@
106 gnatlib gnatlib-shared gnatlib-sjlj gnatlib-zcx
: osconstool
$(GCC_DIR
)/ada
/Makefile
107 test -f stamp-libada || \
108 $(MAKE
) -C
$(GCC_DIR
)/ada
$(LIBADA_FLAGS_TO_PASS
) $@ \
109 && touch stamp-libada
112 $(LN_S_RECURSIVE
) $(ADA_RTS_DIR
) adainclude
113 $(LN_S_RECURSIVE
) $(ADA_RTS_DIR
) adalib
116 $(MAKE
) -C
$(GCC_DIR
)/ada
$(LIBADA_FLAGS_TO_PASS
) .
/bldtools
/oscons
/xoscons
118 install-libada
: $(GCC_DIR
)/ada
/Makefile
119 $(MAKE
) -C
$(GCC_DIR
)/ada
$(LIBADA_FLAGS_TO_PASS
) install-gnatlib
121 # Check uninstalled version.
124 # Check installed version.
127 # Build info (none here).
130 # Build DVI (none here).
133 # Build PDF (none here).
136 # Build html (none here).
139 # Build TAGS (none here).
142 .PHONY
: check installcheck info dvi pdf html
144 # Installation rules.
145 install: install-libada
146 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
148 install-strip
: install
158 .PHONY
: install install-strip install-info install-pdf install-dvi install-html
162 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
165 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
168 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
169 $(RM
) Makefile config.status config.log
173 .PHONY
: mostlyclean clean distclean maintainer-clean
175 # Rules for rebuilding this Makefile.
176 Makefile
: $(srcdir)/Makefile.in config.status
179 $(SHELL
) .
/config.status
181 config.status
: $(srcdir)/configure
182 $(SHELL
) .
/config.status
--recheck
186 $(srcdir)/configure.ac \
187 $(srcdir)/..
/config
/acx.m4 \
188 $(srcdir)/..
/config
/multi.m4 \
189 $(srcdir)/..
/config
/override.m4 \
190 $(srcdir)/..
/config
/picflag.m4 \
191 $(srcdir)/..
/config
/toolexeclibdir.m4 \
192 $(srcdir)/..
/config
/unwind_ipinfo.m4
194 $(srcdir)/configure
: @MAINT@
$(configure_deps
)
195 cd
$(srcdir) && $(AUTOCONF
)
197 # Don't export variables to the environment, in order to not confuse