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