config-lang.in 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Top level configure fragment for the GNU compiler for the Java(TM)
  2. # language.
  3. # Copyright (C) 1994-2015 Free Software Foundation, Inc.
  4. #This file is part of GCC.
  5. #GCC is free software; you can redistribute it and/or modify
  6. #it under the terms of the GNU General Public License as published by
  7. #the Free Software Foundation; either version 3, or (at your option)
  8. #any later version.
  9. #GCC is distributed in the hope that it will be useful,
  10. #but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. #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/>.
  16. #Java and all Java-based marks are trademarks or registered trademarks
  17. #of Sun Microsystems, Inc. in the United States and other countries.
  18. #The Free Software Foundation is independent of Sun Microsystems, Inc.
  19. # Configure looks for the existence of this file to auto-config each language.
  20. # We define several parameters used by configure:
  21. #
  22. # language - name of language as it would appear in $(LANGUAGES)
  23. # compilers - value to add to $(COMPILERS)
  24. language="java"
  25. compilers="jc1\$(exeext) jvgenmain\$(exeext)"
  26. gtfiles="\$(srcdir)/java/java-tree.h \$(srcdir)/java/jcf.h \$(srcdir)/java/parse.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/lang.c \$(srcdir)/java/mangle.c \$(srcdir)/java/resource.c"
  27. target_libs=${libgcj_saved}
  28. lang_dirs="fastjar"
  29. #build_by_default=no
  30. lang_requires=c++