118334Speter# Top level configure fragment for GNU C++.
2132718Skan#   Copyright (C) 1994, 1995, 1997, 1998, 2000, 2001, 2002
390075Sobrien#   Free Software Foundation, Inc.
418334Speter
5132718Skan#This file is part of GCC.
618334Speter
7132718Skan#GCC is free software; you can redistribute it and/or modify
818334Speter#it under the terms of the GNU General Public License as published by
918334Speter#the Free Software Foundation; either version 2, or (at your option)
1018334Speter#any later version.
1118334Speter
12132718Skan#GCC is distributed in the hope that it will be useful,
1318334Speter#but WITHOUT ANY WARRANTY; without even the implied warranty of
1418334Speter#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1518334Speter#GNU General Public License for more details.
1618334Speter
1718334Speter#You should have received a copy of the GNU General Public License
18132718Skan#along with GCC; see the file COPYING.  If not, write to
19169689Skan#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
20169689Skan#Boston, MA 02110-1301, USA.
2118334Speter
2218334Speter# Configure looks for the existence of this file to auto-config each language.
2318334Speter# We define several parameters used by configure:
2418334Speter#
2518334Speter# language	- name of language as it would appear in $(LANGUAGES)
2618334Speter# compilers	- value to add to $(COMPILERS)
2718334Speter# stagestuff	- files to add to $(STAGESTUFF)
2818334Speter
2918334Speterlanguage="c++"
3018334Speter
3118334Spetercompilers="cc1plus\$(exeext)"
3218334Speter
3318334Speterstagestuff="g++\$(exeext) g++-cross\$(exeext) cc1plus\$(exeext)"
3418334Speter
35169689Skantarget_libs="target-libstdc++-v3"
36117395Skan
37169689Skangtfiles="\$(srcdir)/cp/rtti.c \$(srcdir)/cp/mangle.c \$(srcdir)/cp/name-lookup.h \$(srcdir)/cp/name-lookup.c \$(srcdir)/cp/cp-tree.h \$(srcdir)/cp/decl.h \$(srcdir)/cp/call.c \$(srcdir)/cp/decl.c \$(srcdir)/cp/decl2.c \$(srcdir)/cp/pt.c \$(srcdir)/cp/repo.c \$(srcdir)/cp/semantics.c \$(srcdir)/cp/tree.c \$(srcdir)/cp/parser.c \$(srcdir)/cp/method.c \$(srcdir)/cp/typeck2.c \$(srcdir)/c-common.c \$(srcdir)/c-common.h \$(srcdir)/c-lex.c \$(srcdir)/c-pragma.c \$(srcdir)/cp/class.c \$(srcdir)/cp/cp-objcp-common.c"
38