1169689Skan# Copyright 2004 Free Software Foundation, Inc.
2169689Skan
3169689Skan#This file is part of GCC.
4169689Skan
5169689Skan#GCC is free software; you can redistribute it and/or modify
6169689Skan#it under the terms of the GNU General Public License as published by
7169689Skan#the Free Software Foundation; either version 2, or (at your option)
8169689Skan#any later version.
9169689Skan
10169689Skan#GCC is distributed in the hope that it will be useful,
11169689Skan#but WITHOUT ANY WARRANTY; without even the implied warranty of
12169689Skan#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13169689Skan#GNU General Public License for more details.
14169689Skan
15169689Skan#You should have received a copy of the GNU General Public License
16169689Skan#along with GCC; see the file COPYING.  If not, write to
17169689Skan#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
18169689Skan#Boston MA 02110-1301, USA.
19169689Skan
20169689Skan# GCC's Makefile fragment for libada.
21169689Skan# libada needs some information from the GCC configure file at the moment,
22169689Skan# and this exists to transfer that information in as clean a way as possible.
23169689Skan
24169689Skanexeext=@host_exeext@
25169689Skanlibdir=@libdir@
26169689SkanNOCOMMON_FLAG=@nocommon_flag@
27169689SkanWARN_CFLAGS=@warn_cflags@
28169689Skangcc_tmake_file=@tmake_file@
29169689Skangcc_xmake_file=@xmake_file@
30169689Skanhost_cc_for_libada=@host_cc_for_libada@
31