Makefile revision 5680
90f050286227cf4c4f8aa425555d04723d331d48yq# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
90f050286227cf4c4f8aa425555d04723d331d48yq# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90f050286227cf4c4f8aa425555d04723d331d48yq# This code is free software; you can redistribute it and/or modify it
90f050286227cf4c4f8aa425555d04723d331d48yq# under the terms of the GNU General Public License version 2 only, as
90f050286227cf4c4f8aa425555d04723d331d48yq# published by the Free Software Foundation. Oracle designates this
90f050286227cf4c4f8aa425555d04723d331d48yq# particular file as subject to the "Classpath" exception as provided
90f050286227cf4c4f8aa425555d04723d331d48yq# by Oracle in the LICENSE file that accompanied this code.
90f050286227cf4c4f8aa425555d04723d331d48yq# This code is distributed in the hope that it will be useful, but WITHOUT
90f050286227cf4c4f8aa425555d04723d331d48yq# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90f050286227cf4c4f8aa425555d04723d331d48yq# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
90f050286227cf4c4f8aa425555d04723d331d48yq# version 2 for more details (a copy is included in the LICENSE file that
90f050286227cf4c4f8aa425555d04723d331d48yq# accompanied this code).
90f050286227cf4c4f8aa425555d04723d331d48yq# You should have received a copy of the GNU General Public License version
90f050286227cf4c4f8aa425555d04723d331d48yq# 2 along with this work; if not, write to the Free Software Foundation,
90f050286227cf4c4f8aa425555d04723d331d48yq# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90f050286227cf4c4f8aa425555d04723d331d48yq# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
90f050286227cf4c4f8aa425555d04723d331d48yq# or visit www.oracle.com if you need additional information or have any
90f050286227cf4c4f8aa425555d04723d331d48yq# questions.
90f050286227cf4c4f8aa425555d04723d331d48yq# Makefile for building com/sun
036aa26189b72905886e39d76d63352185cfd9d2gc ORG_EXISTS := $(call DirExists,$(CLOSED_SRC)/share/classes/sun/org,,)
90f050286227cf4c4f8aa425555d04723d331d48yq# jarsigner is part of JRE
90f050286227cf4c4f8aa425555d04723d331d48yqSUBDIRS_misc = $(SCRIPT_SUBDIR) tracing servicetag nio demo
90f050286227cf4c4f8aa425555d04723d331d48yq# Omit mirror since it's built with the apt tool.