configure.ac: Skip C if explicitly selected.
[gcc.git] / gcc / c / config-lang.in
1 # Top level configure fragment for GNU C - C language.
2 # Copyright (C) 1994, 1995, 1997, 1998, 2000, 2001, 2002, 2005, 2007,
3 # 2010, 2012
4 # Free Software Foundation, Inc.
5
6 #This file is part of GCC.
7
8 #GCC is free software; you can redistribute it and/or modify
9 #it under the terms of the GNU General Public License as published by
10 #the Free Software Foundation; either version 3, or (at your option)
11 #any later version.
12
13 #GCC is distributed in the hope that it will be useful,
14 #but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 #GNU General Public License for more details.
17
18 #You should have received a copy of the GNU General Public License
19 #along with GCC; see the file COPYING3. If not see
20 #<http://www.gnu.org/licenses/>.
21
22 # Configure looks for the existence of this file to auto-config each language.
23 # We define several parameters used by configure:
24 #
25 # language - name of language as it would appear in $(LANGUAGES)
26 # compilers - value to add to $(COMPILERS)
27
28 language="c"
29
30 compilers="cc1\$(exeext)"
31
32 target_libs=
33
34 gtfiles="\$(srcdir)/c/c-lang.c \$(srcdir)/c/c-tree.h \$(srcdir)/c/c-decl.c \$(srcdir)/c-family/c-common.c \$(srcdir)/c-family/c-common.h \$(srcdir)/c-family/c-objc.h \$(srcdir)/c-family/c-cppbuiltin.c \$(srcdir)/c-family/c-pragma.h \$(srcdir)/c-family/c-pragma.c \$(srcdir)/c/c-objc-common.c \$(srcdir)/c/c-parser.c \$(srcdir)/c/c-lang.h"