fixed many errors and cleaned up includes
[official-gcc.git] / gcc / python / config-lang.in
blob5e009adb0d78407e24f6a629e9513ca4a461c7f6
1 #This file is part of GCC.
3 #GCC is free software; you can redistribute it and/or modify
4 #it under the terms of the GNU General Public License as published by
5 #the Free Software Foundation; either version 3, or (at your option)
6 #any later version.
8 #GCC is distributed in the hope that it will be useful,
9 #but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 #GNU General Public License for more details.
13 #You should have received a copy of the GNU General Public License
14 #along with GCC; see the file COPYING3.  If not see
15 #<http://www.gnu.org/licenses/>.
17 language="python"
19 compilers="gpy1\$(exeext)"
21 build_by_default="no"
23 target_libs=target-libgpython
25 gtfiles="\$(srcdir)/python/py-lang.c \$(srcdir)/python/py-decl.c \$(srcdir)/python/py-dot.h"