0N/A#
328N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
180N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
180N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
180N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
180N/A# or visit www.oracle.com if you need additional information or have any
180N/A# questions.
0N/A#
0N/A
0N/A################################################################
0N/A# SPONSORS TARGETS
0N/A################################################################
0N/A
0N/Aifeq ($(PLATFORM)-$(ARCH), windows-i586)
0N/Asponsors: sponsors-build
0N/Aelse
0N/Asponsors:
0N/Aendif
0N/A
0N/A# The generated java files are generated as a set, so instead of
0N/A# setting the SPONSORS variable to that list of files, set it to
0N/A# the .PHONY target that generates the set of files.
0N/ASPONSORS = sponsors
0N/A
0N/A# put the generated patch in their own place in OUTPUTDIR
0N/ASPONSORS_OUTPUTDIR = $(ABS_OUTPUTDIR)
0N/A
0N/ASPONSORS_BUILD_TARGETS = dll installer
0N/ASPONSORS_BUILD_ARGUMENTS = \
0N/A MAKEFLAGS= \
0N/A $(COMMON_BUILD_ARGUMENTS) \
0N/A ALT_OUTPUTDIR=$(SPONSORS_OUTPUTDIR) \
0N/A ALT_RTPATCH_DIR=$(ALT_RTPATCH_DIR) \
0N/A ALT_BASE_IMAGE_ZIP=$(ALT_BASE_IMAGE_ZIP) \
0N/A ALT_BASE_IMAGE_DIR=$(ALT_BASE_IMAGE_DIR) \
0N/A ALT_NEW_IMAGE_DIR=$(ALT_NEW_IMAGE_DIR) \
0N/A ALT_BUNDLE_DATE=$(BUNDLE_DATE)
0N/A
0N/Aifeq ($(BUILD_LANGTOOLS), true)
0N/A SPONSORS_BUILD_ARGUMENTS += ALT_LANGTOOLS_DIST=$(ABS_LANGTOOLS_DIST)
0N/Aendif
0N/A
0N/Asponsors-build:
0N/Aifeq ($(ARCH_DATA_MODEL), 32)
0N/A ifeq ($(BUILD_SPONSORS), true)
311N/A @$(call MakeStart,sponsors,$(SPONSORS_BUILD_TARGETS))
0N/A ($(CD) $(SPONSORS_TOPDIR)/make && \
126N/A $(MAKE) $(SPONSORS_BUILD_TARGETS) $(SPONSORS_BUILD_ARGUMENTS))
311N/A @$(call MakeFinish,sponsors,$(SPONSORS_BUILD_TARGETS))
0N/A endif
0N/Aendif
0N/A
0N/Asponsors-sanity:
0N/A
0N/Asponsors-clobber::
0N/A
0N/A.PHONY: sponsors sponsors-build sponsors-sanity sponsors-clobber
0N/A