3817N/A#
3817N/A# CDDL HEADER START
3817N/A#
3817N/A# The contents of this file are subject to the terms of the
3817N/A# Common Development and Distribution License (the "License").
3817N/A# You may not use this file except in compliance with the License.
3817N/A#
3817N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3817N/A# or http://www.opensolaris.org/os/licensing.
3817N/A# See the License for the specific language governing permissions
3817N/A# and limitations under the License.
3817N/A#
3817N/A# When distributing Covered Code, include this CDDL HEADER in each
3817N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3817N/A# If applicable, add the following below this CDDL HEADER, with the
3817N/A# fields enclosed by brackets "[]" replaced with your own identifying
3817N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3817N/A#
3817N/A# CDDL HEADER END
3817N/A#
3817N/A
3817N/A#
5680N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
3817N/A#
3817N/A
3817N/Ainclude ../../../make-rules/shared-macros.mk
3817N/A
3817N/ACOMPONENT_NAME= developer/opensolaris/userland
5680N/ACOMPONENT_VERSION=
5680N/ACOMPONENT_SRC=
5685N/ACOMPONENT_ARCHIVE=
3817N/ACOMPONENT_PROJECT_URL= http://solaris-userland.java.net/
3817N/ACOMPONENT_ARCHIVE_URL= http://hg.java.net/solaris-userland-gate/
3817N/ACOMPONENT_BUGDB= gate-stuff/userland
3817N/A
4194N/Ainclude $(WS_MAKE_RULES)/prep.mk
5087N/A
5087N/A# This has a dependency on every REQUIRED_PACKAGE in Userland, some of which
5087N/A# are not available on S11.
5087N/Aifeq ($(BUILD_TYPE), evaluation)
5087N/APUBLISH_STAMP=
5087N/Aendif
5087N/A
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
3817N/A
3817N/A$(WS_MACH)/requires.mk:
3817N/A (cd $(WS_COMPONENTS) ; $(GMAKE) $@)
3817N/A
3817N/A-include $(WS_MACH)/requires.mk
3817N/A
3817N/A# The package is created in two parts: the checked-in manifest and a generated
3817N/A# file of actions based on the REQUIRED_PACKAGES macro value.
3817N/APKG_OPTIONS += -I $(BUILD_DIR)
3817N/A
3817N/A$(BUILD_DIR)/package.list: $(BUILD_DIR) $(WS_MACH)/requires.mk
3817N/A @echo $(REQUIRED_PACKAGES:%="depend type=require fmri=pkg:/%\\n") >$@
3817N/A
3817N/Abuild install: $(BUILD_DIR)/package.list
3817N/A
3817N/Atest: $(NO_TESTS)
3817N/A
4337N/Asystem-test: $(NO_TESTS)
4337N/A
3817N/Aclean clobber::
3817N/A $(RM) -r $(BUILD_DIR)