Makefile revision 4493
3680N/A#
3680N/A# CDDL HEADER START
3680N/A#
3680N/A# The contents of this file are subject to the terms of the
3680N/A# Common Development and Distribution License (the "License").
3680N/A# You may not use this file except in compliance with the License.
3680N/A#
3680N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3680N/A# or http://www.opensolaris.org/os/licensing.
3680N/A# See the License for the specific language governing permissions
3680N/A# and limitations under the License.
3680N/A#
3680N/A# When distributing Covered Code, include this CDDL HEADER in each
3680N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3680N/A# If applicable, add the following below this CDDL HEADER, with the
3680N/A# fields enclosed by brackets "[]" replaced with your own identifying
3680N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3680N/A#
3680N/A# CDDL HEADER END
3680N/A#
5680N/A
3680N/A#
5680N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/A
3680N/A# because it hit the 11.3 dev repo this way, we need to keep it at 5.12
3680N/APKG_SOLARIS_VERSION = 5.12
3680N/A
3886N/Ainclude ../../../make-rules/shared-macros.mk
3680N/A
3886N/ACOMPONENT_NAME= developer/opensolaris/userland
3680N/ACOMPONENT_VERSION=
3680N/ACOMPONENT_PROJECT_URL= http://solaris-userland.java.net/
3886N/ACOMPONENT_ARCHIVE_URL= http://hg.java.net/solaris-userland-gate/
3680N/ACOMPONENT_BUGDB= gate-stuff/userland
3680N/A
3886N/Ainclude $(WS_MAKE_RULES)/ips.mk
3680N/A
5680N/A$(WS_MACH)/requires.mk:
5680N/A (cd $(WS_COMPONENTS) ; $(GMAKE) $@)
3680N/A
3680N/A-include $(WS_MACH)/requires.mk
3680N/A
3680N/A# The package is created in two parts: the checked-in manifest and a generated
5680N/A# file of actions based on the REQUIRED_PACKAGES macro value.
3680N/APKG_OPTIONS += -I $(BUILD_DIR)
3680N/A
3680N/A$(BUILD_DIR)/package.list: $(BUILD_DIR) $(WS_MACH)/requires.mk
3680N/A @echo $(REQUIRED_PACKAGES:%="depend type=require fmri=pkg:/%\\n") >$@
3680N/A
3680N/Adownload::
3680N/A
3680N/Aprep:
3686N/A
3686N/Abuild install: $(BUILD_DIR)/package.list
3686N/A
3686N/Atest: $(NO_TESTS)
3686N/A
3686N/Aclean clobber::
3686N/A $(RM) -r $(BUILD_DIR)
3686N/A