view j2se/make/sun/javac/javac/FILES_java.gmk @ 7:807dfe9c366c trunk

[svn] Load openjdk/jdk7/b19 into jdk/trunk.
author xiomara
date Fri, 31 Aug 2007 00:44:13 +0000
parents 27e0bf49438e
children
line wrap: on
line source

#
# Copyright 1999-2006 Sun Microsystems, Inc.  All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Sun designates this
# particular file as subject to the "Classpath" exception as provided
# by Sun in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
# CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions.
#

# Specify Main.java explicitly, because Launcher.java (in the same directory)
# is not to be built for the product
#
FILES_java  = com/sun/tools/javac/Main.java

# Use the AUTO_FILES_JAVA_DIRS to specify the rest of files, 
# but do it here in FILES_java.gmk because this file 
# is reused in make/sun/javac/recompile/newjavac/Makefile
#
AUTO_FILES_JAVA_DIRS  = com/sun/tools/javac/api
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/code
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/comp
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/jvm
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/main
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/model
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/parser
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/processing
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/sym
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/tree
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/util
AUTO_FILES_JAVA_DIRS += com/sun/tools/javac/zip
AUTO_FILES_JAVA_DIRS += javax/annotation/processing
AUTO_FILES_JAVA_DIRS += javax/lang/model
AUTO_FILES_JAVA_DIRS += javax/lang/model/element
AUTO_FILES_JAVA_DIRS += javax/lang/model/type
AUTO_FILES_JAVA_DIRS += javax/lang/model/util
AUTO_FILES_JAVA_DIRS += com/sun/source/tree
AUTO_FILES_JAVA_DIRS += com/sun/source/util