xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/config-lang.in (revision 8feb0f0b7eaff0608f8350bbfa3098827b4bb91b)
11debfc3dSmrg# Top level configure fragment for GNU C - C language.
2*8feb0f0bSmrg# Copyright (C) 1994-2020 Free Software Foundation, Inc.
31debfc3dSmrg
41debfc3dSmrg#This file is part of GCC.
51debfc3dSmrg
61debfc3dSmrg#GCC is free software; you can redistribute it and/or modify
71debfc3dSmrg#it under the terms of the GNU General Public License as published by
81debfc3dSmrg#the Free Software Foundation; either version 3, or (at your option)
91debfc3dSmrg#any later version.
101debfc3dSmrg
111debfc3dSmrg#GCC is distributed in the hope that it will be useful,
121debfc3dSmrg#but WITHOUT ANY WARRANTY; without even the implied warranty of
131debfc3dSmrg#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
141debfc3dSmrg#GNU General Public License for more details.
151debfc3dSmrg
161debfc3dSmrg#You should have received a copy of the GNU General Public License
171debfc3dSmrg#along with GCC; see the file COPYING3.  If not see
181debfc3dSmrg#<http://www.gnu.org/licenses/>.
191debfc3dSmrg
201debfc3dSmrg# Configure looks for the existence of this file to auto-config each language.
211debfc3dSmrg# We define several parameters used by configure:
221debfc3dSmrg#
231debfc3dSmrg# language	- name of language as it would appear in $(LANGUAGES)
241debfc3dSmrg# compilers	- value to add to $(COMPILERS)
251debfc3dSmrg
261debfc3dSmrglanguage="c"
271debfc3dSmrg
281debfc3dSmrgcompilers="cc1\$(exeext)"
291debfc3dSmrg
301debfc3dSmrgtarget_libs=
311debfc3dSmrg
32a2dc1f3fSmrggtfiles="\$(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-family/c-format.c \$(srcdir)/c/c-objc-common.c \$(srcdir)/c/c-parser.h \$(srcdir)/c/c-parser.c \$(srcdir)/c/c-lang.h"
33