Makefile revision 5680
90f050286227cf4c4f8aa425555d04723d331d48yq#
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#
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#
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#
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.
a7df97bafe5a886e6ddb3fe8170b2d547cd3b029Strony Zhang - Solaris China Team#
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#
90f050286227cf4c4f8aa425555d04723d331d48yq
90f050286227cf4c4f8aa425555d04723d331d48yq#
90f050286227cf4c4f8aa425555d04723d331d48yq# Makefile for building com/sun
90f050286227cf4c4f8aa425555d04723d331d48yq#
90f050286227cf4c4f8aa425555d04723d331d48yq
90f050286227cf4c4f8aa425555d04723d331d48yqBUILDDIR = ../..
90f050286227cf4c4f8aa425555d04723d331d48yqPRODUCT = sun
90f050286227cf4c4f8aa425555d04723d331d48yqinclude $(BUILDDIR)/common/Defs.gmk
036aa26189b72905886e39d76d63352185cfd9d2gc
036aa26189b72905886e39d76d63352185cfd9d2gcifndef OPENJDK
036aa26189b72905886e39d76d63352185cfd9d2gc ORG_EXISTS := $(call DirExists,$(CLOSED_SRC)/share/classes/sun/org,,)
036aa26189b72905886e39d76d63352185cfd9d2gc ifneq ("$(ORG_EXISTS)", "")
90f050286227cf4c4f8aa425555d04723d331d48yq SCRIPT_SUBDIR = script
90f050286227cf4c4f8aa425555d04723d331d48yq endif
90f050286227cf4c4f8aa425555d04723d331d48yqendif
90f050286227cf4c4f8aa425555d04723d331d48yq
90f050286227cf4c4f8aa425555d04723d331d48yq# jarsigner is part of JRE
90f050286227cf4c4f8aa425555d04723d331d48yqSUBDIRS = java security net/ssl jarsigner
90f050286227cf4c4f8aa425555d04723d331d48yq
90f050286227cf4c4f8aa425555d04723d331d48yqSUBDIRS_management = jmx
90f050286227cf4c4f8aa425555d04723d331d48yqSUBDIRS_desktop = image
90f050286227cf4c4f8aa425555d04723d331d48yqSUBDIRS_enterprise = crypto/provider jndi \
90f050286227cf4c4f8aa425555d04723d331d48yq org rowset net/httpserver
90f050286227cf4c4f8aa425555d04723d331d48yqSUBDIRS_misc = $(SCRIPT_SUBDIR) tracing servicetag nio demo
90f050286227cf4c4f8aa425555d04723d331d48yq
90f050286227cf4c4f8aa425555d04723d331d48yq# Omit mirror since it's built with the apt tool.
90f050286227cf4c4f8aa425555d04723d331d48yqSUBDIRS_tools = tools
90f050286227cf4c4f8aa425555d04723d331d48yq
90f050286227cf4c4f8aa425555d04723d331d48yqinclude $(BUILDDIR)/common/Subdirs.gmk
90f050286227cf4c4f8aa425555d04723d331d48yq
90f050286227cf4c4f8aa425555d04723d331d48yqall build clean clobber::
90f050286227cf4c4f8aa425555d04723d331d48yq $(SUBDIRS-loop)
90f050286227cf4c4f8aa425555d04723d331d48yq
90f050286227cf4c4f8aa425555d04723d331d48yq