xref: /openbsd/gnu/usr.bin/gcc/gcc/java/config-lang.in (revision c87b03e5)
1*c87b03e5Sespie# Top level configure fragment for the GNU compiler for the Java(TM)
2*c87b03e5Sespie# language.
3*c87b03e5Sespie#  Copyright (C) 1994, 1995, 2000, 2001 Free Software Foundation, Inc.
4*c87b03e5Sespie
5*c87b03e5Sespie#This file is part of GNU CC.
6*c87b03e5Sespie
7*c87b03e5Sespie#GNU CC is free software; you can redistribute it and/or modify
8*c87b03e5Sespie#it under the terms of the GNU General Public License as published by
9*c87b03e5Sespie#the Free Software Foundation; either version 2, or (at your option)
10*c87b03e5Sespie#any later version.
11*c87b03e5Sespie
12*c87b03e5Sespie#GNU CC is distributed in the hope that it will be useful,
13*c87b03e5Sespie#but WITHOUT ANY WARRANTY; without even the implied warranty of
14*c87b03e5Sespie#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15*c87b03e5Sespie#GNU General Public License for more details.
16*c87b03e5Sespie
17*c87b03e5Sespie#You should have received a copy of the GNU General Public License
18*c87b03e5Sespie#along with GNU CC; see the file COPYING.  If not, write to
19*c87b03e5Sespie#the Free Software Foundation, 59 Temple Place - Suite 330,
20*c87b03e5Sespie#Boston, MA 02111-1307, USA.
21*c87b03e5Sespie
22*c87b03e5Sespie#Java and all Java-based marks are trademarks or registered trademarks
23*c87b03e5Sespie#of Sun Microsystems, Inc. in the United States and other countries.
24*c87b03e5Sespie#The Free Software Foundation is independent of Sun Microsystems, Inc.
25*c87b03e5Sespie
26*c87b03e5Sespie# Configure looks for the existence of this file to auto-config each language.
27*c87b03e5Sespie# We define several parameters used by configure:
28*c87b03e5Sespie#
29*c87b03e5Sespie# language	- name of language as it would appear in $(LANGUAGES)
30*c87b03e5Sespie# compilers	- value to add to $(COMPILERS)
31*c87b03e5Sespie# stagestuff	- files to add to $(STAGESTUFF)
32*c87b03e5Sespie
33*c87b03e5Sespielanguage="java"
34*c87b03e5Sespie
35*c87b03e5Sespiecompilers="jc1\$(exeext) jvgenmain\$(exeext)"
36*c87b03e5Sespie
37*c87b03e5Sespiestagestuff="jc1\$(exeext) gcj\$(exeext) jvgenmain\$(exeext) gcjh\$(exeext) jv-scan\$(exeext) jcf-dump\$(exeext)"
38*c87b03e5Sespie
39*c87b03e5Sespiegtfiles="\$(srcdir)/java/java-tree.h \$(srcdir)/java/builtins.c \$(srcdir)/java/class.c \$(srcdir)/java/constants.c \$(srcdir)/java/decl.c \$(srcdir)/java/expr.c \$(srcdir)/java/jcf-parse.c \$(srcdir)/java/jcf-write.c \$(srcdir)/java/lang.c \$(srcdir)/java/mangle.c \$(srcdir)/java/parse.y"
40*c87b03e5Sespie
41*c87b03e5Sespietarget_libs=${libgcj_saved}
42*c87b03e5Sespielang_dirs="zlib fastjar"
43*c87b03e5Sespie#build_by_default=no
44*c87b03e5Sespielang_requires=c++
45