OSDN Git Service

PR ada/15568
[pf3gnuchains/gcc-fork.git] / gcc / ada / Makefile.in
1 # Makefile for GNU Ada Compiler (GNAT).
2 #   Copyright (C) 1994-2004 Free Software Foundation, Inc.
3
4 #This file is part of GCC.
5
6 #GCC is free software; you can redistribute it and/or modify
7 #it under the terms of the GNU General Public License as published by
8 #the Free Software Foundation; either version 2, or (at your option)
9 #any later version.
10
11 #GCC is distributed in the hope that it will be useful,
12 #but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #GNU General Public License for more details.
15
16 #You should have received a copy of the GNU General Public License
17 #along with GCC; see the file COPYING.  If not, write to
18 #the Free Software Foundation, 59 Temple Place - Suite 330,
19 #Boston, MA 02111-1307, USA.
20
21 # The makefile built from this file lives in the language subdirectory.
22 # Its purpose is to provide support for:
23 #
24 # 1) recursion where necessary, and only then (building .o's), and
25 # 2) building and debugging cc1 from the language subdirectory, and
26 # 3) nothing else.
27 #
28 # The parent makefile handles all other chores, with help from the
29 # language makefile fragment, of course.
30 #
31 # The targets for external use are:
32 # all, TAGS, ???mostlyclean, ???clean.
33
34 # This makefile will only work with Gnu make.
35 # The rules are written assuming a minimum subset of tools are available:
36 #
37 # Required:
38 #      MAKE:    Only Gnu make will work.
39 #      MV:      Must accept (at least) one, maybe wildcard, source argument,
40 #               a file or directory destination, and support creation/
41 #               modification date preservation.  Gnu mv -f works.
42 #      RM:      Must accept an arbitrary number of space separated file
43 #               arguments, or one wildcard argument. Gnu rm works.
44 #      RMDIR:   Must delete a directory and all its contents. Gnu rm -rf works.
45 #      ECHO:    Must support command line redirection. Any Unix-like
46 #               shell will typically provide this, otherwise a custom version
47 #               is trivial to write.
48 #      AR:      Gnu ar works.
49 #      MKDIR:   Gnu mkdir works.
50 #      CHMOD:   Gnu chmod works.
51 #      true:    Does nothing and returns a normal successful return code.
52 #      pwd:     Prints the current directory on stdout.
53 #      cd:      Change directory.
54 #
55 # Optional:
56 #      BISON:   Gnu bison works.
57 #      FLEX:    Gnu flex works.
58 #      Other miscellaneous tools for obscure targets.
59
60 # Tell GNU make 3.79 not to run this directory in parallel.
61 # Not all of the required dependencies are present.
62 .NOTPARALLEL:
63
64 # Suppress smart makes who think they know how to automake Yacc files
65 .y.c:
66
67 # Variables that exist for you to override.
68 # See below for how to change them for certain systems.
69
70 # Various ways of specifying flags for compilations:  
71 # CFLAGS is for the user to override to, e.g., do a bootstrap with -O2.
72 # BOOT_CFLAGS is the value of CFLAGS to pass
73 # to the stage2 and stage3 compilations
74 # XCFLAGS is used for most compilations but not when using the GCC just built.
75 XCFLAGS =
76 CFLAGS = -g
77 BOOT_CFLAGS = -O $(CFLAGS)
78 # These exists to be overridden by the x-* and t-* files, respectively.
79 X_CFLAGS =
80 T_CFLAGS =
81
82 X_CPPFLAGS =
83 T_CPPFLAGS =
84
85 X_ADA_CFLAGS =
86 T_ADA_CFLAGS =
87
88 X_ADAFLAGS =
89 T_ADAFLAGS =
90
91 CC = cc
92 BISON = bison
93 BISONFLAGS =
94 ECHO = echo
95 LEX = flex
96 LEXFLAGS =
97 CHMOD = chmod
98 LN = ln
99 LN_S = ln -s
100 CP = cp -p
101 MV = mv -f
102 RM = rm -f
103 RMDIR = rm -rf
104 MKDIR = mkdir -p
105 AR = ar
106 AR_FLAGS = rc
107 LS = ls
108 RANLIB = @RANLIB@
109
110 SHELL = @SHELL@
111 PWD_COMMAND = $${PWDCMD-pwd}
112 # How to copy preserving the date
113 INSTALL_DATA_DATE = cp -p
114 MAKEINFO = makeinfo
115 TEXI2DVI = texi2dvi
116 GNATBIND = $(STAGE_PREFIX)gnatbind
117 GNATBIND_FLAGS = -static -x
118 ADA_CFLAGS =
119 ADAFLAGS = -W -Wall -gnatpg -gnata
120 SOME_ADAFLAGS =-gnata
121 FORCE_DEBUG_ADAFLAGS = -g
122 GNATLIBFLAGS = -gnatpg -nostdinc
123 GNATLIBCFLAGS = -g -O2
124 GNATLIBCFLAGS_FOR_C = $(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) -fexceptions \
125         -DIN_RTS
126 ALL_ADA_CFLAGS = $(X_ADA_CFLAGS) $(T_ADA_CFLAGS) $(ADA_CFLAGS)
127 ALL_ADAFLAGS = $(CFLAGS) $(ALL_ADA_CFLAGS) $(X_ADAFLAGS) $(T_ADAFLAGS) \
128         $(ADAFLAGS)
129 MOST_ADAFLAGS = $(CFLAGS) $(ALL_ADA_CFLAGS) $(X_ADAFLAGS) $(T_ADAFLAGS) \
130         $(SOME_ADAFLAGS)
131 THREAD_KIND = native
132 THREADSLIB =
133 GMEM_LIB =
134 MISCLIB =
135 SYMLIB =
136 ADDR2LINE_SYMLIB = -laddr2line -lbfd -liberty $(LIBINTL)
137 SYMDEPS = $(LIBINTL_DEP)
138 OUTPUT_OPTION = @OUTPUT_OPTION@
139
140 objext = .o
141 exeext =
142 arext  = .a
143 soext  = .so
144 shext  =
145 hyphen = -
146
147 # Define this as & to perform parallel make on a Sequent.
148 # Note that this has some bugs, and it seems currently necessary 
149 # to compile all the gen* files first by hand to avoid erroneous results.
150 P =
151
152 # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET.
153 # It omits XCFLAGS, and specifies -B./.
154 # It also specifies -B$(tooldir)/ to find as and ld for a cross compiler.
155 GCC_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS)
156
157 # Tools to use when building a cross-compiler.
158 # These are used because `configure' appends `cross-make'
159 # to the makefile when making a cross-compiler.
160
161 # We don't use cross-make.  Instead we use the tools from the build tree,
162 # if they are available.
163 # program_transform_name and objdir are set by configure.in.
164 program_transform_name =
165 objdir = .
166
167 target=@target@
168 xmake_file = @xmake_file@
169 tmake_file = @tmake_file@
170 host_canonical=@host@
171 #version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < $(srcdir)/version.c`
172 #mainversion=`sed -e 's/.*\"\([0-9]*\.[0-9]*\).*/\1/' < $(srcdir)/version.c`
173
174 # Directory where sources are, from where we are.
175 srcdir = @srcdir@
176 VPATH = $(srcdir)
177
178 fsrcdir := $(shell cd $(srcdir);${PWD_COMMAND})
179 fsrcpfx := $(shell cd $(srcdir);${PWD_COMMAND})/
180 fcurdir := $(shell ${PWD_COMMAND})
181 fcurpfx := $(shell ${PWD_COMMAND})/
182
183 # Top build directory, relative to here.
184 top_builddir = ../..
185
186 # Internationalization library.
187 LIBINTL = @LIBINTL@
188 LIBINTL_DEP = @LIBINTL_DEP@
189
190 # Any system libraries needed just for GNAT.
191 SYSLIBS = @GNAT_LIBEXC@
192
193 # List of extra object files linked in with various programs.
194 EXTRA_GNATTOOLS_OBJS = ../../prefix.o ../../version.o
195
196 # List extra gnattools
197 EXTRA_GNATTOOLS =
198
199 # List of target dependent sources, overridden below as necessary
200 TARGET_ADA_SRCS =
201
202 # Type of tools build we are doing; default is not compiling tools.
203 TOOLSCASE =
204
205 # End of variables for you to override.
206
207 all: all.indirect
208
209 # This tells GNU Make version 3 not to put all variables in the environment.
210 .NOEXPORT:
211
212 # tmake_file and xmake_file expand to lists with entries of the form
213 # $(srcdir)/config/...  but here $(srcdir) is the ada subdirectory so we
214 # need to adjust the paths.  There can't be spaces in the subst arguments
215 # or we get spurious spaces in the actual list of files to include.
216
217 # target overrides
218 ifneq ($(tmake_file),)
219 include $(subst /config,/../config,$(tmake_file))
220 endif
221
222 # host overrides
223 ifneq ($(xmake_file),)
224 include $(subst /config,/../config,$(xmake_file))
225 endif
226 \f
227 # Now figure out from those variables how to compile and link.
228
229 all.indirect: Makefile ../gnat1$(exeext)
230
231 # IN_GCC distinguishes between code compiled into GCC itself and other
232 # programs built during a bootstrap.
233 # autoconf inserts -DCROSS_COMPILE if we are building a cross compiler.
234 INTERNAL_CFLAGS = @CROSS@ -DIN_GCC
235
236 # This is the variable actually used when we compile.
237 LOOSE_CFLAGS = `echo $(CFLAGS) $(WARN2_CFLAGS)|sed -e 's/-pedantic//g' -e 's/-Wtraditional//g'`
238 ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(LOOSE_CFLAGS) \
239         $(XCFLAGS)
240
241 # Likewise.
242 ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
243
244 # This is where we get libiberty.a from.
245 LIBIBERTY = ../../libiberty/libiberty.a
246
247 # How to link with both our special library facilities
248 # and the system's installed libraries.
249 LIBS = $(LIBINTL) $(LIBIBERTY) $(SYSLIBS)
250 LIBDEPS = $(LIBINTL_DEP) $(LIBIBERTY)
251 TOOLS_LIBS = $(LIBGNAT) $(EXTRA_GNATTOOLS_OBJS) link.o ../../../libiberty/libiberty.a $(SYSLIBS)
252
253 # Specify the directories to be searched for header files.
254 # Both . and srcdir are used, in that order,
255 # so that tm.h and config.h will be found in the compilation
256 # subdirectory rather than in the source directory.
257 INCLUDES = -I- -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config \
258         -I$(srcdir)/../../include
259
260 ADA_INCLUDES = -I- -I. -I$(srcdir)
261
262 INCLUDES_FOR_SUBDIR = -I. -I.. -I../.. -I$(fsrcdir) -I$(fsrcdir)/../config \
263         -I$(fsrcdir)/../../include -I$(fsrcdir)/..
264 ADA_INCLUDES_FOR_SUBDIR = -I. -I$(fsrcdir)
265
266 # Avoid a lot of time thinking about remaking Makefile.in and *.def.
267 .SUFFIXES: .in .def
268
269 # Say how to compile Ada programs.
270 .SUFFIXES: .ada .adb .ads .asm
271
272 # Always use -I$(srcdir)/config when compiling.
273 .asm.o:
274         $(CC) -c -x assembler $< $(OUTPUT_OPTION)
275
276 .c.o:
277         $(CC) -c $(ALL_CFLAGS) $(ADA_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< \
278           $(OUTPUT_OPTION)
279
280 .adb.o:
281         $(CC) -c $(ALL_ADAFLAGS) $(ADA_INCLUDES) $< $(OUTPUT_OPTION)
282
283 .ads.o:
284         $(CC) -c $(ALL_ADAFLAGS) $(ADA_INCLUDES) $< $(OUTPUT_OPTION)
285
286 # how to regenerate this file
287 Makefile: ../config.status $(srcdir)/Makefile.in $(srcdir)/../version.c
288         cd ..; \
289         LANGUAGES="$(CONFIG_LANGUAGES)" \
290         CONFIG_HEADERS= \
291         CONFIG_FILES=ada/Makefile $(SHELL) config.status
292
293 # This tells GNU make version 3 not to export all the variables
294 # defined in this file into the environment.
295 .NOEXPORT:
296 \f
297 # Lists of files for various purposes.
298
299 GNATLINK_OBJS = gnatlink.o \
300  a-except.o ali.o alloc.o butil.o casing.o csets.o debug.o fmap.o fname.o gnatvsn.o \
301  hostparm.o interfac.o i-c.o i-cstrin.o namet.o opt.o osint.o output.o rident.o \
302  s-exctab.o s-secsta.o s-stalib.o s-stoele.o sdefault.o stylesw.o switch.o system.o \
303  table.o tree_io.o types.o validsw.o widechar.o
304
305 GNATMAKE_OBJS = a-except.o ctrl_c.o ali.o ali-util.o s-casuti.o \
306  alloc.o atree.o binderr.o butil.o casing.o csets.o debug.o elists.o einfo.o\
307  erroutc.o errutil.o err_vars.o fmap.o fname.o fname-uf.o fname-sf.o \
308  gnatmake.o gnatvsn.o hostparm.o interfac.o i-c.o i-cstrin.o krunch.o lib.o \
309  make.o makeusg.o makeutl.o mlib.o mlib-fil.o mlib-prj.o mlib-tgt.o mlib-utl.o \
310  namet.o nlists.o opt.o osint.o osint-m.o output.o \
311  prj.o prj-attr.o prj-com.o prj-dect.o prj-env.o prj-err.o prj-ext.o prj-nmsc.o \
312  prj-pars.o prj-part.o prj-proc.o prj-strt.o prj-tree.o prj-util.o \
313  rident.o s-exctab.o s-secsta.o s-stalib.o s-stoele.o \
314  scans.o scng.o sdefault.o sfn_scan.o s-purexc.o s-htable.o \
315  sinfo.o sinput.o sinput-c.o sinput-p.o \
316  snames.o stand.o stringt.o styleg.o stylesw.o system.o validsw.o switch.o switch-m.o \
317  table.o targparm.o tempdir.o tree_io.o types.o \
318  uintp.o  uname.o urealp.o usage.o widechar.o \
319  $(EXTRA_GNATMAKE_OBJS)
320
321 # Convert the target variable into a space separated list of architecture,
322 # manufacturer, and operating system and assign each of those to its own
323 # variable.
324
325 host:=$(subst -, ,$(host_canonical))
326 targ:=$(subst -, ,$(target))
327 arch:=$(word 1,$(targ))
328 ifeq ($(words $(targ)),2)
329   manu:=
330   osys:=$(word 2,$(targ))
331 else
332   manu:=$(word 2,$(targ))
333   osys:=$(word 3,$(targ))
334 endif
335
336 # LIBGNAT_TARGET_PAIRS is a list of pairs of filenames.
337 # The members of each pair must be separated by a '<' and no whitespace.
338 # Each pair must be separated by some amount of whitespace from the following
339 # pair.
340
341 # Non-tasking case:
342
343 LIBGNAT_TARGET_PAIRS = \
344 a-intnam.ads<a-intnam-dummy.ads \
345 s-inmaop.adb<s-inmaop-dummy.adb \
346 s-intman.adb<s-intman-dummy.adb \
347 s-osinte.ads<s-osinte-dummy.ads \
348 s-osprim.adb<s-osprim-posix.adb \
349 s-taprop.adb<s-taprop-dummy.adb \
350 s-taspri.ads<s-taspri-dummy.ads
351
352 # Default shared object option. Note that we rely on the fact that the "soname"
353 # option will always be present and last in this flag, so that we can have
354 # $(SO_OPTS)libgnat-x.xx
355
356 SO_OPTS = -Wl,-soname,
357
358 # Default gnatlib-shared target.
359 # By default, equivalent to gnatlib.
360 # Set to gnatlib-shared-default, gnatlib-shared-dual, or a platform specific
361 # target when supported.
362 GNATLIB_SHARED = gnatlib
363
364 # default value for gnatmake's target dependent file
365 MLIB_TGT = mlib-tgt
366
367 # By default, do not distribute prefix.o (in libgccprefix), since it is only
368 # needed by external GNAT tools such as gnatdist and Glide.
369 # Override this variable on native platforms when needed.
370 PREFIX_OBJS =
371
372 # To avoid duplicate code, use this variable to set PREFIX_OBJS when needed:
373 PREFIX_REAL_OBJS = ../prefix.o \
374   ../../libiberty/concat.o     \
375   ../../libiberty/xmalloc.o    \
376   ../../libiberty/xstrdup.o    \
377   ../../libiberty/xexit.o
378
379 LIB_VERSION = $(strip $(shell grep ' Library_Version :' $(fsrcpfx)gnatvsn.ads | sed -e 's/.*"\(.*\)".*/\1/'))
380
381 # $(filter-out PATTERN...,TEXT) removes all PATTERN words from TEXT.
382 # $(strip STRING) removes leading and trailing spaces from STRING.
383 # If what's left is null then it's a match.
384
385 ifeq ($(strip $(filter-out %86 os2 OS2 os2_emx,$(arch) $(osys))),)
386   LIBGNAT_TARGET_PAIRS = \
387   a-excpol.adb<a-excpol-abort.adb \
388   a-intnam.ads<a-intnam-dummy.ads \
389   a-numaux.adb<a-numaux-x86.adb \
390   a-numaux.ads<a-numaux-x86.ads \
391   s-inmaop.adb<s-inmaop-dummy.adb \
392   s-interr.adb<s-interr-dummy.adb \
393   s-intman.adb<s-intman-dummy.adb \
394   s-mastop.adb<s-mastop-x86.adb \
395   s-osinte.adb<s-osinte-os2.adb \
396   s-osinte.ads<s-osinte-os2.ads \
397   s-osprim.adb<s-osprim-os2.adb \
398   s-parame.adb<s-parame-os2.adb \
399   system.ads<system-os2.ads \
400   s-taprop.adb<s-taprop-os2.adb \
401   s-taspri.ads<s-taspri-os2.ads
402
403   EXTRA_GNATRTL_NONTASKING_OBJS = \
404   i-os2err.o \
405   i-os2lib.o \
406   i-os2syn.o \
407   i-os2thr.o
408 endif
409
410 ifeq ($(strip $(filter-out %86 interix%,$(arch) $(osys))),)
411   LIBGNAT_TARGET_PAIRS = \
412   a-excpol.adb<a-excpol-interix.adb \
413   a-intnam.ads<a-intnam-interix.ads \
414   a-numaux.adb<a-numaux-x86.adb \
415   a-numaux.ads<a-numaux-x86.ads \
416   g-soccon.ads<g-soccon-interix.ads \
417   s-inmaop.adb<s-inmaop-posix.adb \
418   s-intman.adb<s-intman-posix.adb \
419   s-mastop.adb<s-mastop-x86.adb \
420   s-osinte.adb<s-osinte-fsu.adb \
421   s-osinte.ads<s-osinte-interix.ads \
422   s-osprim.adb<s-osprim-unix.adb \
423   s-taprop.adb<s-taprop-posix.adb \
424   system.ads<system-interix.ads \
425   s-taspri.ads<s-taspri-posix.ads \
426   s-tpopsp.adb<s-tpopsp-posix.adb
427
428   THREADSLIB = -lgthreads -lmalloc
429   PREFIX_OBJS=$(PREFIX_REAL_OBJS)
430 endif
431
432 # sysv5uw is SCO UnixWare 7
433 ifeq ($(strip $(filter-out %86 sysv5uw%,$(arch) $(osys))),)
434   LIBGNAT_TARGET_PAIRS = \
435   a-excpol.adb<a-excpol-abort.adb \
436   a-intnam.ads<a-intnam-unixware.ads \
437   a-numaux.adb<a-numaux-x86.adb \
438   a-numaux.ads<a-numaux-x86.ads \
439   s-inmaop.adb<s-inmaop-posix.adb \
440   s-intman.adb<s-intman-posix.adb \
441   s-mastop.adb<s-mastop-x86.adb \
442   s-osinte.ads<s-osinte-unixware.ads \
443   s-osinte.adb<s-osinte-unixware.adb \
444   s-osprim.adb<s-osprim-unix.adb \
445   s-taprop.adb<s-taprop-posix.adb \
446   s-taspri.ads<s-taspri-posix.ads \
447   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
448   system.ads<system-unixware.ads \
449   g-soccon.ads<g-soccon-unixware.ads \
450   g-soliop.ads<g-soliop-unixware.ads
451
452   THREADSLIB = -lthread
453   PREFIX_OBJS=$(PREFIX_REAL_OBJS)
454   SO_OPTS = -Wl,-h,
455   GNATLIB_SHARED = gnatlib-shared-dual
456   LIBRARY_VERSION := $(LIB_VERSION)
457 endif
458
459 ifeq ($(strip $(filter-out alpha% dec vx%,$(targ))),)
460   LIBGNAT_TARGET_PAIRS = \
461   a-sytaco.ads<a-sytaco-vxworks.ads \
462   a-sytaco.adb<a-sytaco-vxworks.adb \
463   a-intnam.ads<a-intnam-vxworks.ads \
464   a-numaux.ads<a-numaux-vxworks.ads \
465   s-inmaop.adb<s-inmaop-posix.adb \
466   s-interr.adb<s-interr-vxworks.adb \
467   s-intman.ads<s-intman-vxworks.ads \
468   s-intman.adb<s-intman-vxworks.adb \
469   s-osinte.adb<s-osinte-vxworks.adb \
470   s-osinte.ads<s-osinte-vxworks.ads \
471   s-osprim.adb<s-osprim-vxworks.adb \
472   s-parame.ads<s-parame-vxworks.ads \
473   s-stchop.adb<s-stchop-vxworks.adb \
474   s-taprop.adb<s-taprop-vxworks.adb \
475   s-tpopsp.adb<s-tpopsp-vxworks.adb \
476   s-taspri.ads<s-taspri-vxworks.ads \
477   s-vxwork.ads<s-vxwork-alpha.ads \
478   g-soccon.ads<g-soccon-vxworks.ads \
479   g-socthi.ads<g-socthi-vxworks.ads \
480   g-socthi.adb<g-socthi-vxworks.adb \
481   system.ads<system-vxworks-alpha.ads
482
483   EXTRA_GNATRTL_NONTASKING_OBJS=i-vxwork.o i-vxwoio.o
484   EXTRA_GNATRTL_TASKING_OBJS=s-vxwork.o
485 endif
486
487 ifeq ($(strip $(filter-out m68k% wrs vx%,$(targ))),)
488   LIBGNAT_TARGET_PAIRS = \
489   a-sytaco.ads<a-sytaco-vxworks.ads \
490   a-sytaco.adb<a-sytaco-vxworks.adb \
491   a-intnam.ads<a-intnam-vxworks.ads \
492   a-numaux.ads<a-numaux-vxworks.ads \
493   s-inmaop.adb<s-inmaop-posix.adb \
494   s-interr.adb<s-interr-vxworks.adb \
495   s-intman.ads<s-intman-vxworks.ads \
496   s-intman.adb<s-intman-vxworks.adb \
497   s-osinte.adb<s-osinte-vxworks.adb \
498   s-osinte.ads<s-osinte-vxworks.ads \
499   s-osprim.adb<s-osprim-vxworks.adb \
500   s-parame.ads<s-parame-vxworks.ads \
501   s-stchop.adb<s-stchop-vxworks.adb \
502   s-taprop.adb<s-taprop-vxworks.adb \
503   s-taspri.ads<s-taspri-vxworks.ads \
504   s-tpopsp.adb<s-tpopsp-vxworks.adb \
505   s-vxwork.ads<s-vxwork-m68k.ads \
506   g-soccon.ads<g-soccon-vxworks.ads \
507   g-socthi.ads<g-socthi-vxworks.ads \
508   g-socthi.adb<g-socthi-vxworks.adb \
509   system.ads<system-vxworks-m68k.ads
510
511   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-vxworks.adb
512
513   EXTRA_GNATRTL_NONTASKING_OBJS=i-vxwork.o i-vxwoio.o
514   EXTRA_GNATRTL_TASKING_OBJS=s-vxwork.o
515
516   ifeq ($(strip $(filter-out yes,$(TRACE))),)
517     LIBGNAT_TARGET_PAIRS += \
518     s-traces.adb<s-traces-default.adb \
519     s-tratas.adb<s-tratas-default.adb \
520     s-trafor.adb<s-trafor-default.adb \
521     s-trafor.ads<s-trafor-default.ads \
522     s-tfsetr.adb<s-tfsetr-vxworks.adb 
523   endif
524 endif
525
526 ifeq ($(strip $(filter-out powerpc% wrs vxworks,$(targ))),)
527   LIBGNAT_TARGET_PAIRS = \
528   a-sytaco.ads<a-sytaco-vxworks.ads \
529   a-sytaco.adb<a-sytaco-vxworks.adb \
530   a-intnam.ads<a-intnam-vxworks.ads \
531   a-numaux.ads<a-numaux-vxworks.ads \
532   s-inmaop.adb<s-inmaop-posix.adb \
533   s-interr.adb<s-interr-vxworks.adb \
534   s-intman.ads<s-intman-vxworks.ads \
535   s-intman.adb<s-intman-vxworks.adb \
536   s-osinte.adb<s-osinte-vxworks.adb \
537   s-osinte.ads<s-osinte-vxworks.ads \
538   s-osprim.adb<s-osprim-vxworks.adb \
539   s-parame.ads<s-parame-vxworks.ads \
540   s-stchop.adb<s-stchop-vxworks.adb \
541   s-taprop.adb<s-taprop-vxworks.adb \
542   s-taspri.ads<s-taspri-vxworks.ads \
543   s-tpopsp.adb<s-tpopsp-vxworks.adb \
544   s-vxwork.ads<s-vxwork-ppc.ads \
545   g-soccon.ads<g-soccon-vxworks.ads \
546   g-socthi.ads<g-socthi-vxworks.ads \
547   g-socthi.adb<g-socthi-vxworks.adb \
548   system.ads<system-vxworks-ppc.ads
549
550   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-vxworks.adb
551
552   ifeq ($(strip $(filter-out yes,$(TRACE))),)
553     LIBGNAT_TARGET_PAIRS += \
554     s-traces.adb<s-traces-default.adb \
555     s-trafor.adb<s-trafor-default.adb \
556     s-trafor.ads<s-trafor-default.ads \
557     s-tratas.adb<s-tratas-default.adb \
558     s-tfsetr.adb<s-tfsetr-vxworks.adb 
559   endif
560
561   EXTRA_GNATRTL_NONTASKING_OBJS=i-vxwork.o i-vxwoio.o
562   EXTRA_GNATRTL_TASKING_OBJS=s-vxwork.o
563 endif
564
565 ifeq ($(strip $(filter-out sparc% wrs vx%,$(targ))),)
566   LIBGNAT_TARGET_PAIRS = \
567   a-sytaco.ads<a-sytaco-vxworks.ads \
568   a-sytaco.adb<a-sytaco-vxworks.adb \
569   a-intnam.ads<a-intnam-vxworks.ads \
570   a-numaux.ads<a-numaux-vxworks.ads \
571   s-inmaop.adb<s-inmaop-posix.adb \
572   s-interr.adb<s-interr-vxworks.adb \
573   s-intman.ads<s-intman-vxworks.ads \
574   s-intman.adb<s-intman-vxworks.adb \
575   s-osinte.adb<s-osinte-vxworks.adb \
576   s-osinte.ads<s-osinte-vxworks.ads \
577   s-osprim.adb<s-osprim-vxworks.adb \
578   s-parame.ads<s-parame-vxworks.ads \
579   s-stchop.adb<s-stchop-vxworks.adb \
580   s-taprop.adb<s-taprop-vxworks.adb \
581   s-taspri.ads<s-taspri-vxworks.ads \
582   s-tpopsp.adb<s-tpopsp-vxworks.adb \
583   s-vxwork.ads<s-vxwork-sparcv9.ads \
584   g-soccon.ads<g-soccon-vxworks.ads \
585   g-socthi.ads<g-socthi-vxworks.ads \
586   g-socthi.adb<g-socthi-vxworks.adb \
587   system.ads<system-vxworks-sparcv9.ads   \
588
589   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-vxworks.adb
590
591   EXTRA_GNATRTL_NONTASKING_OBJS=i-vxwork.o i-vxwoio.o
592   EXTRA_GNATRTL_TASKING_OBJS=s-vxwork.o
593 endif
594
595 ifeq ($(strip $(filter-out xscale% coff wrs vx%,$(targ))),)
596   LIBGNAT_TARGET_PAIRS = \
597   a-sytaco.ads<a-sytaco-vxworks.ads \
598   a-sytaco.adb<a-sytaco-vxworks.adb \
599   a-intnam.ads<a-intnam-vxworks.ads \
600   a-numaux.ads<a-numaux-vxworks.ads \
601   s-inmaop.adb<s-inmaop-posix.adb \
602   s-interr.adb<s-interr-vxworks.adb \
603   s-intman.ads<s-intman-vxworks.ads \
604   s-intman.adb<s-intman-vxworks.adb \
605   s-osinte.adb<s-osinte-vxworks.adb \
606   s-osinte.ads<s-osinte-vxworks.ads \
607   s-osprim.adb<s-osprim-vxworks.adb \
608   s-parame.ads<s-parame-vxworks.ads \
609   s-stchop.adb<s-stchop-vxworks.adb \
610   s-taprop.adb<s-taprop-vxworks.adb \
611   s-taspri.ads<s-taspri-vxworks.ads \
612   s-tpopsp.adb<s-tpopsp-vxworks.adb \
613   s-vxwork.ads<s-vxwork-xscale.ads \
614   g-soccon.ads<g-soccon-vxworks.ads \
615   g-socthi.ads<g-socthi-vxworks.ads \
616   g-socthi.adb<g-socthi-vxworks.adb \
617   system.ads<system-elf-sparc.ads
618
619   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-vxworks.adb
620
621   EXTRA_GNATRTL_NONTASKING_OBJS=i-vxwork.o i-vxwoio.o
622   EXTRA_GNATRTL_TASKING_OBJS=s-vxwork.o
623 endif
624
625 ifeq ($(strip $(filter-out mips% wrs vx%,$(targ))),)
626   LIBGNAT_TARGET_PAIRS = \
627   a-sytaco.ads<a-sytaco-vxworks.ads \
628   a-sytaco.adb<a-sytaco-vxworks.adb \
629   a-intnam.ads<a-intnam-vxworks.ads \
630   a-numaux.ads<a-numaux-vxworks.ads \
631   s-inmaop.adb<s-inmaop-posix.adb \
632   s-interr.adb<s-interr-vxworks.adb \
633   s-intman.ads<s-intman-vxworks.ads \
634   s-intman.adb<s-intman-vxworks.adb \
635   s-osinte.adb<s-osinte-vxworks.adb \
636   s-osinte.ads<s-osinte-vxworks.ads \
637   s-osprim.adb<s-osprim-vxworks.adb \
638   s-parame.ads<s-parame-vxworks.ads \
639   s-stchop.adb<s-stchop-vxworks.adb \
640   s-taprop.adb<s-taprop-vxworks.adb \
641   s-taspri.ads<s-taspri-vxworks.ads \
642   s-tpopsp.adb<s-tpopsp-vxworks.adb \
643   s-vxwork.ads<s-vxwork-mips.ads \
644   g-soccon.ads<g-soccon-vxworks.ads \
645   g-socthi.ads<g-socthi-vxworks.ads \
646   g-socthi.adb<g-socthi-vxworks.adb \
647   system.ads<system-vxworks-mips.ads
648
649   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-vxworks.adb
650
651   EXTRA_GNATRTL_NONTASKING_OBJS=i-vxwork.o i-vxwoio.o
652   EXTRA_GNATRTL_TASKING_OBJS=s-vxwork.o
653 endif
654
655 ifeq ($(strip $(filter-out sparc sun solaris%,$(targ))),)
656   LIBGNAT_TARGET_PAIRS = \
657   a-intnam.ads<a-intnam-solaris.ads \
658   s-inmaop.adb<s-inmaop-posix.adb \
659   s-intman.adb<s-intman-solaris.adb \
660   s-osinte.adb<s-osinte-solaris.adb \
661   s-osinte.ads<s-osinte-solaris.ads \
662   s-osprim.adb<s-osprim-solaris.adb \
663   s-parame.adb<s-parame-solaris.adb \
664   s-taprop.adb<s-taprop-solaris.adb \
665   s-tasinf.adb<s-tasinf-solaris.adb \
666   s-tasinf.ads<s-tasinf-solaris.ads \
667   s-taspri.ads<s-taspri-solaris.ads \
668   s-tpopsp.adb<s-tpopsp-solaris.adb \
669   g-soccon.ads<g-soccon-solaris.ads \
670   g-soliop.ads<g-soliop-solaris.ads \
671   system.ads<system-solaris-sparc.ads
672
673   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-solaris.adb
674
675   THREADSLIB = -lposix4 -lthread
676   MISCLIB = -lposix4 -lnsl -lsocket
677   SYMLIB = $(ADDR2LINE_SYMLIB)
678   SO_OPTS = -Wl,-h,
679   GNATLIB_SHARED = gnatlib-shared-dual
680   GMEM_LIB = gmemlib
681   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
682   LIBRARY_VERSION := $(LIB_VERSION)
683
684   ifeq ($(strip $(filter-out fsu FSU,$(THREAD_KIND))),)
685     LIBGNAT_TARGET_PAIRS = \
686     a-intnam.ads<a-intnam-solaris.ads \
687     s-inmaop.adb<s-inmaop-posix.adb \
688     s-intman.adb<s-intman-solaris.adb \
689     s-osinte.adb<s-osinte-fsu.adb \
690     s-osinte.ads<s-osinte-solaris-fsu.ads \
691     s-osprim.adb<s-osprim-solaris.adb \
692     s-taprop.adb<s-taprop-posix.adb \
693     s-taspri.ads<s-taspri-posix.ads \
694     s-tpopsp.adb<s-tpopsp-posix.adb \
695     g-soccon.ads<g-soccon-solaris.ads \
696     g-soliop.ads<g-soliop-solaris.ads \
697     system.ads<system-solaris-sparc.ads
698
699     THREADSLIB = -lgthreads -lmalloc
700   endif
701
702   ifeq ($(strip $(filter-out pthread PTHREAD,$(THREAD_KIND))),)
703     LIBGNAT_TARGET_PAIRS = \
704     a-intnam.ads<a-intnam-solaris.ads \
705     s-inmaop.adb<s-inmaop-posix.adb \
706     s-intman.adb<s-intman-posix.adb \
707     s-osinte.adb<s-osinte-posix.adb \
708     s-osinte.ads<s-osinte-solaris-posix.ads \
709     s-osprim.adb<s-osprim-solaris.adb \
710     s-taprop.adb<s-taprop-posix.adb \
711     s-taspri.ads<s-taspri-posix.ads \
712     s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
713     g-soccon.ads<g-soccon-solaris.ads \
714     g-soliop.ads<g-soliop-solaris.ads \
715     system.ads<system-solaris-sparc.ads
716
717     THREADSLIB = -lposix4 -lpthread
718   endif
719
720   ifeq ($(strip $(filter-out m64,$(THREAD_KIND))),)
721     LIBGNAT_TARGET_PAIRS = \
722     a-intnam.ads<a-intnam-solaris.ads \
723     s-inmaop.adb<s-inmaop-posix.adb \
724     s-intman.adb<s-intman-solaris.adb \
725     s-osinte.adb<s-osinte-solaris.adb \
726     s-osinte.ads<s-osinte-solaris.ads \
727     s-osprim.adb<s-osprim-solaris.adb \
728     s-parame.adb<s-parame-solaris.adb \
729     s-taprop.adb<s-taprop-solaris.adb \
730     s-tasinf.adb<s-tasinf-solaris.adb \
731     s-tasinf.ads<s-tasinf-solaris.ads \
732     s-taspri.ads<s-taspri-solaris.ads \
733     s-tpopsp.adb<s-tpopsp-solaris.adb \
734     g-soccon.ads<g-soccon-solaris.ads \
735     g-soliop.ads<g-soliop-solaris.ads \
736     system.ads<system-solaris-sparcv9.ads
737   endif
738 endif
739
740 ifeq ($(strip $(filter-out %86 solaris2%,$(arch) $(osys))),)
741   LIBGNAT_TARGET_PAIRS = \
742   a-numaux.adb<a-numaux-x86.adb \
743   a-numaux.ads<a-numaux-x86.ads \
744   a-intnam.ads<a-intnam-solaris.ads \
745   s-inmaop.adb<s-inmaop-posix.adb \
746   s-intman.adb<s-intman-solaris.adb \
747   s-mastop.adb<s-mastop-x86.adb \
748   s-osinte.adb<s-osinte-solaris.adb \
749   s-osinte.ads<s-osinte-solaris.ads \
750   s-osprim.adb<s-osprim-solaris.adb \
751   s-parame.adb<s-parame-solaris.adb \
752   s-taprop.adb<s-taprop-solaris.adb \
753   s-tasinf.adb<s-tasinf-solaris.adb \
754   s-tasinf.ads<s-tasinf-solaris.ads \
755   s-taspri.ads<s-taspri-solaris.ads \
756   s-tpopsp.adb<s-tpopsp-solaris.adb \
757   g-soccon.ads<g-soccon-solaris.ads \
758   g-soliop.ads<g-soliop-solaris.ads \
759   system.ads<system-solaris-x86.ads
760
761   THREADSLIB = -lposix4 -lthread
762   MISCLIB = -lposix4 -lnsl -lsocket
763   SO_OPTS = -Wl,-h,
764   GNATLIB_SHARED = gnatlib-shared-dual
765   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
766   LIBRARY_VERSION := $(LIB_VERSION)
767 endif
768
769 ifeq ($(strip $(filter-out %86 linux%,$(arch) $(osys))),)
770   LIBGNAT_TARGET_PAIRS = \
771   a-intnam.ads<a-intnam-linux.ads \
772   a-numaux.adb<a-numaux-x86.adb \
773   a-numaux.ads<a-numaux-x86.ads \
774   s-inmaop.adb<s-inmaop-posix.adb \
775   s-intman.adb<s-intman-posix.adb \
776   s-mastop.adb<s-mastop-x86.adb \
777   s-osinte.adb<s-osinte-posix.adb \
778   s-osinte.ads<s-osinte-linux.ads \
779   s-osprim.adb<s-osprim-posix.adb \
780   s-taprop.adb<s-taprop-linux.adb \
781   s-taspri.ads<s-taspri-linux.ads \
782   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
783   s-parame.adb<s-parame-linux.adb \
784   system.ads<system-linux-x86.ads
785
786   TOOLS_TARGET_PAIRS =  \
787     mlib-tgt.adb<mlib-tgt-linux.adb
788
789   SYMLIB = $(ADDR2LINE_SYMLIB)
790   THREADSLIB = -lpthread
791   GNATLIB_SHARED = gnatlib-shared-dual
792   GMEM_LIB = gmemlib
793   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
794   LIBRARY_VERSION := $(LIB_VERSION)
795
796   ifeq ($(strip $(filter-out fsu FSU,$(THREAD_KIND))),)
797     LIBGNAT_TARGET_PAIRS = \
798     a-intnam.ads<a-intnam-linux.ads \
799     a-numaux.adb<a-numaux-x86.adb \
800     a-numaux.ads<a-numaux-x86.ads \
801     s-inmaop.adb<s-inmaop-posix.adb \
802     s-intman.adb<s-intman-posix.adb \
803     s-mastop.adb<s-mastop-x86.adb \
804     s-osinte.adb<s-osinte-fsu.adb \
805     s-osinte.ads<s-osinte-linux-fsu.ads \
806     s-osprim.adb<s-osprim-posix.adb \
807     s-taprop.adb<s-taprop-posix.adb \
808     s-taspri.ads<s-taspri-posix.ads \
809     s-tpopsp.adb<s-tpopsp-posix.adb \
810     system.ads<system-linux-x86.ads
811
812     THREADSLIB = -lgthreads -lmalloc
813   endif
814 endif
815
816 ifeq ($(strip $(filter-out %86 freebsd%,$(arch) $(osys))),)
817   LIBGNAT_TARGET_PAIRS = \
818   a-intnam.ads<a-intnam-freebsd.ads \
819   a-numaux.adb<a-numaux-x86.adb \
820   a-numaux.ads<a-numaux-x86.ads \
821   g-soccon.ads<g-soccon-freebsd.ads \
822   s-inmaop.adb<s-inmaop-posix.adb \
823   s-intman.adb<s-intman-posix.adb \
824   s-mastop.adb<s-mastop-x86.adb \
825   s-osinte.adb<s-osinte-freebsd.adb \
826   s-osinte.ads<s-osinte-freebsd.ads \
827   s-osprim.adb<s-osprim-posix.adb \
828   s-taprop.adb<s-taprop-posix.adb \
829   s-taspri.ads<s-taspri-posix.ads \
830   s-tpopsp.adb<s-tpopsp-posix.adb \
831   system.ads<system-freebsd-x86.ads
832
833   TOOLS_TARGET_PAIRS = \
834   mlib-tgt.adb<mlib-tgt-linux.adb
835   GNATLIB_SHARED = gnatlib-shared-dual
836
837   SYMLIB = $(ADDR2LINE_SYMLIB)
838   THREADSLIB= -lc_r
839   GMEM_LIB = gmemlib
840   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
841   LIBRARY_VERSION := $(LIB_VERSION)
842 endif
843
844 ifeq ($(strip $(filter-out s390% linux%,$(arch) $(osys))),)
845   ifeq ($(strip $(filter-out s390x,$(arch))),)
846     LIBGNAT_TARGET_PAIRS = \
847     a-intnam.ads<a-intnam-linux.ads \
848     s-inmaop.adb<s-inmaop-posix.adb \
849     s-intman.adb<s-intman-posix.adb \
850     s-osinte.adb<s-osinte-posix.adb \
851     s-osinte.ads<s-osinte-linux.ads \
852     s-osprim.adb<s-osprim-posix.adb \
853     s-taprop.adb<s-taprop-linux.adb \
854     s-taspri.ads<s-taspri-linux.ads \
855     s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
856     s-parame.adb<s-parame-linux.adb \
857     system.ads<system-linux-s390x.ads
858   else
859     LIBGNAT_TARGET_PAIRS = \
860     a-intnam.ads<a-intnam-linux.ads \
861     s-inmaop.adb<s-inmaop-posix.adb \
862     s-intman.adb<s-intman-posix.adb \
863     s-osinte.adb<s-osinte-posix.adb \
864     s-osinte.ads<s-osinte-linux.ads \
865     s-osprim.adb<s-osprim-posix.adb \
866     s-taprop.adb<s-taprop-linux.adb \
867     s-taspri.ads<s-taspri-linux.ads \
868     s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
869     s-parame.adb<s-parame-linux.adb \
870     system.ads<system-linux-s390.ads
871   endif
872
873   TOOLS_TARGET_PAIRS =  \
874     mlib-tgt.adb<mlib-tgt-linux.adb
875
876   THREADSLIB = -lpthread
877   GNATLIB_SHARED = gnatlib-shared-dual
878   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
879   LIBRARY_VERSION := $(LIB_VERSION)
880 endif
881
882 ifeq ($(strip $(filter-out mips sgi irix%,$(targ))),)
883   ifeq ($(strip $(filter-out mips sgi irix6%,$(targ))),)
884     LIBGNAT_TARGET_PAIRS = \
885     a-intnam.ads<a-intnam-irix.ads \
886     s-inmaop.adb<s-inmaop-posix.adb \
887     s-intman.adb<s-intman-irix.adb \
888     s-mastop.adb<s-mastop-irix.adb \
889     s-osinte.adb<s-osinte-irix.adb \
890     s-osinte.ads<s-osinte-irix.ads \
891     s-osprim.adb<s-osprim-posix.adb \
892     s-proinf.adb<s-proinf-irix-athread.adb \
893     s-proinf.ads<s-proinf-irix-athread.ads \
894     s-taprop.adb<s-taprop-irix.adb \
895     s-tasinf.ads<s-tasinf-irix.ads \
896     s-taspri.ads<s-taspri-posix.ads \
897     s-tpopsp.adb<s-tpopsp-posix.adb \
898     s-traceb.adb<s-traceb-mastop.adb \
899     g-soccon.ads<g-soccon-irix.ads \
900     system.ads<system-irix-n32.ads
901
902     THREADSLIB = -lpthread
903     GNATLIB_SHARED = gnatlib-shared-default
904
905   else
906     LIBGNAT_TARGET_PAIRS = \
907     a-intnam.ads<a-intnam-irix.ads \
908     s-inmaop.adb<s-inmaop-dummy.adb \
909     s-interr.adb<s-interr-sigaction.adb \
910     s-intman.adb<s-intman-irix-athread.adb \
911     s-mastop.adb<s-mastop-irix.adb \
912     s-osinte.adb<s-osinte-irix.adb \
913     s-osinte.ads<s-osinte-irix-athread.ads \
914     s-osprim.adb<s-osprim-posix.adb \
915     s-proinf.adb<s-proinf-irix-athread.adb \
916     s-proinf.ads<s-proinf-irix-athread.ads \
917     s-taprop.adb<s-taprop-irix-athread.adb \
918     s-tasinf.adb<s-tasinf-irix-athread.adb \
919     s-tasinf.ads<s-tasinf-irix-athread.ads \
920     s-taspri.ads<s-taspri-posix.ads \
921     s-traceb.adb<s-traceb-mastop.adb \
922     g-soccon.ads<g-soccon-irix.ads \
923     system.ads<system-irix-o32.ads
924   endif
925
926   TOOLS_TARGET_PAIRS = mlib-tgt.adb<mlib-tgt-irix.adb
927   TGT_LIB = -lexc
928   MISCLIB = -lexc
929   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
930   LIBRARY_VERSION := $(LIB_VERSION)
931 endif
932
933 ifeq ($(strip $(filter-out hppa% hp hpux10%,$(targ))),)
934   LIBGNAT_TARGET_PAIRS = \
935   a-excpol.adb<a-excpol-abort.adb \
936   a-intnam.ads<a-intnam-hpux.ads \
937   s-inmaop.adb<s-inmaop-posix.adb \
938   s-interr.adb<s-interr-sigaction.adb \
939   s-intman.adb<s-intman-posix.adb \
940   s-osinte.adb<s-osinte-hpux-dce.adb \
941   s-osinte.ads<s-osinte-hpux-dce.ads \
942   s-parame.ads<s-parame-hpux.ads \
943   s-osprim.adb<s-osprim-posix.adb \
944   s-taprop.adb<s-taprop-hpux-dce.adb \
945   s-taspri.ads<s-taspri-hpux-dce.ads \
946   s-tpopsp.adb<s-tpopsp-posix.adb \
947   g-soccon.ads<g-soccon-hpux.ads \
948   system.ads<system-hpux.ads
949
950   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
951 endif
952
953 ifeq ($(strip $(filter-out hppa% hp hpux11%,$(targ))),)
954   LIBGNAT_TARGET_PAIRS = \
955   a-intnam.ads<a-intnam-hpux.ads \
956   s-inmaop.adb<s-inmaop-posix.adb \
957   s-intman.adb<s-intman-posix.adb \
958   s-osinte.adb<s-osinte-posix.adb \
959   s-osinte.ads<s-osinte-hpux.ads \
960   s-parame.ads<s-parame-hpux.ads \
961   s-osprim.adb<s-osprim-posix.adb \
962   s-traceb.adb<s-traceb-hpux.adb \
963   s-taprop.adb<s-taprop-posix.adb \
964   s-taspri.ads<s-taspri-posix.ads \
965   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
966   g-soccon.ads<g-soccon-hpux.ads \
967   system.ads<system-hpux.ads
968
969   TOOLS_TARGET_PAIRS = mlib-tgt.adb<mlib-tgt-hpux.adb
970   TGT_LIB = /usr/lib/libcl.a
971   THREADSLIB = -lpthread
972   SYMLIB = $(ADDR2LINE_SYMLIB)
973   GMEM_LIB = gmemlib
974   soext = .sl
975   SO_OPTS = -Wl,+h,
976   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
977   GNATLIB_SHARED = gnatlib-shared-dual
978   LIBRARY_VERSION := $(LIB_VERSION)
979
980   ifeq ($(strip $(filter-out dce DCE,$(THREAD_KIND))),)
981     LIBGNAT_TARGET_PAIRS = \
982     a-excpol.adb<a-excpol-abort.adb \
983     a-intnam.ads<a-intnam-hpux.ads \
984     s-inmaop.adb<s-inmaop-posix.adb \
985     s-interr.adb<s-interr-sigaction.adb \
986     s-intman.adb<s-intman-posix.adb \
987     s-osinte.adb<s-osinte-hpux-dce.adb \
988     s-osinte.ads<s-osinte-hpux-dce.ads \
989     s-parame.ads<s-parame-hpux.ads \
990     s-osprim.adb<s-osprim-posix.adb \
991     s-taprop.adb<s-taprop-hpux-dce.adb \
992     s-taspri.ads<s-taspri-hpux-dce.ads \
993     s-tpopsp.adb<s-tpopsp-posix.adb \
994     g-soccon.ads<g-soccon-hpux.ads \
995     system.ads<system-hpux.ads
996
997     TGT_LIB =
998     THREADSLIB = -lcma
999   endif
1000 endif
1001
1002 ifeq ($(strip $(filter-out ibm aix%,$(manu) $(osys))),)
1003   LIBGNAT_TARGET_PAIRS = \
1004   a-intnam.ads<a-intnam-aix.ads \
1005   s-inmaop.adb<s-inmaop-posix.adb \
1006   s-intman.adb<s-intman-posix.adb \
1007   s-osinte.adb<s-osinte-aix.adb \
1008   s-osinte.ads<s-osinte-aix.ads \
1009   s-osprim.adb<s-osprim-posix.adb \
1010   s-taprop.adb<s-taprop-posix.adb \
1011   s-taspri.ads<s-taspri-posix.ads \
1012   s-tpopsp.adb<s-tpopsp-posix.adb \
1013   g-soccon.ads<g-soccon-aix.ads \
1014   system.ads<system-aix.ads
1015
1016   THREADSLIB = -lpthreads
1017   PREFIX_OBJS=$(PREFIX_REAL_OBJS)
1018
1019   ifeq ($(strip $(filter-out fsu FSU,$(THREAD_KIND))),)
1020     LIBGNAT_TARGET_PAIRS = \
1021     a-intnam.ads<a-intnam-aix.ads \
1022     s-inmaop.adb<s-inmaop-posix.adb \
1023     s-intman.adb<s-intman-posix.adb \
1024     s-osinte.adb<s-osinte-fsu.adb \
1025     s-osinte.ads<s-osinte-aix-fsu.ads \
1026     s-osprim.adb<s-osprim-posix.adb \
1027     s-taprop.adb<s-taprop-posix.adb \
1028     s-taspri.ads<s-taspri-posix.ads \
1029     s-tpopsp.adb<s-tpopsp-posix.adb \
1030     g-soccon.ads<g-soccon-aix.ads \
1031     system.ads<system-aix.ads
1032
1033     THREADSLIB = -lgthreads -lmalloc
1034   endif
1035
1036   TOOLS_TARGET_PAIRS = mlib-tgt.adb<mlib-tgt-aix.adb
1037   GMEM_LIB = gmemlib
1038   SYMLIB = $(ADDR2LINE_SYMLIB)
1039
1040 endif
1041
1042 ifeq ($(strip $(filter-out lynxos,$(osys))),)
1043   ifeq ($(strip $(filter-out %86 lynxos,$(arch) $(osys))),)
1044     LIBGNAT_TARGET_PAIRS = \
1045     a-numaux.adb<a-numaux-x86.adb \
1046     a-numaux.ads<a-numaux-x86.ads \
1047     a-intnam.ads<a-intnam-lynxos.ads \
1048     s-mastop.adb<s-mastop-x86.adb \
1049     s-inmaop.adb<s-inmaop-posix.adb \
1050     s-intman.adb<s-intman-posix.adb \
1051     s-osinte.adb<s-osinte-lynxos.adb \
1052     s-osinte.ads<s-osinte-lynxos.ads \
1053     s-osprim.adb<s-osprim-posix.adb \
1054     s-taprop.adb<s-taprop-lynxos.adb \
1055     s-taspri.ads<s-taspri-lynxos.ads \
1056     s-tpopsp.adb<s-tpopsp-lynxos.adb \
1057     system.ads<system-lynxos-x86.ads
1058
1059     PREFIX_OBJS=$(PREFIX_REAL_OBJS)
1060
1061   else
1062     LIBGNAT_TARGET_PAIRS = \
1063     a-intnam.ads<a-intnam-lynxos.ads \
1064     s-inmaop.adb<s-inmaop-posix.adb \
1065     s-intman.adb<s-intman-posix.adb \
1066     s-osinte.adb<s-osinte-lynxos-3.adb \
1067     s-osinte.ads<s-osinte-lynxos-3.ads \
1068     s-osprim.adb<s-osprim-posix.adb \
1069     s-taprop.adb<s-taprop-posix.adb \
1070     s-taspri.ads<s-taspri-posix.ads \
1071     s-tpopsp.adb<s-tpopsp-posix.adb \
1072     system.ads<system-lynxos-ppc.ads
1073
1074     ifeq ($(strip $(filter-out pthread PTHREAD,$(THREAD_KIND))),)
1075       LIBGNAT_TARGET_PAIRS = \
1076       a-intnam.ads<a-intnam-lynxos.ads \
1077       s-inmaop.adb<s-inmaop-posix.adb \
1078       s-intman.adb<s-intman-posix.adb \
1079       s-osinte.adb<s-osinte-lynxos.adb \
1080       s-osinte.ads<s-osinte-lynxos.ads \
1081       s-osprim.adb<s-osprim-posix.adb \
1082       s-taprop.adb<s-taprop-lynxos.adb \
1083       s-taspri.ads<s-taspri-lynxos.ads \
1084       s-tpopsp.adb<s-tpopsp-lynxos.adb \
1085       system.ads<system-lynxos-ppc.ads
1086     endif
1087
1088   endif
1089 endif
1090
1091 ifeq ($(strip $(filter-out rtems%,$(osys))),)
1092   LIBGNAT_TARGET_PAIRS = \
1093   a-intnam.ads<4rintnam.ads \
1094   s-inmaop.adb<s-inmaop-posix.adb \
1095   s-intman.adb<s-intman-posix.adb \
1096   s-osinte.adb<5rosinte.adb \
1097   s-osinte.ads<5rosinte.ads \
1098   s-osprim.adb<s-osprim-posix.adb \
1099   s-parame.adb<5rparame.adb \
1100   s-taprop.adb<s-taprop-posix.adb \
1101   s-taspri.ads<s-taspri-posix.ads \
1102   s-tpopsp.adb<5rtpopsp.adb
1103 endif
1104
1105 ifeq ($(strip $(filter-out alpha% dec osf%,$(targ))),)
1106   LIBGNAT_TARGET_PAIRS = \
1107   a-intnam.ads<a-intnam-tru64.ads \
1108   s-inmaop.adb<s-inmaop-posix.adb \
1109   s-intman.adb<s-intman-posix.adb \
1110   s-mastop.adb<s-mastop-tru64.adb \
1111   s-osinte.adb<s-osinte-tru64.adb \
1112   s-osinte.ads<s-osinte-tru64.ads \
1113   s-osprim.adb<s-osprim-unix.adb \
1114   s-taprop.adb<s-taprop-tru64.adb \
1115   s-tasinf.ads<s-tasinf-tru64.ads \
1116   s-taspri.ads<s-taspri-tru64.ads \
1117   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
1118   s-traceb.adb<s-traceb-mastop.adb \
1119   g-soccon.ads<g-soccon-tru64.ads \
1120   system.ads<system-tru64.ads
1121
1122   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-tru64.adb
1123
1124   GMEM_LIB=gmemlib
1125   SYMLIB = $(ADDR2LINE_SYMLIB)
1126   THREADSLIB = -lpthread -lmach -lexc -lrt
1127   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
1128   GNATLIB_SHARED = gnatlib-shared-default
1129   LIBRARY_VERSION := $(LIB_VERSION)
1130 endif
1131
1132 ifeq ($(strip $(filter-out alpha% ia64 dec hp vms% openvms% alphavms%,$(host))),)
1133
1134 soext  = .exe
1135 hyphen = _
1136
1137 ifeq ($(strip $(filter-out ia64 hp vms% openvms%,$(targ))),)
1138 AR = iar
1139 endif
1140
1141 .SUFFIXES: .sym
1142
1143 .o.sym: 
1144         @ gnu:[bin]vmssymvec $<
1145 endif
1146
1147 ifeq ($(strip $(filter-out alpha% ia64 dec hp vms% openvms% alphavms%,$(targ))),)
1148 ifeq ($(strip $(filter-out ia64 hp vms% openvms%,$(targ))),)
1149   LIBGNAT_TARGET_PAIRS_AUX1 = \
1150   s-auxdec.ads<s-auxdec-vms_64.ads \
1151   s-crtl.ads<s-crtl-vms.ads \
1152   s-osinte.adb<s-osinte-vms-ia64.adb \
1153   s-osinte.ads<s-osinte-vms-ia64.ads \
1154   system.ads<system-vms_64.ads
1155 else
1156 ifeq ($(strip $(filter-out alpha% dec vms% openvms% alphavms%,$(targ))),)
1157   LIBGNAT_TARGET_PAIRS_AUX1 = \
1158   s-crtl.ads<s-crtl-vms.ads \
1159   s-osinte.adb<s-osinte-vms.adb \
1160   s-osinte.ads<s-osinte-vms.ads \
1161   s-vaflop.adb<s-vaflop-vms-alpha.adb \
1162   system.ads<system-vms-zcx.ads
1163 endif
1164 endif
1165 ifeq ($(strip $(filter-out express EXPRESS,$(THREAD_KIND))),)
1166   LIBGNAT_TARGET_PAIRS_AUX2 = \
1167   s-parame.ads<s-parame-vms-restrict.ads
1168 else
1169   LIBGNAT_TARGET_PAIRS_AUX2 = \
1170   s-parame.ads<s-parame-vms.ads
1171 endif
1172
1173   LIBGNAT_TARGET_PAIRS = \
1174   a-caldel.adb<a-caldel-vms.adb \
1175   a-calend.adb<a-calend-vms.adb \
1176   a-calend.ads<a-calend-vms.ads \
1177   a-dirval.adb<a-dirval-vms.adb \
1178   a-excpol.adb<a-excpol-abort.adb \
1179   a-intnam.ads<a-intnam-vms.ads \
1180   a-numaux.ads<a-numaux-vms.ads \
1181   g-expect.adb<g-expect-vms.adb \
1182   g-soccon.ads<g-soccon-vms.adb \
1183   g-socthi.ads<g-socthi-vms.ads \
1184   g-socthi.adb<g-socthi-vms.adb \
1185   g-trasym.adb<g-trasym-vms.adb \
1186   i-cstrea.adb<i-cstrea-vms.adb \
1187   i-cpp.adb<i-cpp-vms.adb \
1188   interfac.ads<interfac-vms.ads \
1189   s-asthan.adb<s-asthan-vms.adb \
1190   s-inmaop.adb<s-inmaop-vms.adb \
1191   s-interr.adb<s-interr-vms.adb \
1192   s-intman.adb<s-intman-vms.adb \
1193   s-intman.ads<s-intman-vms.ads \
1194   s-osprim.adb<s-osprim-vms.adb \
1195   s-osprim.ads<s-osprim-vms.ads \
1196   s-taprop.adb<s-taprop-vms.adb \
1197   s-taspri.ads<s-taspri-vms.ads \
1198   s-tpopsp.adb<s-tpopsp-posix.adb \
1199   s-tpopde.adb<s-tpopde-vms.adb \
1200   s-tpopde.ads<s-tpopde-vms.ads \
1201   s-traent.adb<s-traent-vms.adb \
1202   s-traent.ads<s-traent-vms.ads \
1203   $(LIBGNAT_TARGET_PAIRS_AUX1) \
1204   $(LIBGNAT_TARGET_PAIRS_AUX2)
1205
1206 ifeq ($(strip $(filter-out ia64 hp vms% openvms%,$(targ))),)
1207   TOOLS_TARGET_PAIRS= \ 
1208   mlib-tgt.adb<mlib-tgt-vms-ia64.adb \ 
1209   symbols.adb<symbols-vms-ia64.adb
1210 else
1211   TOOLS_TARGET_PAIRS= \
1212   mlib-tgt.adb<mlib-tgt-vms-alpha.adb \
1213   symbols.adb<symbols-vms-alpha.adb
1214 endif
1215
1216   GNATLIB_SHARED=gnatlib-shared-vms
1217 ifeq ($(strip $(filter-out alpha% dec vms% openvms% alphavms%,$(targ))),)
1218   EXTRA_LIBGNAT_SRCS=vmshandler.asm
1219   EXTRA_LIBGNAT_OBJS=vmshandler.o
1220 endif
1221   EXTRA_GNATRTL_TASKING_OBJS=s-tpopde.o
1222   EXTRA_GNATTOOLS = \
1223      ../../gnatlbr$(exeext) \
1224      ,,/../gnatsym$(exeext)
1225   # This command transforms (YYYYMMDD) into YY,MMDD
1226   GSMATCH_VERSION := $(shell grep "^ *Gnat_Static_Version_String" $(fsrcpfx)gnatvsn.ads | sed -e 's/.*(\(.*\)).*/\1/' -e 's/\(..\)\(..\)\(....\)/\2,\3/')
1227   TOOLS_LIBS_LO := --for-linker=sys\\$$\$$library:trace.exe
1228   LIBRARY_VERSION := $(subst .,_,$(LIB_VERSION))
1229 endif
1230
1231 ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
1232   LIBGNAT_TARGET_PAIRS = \
1233   a-calend.adb<a-calend-mingw.adb \
1234   a-dirval.adb<a-dirval-mingw.adb \
1235   a-excpol.adb<a-excpol-abort.adb \
1236   a-intnam.ads<a-intnam-mingw.ads \
1237   a-numaux.adb<a-numaux-x86.adb \
1238   a-numaux.ads<a-numaux-x86.ads \
1239   s-gloloc.adb<s-gloloc-mingw.adb \
1240   s-inmaop.adb<s-inmaop-dummy.adb \
1241   s-interr.adb<s-interr-sigaction.adb \
1242   s-intman.adb<s-intman-mingw.adb \
1243   s-mastop.adb<s-mastop-x86.adb \
1244   s-memory.adb<s-memory-mingw.adb \
1245   s-osinte.ads<s-osinte-mingw.ads \
1246   s-osprim.adb<s-osprim-mingw.adb \
1247   s-taprop.adb<s-taprop-mingw.adb \
1248   s-taspri.ads<s-taspri-mingw.ads \
1249   g-socthi.ads<g-socthi-mingw.ads \
1250   g-socthi.adb<g-socthi-mingw.adb \
1251   g-soccon.ads<g-soccon-mingw.ads \
1252   g-soliop.ads<g-soliop-mingw.ads \
1253   system.ads<system-mingw.ads
1254
1255   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-mingw.adb
1256   MISCLIB = -lwsock32
1257   SYMLIB = $(ADDR2LINE_SYMLIB)
1258   GMEM_LIB = gmemlib
1259   PREFIX_OBJS = $(PREFIX_REAL_OBJS)
1260   EXTRA_GNATTOOLS = ../../gnatdll$(exeext)
1261   EXTRA_GNATMAKE_OBJS = mdll.o mdll-utl.o mdll-fil.o
1262   EXTRA_GNATRTL_NONTASKING_OBJS = g-regist.o
1263   soext = .dll
1264 # ??? This will be replaced by gnatlib-shared-dual-win32 when GNAT auto-import
1265 # support for array/record will be done.
1266   GNATLIB_SHARED = gnatlib-shared-win32
1267   LIBRARY_VERSION := $(LIB_VERSION)
1268 endif
1269
1270 ifeq ($(strip $(filter-out %ia64 linux%,$(arch) $(osys))),)
1271   LIBGNAT_TARGET_PAIRS = \
1272   a-intnam.ads<a-intnam-linux.ads \
1273   a-numaux.ads<a-numaux-libc-x86.ads \
1274   s-inmaop.adb<s-inmaop-posix.adb \
1275   s-intman.adb<s-intman-posix.adb \
1276   s-osinte.ads<s-osinte-linux.ads \
1277   s-osinte.adb<s-osinte-posix.adb \
1278   s-osprim.adb<s-osprim-posix.adb \
1279   s-taprop.adb<s-taprop-linux.adb \
1280   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
1281   s-taspri.ads<s-taspri-linux.ads \
1282   system.ads<system-linux-ia64.ads
1283
1284   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-linux.adb
1285   MISCLIB=
1286   THREADSLIB=-lpthread
1287   GNATLIB_SHARED=gnatlib-shared-dual
1288   PREFIX_OBJS=$(PREFIX_REAL_OBJS)
1289   LIBRARY_VERSION := $(LIB_VERSION)
1290 endif
1291
1292 ifeq ($(strip $(filter-out %x86_64 linux%,$(arch) $(osys))),)
1293   LIBGNAT_TARGET_PAIRS = \
1294   a-intnam.ads<a-intnam-linux.ads \
1295   a-numaux.adb<a-numaux-x86.adb \
1296   a-numaux.ads<a-numaux-x86.ads \
1297   s-inmaop.adb<s-inmaop-posix.adb \
1298   s-intman.adb<s-intman-posix.adb \
1299   s-osinte.ads<s-osinte-linux.ads \
1300   s-osinte.adb<s-osinte-posix.adb \
1301   s-osprim.adb<s-osprim-posix.adb \
1302   s-taprop.adb<s-taprop-linux.adb \
1303   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
1304   s-taspri.ads<s-taspri-linux.ads \
1305   system.ads<system-linux-x86_64.ads
1306
1307   TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-linux.adb
1308   SYMLIB = $(ADDR2LINE_SYMLIB)
1309   THREADSLIB=-lpthread
1310   GNATLIB_SHARED=gnatlib-shared-dual
1311   GMEM_LIB = gmemlib
1312   PREFIX_OBJS=$(PREFIX_REAL_OBJS)
1313   LIBRARY_VERSION := $(LIB_VERSION)
1314 endif
1315
1316 ifeq ($(strip $(filter-out powerpc darwin%,$(arch) $(osys))),)
1317   LIBGNAT_TARGET_PAIRS = \
1318   a-intnam.ads<a-intnam-darwin.ads \
1319   s-inmaop.adb<s-inmaop-posix.adb \
1320   s-intman.adb<s-intman-posix.adb \
1321   s-osinte.adb<s-osinte-darwin.adb \
1322   s-osinte.ads<s-osinte-darwin.ads \
1323   s-osprim.adb<s-osprim-posix.adb \
1324   s-taprop.adb<s-taprop-posix.adb \
1325   s-taspri.ads<s-taspri-posix.ads \
1326   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
1327   g-soccon.ads<g-soccon-aix.ads \
1328   system.ads<system-darwin-ppc.ads
1329 endif
1330
1331 # The runtime library for gnat comprises two directories.  One contains the
1332 # Ada source files that the compiler (gnat1) needs -- these files are listed
1333 # by ADA_INCLUDE_SRCS -- and the other contains the object files and their
1334 # corresponding .ali files for the parts written in Ada, libgnat.a for
1335 # the parts of the runtime written in C, and libgthreads.a for the pthreads
1336 # emulation library.  LIBGNAT_OBJS lists the objects that go into libgnat.a,
1337 # while GNATRTL_OBJS lists the object files compiled from Ada sources that
1338 # go into the directory.  The pthreads emulation is built in the threads
1339 # subdirectory and copied.
1340 LIBGNAT_SRCS = ada.h adaint.c adaint.h argv.c cio.c cstreams.c \
1341   errno.c exit.c cal.c ctrl_c.c \
1342   raise.h raise.c sysdep.c aux-io.c init.c \
1343   final.c tracebak.c tb-alvms.c tb-alvxw.c expect.c mkdir.c socket.c \
1344   $(EXTRA_LIBGNAT_SRCS)
1345
1346 LIBGNAT_OBJS = adaint.o argv.o cio.o cstreams.o ctrl_c.o errno.o exit.o \
1347   raise.o sysdep.o aux-io.o init.o cal.o final.o \
1348   tracebak.o expect.o mkdir.o socket.o $(EXTRA_LIBGNAT_OBJS)
1349
1350 # NOTE ??? - when the -I option for compiling Ada code is made to work,
1351 #  the library installation will change and there will be a
1352 #  GNAT_RTL_SRCS.  Right now we count on being able to build GNATRTL_OBJS
1353 #  from ADA_INCLUDE_SRCS.
1354
1355 # GNATRTL_NONTASKING_OBJS and GNATRTL_TASKING_OBJS can be found in
1356 # the following include file:
1357
1358 include $(fsrcdir)/Makefile.rtl
1359
1360 GNATRTL_OBJS = $(GNATRTL_NONTASKING_OBJS) $(GNATRTL_TASKING_OBJS) \
1361   g-trasym.o memtrack.o
1362
1363 # Default run time files
1364
1365 ADA_INCLUDE_SRCS =\
1366  ada.ads calendar.ads directio.ads gnat.ads interfac.ads ioexcept.ads \
1367  machcode.ads text_io.ads unchconv.ads unchdeal.ads \
1368  sequenio.ads system.ads Makefile.prolog Makefile.generic \
1369  memtrack.adb \
1370  a-*.adb a-*.ads g-*.ad? i-*.ad? \
1371  s-[a-o]*.adb s-[p-z]*.adb \
1372  s-[a-o]*.ads s-[p-z]*.ads
1373
1374 LIBGNAT=../rts/libgnat.a 
1375 TOOLS_FLAGS_TO_PASS=            \
1376         "CC=$(CC)"              \
1377         "CFLAGS=$(CFLAGS)"      \
1378         "LDFLAGS=$(LDFLAGS)"    \
1379         "ADAFLAGS=$(ADAFLAGS)"  \
1380         "INCLUDES=$(INCLUDES_FOR_SUBDIR)"\
1381         "ADA_INCLUDES=$(ADA_INCLUDES) $(ADA_INCLUDES_FOR_SUBDIR)"\
1382         "libsubdir=$(libsubdir)"        \
1383         "exeext=$(exeext)"      \
1384         "fsrcdir=$(fsrcdir)"    \
1385         "srcdir=$(fsrcdir)"     \
1386         "TOOLS_LIBS=$(TOOLS_LIBS) $(TGT_LIB)"   \
1387         "GNATMAKE=$(GNATMAKE)"  \
1388         "GNATLINK=$(GNATLINK)"  \
1389         "GNATBIND=$(GNATBIND)"
1390
1391 # Build directory for the tools. Let's copy the target-dependent
1392 # sources using the same mechanism as for gnatlib. The other sources are 
1393 # accessed using the vpath directive below
1394
1395 ../stamp-tools:
1396         -$(RM) tools/*
1397         -$(RMDIR) tools
1398         -$(MKDIR) tools
1399         -(cd tools; $(LN_S) ../sdefault.adb .)
1400         -$(foreach PAIR,$(TOOLS_TARGET_PAIRS), \
1401                   $(RM) tools/$(word 1,$(subst <, ,$(PAIR)));\
1402                   $(LN_S) $(fsrcdir)/$(word 2,$(subst <, ,$(PAIR))) \
1403                         tools/$(word 1,$(subst <, ,$(PAIR)));)
1404         touch ../stamp-tools
1405
1406 # when compiling the tools, the runtime has to be first on the path so that
1407 # it hides the runtime files lying with the rest of the sources
1408 ifeq ($(TOOLSCASE),native)
1409   vpath %.ads ../rts ../
1410   vpath %.adb ../rts ../
1411   vpath %.c   ../rts ../
1412   vpath %.h   ../rts ../
1413 endif
1414
1415 # in the cross tools case, everything is compiled with the native 
1416 # gnatmake/link. Therefore only -I needs to be modified in ADA_INCLUDES
1417 ifeq ($(TOOLSCASE),cross)
1418   vpath %.ads ../
1419   vpath %.adb ../
1420   vpath %.c   ../
1421   vpath %.h   ../
1422 endif
1423
1424 # gnatmake/link tools cannot always be built with gnatmake/link for bootstrap 
1425 # reasons: gnatmake should be built with a recent compiler, a recent compiler
1426 # may not generate ALI files compatible with an old gnatmake so it is important
1427 # to be able to build gnatmake without a version of gnatmake around. Once 
1428 # everything has been compiled once, gnatmake can be recompiled with itself 
1429 # (see target gnattools1-re) 
1430 gnattools1: ../stamp-tools ../stamp-gnatlib
1431         $(MAKE) -C tools -f ../Makefile $(TOOLS_FLAGS_TO_PASS) \
1432           TOOLSCASE=native \
1433           ../../gnatmake$(exeext) ../../gnatlink$(exeext) ../../gnatbl$(exeext)
1434
1435 # gnatmake/link can be built with recent gnatmake/link if they are available.
1436 # This is especially convenient for building cross tools or for rebuilding
1437 # the tools when the original bootstrap has already be done.
1438 gnattools1-re: ../stamp-tools
1439         $(MAKE) -C tools -f ../Makefile $(TOOLS_FLAGS_TO_PASS) \
1440           TOOLSCASE=cross INCLUDES="" gnatmake-re gnatlink-re
1441
1442 # these tools are built with gnatmake & are common to native and cross
1443 gnattools2: ../stamp-tools
1444         $(MAKE) -C tools -f ../Makefile $(TOOLS_FLAGS_TO_PASS) \
1445           TOOLSCASE=native \
1446           ../../gnatchop$(exeext) ../../gnat$(exeext) ../../gnatkr$(exeext) \
1447           ../../gnatls$(exeext) ../../gnatprep$(exeext) \
1448           ../../gnatxref$(exeext) \
1449           ../../gnatfind$(exeext) ../../gnatname$(exeext) \
1450           ../../gnatclean$(exeext) ../../gprmake$(exeext) \
1451           ../../gprcmd$(exeext)   ../../gpr2make$(exeext)
1452
1453 # These tools are only built for the native version.
1454 gnattools3: ../stamp-tools
1455 #       $(MAKE) -C tools -f ../Makefile $(TOOLS_FLAGS_TO_PASS) \
1456 #         TOOLSCASE=native top_builddir=../../.. \
1457 #         ../../gnatmem$(exeext) $(EXTRA_GNATTOOLS)
1458
1459 # those tools are only built for the cross version
1460 gnattools4: ../stamp-tools
1461         $(MAKE) -C tools -f ../Makefile $(TOOLS_FLAGS_TO_PASS) \
1462           TOOLSCASE=cross top_buildir=../../.. \
1463            ../../vxaddr2line$(exeext)
1464
1465 ../../gnatchop$(exeext): ../stamp-tools
1466         $(GNATMAKE) -c $(ADA_INCLUDES) gnatchop --GCC="$(CC) $(ALL_ADAFLAGS)"
1467         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatchop 
1468         $(GNATLINK) -v gnatchop -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1469                 $(TOOLS_LIBS)
1470
1471 ../../gnat$(exeext): ../stamp-tools
1472         $(GNATMAKE) -c $(ADA_INCLUDES) gnatcmd --GCC="$(CC) $(ALL_ADAFLAGS)"
1473         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatcmd 
1474         $(GNATLINK) -v gnatcmd -o $@ --GCC="$(CC) $(ADA_INCLUDES)" $(TOOLS_LIBS)
1475
1476 ../../gnatkr$(exeext): ../stamp-tools
1477         $(GNATMAKE) -c $(ADA_INCLUDES) gnatkr --GCC="$(CC) $(ALL_ADAFLAGS)"
1478         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatkr 
1479         $(GNATLINK) -v gnatkr -o $@ --GCC="$(CC) $(ADA_INCLUDES)" $(TOOLS_LIBS)
1480
1481 ../../gnatls$(exeext): ../stamp-tools
1482         $(GNATMAKE) -c $(ADA_INCLUDES) gnatls --GCC="$(CC) $(ALL_ADAFLAGS)"
1483         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatls 
1484         $(GNATLINK) -v gnatls -o $@ --GCC="$(CC) $(ADA_INCLUDES)" $(TOOLS_LIBS)
1485
1486 ../../gnatname$(exeext): ../stamp-tools
1487         $(GNATMAKE) -c $(ADA_INCLUDES) gnatname --GCC="$(CC) $(ALL_ADAFLAGS)"
1488         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatname 
1489         $(GNATLINK) -v gnatname -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1490                     $(TOOLS_LIBS)
1491
1492 ../../gprmake$(exeext): ../stamp-tools
1493         $(GNATMAKE) -c $(ADA_INCLUDES) gprmake --GCC="$(CC) $(ALL_ADAFLAGS)"
1494         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gprmake
1495         $(GNATLINK) -v gprmake -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1496                     $(TOOLS_LIBS)
1497
1498 ../../gpr2make$(exeext): ../stamp-tools
1499         $(GNATMAKE) -c $(ADA_INCLUDES) gpr2make --GCC="$(CC) $(ALL_ADAFLAGS)"
1500         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gpr2make 
1501         $(GNATLINK) -v gpr2make -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1502                     $(TOOLS_LIBS)
1503
1504 ../../gnatprep$(exeext): ../stamp-tools
1505         $(GNATMAKE) -c $(ADA_INCLUDES) gnatprep --GCC="$(CC) $(ALL_ADAFLAGS)"
1506         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatprep 
1507         $(GNATLINK) -v gnatprep -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1508                     $(TOOLS_LIBS)
1509
1510 ../../gnatxref$(exeext): ../stamp-tools
1511         $(GNATMAKE) -c $(ADA_INCLUDES) gnatxref --GCC="$(CC) $(ALL_ADAFLAGS)"
1512         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatxref 
1513         $(GNATLINK) -v gnatxref -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1514                     $(TOOLS_LIBS)
1515
1516 ../../gnatfind$(exeext): ../stamp-tools
1517         $(GNATMAKE) -c $(ADA_INCLUDES) gnatfind --GCC="$(CC) $(ALL_ADAFLAGS)"
1518         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatfind 
1519         $(GNATLINK) -v gnatfind -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1520                     $(TOOLS_LIBS)
1521
1522 ../../gnatclean$(exeext): ../stamp-tools
1523         $(GNATMAKE) -c $(ADA_INCLUDES) gnatclean --GCC="$(CC) $(ALL_ADAFLAGS)"
1524         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatclean
1525         $(GNATLINK) -v gnatclean -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1526                     $(TOOLS_LIBS)
1527
1528 ../../gnatsym$(exeext): ../stamp-tools
1529         $(GNATMAKE) -c $(ADA_INCLUDES) gnatsym --GCC="$(CC) $(ALL_ADAFLAGS)"
1530         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatsym
1531         $(GNATLINK) -v gnatsym -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1532                     $(TOOLS_LIBS)
1533
1534 ../../gnatmem$(exeext): ../stamp-tools gmem.o $(SYMDEPS)
1535 ifeq ($(GMEM_LIB),gmemlib)
1536            $(GNATMAKE) -c $(ADA_INCLUDES) gnatmem --GCC="$(CC) $(ALL_ADAFLAGS)"
1537            $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatmem 
1538            $(GNATLINK) -v gnatmem -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1539                     gmem.o $(SYMLIB) $(TOOLS_LIBS)
1540 endif 
1541
1542 ../../gnatdll$(exeext): ../stamp-tools
1543         $(GNATMAKE) -c $(ADA_INCLUDES) gnatdll --GCC="$(CC) $(ALL_ADAFLAGS)"
1544         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) $(GNATBIND_FLAGS) gnatdll
1545         $(GNATLINK) -v gnatdll -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1546                 $(TOOLS_LIBS)
1547
1548 ../../gprcmd$(exeext): ../stamp-tools
1549         $(GNATMAKE) -c $(ADA_INCLUDES) gprcmd --GCC="$(CC) $(ALL_ADAFLAGS)"
1550         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gprcmd 
1551         $(GNATLINK) -v gprcmd -o $@ --GCC="$(CC) $(ADA_INCLUDES)" $(TOOLS_LIBS)
1552
1553 ../../vxaddr2line$(exeext): ../stamp-tools
1554         $(GNATMAKE) -c  $(ADA_INCLUDES) vxaddr2line --GCC="$(CC) $(ALL_ADAFLAGS)"
1555         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) vxaddr2line 
1556         $(GNATLINK) -v vxaddr2line -o $@ --GCC="$(CC) $(ADA_INCLUDES)" $(CLIB)
1557
1558 gnatmake-re: ../stamp-tools link.o
1559         $(GNATMAKE) $(ADA_INCLUDES) -u sdefault --GCC="$(CC) $(MOST_ADA_FLAGS)"
1560         $(GNATMAKE) -c $(ADA_INCLUDES) gnatmake --GCC="$(CC) $(ALL_ADAFLAGS)"
1561         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatmake 
1562         $(GNATLINK) -v gnatmake -o ../../gnatmake$(exeext) \
1563                 --GCC="$(CC) $(ADA_INCLUDES)" $(TOOLS_LIBS)
1564
1565 # Note the use of the "mv" command in order to allow gnatlink to be linked with
1566 # with the former version of gnatlink itself which cannot override itself.
1567 gnatlink-re: ../stamp-tools link.o
1568         $(GNATMAKE) -c $(ADA_INCLUDES) gnatlink --GCC="$(CC) $(ALL_ADAFLAGS)"
1569         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatlink 
1570         $(GNATLINK) -v gnatlink -o ../../gnatlinknew$(exeext) \
1571                     --GCC="$(CC) $(ADA_INCLUDES)" $(TOOLS_LIBS)
1572         $(MV)  ../../gnatlinknew$(exeext)  ../../gnatlink$(exeext)
1573   
1574 # Needs to be built with CC=gcc
1575 # Since the RTL should be built with the latest compiler, remove the
1576 #  stamp target in the parent directory whenever gnat1 is rebuilt
1577
1578 # Likewise for the tools
1579 ../../gnatmake$(exeext): $(P) b_gnatm.o link.o $(GNATMAKE_OBJS)
1580         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ b_gnatm.o $(GNATMAKE_OBJS) \
1581               $(TOOLS_LIBS)
1582
1583 ../../gnatlink$(exeext): $(P) b_gnatl.o link.o $(GNATLINK_OBJS)
1584         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ b_gnatl.o $(GNATLINK_OBJS) \
1585               $(TOOLS_LIBS)
1586
1587 ../../gnatbl$(exeext): gnatbl.o
1588         $(CC) -o $@ $(ALL_CFLAGS) $(LDFLAGS) gnatbl.o $(TOOLS_LIBS)
1589
1590 gnatbl.o: gnatbl.c adaint.h
1591         $(CC) $(ALL_CFLAGS) $(INCLUDES) -c $< $(OUTPUT_OPTION)
1592
1593 ../stamp-gnatlib:
1594         @if [ ! -f stamp-gnatlib ] ; \
1595         then \
1596           $(ECHO) You must first build the GNAT library: make gnatlib; \
1597           false; \
1598         else \
1599           true; \
1600         fi
1601
1602 install-gnatlib: ../stamp-gnatlib
1603 #       Create the directory before deleting it, in case the directory is
1604 #       a list of directories (as it may be on VMS). This ensures we are
1605 #       deleting the right one.
1606         -$(MKDIR) $(DESTDIR)$(ADA_RTL_OBJ_DIR)
1607         -$(MKDIR) $(DESTDIR)$(ADA_INCLUDE_DIR)
1608         -$(MKDIR) $(DESTDIR)$(ADA_SHARE_MAKE_DIR)
1609         $(RMDIR) $(DESTDIR)$(ADA_RTL_OBJ_DIR)
1610         $(RMDIR) $(DESTDIR)$(ADA_INCLUDE_DIR)
1611         $(RMDIR) $(DESTDIR)$(ADA_SHARE_MAKE_DIR)
1612         -$(MKDIR) $(DESTDIR)$(ADA_RTL_OBJ_DIR)
1613         -$(MKDIR) $(DESTDIR)$(ADA_INCLUDE_DIR)
1614         -$(MKDIR) $(DESTDIR)$(ADA_SHARE_MAKE_DIR)
1615         -$(INSTALL_DATA) rts/Makefile.prolog $(DESTDIR)$(ADA_SHARE_MAKE_DIR)
1616         -$(INSTALL_DATA) rts/Makefile.generic $(DESTDIR)$(ADA_SHARE_MAKE_DIR)
1617         for file in rts/*.ali; do \
1618             $(INSTALL_DATA_DATE) $$file $(DESTDIR)$(ADA_RTL_OBJ_DIR); \
1619         done
1620         -$(INSTALL_DATA) rts/g-trasym$(objext) $(DESTDIR)$(ADA_RTL_OBJ_DIR)
1621         -cd rts; for file in *$(arext);do \
1622             $(INSTALL_DATA) $$file $(DESTDIR)$(ADA_RTL_OBJ_DIR); \
1623             $(RANLIB) $(DESTDIR)$(ADA_RTL_OBJ_DIR)/$$file; \
1624         done
1625 #     Install the shared libraries, if any, using $(INSTALL) instead
1626 #     of $(INSTALL_DATA). The latter may force a mode inappropriate
1627 #     for shared libraries on some targets, e.g. on HP-UX where the x
1628 #     permission is required.
1629         for file in gnat gnarl; do \
1630            if [ -f rts/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext) ]; then \
1631               $(INSTALL) rts/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext) \
1632                          $(DESTDIR)$(ADA_RTL_OBJ_DIR); \
1633            fi; \
1634            if [ -f rts/lib$${file}$(soext) ]; then \
1635               $(LN_S) lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext) \
1636               $(DESTDIR)$(ADA_RTL_OBJ_DIR)/lib$${file}$(soext); \
1637            fi; \
1638         done
1639 # This copy must be done preserving the date on the original file.
1640         for file in rts/*.adb rts/*.ads; do \
1641             $(INSTALL_DATA_DATE) $$file $(DESTDIR)$(ADA_INCLUDE_DIR); \
1642         done
1643         cd $(DESTDIR)$(ADA_INCLUDE_DIR); $(CHMOD) a-wx *.adb
1644         cd $(DESTDIR)$(ADA_INCLUDE_DIR); $(CHMOD) a-wx *.ads
1645
1646 ../stamp-gnatlib2:
1647         $(RM) rts/s-*.ali
1648         $(RM) rts/s-*$(objext)
1649         $(RM) rts/a-*.ali
1650         $(RM) rts/a-*$(objext)
1651         $(RM) rts/*.ali
1652         $(RM) rts/*$(objext)
1653         $(RM) rts/*$(arext)
1654         $(RM) rts/*$(soext)
1655         touch ../stamp-gnatlib2
1656         $(RM) ../stamp-gnatlib
1657
1658 # NOTE: The $(foreach ...) commands assume ";" is the valid separator between
1659 #       successive target commands. Although the Gnu make documentation
1660 #       implies this is true on all systems, I suspect it may not be, So care
1661 #       has been taken to allow a sed script to look for ";)" and substitue
1662 #       for ";" the appropriate character in the range of lines below
1663 #       beginning with "GNULLI Begin" and ending with "GNULLI End"
1664
1665 # GNULLI Begin ###########################################################
1666
1667 ../stamp-gnatlib1: Makefile ../stamp-gnatlib2
1668         $(RMDIR) rts
1669         $(MKDIR) rts
1670         $(CHMOD) u+w rts
1671 # Copy target independent sources
1672         $(foreach f,$(ADA_INCLUDE_SRCS) $(LIBGNAT_SRCS), \
1673           $(LN_S) $(fsrcpfx)$(f) rts ;) true
1674 # Remove files to be replaced by target dependent sources
1675         $(RM) $(foreach PAIR,$(LIBGNAT_TARGET_PAIRS), \
1676                         rts/$(word 1,$(subst <, ,$(PAIR))))
1677         $(RM) rts/*-*-*.ads rts/*-*-*.adb
1678 # Copy new target dependent sources
1679         $(foreach PAIR,$(LIBGNAT_TARGET_PAIRS), \
1680                   $(LN_S) $(fsrcpfx)$(word 2,$(subst <, ,$(PAIR))) \
1681                         rts/$(word 1,$(subst <, ,$(PAIR)));)
1682         $(RM) ../stamp-gnatlib
1683         touch ../stamp-gnatlib1
1684
1685 # GNULLI End #############################################################
1686
1687 # Don't use semicolon separated shell commands that involve list expansions.
1688 # The semicolon triggers a call to DCL on VMS and DCL can't handle command
1689 # line lengths in excess of 256 characters.
1690 # Example: cd rts; ar rc libfoo.a $(LONG_LIST_OF_OBJS)
1691 # is guaranteed to overflow the buffer.
1692
1693 gnatlib: ../stamp-gnatlib1 ../stamp-gnatlib2
1694         $(MAKE) -C rts CC="../../xgcc -B../../" \
1695                 INCLUDES="$(INCLUDES_FOR_SUBDIR) -I./../.." \
1696                 CFLAGS="$(GNATLIBCFLAGS_FOR_C)" \
1697                 srcdir=$(fsrcdir) \
1698                 -f ../Makefile $(LIBGNAT_OBJS)
1699         $(MAKE) -C rts CC="../../xgcc -B../../" \
1700                 ADA_INCLUDES="" \
1701                 CFLAGS="$(GNATLIBCFLAGS)" \
1702                 ADAFLAGS="$(GNATLIBFLAGS)" \
1703                 srcdir=$(fsrcdir) \
1704                 -f ../Makefile \
1705                 $(GNATRTL_OBJS)
1706         $(RM) rts/libgnat$(arext) rts/libgnarl$(arext)
1707         $(AR) $(AR_FLAGS) rts/libgnat$(arext) \
1708            $(addprefix rts/,$(GNATRTL_NONTASKING_OBJS) $(LIBGNAT_OBJS))
1709         ifneq ($(PREFIX_OBJS),)
1710                 $(AR) $(AR_FLAGS) rts/libgccprefix$(arext) $(PREFIX_OBJS);
1711         endif
1712         -$(RANLIB) rts/libgnat$(arext)
1713         $(AR) $(AR_FLAGS) rts/libgnarl$(arext) \
1714            $(addprefix rts/,$(GNATRTL_TASKING_OBJS))
1715         -$(RANLIB) rts/libgnarl$(arext)
1716         ifeq ($(GMEM_LIB),gmemlib)
1717                 $(AR) $(AR_FLAGS) rts/libgmem$(arext) rts/memtrack.o
1718                 -$(RANLIB) rts/libgmem$(arext)
1719         endif
1720         $(CHMOD) a-wx rts/*.ali
1721         touch ../stamp-gnatlib
1722
1723 # Warning: this target assumes that LIBRARY_VERSION has been set correctly.
1724 gnatlib-shared-default:
1725         $(MAKE) $(FLAGS_TO_PASS) \
1726              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1727              GNATLIBCFLAGS="$(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS)" \
1728              THREAD_KIND="$(THREAD_KIND)" \
1729              gnatlib
1730         $(RM) rts/libgna*$(soext)
1731         cd rts; ../../xgcc -B../../ -shared $(TARGET_LIBGCC2_CFLAGS) \
1732                 -o libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
1733                 $(GNATRTL_NONTASKING_OBJS) $(LIBGNAT_OBJS) \
1734                 $(SO_OPTS)libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
1735                 $(MISCLIB) -lm
1736         cd rts; ../../xgcc -B../../ -shared $(TARGET_LIBGCC2_CFLAGS) \
1737                 -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
1738                 $(GNATRTL_TASKING_OBJS) \
1739                 $(SO_OPTS)libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
1740                 $(THREADSLIB)
1741         cd rts; $(LN_S) libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
1742                 libgnat$(soext)
1743         cd rts; $(LN_S) libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
1744                 libgnarl$(soext)
1745
1746 gnatlib-shared-dual:
1747         $(MAKE) $(FLAGS_TO_PASS) \
1748              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1749              GNATLIBCFLAGS="$(GNATLIBCFLAGS)" \
1750              THREAD_KIND="$(THREAD_KIND)" \
1751              gnatlib-shared-default
1752         $(MV) rts/libgna*$(soext) .
1753         $(RM) ../stamp-gnatlib2
1754         $(MAKE) $(FLAGS_TO_PASS) \
1755              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1756              GNATLIBCFLAGS="$(GNATLIBCFLAGS)" \
1757              THREAD_KIND="$(THREAD_KIND)" \
1758              gnatlib
1759         $(MV) libgna*$(soext) rts
1760
1761 gnatlib-shared-dual-win32:
1762         $(MAKE) $(FLAGS_TO_PASS) \
1763              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1764              GNATLIBCFLAGS="$(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS)" \
1765              THREAD_KIND="$(THREAD_KIND)" \
1766              gnatlib-shared-win32
1767         $(MV) rts/libgna*$(soext) .
1768         $(RM) ../stamp-gnatlib2
1769         $(MAKE) $(FLAGS_TO_PASS) \
1770              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1771              GNATLIBCFLAGS="$(GNATLIBCFLAGS)" \
1772              THREAD_KIND="$(THREAD_KIND)" \
1773              gnatlib
1774         $(MV) libgna*$(soext) rts
1775
1776 # ??? we need to add the option to support auto-import of arrays/records to
1777 # the GNATLIBFLAGS when this will be supported by GNAT. At this point we will
1778 # use the gnatlib-shared-dual-win32 target to build the GNAT runtimes on
1779 # Windows.
1780 gnatlib-shared-win32:
1781         $(MAKE) $(FLAGS_TO_PASS) \
1782              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1783              GNATLIBCFLAGS="$(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS)" \
1784              THREAD_KIND="$(THREAD_KIND)" \
1785              gnatlib
1786         $(RM) rts/libgna*$(soext)
1787         cd rts; ../../xgcc -B../../ -shared $(TARGET_LIBGCC2_CFLAGS) \
1788                 -o libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
1789                 $(GNATRTL_NONTASKING_OBJS) $(LIBGNAT_OBJS) \
1790                 $(SO_OPTS)libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) $(MISCLIB)
1791         cd rts; ../../xgcc -B../../ -shared $(TARGET_LIBGCC2_CFLAGS) \
1792                 -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
1793                 $(GNATRTL_TASKING_OBJS) \
1794                 $(SO_OPTS)libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
1795                 $(THREADSLIB) -Wl,libgnat$(hyphen)$(LIBRARY_VERSION)$(soext)
1796
1797 gnatlib-shared-vms:
1798         $(MAKE) $(FLAGS_TO_PASS) \
1799              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1800              GNATLIBCFLAGS="$(GNATLIBCFLAGS)" \
1801              THREAD_KIND="$(THREAD_KIND)" \
1802              gnatlib
1803         $(RM) rts/libgna*$(soext)
1804         cd rts && echo "case_sensitive=yes" > SYMVEC_$$$$.opt && \
1805         objdump --syms $(LIBGNAT_OBJS) $(GNATRTL_NONTASKING_OBJS) | \
1806         $(SHLIB_SYMVEC) >> SYMVEC_$$$$.opt && \
1807         echo "case_sensitive=NO" >> SYMVEC_$$$$.opt && \
1808         ../../xgcc -g -B../../ -nostartfiles -shared -shared-libgcc \
1809            -o libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) libgnat.a \
1810            sys\$$library:trace.exe \
1811            --for-linker=/noinform \
1812            --for-linker=SYMVEC_$$$$.opt \
1813            --for-linker=gsmatch=equal,$(GSMATCH_VERSION)
1814         cd rts && echo "case_sensitive=yes" > SYMVEC_$$$$.opt && \
1815         objdump --syms $(GNATRTL_TASKING_OBJS) | \
1816         $(SHLIB_SYMVEC) >> SYMVEC_$$$$.opt && \
1817         echo "case_sensitive=NO" >> SYMVEC_$$$$.opt && \
1818         ../../xgcc -g -B../../ -nostartfiles -shared -shared-libgcc \
1819            -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
1820            libgnarl.a libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
1821            sys\$$library:trace.exe \
1822            --for-linker=/noinform \
1823            --for-linker=SYMVEC_$$$$.opt \
1824            --for-linker=gsmatch=equal,$(GSMATCH_VERSION)
1825
1826 gnatlib-shared:
1827         $(MAKE) $(FLAGS_TO_PASS) \
1828              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1829              GNATLIBCFLAGS="$(GNATLIBCFLAGS)" \
1830              THREAD_KIND="$(THREAD_KIND)" \
1831              TARGET_LIBGCC2_CFLAGS="$(TARGET_LIBGCC2_CFLAGS)" \
1832              $(GNATLIB_SHARED)
1833
1834 gnatlib-sjlj: ../stamp-gnatlib1
1835         sed -e 's/ZCX_By_Default.*/ZCX_By_Default            : constant Boolean := False;/' rts/system.ads > rts/s.ads
1836         $(MV) rts/s.ads rts/system.ads
1837         $(MAKE) $(FLAGS_TO_PASS) \
1838              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1839              GNATLIBCFLAGS="$(GNATLIBCFLAGS)" \
1840              THREAD_KIND="$(THREAD_KIND)" \
1841              TARGET_LIBGCC2_CFLAGS="$(TARGET_LIBGCC2_CFLAGS)" gnatlib
1842
1843 gnatlib-zcx: ../stamp-gnatlib1
1844         sed -e 's/ZCX_By_Default.*/ZCX_By_Default            : constant Boolean := True;/' rts/system.ads > rts/s.ads
1845         $(MV) rts/s.ads rts/system.ads
1846         $(MAKE) $(FLAGS_TO_PASS) \
1847              GNATLIBFLAGS="$(GNATLIBFLAGS)" \
1848              GNATLIBCFLAGS="$(GNATLIBCFLAGS)" \
1849              THREAD_KIND="$(THREAD_KIND)" \
1850              TARGET_LIBGCC2_CFLAGS="$(TARGET_LIBGCC2_CFLAGS)" gnatlib
1851
1852 # .s files for cross-building
1853 gnat-cross: force
1854         make $(GNAT1_ADA_OBJS) CC="gcc -B../stage1/" CFLAGS="-S -gnatp"
1855
1856 # Compiling object files from source files.
1857
1858 # Note that dependencies on obstack.h are not written
1859 # because that file is not part of GCC.
1860 # Dependencies on gvarargs.h are not written
1861 # because all that file does, when not compiling with GCC,
1862 # is include the system varargs.h.
1863
1864 b_gnatl.c : $(GNATLINK_OBJS)
1865         $(GNATBIND) -C $(ADA_INCLUDES) -o b_gnatl.c gnatlink.ali
1866 b_gnatl.o : b_gnatl.c
1867
1868 b_gnatm.c : $(GNATMAKE_OBJS)
1869         $(GNATBIND) -C $(ADA_INCLUDES) -o b_gnatm.c gnatmake.ali
1870 b_gnatm.o : b_gnatm.c
1871
1872 ADA_INCLUDE_DIR = $(libsubdir)/adainclude
1873 ADA_RTL_OBJ_DIR = $(libsubdir)/adalib
1874 ADA_SHARE_MAKE_DIR = $(prefix)/share/gnat
1875
1876 # force no sibling call optimization on s-traceb.o so the number of stack
1877 # frames to be skipped when computing a call chain is not modified by
1878 # optimization. However we can do that only when building the runtime
1879 # (not the compiler) because the -fno-optimize-sibling-calls exists
1880 # only in GCC 3.
1881
1882 ifneq (,$(findstring xgcc,$(CC)))
1883 NO_SIBLING_ADAFLAGS=-fno-optimize-sibling-calls
1884 else
1885 NO_SIBLING_ADAFLAGS=
1886 endif
1887
1888 s-traceb.o  : s-traceb.adb
1889         $(CC) -c $(ALL_ADAFLAGS) $(FORCE_DEBUG_ADAFLAGS) \
1890               $(NO_SIBLING_ADAFLAGS) $(ADA_INCLUDES) \
1891               $< $(OUTPUT_OPTION)
1892
1893 adadecode.o : adadecode.c adadecode.h
1894 aux-io.o  : aux-io.c
1895 argv.o    : argv.c
1896 cal.o     : cal.c
1897 deftarg.o  : deftarg.c
1898 errno.o   : errno.c
1899 exit.o    : raise.h exit.c
1900 expect.o  : expect.c
1901 final.o   : raise.h final.c
1902 gmem.o    : gmem.c
1903 link.o    : link.c
1904 mkdir.o   : mkdir.c
1905 socket.o  : socket.c
1906 sysdep.o  : sysdep.c
1907
1908 cio.o     : cio.c 
1909         $(CC) -c $(ALL_CFLAGS) $(ADA_CFLAGS) $(RT_FLAGS) \
1910                  $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
1911
1912 init.o    : init.c ada.h types.h raise.h
1913         $(CC) -c $(ALL_CFLAGS) $(ADA_CFLAGS) $(RT_FLAGS) \
1914                  $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
1915
1916 raise.o   : raise.c raise.h
1917         $(CC) -c $(ALL_CFLAGS) $(ADA_CFLAGS) $(RT_FLAGS) \
1918                  $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
1919
1920 # Need to keep the frame pointer in this file to pop the stack properly on
1921 # some targets.
1922 tracebak.o  : tracebak.c tb-alvms.c tb-alvxw.c
1923         $(CC) -c $(ALL_CFLAGS) $(ADA_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
1924               -fno-omit-frame-pointer $< $(OUTPUT_OPTION)
1925
1926 # In GNU Make, ignore whether `stage*' exists.
1927 .PHONY: stage1 stage2 stage3 stage4 clean realclean TAGS bootstrap
1928 .PHONY: risky-stage1 risky-stage2 risky-stage3 risky-stage4
1929
1930 force:
1931
1932 # Gnatlbr is only used on VMS
1933
1934 ../../gnatlbr$(exeext): ../../prefix.o
1935         $(GNATMAKE) -c $(ADA_INCLUDES) gnatlbr --GCC="$(CC) $(ALL_ADAFLAGS)"
1936         $(GNATBIND) $(ADA_INCLUDES) $(GNATBIND_FLAGS) gnatlbr
1937         $(GNATLINK) -v gnatlbr -o $@ --GCC="$(CC) $(ADA_INCLUDES)" \
1938                 $(TOOLS_LIBS)