1193N/A#
3793N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
1193N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1193N/A#
1193N/A# This code is free software; you can redistribute it and/or modify it
1193N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
1193N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
1193N/A#
1193N/A# This code is distributed in the hope that it will be useful, but WITHOUT
1193N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1193N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1193N/A# version 2 for more details (a copy is included in the LICENSE file that
1193N/A# accompanied this code).
1193N/A#
1193N/A# You should have received a copy of the GNU General Public License version
1193N/A# 2 along with this work; if not, write to the Free Software Foundation,
1193N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1193N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
1193N/A#
1193N/A
1193N/ABUILDDIR = ../..
1193N/A
3793N/APACKAGE = java.lang.invoke
1193N/APRODUCT = java
1193N/Ainclude $(BUILDDIR)/common/Defs.gmk
1193N/A
3793N/AAUTO_FILES_JAVA_DIRS = java/lang/invoke sun/invoke
3793N/AFILES_java = \
3793N/A java/lang/ClassValue.java \
3793N/A java/lang/BootstrapMethodError.java
1193N/A
1193N/A# The sources built here use new language syntax to generate
1193N/A# method handle calls. Let's be sure we are using that format.
1436N/ALANGUAGE_VERSION = -source 7
1436N/ACLASS_VERSION = -target 7
1193N/A
1193N/Ainclude $(BUILDDIR)/common/Classes.gmk